body#authentication .columns-container {
    position: relative;
}
body#authentication .breadcrumb_spacing {
    height: 0;
}
.background-login {
    display: none;
}
body#authentication .background-login {
    display: block;
    position: fixed;
    bottom: 0;
    left:0;
    right: 0;
    top: 0;
    z-index: 9999;
}
body#authentication .background-login img{
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    top: 0;
    z-index: -1;
}

body#authentication .background-login .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; /* Pour positionner la vidéo en arrière-plan */
}

body#authentication .background-login .video-background iframe {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

body#authentication .page-content .row>div{
    background: white;
}
.video-background {
    width: 100%;
    position: relative;
}
#login_form_block {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background-color: white;
}
body#authentication .shop_logo {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 10000;
}
body#authentication #rightbar {
    position: static!important;
    display: none!important;
}
.login_form_block {
    opacity: 0;
    transition: opacity .4s;
}
@media (max-width: 992px){
    .login_form_block {
        opacity: 1;
    }
}
.background-login video {
    min-width: 100vw;
    min-height: 100vh;
    background-color: white;
}

.background-login .backgroundImage {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}

.background-login img.errorImage {
    display: none;
}
@media screen and (max-width: 760px) {
    .background-login video {
        display: none;
    }
    .background-login img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
