.formules {
    min-width: 180px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.poster {
    z-index: 0;
}

.poster:before {
    background-image: url(https://images.unsplash.com/photo-1534996858221-380b92700493?ixid=MnwyMDkyMnwwfDF8c2VhcmNofDEwN3x8ZmluYW5jZXxlbnwwfHx8fDE2Mjg2NDA1NTc&ixlib=rb-1.2.1q=85&fm=jpg&crop=faces&cs=srgb&w=1200&fit=max) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}

body.poster:before {
    position: fixed;
}

@media (min-width: 1440px), (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi) {
    .poster:before {
        background-image: url(https://images.unsplash.com/photo-1534996858221-380b92700493?ixid=MnwyMDkyMnwwfDF8c2VhcmNofDEwN3x8ZmluYW5jZXxlbnwwfHx8fDE2Mjg2NDA1NTc&ixlib=rb-1.2.1q=85&fm=jpg&crop=faces&cs=srgb&w=2000&fit=max)!important;
    }
}

/* .rendez-vous-periode {
    line-height: 60px;
    width: 175px;
    height: 60px;
    margin-top: 5px;
} */
input[type="checkbox"]:checked + label {
    border: 1px solid white;
    color: white;
    background-color: #0f283d;
}

.notification {
    /* left: auto */
    /* right: auto */
    /* width: 360px */
}