.Signin__loginBox {
    display: none;
}
    .cadre {
        background-color: #ffffff;
        width: 100%;
        padding: 40px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
        line-height: 1.6;
        margin-top: 20%;
      margin-bottom: 50%;
    }

    .cadre a {
        color: #0052cc;
        text-decoration: none;
        font-weight: bold;
    }

    .cadre a:hover {
        text-decoration: underline;
    }

.Layout__one {
    display: block;
}
.Layout__one, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
    background-color: transparent;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 73.125rem;
    min-height: 75vh;
    padding: 0 .9375rem 2.5rem;
    position: relative;
    transition: max-width .2s ease;
}
.Layout__oneColumn {
    display: none;
}
.bouton {
    display: inline-block;
    background-color: #1E65EC;
    color: #ffffff!important;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none!important;
    font-weight: Normal;
    transition: background-color 0.3s ease, transform 0.1s ease;
}

.bouton:hover {
    background-color: #0048D3;
}

.bouton:active {
    transform: scale(0.98);
}
