.background-image-login {
    background-image:url("../_Images/zeendoc-logotype-bird-background.svg");
    color: var(--active-color, #FA4641);
    opacity: 0.15;
    background-size: cover;
    width:33.333vw;
    margin-left:0;
    flex-shrink:0;
    background-position:right;
    height:90vh;
    z-index: -1000;
    position:absolute;
    background-repeat: no-repeat;
}
.background-image-login-container {
    display: flex;
    overflow:hidden;
    align-items: center;
    height: 90%;
    width: 78%;
    z-index: -1;
    position:absolute;
}
@media (min-width: 0px) and (max-width: 480px) {
    .background-image-login {
        background-position-x: -20vw;
        background-position-y: 0vh;
        top: 240px;
        min-width: 471px;
        min-height: 380px;
        max-width: 471px;
        max-height: 380px;
    }

    .background-image-login-container {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    body {
        overflow-y: scroll;
    }

    #cadre_login {
        zoom: 80%;

        #cadre_formulaire {
            zoom: 115%;
        }
    }

    #buffer_zone { /* A supprimer cet element s'il faut ajouter plus de contenu */
        height: 5vh;
    }

    #usermessage {
        height: 72px;
        margin-bottom: 0px;
    }
}

@media (min-width: 481px) and (max-width: 767px){
    .background-image-login {
        min-width: 825px;
        min-height: 665px;
        max-width: 825px;
        max-height: 665px;
        background-position-x: -320px;
        background-position-y: 75px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /*.background-image-login {*/
    /*	min-width: 700px;*/
    /*	min-height: 565px;*/
    /*	max-width: 700px;*/
    /*	max-height: 565px;*/
    /*}*/
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .background-image-login {
        background-position-x: -610px;
        background-position-y: 20px;
    }
}
#zeendoc-logotype-bird {
    display: flex;
    padding: var(--m, 32px);
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
#zeendoc-logotype-bird img {
    width: 172px;
    height: 112px;
    aspect-ratio: 43/28;
}

.flags-dropdown {
    width: 165px; gap: 5px; right: 24px;
}
.title span {
    font-size: 24px;
}
.message span {
    font-size: 16px;
}

