/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #676767;
    border-radius: 10px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


::selection {
    background-color: #261C12;
    color: white;
}

/* Firefox */
::-moz-selection {
    background-color: #261C12;
    color: white;
}




/*pomzed Style*/
html{
    font-family: 'Readex Pro', sans-serif;
    scroll-behavior: smooth;
}
body{
    /*font-family: 'Outfit', sans-serif;*/
    font-weight: 100;
    background-color: white;
    /*cursor: url("../images/cross.png") 20 20, move;*/
    /*cursor: pointer;*/
    /*font-family: 'Outfit', sans-serif;*/
    font-family: 'Readex Pro', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Outfit', sans-serif;
    line-height: 1.2;
}
body.lock-scrolling{
    overflow: hidden;
}
body.lock-scrolling::after{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    opacity: 0.6;
    z-index: 1000;
}

/*menu*/
.primary-navigation{
    width: 50%;
    position: fixed;
}
.menu-button-container{
    display: block;
}
.primary-navigation-open .menu-button-container{
    background: transparent;
    width: fit-content;
}
.menu-button-container svg line{
    stroke: white;
    transition: 0.2s all ease-in-out;

}
.black_header svg line{
    stroke: black;
}
.menu-button-container #primary-mobile-menu{
    position: fixed;
    right: 20px;
    top: 20px;
}
.primary-navigation-open .menu-button-container #primary-mobile-menu{
    position: fixed;
}
.logo path{
    fill: white;
}

.containmenu{
    background: white;
    width: 100%;
    height: 100vh;
    display: none;
}
#primary-menu-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-bottom: 0;
    padding: 60px 70px;
    grid-gap: 50px;
}
.icon-plus, .icon-minus{
    display: none;
}
.primary-navigation .sub-menu{
    margin-left: 0;
    border: 0;
}
.menu-item{
    list-style: none;

}
.primary-navigation .primary-menu-container > ul > .menu-item{
    display: block;
    padding-left: 90px;
    position: relative;
    list-style: none;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle{
    display: none;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a{
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #261C12;
    padding: 0;
    margin-bottom: 5px;
    line-height: 1.2;
    transition: 0.2s all ease-in-out;
}
.primary-navigation .sub-menu .menu-item > a{
    padding: 0;
    font-family: "Readex Pro", sans-serif;
    font-size: 16px;
    font-weight: 100;
    color: black;
    transition: 0.2s all ease-in-out;

}
#primary-menu-list>li::before{
    content: "";
    width: 40px;
    height: 50px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
}
#primary-menu-list>li:first-child::before {
    background-image: url("../svg/menuiserie.svg");
}
#primary-menu-list>li:nth-child(2)::before {
    background-image: url("../svg/agencement.svg");
}
#primary-menu-list>li:nth-child(3)::before {
    background-image: url("../svg/fenetres.svg");
}
#primary-menu-list>li:nth-child(4)::before {
    background-image: url("../svg/charpente.svg");
    width: 55px;
}
#primary-menu-list>li:nth-child(5)::before {
    background-image: url("../svg/entreprise.svg");
    width: 35px;
}
#primary-menu-list>li:nth-child(6)::before {
    background-image: url("../svg/contact.svg");
}
.primary-navigation .primary-menu-container > ul > .menu-item > a:hover,.primary-navigation .sub-menu .menu-item > a:hover{
    opacity: 0.5;
}
.openmenu .containmenu{
    display: block;
    animation: menu 0.5s ease-in-out forwards ;

}
@keyframes menu {
    from { transform: translateX(100%);}
    to {transform: translateX(0);}
}

.primary-navigation .primary-menu-container > ul > .current-menu-item > a{
    color: #AB9C7D;
}


/*header accueil */
#masthead{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.logo{
     /*height: 75px;*/
     width: 200px;
    margin: 30px 20px 20px 80px;
 }
.site-logo{
    margin: 0;
}
.header_accueil{
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
}
.video_accueil{
    position: absolute;
    left: -10%;
    z-index: 1;
    width: 120%;
    height: 120vh;
    top: -10vh;
    pointer-events: none;
}
.box_head{
    background-color: white;
    padding: 40px 40px 40px 80px;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    /*overflow: hidden;*/
    width: fit-content;
}
.home .box_head{
    overflow: hidden;

}
h1{
    font-size: 50px;
    font-weight: 100;
    line-height: 1.1;

}
.home .box_head h1{
    margin-bottom: -8px;
}
.sur_titre{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    color: #261C12;
}
.logo_opp_back {
    width: 500px;
    opacity: 0.15;
    height: 550px;
    position: absolute;
    left: -230px;
    bottom: 0;
    z-index: -1;
}
h2{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #261C12;
    padding: 0 calc(10% - 10px);
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    position: relative;
}
h2 span{
    width: fit-content;
    background-color: white;
    padding: 2px 10px;
    position: relative;
    z-index: 2;
}
h2::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #AB9C7D;
}
.width_element{
    width: 80%;
    margin: auto;
}
/*.prestations_home{*/
/*     padding-bottom: 50px;*/
/* }*/
.list_prest{
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}

