html, body {
    background: url(../img/fond-de-carte-index.jpg) no-repeat center center fixed;
    /* background: url(https://cdn.sogefi-web.com/interne/images/fond/login-fond-noel.gif) no-repeat center center fixed; */
    background-size: cover;
}
#container_login{
    width:100%;
    height:100%;
    position: absolute;
}
#img_logo_application{
    height: auto;
    width: 60%;
}
#card_login{
    opacity: 0.85;
}
#modal_cookies .btn-flat {
    line-height: 1.5 !important;
}
#modal_cookie_explication.modal .modal-footer{
    text-align: center !important;
    border-top: 1px solid grey;
}

#modal_cookies{
    background-color: white;
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.5), 0 9px 46px 8px rgba(0, 0, 0, 0.5), 0 11px 15px -7px rgba(0, 0, 0, 0.5);
}
#assistance-button {
    position: fixed;
    top: 40px;
    right: 40px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

#assistance-modal.modal {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fafafa;
    padding: 0 !important;
    width: 95%;
    height: 95vh;
    margin: auto;
    overflow: hidden;
    border-radius: 2px;
    will-change: top, opacity;
    transform: translate(-50%, -50%);
    max-height: inherit !important;
}

#assistance-modal.modal #close-assistance {
    position: absolute;
    top: 40px;
    right: 40px;
    background: red;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}

#assistance-modal.modal .modal-content {
    padding: 0 !important;
}

#assistance-modal.modal iframe {
    width: 100%;
    height: 100vh;
}