.adherant-header {
     width: 100%;
    position: relative;
    overflow: hidden;
    transition: margin ease-in .8s;
}
/* .adherant-header.unloaded {
    margin-top: 100vh;
} */
.img-header {
    width: 100%;
    object-fit: contain;
    display: block;
}
.title-container {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.title-container h1 {
    color: #fff;
    font-family: 'PoppinsBold';
    font-size: 3.4vw;
    line-height: 4vw;
    margin: 0 0 2vw;
    text-align: center;
}
.form-container {
    padding: 2vw 0 0vw;
    display: flex;
    min-height: 550px;
    transition: margin ease-in .8s;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 1448px) {
   
} 
@media only screen and (max-width: 767px) {
   .form-container {
    padding: 10vw 7vw 0vw;
    min-height: unset;
    }
    .page-template-page-connexion .site-main {
        padding-top: 16vw;
    }
    .img-header {
        min-height: 40vh;
        object-fit: cover;
        object-position: center;
    }
    .img-header {
        min-height: 45vh;
        object-fit: cover;
        object-position: center;
                
    }
    
    .title-container {
        top: 45%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, 0);
    }
    .title-container h1 {
        font-size: 7vw;
        line-height: 8vw;
        margin: 0 0 2vw;
        text-align: center;
    }
}