.all_section_acc{
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.logo_bg{
    width: 100%;
    opacity: 0.15;
    position: absolute;
    right: -60%;
    height: auto;
    z-index: -1;
    top: 0;

}
.home .logo_bg{
    top: -70%;

}
.prestation{
    transition: 0.4s ease-in-out all;
}
.prestation img{
    width: 100%;
    height: 90px;
    object-fit: contain;
}
.prestation h3{
    font-family: "Readex Pro", 'sans-serif';
    font-weight: 100;
    font-size: 20px;
    color: black;
    text-align: center;
    margin-top: 20px;
}
.prestation:hover{
    transform: scale(1.05);
}

/*references*/
.liste_reference{
    padding: 50px 0 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.eapps-instagram-feed-posts-grid-load-more-container{
    display: none!important;
}





.single-prestations .eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-item{
    max-height: 300px!important;
}
.liste_reference .eapps-instagram-feed-posts-view>div:nth-child(2), .liste_reference .eapps-instagram-feed-posts-view>div:nth-child(3){
    display: none!important;
}
.liste_reference #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item{
    width: 100% !important;
}
.titre_ref{
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}
body #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-overlay{
    background: rgb(0 0 0 / 67%);
}

/*footer*/
footer{
    background-color: #261C12;
    padding: 40px 10%;
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr;*/
    /*grid-gap: 150px;*/
    display: flex;
    flex-direction: row;
}
.logo_adress{
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr;*/
    /*grid-gap: 20px;*/
    display: flex;
    flex-direction: row;
    position: relative;
    /*padding-left: 20px;*/
    /*align-items: center;*/
}
.menu_footer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;

}

.logo_ft{
    width: 200px;
}
.logo_ft path, .logo_ft circle{
    fill: white;
}
.logo_adress::after{
    /*content: '';*/
    height: 100%;
    width: 1px;
    background-color: white;
    right: -74.5px;
    position: absolute;
    top: 0;
}
.titre_adresse{
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    font-weight: bold;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 8px;
}
.txt_adresse, .tel_adresse{
    color: white;
    margin: 0;
    font-size: 16px;
    font-weight: 100;
    transition: 0.2s ease-in-out all;
}
.menu_ft{
    display: block;
}
.menu_ft a{
    display: block;
    color: white;
    font-size: 16px;
    transition: 0.2s all ease-in-out;
}
.menu_ft a:hover, .tel_adresse:hover{
    opacity: 0.5;
    color: white;
}
.adresse_footer a{
    display: block;
}
.adresse_footer{
    padding: 0 40px 0 40px;
    display: flex;
    flex-direction: column;
    position: relative;

}
.adresse_footer:first-child{
    padding: 0 40px 0 0px;
    justify-content: center;
}
.adresse_footer:not(:last-child)::after{
    content: "";
    height: 100%;
    width: 1px;
    background-color: white;
    right: 0;
    position: absolute;
    top: 0;
}









