.cta_btn{
    margin-bottom: 30px; 
    visibility: visible; 
    color: rgb(0, 0, 0); 
    border-color: rgba(0, 0, 0, 0.75); 
    background-color: transparent;
}

.video-hero{
    width:100%;
    height:100vh;
    min-height:100vh;
    overflow:hidden;
    position:relative;
}

.hover-wrap-inner{
    width:100%;
    height:100%;
}

.video-with-animation{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.video_section {
    padding-bottom: 150px;
}

.height-video {
    height: 379.406px;
}

@media(max-width:1700px){
    .second-image-femme-enceinte{
        margin-top: 250px!important;
    }

}

@media(max-width:768px){
    .second-image-femme-enceinte{
        margin-top: 0px!important;
    }
    .contener_main{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .video-hero{
        height:300px;
        min-height:300px;
    }

    .hover-wrap-inner{
        height:300px;
    }

    .video-with-animation{
        width:auto;
        height:300px;
        min-width:100%;
        object-fit:cover;
        object-position:center center;
        position:absolute;
        left:50%;
        transform:translateX(-50%);
    }

    .logo-display{
        display: none;
    }

    .ils_parlent{
        padding-bottom: 0px!important;
    }

    .height-video {
        height: 300px;
    }

    .video_section {
        padding-bottom: 0px;
    }
}
