@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #accueil_full_pager{
        height: auto !important;    
    }
    
    .accueil .slideshow .center{
        height: 100vh;
        min-height: auto; 
    }
    
    .accueil_cont_top .range .colonne{
        height: 100%;
    }
    
    .hauteur_100vh{
        height: 100vh;
    }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (max-width: 740px){

}

_:-ms-lang(x), .hauteur_100vh { height:auto; }

/*safari only*/
_::-webkit-full-page-media, _:future, :root .accueil_cont_top{
    background-attachment: scroll;
}

_::-webkit-full-page-media, _:future, :root #accueil_full_pager{
    height: auto;    
}