/*page*/
.header_page{
    height: 40vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.single-prestations .header_page{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 12;
}
.single-prestations .eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-inner{
    width: 100% !important;
}
.reference .container_services{
    display: block;
}
.reference .contenu_services{
    padding: 0;
}
.slogan_h1{
    font-size: 50px;
    font-weight: 100;
    font-family: 'Outfit', sans-serif;
    line-height: 1.2;
    margin-bottom: 0;
}
body:not(.home) .slogan_h1{
    font-size: 40px;
    margin-bottom: -8px;
}
.single-prestations{
    /*height: 400vh;*/
}
.single-prestations footer{
    display: none;
}
.single-prestations .sub_footer{
    display: none;
}
.scroll_section{
    height: 60vh;
    display: grid;
    grid-template-columns: 1fr 4fr;
}





.container_all_service{
    position: relative;
    overflow: hidden;
}

.scroll_service{
    width: calc(25vw - 30px);
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60vh;
    z-index: 10;
    background-color: white;
    margin: 0px 0px 0px 0;
    padding: 60px 20px 60px 80px;
    /*border-right: 1px solid #AB9C7D;*/
    display: block;
}
.scroll_service::after{
    content: "";
    width: 1px;
    height: calc(100% - 120px);
    position: absolute;
    right: 0;
    top: 60px;
    background-color: #AB9C7D;
}
.scroll_service p{
    display: block;
    color: #000000;
    font-weight: 100;
    margin: 5px 0;
    font-size: 17px;
    transition: 0.4s ease-in-out all;
    cursor: pointer;
}
.scroll_service p.current_section{
    font-weight: 500;
}
.scroll_service p:hover{
    opacity: 0.4;
}
* {
    margin: 0;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
}

.blocHorizontal{
    display: flex;
    /*width: 400vw;*/
/*cubic-bezier(.64,-0.01,.51,1.07)*/
    transition: 1.2s cubic-bezier(.64,-0.01,.51,1.07);
}
.slide {
    width: 95vw;
    margin-top: 40vh;
    height: 60vh;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    overflow-x: hidden;
}
.container_services{
    /*margin-left: 25%;*/
    /*background-color: red;*/
    width: 100%;
    height: 60vh;
    color: black;
    text-align: center;
    padding: 60px 30px;
    margin-right: 25vw;

    /*justify-content: center;*/
    /*display: flex;*/
    align-items: center;
    display: grid;
    grid-template-columns: 2fr 3fr;
    transition: 0.5s all ease-in-out;
}
.contenu_services{
    text-align: left;
    padding: 0 50px;
}
.contenu_services h2{
    padding: 0;
    margin-bottom: 20px;
}
.contenu_services h2::before{
    display: none;
}
.img_services{
    height: 100%;
}
.img_services img{
    height: calc(60vh - 120px);
    object-fit: cover;
    width: 100%;
}
.slide.active .container_services{
    margin-left: 25vw;
    margin-right: 0;
}
.description_services{
    font-size: 17px;
}
.nbsection{
    font-size: 14px;
    font-family: 'Outfit';
    font-weight: 500;
}
#nextpage{
    position: absolute;
    right: 20px;
    bottom: 10px;
    transform: rotate(90deg);
    z-index: 10;
    cursor: pointer;
    transition: 0.4s all ease-in-out;
}
#nextpage:hover{
    transform: rotate(90deg) translateY(-5px);
}



/*page entreprise*/
.contentpage{
    padding: 80px 0;
}
.numero{
    /*padding: 0 10%;*/
    font-size: 14px;
    color: #AB9C7D;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
}
.txt_content{
    /*padding: 0 10%;*/
    margin: 40px auto 60px auto;
    padding-right: 20%;
}
.equipe_content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 50px;
}
.membre_equipe{
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /*grid-gap: 20px;*/
    display: flex;
    flex-direction: row;
}
.info_membre{
    padding: 0 0 0 20px;
}
.membre_equipe .nom{
    color: #261C12;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 0;
}
.membre_equipe .poste {
    font-size: 18px;
    margin-bottom: 20px;
}
.membre_equipe a{
    font-size: 18px;
    color: #261C12;
    display: block;
    transition: 0.2s ease-in-out all;
}
.membre_equipe a:hover{
    opacity: 0.4;
}
.membre_equipe img{
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.atelier_visio{
    margin: 50px 0;
}
.visio_element {
    /*width: 90%;*/
    margin: auto;
    position: relative;
}
.description_visio{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: white;
    padding: 10px 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
.visio_element img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    /*margin: 0 10%;*/
}

.partenaire_section{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 50px auto;
    /*align-items: center;*/
}
.partenaire_section img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 350px;
}
p, ul{
    font-size: 17px;
    font-family: "Readex Pro", sans-serif;
}
ul{
    margin-left: 17px;
    list-style: none;
}
li{
    position: relative;
}
li::before{
    content: "";
    width: 9px;
    height: 1px;
    background: #261C12;
    position: absolute;
    left: -16px;
    top: 13px;
}
li::marker{
    margin-right: 5px;
}
b, strong{
    font-weight: 500;
}
h3{
    font-size: 20px;
    font-weight: 700;
    color: #AB9C7D;
}
.historique_section{
    display: flex;
    flex-direction: row;
    margin: 50px auto;
}
.historique_section>div:first-child{
    width: 50%;
    padding-right: 30px;
}
.historique_section>div:last-child{
    width: 50%;
    overflow: hidden;
    margin-left: 30px;
    position: relative;
}
.galerie_historique img{
    width: 100%;
    max-width: unset!important;
    height: 350px!important;
    object-fit: cover;
}
.swiper-pagination-bullet{
    border-radius: 0!important;
    height: 3px!important;
    background: white!important;
    width: 30px!important;
    opacity: 1!important;
    transition: 0.2s ease-in-out all!important;
}
.swiper-pagination-bullet-active{
    background: #AB9C7D!important;
    border-radius: 0!important;
    height: 3px!important;
    width: 40px!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 5px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    color: white;
    font-size: 28px!important;
}


