.alert-link {
    font-weight: normal !important;
    text-decoration: underline;
}

.alert-link:hover {
    font-weight: 700 !important;
    font-size: 15px;
}

.btn {
    cursor: pointer;
    white-space: normal;
}

input, .btn {
    font-size: 16px !important;
}

.help-block {
    margin-bottom: 0;
}

.separation {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

.separation-contraste {
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #bbb;
}

#bloc3 {
    margin-top: 20px;
}

.li-btn {
    margin-bottom: 15px;
}

/* LOGIN */
.background-radial-gradient {
    background-color: hsl(218, 41%, 15%);
    background-image: radial-gradient(650px circle at 0% 0%,
    hsl(218, 41%, 35%) 15%,
    hsl(218, 41%, 30%) 35%,
    hsl(218, 41%, 20%) 75%,
    hsl(218, 41%, 19%) 80%,
    transparent 100%),
    radial-gradient(1250px circle at 100% 100%,
            hsl(218, 41%, 45%) 15%,
            hsl(218, 41%, 30%) 35%,
            hsl(218, 41%, 20%) 75%,
            hsl(218, 41%, 19%) 80%,
            transparent 100%);
}



.bg-glass {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
    backdrop-filter: saturate(200%) blur(25px);
}

.bg-polytechnique { background-color: #003a56; }

.btn-success-menu {
    background-color: #62c397 !important;
    border-color: #cbe3d8 !important;
}

@media only screen and (min-width: 992px) {
    footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.btn-primary {
    background-color: #003A56 !important;
    border-color: #003A56 !important;
}