/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");
@import url("./assets/scss/global.css");

.actualites-filtre-liste:after{
    pointer-events: none;
}
@media (max-width: 980px) {
    .home .excerptContainer .actualite-excerpt{
        order: 2;
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    #main-content .et-pb-parallax-hidden-phone {
        display: block !important;
    }
    .et-pb-parallax-background--css{
        background-attachment: scroll !important;
    }
}
@media only screen and (max-width: 980px) {
    #main-content .et-pb-parallax-hidden-phone {
        display: block !important;
        background-attachment: scroll !important;
    }
    .et-pb-parallax-background--css{
        background-attachment: scroll !important;
    }
}
#menu-langue{
    display: none;
}