/*page contact*/
.contact_page{
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 60px;
    /*width: 80%;*/
}
.contact_page{
    width: calc(100% - 160px);
}
.form input, .form textarea{
    border: 1px solid black;
}
.form .wpcf7-form{
    /*display: flex;*/
}
.form .wpcf7-form p:nth-of-type(1),.form .wpcf7-form p:nth-of-type(2){
    width: calc(49% - 10px);
    display: inline-block;
}

.form .wpcf7-form p:nth-of-type(4),.form .wpcf7-form p:nth-of-type(5){
    width: calc(49% - 10px);
    display: inline-block;
}
.form .wpcf7-form p:nth-of-type(2) ,.form .wpcf7-form p:nth-of-type(5){
    margin-left: 20px;
 }
.form .wpcf7-form p{
    width: 98.5%;
}
.form label{
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
}

.form textarea{
    height: 150px;
    resize: none;
}

.form .wpcf7-form p:nth-child(8){
    text-align: right;
}

.form input[type=submit]{
    background-color: #261C12;
    color: white;
    border: 1px solid transparent;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.4s all ease-in-out;
}
.wpcf7-spinner{
    display: none;
}
.form input[type=submit]:hover{
    border: 1px solid #261C12;
    background-color: white;
    color: #261C12;

}
.maps{
    height: 100%;
    width: 100%;
    padding: 25px 0 15px 0;
}



.sub_footer{
    padding: 15px 10%;
    background-color: black;
    font-size: 12px;
    color: white;
}
.sub_footer svg{
    margin-bottom: -2px;
}
.iv-fullscreen{
    z-index: 10000;
}







.swiperservice{
    height: calc(60vh - 120px);
    width: 100%;
    overflow: hidden;
    position: relative;
}
.swiperservice img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 1400px) {
    .contenu_services{
        padding: 0px 30px;
    }
    .container_services{
        grid-template-columns: 1fr 2fr;
    }
    .video_accueil{
        width: 150%;
    }
    .equipe_content{
        grid-template-columns: 1fr 1fr;
    }
    .primary-navigation {
        width: 75%;
    }
}
@media screen and (max-width: 1100px) {
    .home .box_head{
        width: 70%;
    }
    .box_head{
        width: 70%;
    }
    footer{
        grid-template-columns: 1fr;
        grid-gap: 30px
    }
    footer div{
        text-align: center;
    }
    .logo_adress::after{
        height: 1px;
        width: 100%;
        background-color: white;
        right: 0;
        position: absolute;
        bottom: -14px;
        top: unset;
    }

    .video_accueil{
        width: 180%;
    }


    /*horizontalscroll*/
    .blocHorizontal{
        width: 100% !important;
        display: flex;
        flex-direction: column;
    }
    .single-prestations .header_page{
        position: relative;
    }
    .scroll_service{
        width: 80%;
        margin: 40px auto 0 auto;
        position: static;
        height: auto;
        background-color: transparent;
        padding: 0;
    }
    .scroll_service p{
        margin: 0 10px 0 0;
        display: inline-block;
    }
    .blocHorizontal .slide{
        height: auto;
        width: 80%;
        margin: 40px auto 0 auto;
    }
    .blocHorizontal .slide:nth-child(odd){
        direction: rtl;

    }
    .blocHorizontal .slide:nth-child(odd) .contenu_services{
        direction: ltr;
        padding-left: 0;
    }

    .blocHorizontal .slide:last-child{
        margin-bottom: 40px;
    }
    .slide.active .container_services, .container_services{
        /*margin-left: 0;*/
        margin: 0;
        padding: 0;
        height: auto;
    }
    #nextpage{
        display: none;
    }
    .single-prestations footer{
        display: grid;
    }
    .single-prestations .sub_footer{
        display: block;
    }
    .scroll_service p{
        position: relative;
    }
    .scroll_service p::after{
        content: "";
        height: 11px;
        width: 1px;
        position: absolute;
        background-color: black;
        right: -9px;
        top: 9px;
    }
    .scroll_service p:last-child::after {
        display: none;
    }
    .partenaire_section{
        grid-template-columns: 1fr;
    }
    .historique_section{
        display: block;
    }
    .historique_section>div:first-child{
        padding-right: 0;
        width: 100%;
    }
    .historique_section>div:last-child{
        width: 100%;
        margin-left: 0;
    }
    .contact_page{
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    .maps{
        height: 400px;
    }
}
@media screen and (max-height: 750px) {
    #primary-menu-list{
        grid-gap: 30px;
        padding: 60px 50px;
    }
}


@media screen and (max-width: 800px) {
    .home .box_head{
        width: 100%;
        position: relative;
    }
    .box_head{
        width: 100%;
    }
    h1{
        font-size: 35px;
    }
    .video_accueil {
        position: relative;
        left: -50%;
        width: 200%;
        height: 400px;
        top: 0;
        margin-bottom: -10px;
    }
    .header_accueil{
        height: auto;
    }

    .list_prest{
        grid-template-columns: repeat(2, 1fr);
    }
    .box_head{
        padding: 40px 5%;
    }
    body:not(.home) .box_head{
        padding-bottom: 0;
    }
    .all_section_acc{
        padding: 0 0 40px 0;
    }
    .width_element{
        width: 90%;
        margin: auto;
    }
    .txt_content{
        margin: 20px auto 40px auto;
    }
    .contentpage{
        padding: 40px 0 40px 0;
    }
    .prestation img{
        height: 60px;
    }
    h2{
        padding: 0 calc(5% - 10px);
    }
    .liste_reference{
        grid-template-columns:1fr;
        margin-bottom: 10px;
    }
    footer{
        grid-gap: 20px;
        padding: 40px 5%;
    }
    .logo_adress{
        grid-template-columns: 1fr;
    }
    .menu_footer{
        grid-template-columns: 1fr;
    }
    .logo_adress::after{
        display: none;
    }
    .blocHorizontal .slide {
        width: 90%;
    }
    .blocHorizontal .slide:nth-child(odd) {
        direction: ltr;
    }
    .container_services{
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .contenu_services{
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .img_services img, .swiperservice {
        height: 300px;
    }
    .scroll_service{
        display: none;
    }
    .primary-navigation{
        width: 100%;
    }
    #primary-menu-list{
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding: 0 30px 60px 30px;
    }
    .primary-navigation .sub-menu{
        display: none;
    }
    #primary-menu-list>li::before{
        display: none;
    }
    .primary-navigation .primary-menu-container > ul > .menu-item{
        padding-left: 0;
    }
    .openmenu .containmenu{
        display: flex;
        align-items: center;
    }
    .header_page{
        height: 400px;
    }
    .logo{
        margin: 30px 20px 20px 30px;
        width: 130px;
    }
    p, ul{
        font-size: 16px;
    }
    .equipe_content{
        grid-template-columns: 1fr;
        margin-bottom: 40px ;
    }
    .txt_content {
        padding-right: 0;
    }
    .partenaire_section, .historique_section{
        margin: 20px auto 40px auto;
    }
    .visio_element img{
        height: 300px;
    }
    .atelier_visio{
        margin: 40px 0;
    }
    .membre_equipe img {
        height: 170px;
        width: 170px;
    }
    .logo_bg{
        display: none;
    }
    body:not(.home) .slogan_h1{
        font-size: 35px;
    }
    .sur_titre{
        font-size: 17px;
    }
    h2{
        font-size: 17px;
    }
    h3 {
        font-size: 17px;
    }
    .contact_page{
        grid-gap: 0 ;
    }
    .wpcf7 form .wpcf7-response-output{
        font-size: 17px;
    }
    .prestation h3{
        font-size: 17px;
    }
    .form .wpcf7-form p:nth-of-type(2) ,.form .wpcf7-form p:nth-of-type(5){
        margin-left: 0px;
    }
    .logo_adress{
        display: block;
    }
    .adresse_footer:not(:last-child)::after{
        width: 100%;
        height: 0.5px;
        bottom: 0;
        top: unset;
    }
    footer{
        justify-content: center;
    }
    .adresse_footer{
         padding: 20px 0;
     }
    .adresse_footer:first-child{
        padding: 0 0 30px 0;
        align-items: center;

    }
    .adresse_footer:last-child{
        padding: 20px 0 0px 0;
    }
    .sub_footer{
        padding: 15px 5%;
        text-align: center;
    }
}
@media screen and (max-width: 650px) {
    .form .wpcf7-form p{
        width: 100%!important;
        margin-bottom: 10px;
    }

}
@media screen and (max-width: 380px) {
    .membre_equipe img {
        height: 120px;
        width: 120px;
    }
}






























