/* 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: var(--jaune);
    color: white;
}

/* Firefox */
::-moz-selection {
    background-color: var(--jaune);
    color: white;
}

:root{
    --jaune: #FFCD00;
}


/*pomzed Style*/
html{

    font-family: "din-2014", sans-serif;
    font-weight: 300;
    scroll-behavior: smooth;
}
*{
    transition: 0s ease-in-out all;

}
body{
    font-weight: 300;
    background-color: white;
    font-family: 'din-2014', sans-serif;
    color: #333333;


}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'din-2014', sans-serif;
    line-height: 1.2;
}
p, ul, li, a{
    font-family: 'din-2014', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}
body.lock-scrolling{
    overflow: hidden;
}

/*menu*/
.primary-navigation{
    width: 100%;
    position: relative;
    z-index: 1000;
    left: unset;
    top: unset;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0;
    /*padding-right: 5%;*/
}

.icon-search{
    width: 20px;
    position: absolute;
    height: 20px;
    right: 0;
    top: 7px;
    cursor: pointer;


    /*display: none;*/
}
.primary-navigation .primary-menu-container{
    padding-right: 30px;
}
#searchform{
    position: fixed;
    top: 90px;
    right: 0;
    width: 100%;
    max-width: 900px;
    /*padding: 0px 7.5%;*/
    padding: 0px 50px;
    background: white;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out all;
    /*border-bottom: 1px solid transparent;*/
    /*border-bottom: 0px solid transparent;*/


    /*display: none;*/
}
#searchform.active{
    /*padding-top: 50px;*/
    /*padding-bottom: 50px;*/
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: 300px;

    border-bottom: 1px solid #F1F1F1;
    border-left: 1px solid #F1F1F1;
}
#searchform input{
    /*background: #F1F1F1;*/
    border: 0!important;
    border-bottom: 1px solid #7C7C7C!important;
    box-shadow: 0 0 black!important;
    margin: 0!important;
}
#searchform.open-search{
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: 300px;

    border-bottom: 1px solid #F1F1F1;
    border-left: 1px solid #F1F1F1;
}
.btn-icon{
    display: none;
}
.container-search{
    width: 85%;
    margin: 0 auto 100px auto;
}
.container-search h2:not(:first-of-type){
    margin-top: 50px;
}
.grid-search{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
}
.search-card{
    border: 1px solid #F1F1F1;
    padding: 40px 60px;
    position: relative;
}
.title-search{
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    line-height: 24px;

    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #565655;
    margin-bottom: 0;
    transition: 0.4s ease-in-out all;
    margin-top: 25px;
}
.search-card-content{
    text-align: center;
}
.search-card img{
    mix-blend-mode: darken;

    height: 100px;
    width: 125px;
    object-fit: contain;
    transition: 0.4s ease-in-out all;
}
.search-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    background-color: #F1F1F1;
    transition: 0.4s ease-in-out all;
}
.search-card:hover::after, .search-card:hover::before{
    width: 100%;
}
.search-card::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    z-index: 1;
    background-color: var(--jaune);
    transition: 0.4s ease-in-out all;
}

.search-card.post img{
    object-fit: cover;
}

.logo-wib-prod img{
    opacity: 0.6;
}













/*.menu-button-container{*/
/*    display: none;*/
/*}*/
.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;

}
body:not(.home) .menu-button-container svg line{
    stroke: #555554;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close svg rect{
    stroke: #555554;
}
.black_header svg line{
    stroke: black;
}
.menu-button-container #primary-mobile-menu{
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 10000;
}
.primary-navigation-open .menu-button-container #primary-mobile-menu{
    position: fixed;
    outline: unset!important;
}
.logo path{
    fill: white;
}


#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;
}
.primary-navigation .primary-menu-container > ul > .menu-item{
    display: inline-block;
    margin:0 10px;
    position: relative;
}
.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: 'din-2014', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    /*color: black;*/
    padding: 0;
    color: #565655;
    margin-bottom: 0px;
    letter-spacing: 0.1em;
    opacity: 0.4;
    line-height: 18px;
    transition: 0.2s all ease-in-out;
}
/*.primary-navigation .primary-menu-container > ul > .menu-item > a:hover{*/
/*    opacity: 1;*/
/*}*/
.home header:not(.white-header) .primary-navigation .primary-menu-container > ul > .menu-item > a {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    font-size: 14px;
    line-height: 18px;
    /*font-weight: 100;*/
    /*letter-spacing: 0.1em;*/
    text-transform: uppercase;
    margin: 0;
}
.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;

}
header.white-header .site-logo svg path{
    fill: rgb(86, 86, 85);
}
header.white-header .site-logo svg path:nth-of-type(2){
    fill: rgb(255, 205, 0);
}
.primary-navigation .primary-menu-container > ul > .menu-item > a:hover,.primary-navigation .sub-menu .menu-item > a:hover{
    opacity: 0.4;
}
body:not(.home) .primary-navigation .primary-menu-container > ul > .menu-item > a:hover,body:not(.home) .primary-navigation .sub-menu .menu-item > a:hover{
    color: #000000;
}

.primary-navigation .primary-menu-container > ul > .current-menu-item > a{
    opacity: 1;
}

/*#primary-menu-list li:first-of-type{*/
/*    margin: 0 5px;*/
/*    padding: 0;*/
/*}*/

/*#primary-menu-list li:first-of-type a{*/
/*    color: white;*/
/*    padding: 10px 15px 7px 15px;*/
/*    border: 1px solid white;*/

/*}*/

/*#primary-menu-list li:first-of-type:hover a{*/
/*    color: #333333;*/
/*    opacity: 1;*/
/*    background-color: white;*/
/*}*/

#primary-menu-list li:first-of-type a, #primary-menu-list li:nth-of-type(2) a{
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 15px 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
/*#primary-menu-list li:nth-of-type(2):hover a{*/
/*    color: #333333;*/
/*    opacity: 1;*/
/*    background-color: rgba(255, 255, 255, 0.8);*/
/*}*/



body:not(.home) #primary-menu-list li:first-of-type a, body:not(.home) #primary-menu-list li:nth-of-type(2) a, body .white-header #primary-menu-list li:first-of-type a, body .white-header #primary-menu-list li:nth-of-type(2) a{
    color: #565655;
    padding: 10px 15px 7px 15px;
    border: 1px solid #565655;
    position: relative;
}

body:not(.home) #primary-menu-list li.current_page_item:first-of-type a, body:not(.home) #primary-menu-list li.current_page_item:nth-of-type(2) a,
body .white-header #primary-menu-list li.current_page_item:first-of-type a, body .white-header #primary-menu-list li.current_page_item:nth-of-type(2) a{
    color: #565655;
    border: 1px solid var(--jaune);
    background: var(--jaune);
    
}
body #primary-menu-list li:first-of-type a:after, body #primary-menu-list li:nth-of-type(2) a::after{
    content: "";
    width: 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--jaune);
    z-index: -1;
    transition: 0.3s ease-in-out all;
}
body #primary-menu-list li:first-of-type:hover a:after, body #primary-menu-list li:nth-of-type(2):hover a::after{
    width: 100%;

}



#primary-menu-list li:first-of-type:hover a, #primary-menu-list li:nth-of-type(2):hover a{
    color: #333333;
    opacity: 1;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}
.contain-menu-produit{
    position: fixed;
    top: 90px;
    z-index: 100000;
    width: 100%;
    height: 0;
    background: #F5F5F5;
    padding: 0px 7.5%;
    transition: 0.4s ease-in-out all;
    overflow: hidden;
}
.contain-menu-produit.active{
    padding: 50px 7.5%;
    height: calc(100vh - 90px);
}
.menu-item{
    position: relative;
}
.menu-item::after{
    content: "";
    width: 0;
    background: var(--jaune);
    height: 4px;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.4s ease-in-out all;
}
.primary-navigation .primary-menu-container > ul > .menu-item.active > a{
    opacity: 1;
}
.menu-item.active::after{
    width: 100%;
}
#menu-item-79{
    padding-right: 15px;
}
#menu-item-79::before{
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    right: -0px;
    top: 4px;
    background: #565655;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    opacity: 0.5;
    transition: 0.4s ease-in-out all;
}
#menu-item-79.active::before{
    transform: rotate(-180deg);
}

.liste-produit{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
}
.liste-produit,.liste-produit ul{
    list-style: none;
    margin: 0;
}
.liste-produit ul{
    margin-bottom: 30px;
}
.menu-level-01{
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #565655;
    display: block;
    margin-bottom: 15px;
}
.menu-level-02{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    display: block;
    margin-bottom: 10px;
    color: #565655;
}
.special-menu-titre{
    font-weight: 500;
    font-size: 23px;
    line-height: 29px;

    letter-spacing: -0.03em;

    color: #565655;
}
.liste-produit a{
    transition: 0.3s ease-in-out all;
}
.liste-produit a:hover, .liste-produit a:focus{
    color: var(--jaune);
}


/*mastead*/
#masthead{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 25px 7.5%;
    z-index: 100000;
    transition: 0.4s ease-in-out all;
    height: 90px;
}
body:not(.home) #masthead, #masthead.white-header{
    background-color: white;
    /*z-index: 10;*/
    border-bottom: 1px solid #F1F1F1;

}
#masthead.white-header{
    /*box-shadow: 3px 9px 24px -7px rgba(0,0,0,0.27);*/
    /*-webkit-box-shadow: 3px 9px 24px -7px rgba(0,0,0,0.27);*/
    /*-moz-box-shadow: 3px 9px 24px -7px rgba(0,0,0,0.27);*/
}
#masthead .section_logo{
    position: absolute;
    left: 7.5%;
    top: 50%;
    z-index: 1001;
    transform: translate(0, -50%);
}
.site-logo{
    margin: 0;
    transition: 0.4s ease-in-out all;
}
.site-logo:hover{
    opacity: 0.7;
}

/*page d'accueil*/
.image_accueil{
    position: absolute;
    top: auto;
    left: 0;
    /*margin-top: -80px;*/
    z-index: -1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.home_header{
    /*height: calc(100vh - 80px);*/
    height: 100vh;
    position: relative;
    overflow: hidden;
    perspective: 1px;
}
.header_block{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.block-right{
    /*content: "";*/
    position: absolute;
    left: -39vw;
    width: 54vw;
    height: 49vw;
    transform: rotate(53deg);
    background: white;
    display: block;
    bottom: -20vw;
}
.content_head_home{
    position: relative;
    z-index: 2;
    width: 70%;
    margin-left: 25%;
    padding-top: calc(80px + 80px);
}
.content_head_home h1{
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    width: 550px;
}
.big_link_home{
    font-style: normal;
    font-weight: 500;
    font-size: 78px;
    line-height: 93px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    position: relative;
    width: fit-content;
    transition: all ease-in-out 0.5s;
    z-index: 1;
    /*border-bottom: 0;*/
}

.content_head_home .big_link_home:nth-of-type(2){
    /*width: fit-content;*/
    /*max-width: 440px;*/
    margin-left: 30%;
    margin-top: 20px;
}
.big_link_home::after{
    content: "";
    background-image: url("../images/arrow-wibemo.svg");
    width: 60px;
    height: 13px;
    position: absolute;
    z-index: 1;
    left: calc(100% + 20px);
    bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease-in-out 0.5s;
}
.big_link_home:hover, .big_link_home:focus{
    /*color: rgba(255, 255, 255, 0.5);*/
    color: var(--jaune);
}
.big_link_home:hover::after{
    left: calc(100% + 40px);
}
.section_big_link{
    margin: 25px 0;
}
.keywords{
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.keywords_home{
    font-weight: 100;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 5px;
    padding: 5px 10px 3px 10px;
}

/*contenu page d'accueil*/
.container_left{
    width: 70%;
    margin: 50px 7.5% 50px 22.5%;

}
.about_home{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.about_home iframe{
    aspect-ratio: 16/9;
    width: 100%;
    max-height: unset;
}
a {
    color: black;
}
.text p>a{
    color: #333333;
    border-bottom: 1px solid var(--jaune);
    transition: 0.4s all ease-in-out;
}
/*.text a{*/
/*    display: block;*/
/*}*/
.text a:hover{
    color: var(--jaune);
}
h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    color: #333333;
    opacity: 0.8;
}

.actu_home{
    margin-top: 50px;
}
.article_list_home{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-top: 20px;

}

.article_home{
    display: grid;
    grid-template-columns: 1fr 2fr;
    background-color: #D9D9D9;
    height: 155px;
    transition: 0.4s ease-in-out all;
}
.contentarticle{
    padding: 20px;
    position: relative;
}
.contentarticle::after{
    content: "";
    height: 10px;
    transform: rotate(180deg);
    width: 15px;
    background-color: #333333;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    left: 20px;
    top: 0;
    transition: 0.5s ease-in-out all;
}
.contentarticle:hover::after{
    left: 90%;
}
.img_actu_home{
    height: 155px;
    object-fit: cover;
    object-position: center;
    width: 100%;

}
.article_home h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #565655;
    margin-bottom: 10px;
}

.article_home:hover{
    transform: scale(1.02);
}

/*produit home*/
.container{
    width: 85%;
    margin: auto;
}
.home_products{
    margin: 100px 5% 0 7.5%;
    width: 90%;
    position: relative;
}

.product_images{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 100px;
}
.product_images img{
    object-fit: contain;
    object-position: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
.product_title{
    font-weight: 700;
    font-size: 142px;
    line-height: 165px;
    text-transform: uppercase;
    color: #7C7C7C;
    opacity: 0.2;
    position: absolute;
    left: -9px;
    top: 30%;
}
.button_base{
    background: var(--jaune);
    font-weight: 500;
    font-size: 12px;
    margin-top: 10px;
    /* line-height: 18px; */
    display: block;
    text-transform: uppercase;
    color: #565655;
    padding: 6px 20px 4px 40px;
    position: relative;
    z-index: 9;
    border: 1px solid transparent;
    transition: all ease-in-out 0.5s;
    width: fit-content;
}

.button_base::after{
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    height: 6px;
    width: 9px;
    background-color: #333333;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transition: all ease-in-out 0.5s;

}
.button_base:hover,.button_base:focus{
    background-color: white;
    border: 1px solid var(--jaune);
    color: #565655;

}
.button_base:hover::after{
    left: 25px;
}


/*footer*/
footer{
    background: #333333;
    padding: 75px 7.5% 75px 7.5%;
    /*width: 95%;*/
    width: calc(100% - 50px);
    margin: 0 25px 25px 25px;
    /*margin: 0 auto 2.5% auto;*/
    position: relative;
}
footer::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    left: 0;
    bottom: 0;
    background-color: white;
}
body.home footer{
    margin-top: 75px;
}
.txt_adresse, .tel_adresse{
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
}
.txt_adresse{
    margin-bottom: 10px;
}

.adresse_footer svg{
    margin-bottom: 5px;
    width: 125px;
    height: 65px;
}

.footer_container{
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.titre_footer{
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 50px;
    display: block;
}

.links_footer{
    margin: 5px 0 0 0;
    list-style: none;
}
.links_footer li a{
    font-size: 14px;
    font-weight: 100;
    color: #FFFFFF;
    opacity: 0.8;
}

footer a:hover{
     opacity: 0.5;
     color: white;
}
.sub_footer{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;

}
.wpml-ls-legacy-list-horizontal{
    padding: 0;
}
.sub_footer>div:first-child{
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0.4;
}
.sub_footer>div:first-child svg{

    margin-bottom: -1px;

}
.sub_footer>div:last-child{
    text-align: right;
}
.sub_footer>div:last-child .wpml-ls-current-language a{
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 1;
}
.sub_footer>div:last-child a{
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.8;
    padding: 0 7px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item{
    position: relative;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:nth-of-type(2)::before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: var(--jaune);
    left: 0;
    top: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:nth-of-type(2)::after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: var(--jaune);
    right: 0;
    top: 0;
}

/*page*/
h1{
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    color: #7C7C7C;
    margin-bottom: 0;
    width: 60%;
}
h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #EDC315;
}
.pagebase{
    margin-top: 90px;
    /*perspective: 1px;*/
}
.pagebase header{
    padding: 75px 7.5% 0px 7.5%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 80px;
    position: relative;
}
.pagebase header::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 225px;
    background-image: url("../images/rectangle_base.png");
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.pagebase .special-header{
    display: block;
    /*padding: 50px 7.5% 0px 7.5%;*/
    padding: 100px 7.5% 0px 7.5%;
    margin-bottom: 40px;
    position: relative;
}
.pagebase header.special-header::after{
    /*top: -90px;*/
    /*height: 180px;  */
    top: 0px;
    height: 140px;
}
.special-header h1{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.03em;
    color: #333333;
    opacity: 0.8;
    /*text-transform: unset;*/
}
.pagebase .header-serrage{
    background: #F1F1F1;
    display: block;
}
.pagebase .header-serrage::after{
    display: none;
}
.serrage-systeme{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 40px;
    margin: 50px 0 0px 0;
    padding-bottom: 50px;
}
.serrage-systeme a{
    text-align: center;
}
.serrage-systeme img{
    height: 220px;
    object-fit: contain;
    object-position: bottom;
    margin-bottom: 20px;
    transition: 0.4s ease-in-out all;
}
.serrage-systeme a:hover img{
    transform: scale(0.9);
}
.serrage-systeme a p{
    font-size: 17px;
    line-height: 24px;

    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;

    color: #333333;
    opacity: 0.8;
    transition: 0.4s ease-in-out all;
}
.serrage-systeme a:hover p{
    color: var(--jaune);
    opacity: 1;
}








.content_page{
    width: 85%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 75px;
    position: relative;
}
.menu_left_page{
    position: relative;
    /*transition: 0.4s ease-in-out all;*/
    /*height: calc(100% - (90px + 50px));*/
    height: calc(100% + 100px);
    /*height: 100%;*/
}
.page-template-template-systemes .menu_left_page{
    height: calc(100% + 400px);

}
.menu_left_page.active{
    /*padding-top: calc(90px + 50px);*/

    /*margin-top: -150px;*/
}
.ancre-sticky{
    position: absolute;
    top: -145px;
}
.links_page{
    list-style: none;
    margin: 0;
    position: sticky;
    top: 0px;
    left: 0;
    z-index: 100;

    transition: unset;

}
.menu_left_page.active .links_page{
    position: fixed;
    top: 0px;
    left: 7.5%;
    max-width: 180px;
    z-index: 9999;
    margin-top: 50px;
    /*transition: 0.4s ease-in-out margin-top;*/

}
.links_page li{
    margin: 5px 0;
    transition: unset;
}
.links_page span{
    color: #7C7C7C;
    /*font-size: 16px;*/
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out all;
    cursor: pointer;
}
.links_page .active span{
    font-weight: bold;
}
.links_page span:hover{
    color: #EDC315;
}
.contenu_right_left{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 30px;
    margin-top: 20px;
}
body:not(.home) h2{
    margin-bottom: 20px;
}
.citation_distribution{
    padding: 20px;
    border: 1px solid var(--jaune);
    margin-top: 7px;
    position: relative;
}
.citation_distribution p{
    margin-bottom: 0;
}
.citation_distribution::after {
    content: "";
    height: 10px;
    transform: rotate(180deg);
    width: 15px;
    background-color: var(--jaune);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    left: 20px;
    top: 0;
    transition: 0.5s ease-in-out all;
}
.section_page:not(:first-of-type){
    padding-top: 75px;
}
.section_page{
    position: relative;
}
.section_page .ancre{
    position: absolute;
    top: -75px;
    left: 0;
}
.section_page:first-of-type .ancre{
    top: -140px;

}
#distribution .ancre{
    top: -140px;

}
.citation_distribution img{
    margin-top: 15px;
}
.text ul{
    margin-left: 13px;
}
.text ul li{
    list-style-type: "—";
    padding-left: 10px;
    margin: 7px 0;
    /*color: #565656;*/
}
.text li::marker{
    color: var(--jaune);
    font-weight: 700;
}
.text a>img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.text .contenu_right_left a>img{
    object-fit: contain;

}

.dev-exclu{
    position: relative;

}
.imgsymbole_dev{
    position: absolute;
    right: -11%;
    top: 0;
    width: 55%;
    object-fit: cover;
    height: 210px;
}

.image_piece_dev{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.image_piece_dev>div:nth-of-type(1), .image_piece_dev>div:nth-of-type(5){
    margin-top: 50px;

}
.image_piece_dev>div:nth-of-type(even) {
    margin-top: 300px;
}
.container_img_piece{
    position: relative;
}
.txt_piece{
    position: absolute;
}
.txt_piece h3{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
}

.txt_piece p{
    font-size: 14px;

}
.txt_piece::after{
    content: "";
    width: 100px;
    height: 8px;
    background-image: url("../images/arrow2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.container_img_piece img{
    /*height: 240px;*/
    /*width: 100%;*/
    /*object-fit: contain;*/
    margin-top: -50px;
}
.img_container_1 img{
    width: 100px;
}
.img_container_1 .txt_piece{
    left: 153px;
    top: 60px;
    width: 100%;
}
.img_container_1 .txt_piece::after{
    background-image: url("../images/arrow.svg");

    position: absolute;
    right: calc(100% + 10px);
    top: 10px;
}
.img_container_2 img{
    width: 190px;
}
.img_container_2 .txt_piece{
    left: -72px;
    top: 60px;
    width: 70px;
}
.img_container_2 .txt_piece::after{
    position: absolute;
    left: calc(100% + 0px);
    top: 10px;
}
.img_container_3{
    padding-left: 100px;
}
.img_container_3 img{
    width: 90px;
}
.img_container_3 .txt_piece{
    left: -28px;
    top: 60px;
    width: 80px;
    text-align: left;
 }
.img_container_3 .txt_piece::after{
    position: absolute;
    left: calc(100% + 0px);
    top: 10px;
}
.img_container_4 img{
    width: 135px;
}
.img_container_4 .txt_piece{
    left: -109px;
    top: 60px;
    width: 80px;
}
.img_container_4 .txt_piece::after{
    position: absolute;
    left: calc(100% + 0px);
    top: 10px;
}
.img_container_5 img{
    width: 190px;
}
.img_container_5 .txt_piece{
    left: -80px;
    top: 60px;
    width: 80px;
}
.img_container_5 .txt_piece::after{
    position: absolute;
    left: calc(100% + 0px);
    top: 10px;
}

#developpements .contenu_right_left img{
    width: 80%;
}
#developpements .contenu_right_left div:last-of-type{
    text-align: center;
}
.contenu_confiance{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    padding: 50px 25px;
    background: #F1F1F1;
    margin-top: 30px;
}
.contenu_confiance div{
    text-align: center;
}
.contenu_confiance div img{
    height: 65px;
    object-fit: contain;
    object-position: center;

}
.contenu_confiance div p{
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 0;
}

.contenu_partenaires{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 50px auto 0px auto;
}
.contenu_partenaires div{
    border: 0.2px solid #f1f1f1;
    padding: 10px 20px 10px 20px;
}
.contenu_partenaires div:not(:nth-child(4n-3)){
    border-left: 0;
}

.contenu_partenaires div img{
    height: 35px;
    margin: 30px auto;
    object-position: center;
    object-fit: contain;
    text-align: center;
    display: flex;
}
.contenu_partenaires div .nom_logo{
    font-weight: 700;
    font-size: 11px;
    /*line-height: 22px;*/
    text-transform: uppercase;
    color: #7C7C7C;
    margin: 0;
}
.contenu_partenaires div a{
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #7C7C7C;
    border: 0;
    margin: 0;
    display: block;
}
#map-canvas{
    height: 400px;
    width: 100%;
}
.container_distributeurs{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 50px 0 0px 0;
    grid-gap:  20px 40px;
}
.pays{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #EDC315;
    margin-bottom: 0;
}
.nom_societe{
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    color: #565655;
    margin: 0;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
}
.container_distributeurs div{
    position: relative;
}
.see_more{
    position: absolute;
    right: 0;
    top: 30px;
    cursor: pointer;
}
.see_more rect{
    transition: 0.5s ease-in-out all;
}
.container-see_more{
    cursor: pointer;
}
.adresse_info{
    /*display: none;*/
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out all ;
}
.adresse_info.active{
    display: block;
    padding: 5px 0 0px 0;
    max-height: 400px;
}
.adresse_info p{
    font-size: 14px;

}
.see_more.active rect:nth-child(2){
    opacity: 0;
}

.gm-style>div:nth-child(2)>div:nth-child(2) .select>img{
    height: 13px!important;
    width: 16px;
    background-color: rgb(255, 205, 0);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transition: all 0.5s ease-in-out 0s;
    max-width: none;
    /*transform: rotate(180deg);*/
}
.container_swiper{
    display: block;
    width: 64vw;
    /*width: 100%;*/
    height: 200px;
}
.acf-gallerybloc a{
    border: 0;
}
.acf-gallerybloc a img{
    width: 100% !important;
    height: 200px!important;
    object-fit: cover;
    max-width: unset!important;
}



.swiper-pagination-progressbar {
    position: static !important;
    height: 1px !important;
    width: 100% !important;
    display: block;
    margin: 30px auto 0 auto;
    background-color: #565655!important;
}
.swiper-pagination-progressbar-fill {
    height: 1px!important;
    /*margin-top: -1.5px;*/
    background-color: #EDC315 !important;
}

.acf-gallery{
    /*width: 95%;*/
    width: calc(100% - 50px);
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin: 100px auto 0 auto;
}
.acf-gallery img{
    width: 100% !important;
    object-fit: cover;
    max-width: unset!important;
    height: 24vw!important;
}


.footer_contact_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*width: 95%;*/
    margin: auto;
    width: calc(100% - 50px);
    /*margin: 0 25px 25px 25px;*/
    padding: 50px 20%;
    background: #F1F1F1;
    grid-gap: 20px;
}
.footer_contact_container img{
    width: 100%;
    margin: auto;
    height: 200px;
    object-fit: contain;
}

.sur_titre{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #7C7C7C;
}

.container_img_full{
    margin-top: 30px;
}
.swiper2{
    width: 64vw;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}
.swiper2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 175px;
    width: 110px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: black;
    opacity: 0.7;
    z-index: 10;
}

.visio_capacite img{
    width: 100%;
    max-width: unset!important;
    max-height: unset!important;
    height: 500px!important;
    object-fit: cover;
    object-position: center;
}
body .swiper-button-prev{
    bottom: 5px;
    left: 25px;
    top: unset;
    width: 11px;
    z-index: 11;
}
body .swiper-button-next{
    bottom: 5px;
    left: 50px;
    top: unset;
    width: 11px;
    z-index: 11;

}
.capacite_special{
    margin-top: 30px;
}
.capacite_special>div:first-of-type ul{
    margin-bottom: 0;
}
.capacite_special>div:first-of-type p{
    margin-left: 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #7C7C7C;
}

#processus a>img{
    max-height: 500px;
}
.historique_container{
    display: grid;
    grid-template-columns: 2fr 3fr;
    margin: 10px 0 10px -7px;
    position: relative;
}
.annee{
    font-size: 68px;
    color: var(--jaune);
    margin: 0;
    line-height: 66px;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translate(0, -50%);*/
    /*left: 0;*/
}
.titre_histo{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #7C7C7C;
    margin: 0;
}
.texte_histo{
    font-size: 16px;
}
#historique .imgsymbole_dev{
    height: 100%;
}
.page-template-template-wibemo .pagebase{
    /*overflow: hidden;*/
}
#historique{
    /*display: none;*/
}
#historique .swiper2{
    overflow: visible;
}
#historique .visio_capacite>.swiper-slide img{
    transition: 0.5s ease-in-out all;
}
#historique .visio_capacite>.swiper-slide:not(.swiper-slide-active)>img{
    filter: grayscale(1);
    opacity: 0.2;
}
/*swiper-slide swiper-slide-prev*/
/*swiper-slide swiper-slide-active*/
.collaborateurs{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 50px;
}
.collaborateurs img{
    width: 100%;
    height: 12vw;
    object-fit: cover;
}
.role_collab{
    margin: 15px 0 3px 0;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #7C7C7C;
}

.nom_collab{
    font-weight: 700;
    font-size: 18px;
    color: #565655;
    margin: 0;
}
#wibemo img{
    max-height: unset;
}

.btn_dw_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.btn_download{
     display: flex;
     padding: 25px;
     border: 1px solid #7C7C7C;
    transition: 0.5s all ease-in-out;
    position: relative;
}
.btn_download svg{
    margin-right: 30px;
}
.btn_download h3{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #EDC315;
    margin: 0;
    transition: 0.5s all ease-in-out;

}
.btn_download .format{
    font-weight: 350;
    font-size: 14px;
    color: #565655;
    margin: 0;

}

.btn_download::after{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #EDC315;
    z-index: -1;
    transition: 0.5s all ease-in-out;

}
.btn_download:hover::after{
    width: 100%;
}
.btn_download:hover h3{
    color: #565655;
}
#cgv{
    margin-bottom: 100px;
}


/*contact*/
.content_contact{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    width: 85%;
    margin: auto;
    grid-gap: 50px;
    margin-bottom: 50px;
}
.form input, .form textarea{
    background: #F1F1F1;
    border: 0!important;
    border-bottom: 1px solid #7C7C7C!important;
    box-shadow: 0 0 black!important;
    margin: 0!important;
}
.form textarea{
    resize: none;
    height: 200px;
}

.form label{
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #565655;
}



.coord_collab{
    /*display: none;*/
    font-size: 18px;
    max-height: 0;
    transition: 0.4s ease-in-out all;
    overflow: hidden;
}
.nom_collab_contact{
    font-weight: 600;
    font-size: 18px;
    color: #565655;
    margin: 0;
}
.role_collab_contact{
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #7C7C7C;
    margin: 0;
}
.collab_contact{
    position: relative;
    border-bottom: 1px solid #EDC315;
    padding: 15px 0 10px 0;
    cursor: pointer;
}
.collab_contact .see_more_contact{
    top: 33px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.collab_contact .see_more_contact rect{
    fill: #EDC315;
}

.coord_collab.active{
    display: block;
    padding-top: 5px;
    max-height: 300px;
}
.see_more_contact.active rect:last-child{
    display: none;
}
.coord_collab a, .coord_collab p{
    margin: 0;
    font-size: 14px;
    transition: 0.3s ease-in-out all;
}
.coord_collab a:hover{
    color: var(--jaune);
}
.form form p:last-of-type{
    position: relative;
    margin: 0;
}
.form form p:last-of-type::after{
    content: '';
    position: absolute;
    left: 20px;
    top: 51%;
    transform: translate(0, -50%) rotate(90deg);
    height: 6px;
    width: 9px;
    background-color: #333333;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transition: all ease-in-out 0.5s;
}
.wpcf7-spinner{
    display: none!important;
}
.form input[type=submit]{
    background: var(--jaune);
    padding: 7px 20px 7px 40px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #565655;
    transition: all ease-in-out 0.5s;
    border: 1px solid transparent!important;

}
.form input[type=submit]:hover{
    background-color: white;
    border: 1px solid var(--jaune)!important;
    color: #565655;
}
.form form p:last-of-type:hover::after{
    left: 25px;
}

.container_adresse{
    position: relative;
    height: 700px;
    margin-bottom: 25px;
    width: 100%;
}
.container_adresse img{
    object-fit: cover;
    width: 100%;
    height: 700px;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    object-position: center;

}
.info_wibemo{
    position: absolute;
    left: 7.5%;
    width: 375px;
    bottom: 100px;
    background-color: white;
    z-index: 10;
    padding: 15px 17px 30px 20px;
}
.info_wibemo::after {
    content: "";
    height: 10px;
    transform: rotate(180deg);
    width: 15px;
    background-color: var(--jaune);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    left: 20px;
    top: 0;
    transition: 0.5s ease-in-out all;
}
body .info_wibemo h2{
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.info_wibemo a, .info_wibemo p{
    font-weight: 300;
    font-size: 18px;
    color: #565655;
    display: block;

    line-height: 23px;
}
.info_wibemo a:nth-of-type(2){
    border-bottom: 1px solid var(--jaune);
    transition: 0.4s all ease-in-out;
    width: fit-content;
}
.mail_svg{
    position: absolute;
    right: 80px;
    bottom: 18px;
}
.localisation{
    position: absolute;
    right: 20px;
    bottom: 13px;
}

/*page d'actualités*/
.list_actu{
    margin: 0 auto 50px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.date_article{
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #565655;
    margin-bottom: 0;
}
.content_article{
    margin-bottom: 50px;
}
.content_article p{
    max-width: 1000px;
}
.content_article img{
    margin-bottom: 15px;
}
.content_article>div{
    margin-bottom: 50px;
}
.symbole_menu{
    display: none;
}

/*404*/
.error-404{
    padding: 100px 0;
}
.error-404 h1, .error-404 .button_base{
    margin:auto;
}
.error404 main p{
    font-size: 18px;
}





/********************
SECTION PRODUCT
****************/
.container_listing-category{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 85%;
    margin: 0 auto 50px auto;
}

.listing-category{
    padding: 25px 60px;
    border: 1px solid #F1F1F1;

    transition: 0.3s ease-in-out all;
    position: relative;
}
.listing-category::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #F1F1F1;

    transition: 0.4s ease-in-out all;
}
.listing-category:hover::after{
    width: 100%;
}
.listing-category img{
    height: 275px;
    max-width: 200px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    position: relative;
    z-index: 2;
    mix-blend-mode: darken;
    margin: auto;
    display: flex;
    transition: 0.4s ease-in-out all;
}
.listing-category:hover img{
    transform: scale(0.8);
}
body .listing-category h2{
    font-size: 18px;
    line-height: 28px;

    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;

    font-weight: 500;
    color: #333333;
    opacity: 0.8;
    margin-bottom: 0;
    margin-top: 15px;

    position: relative;
    z-index: 2;
    transition: 0.4s ease-in-out all;
}
.listing-category:hover h2{
    /*color: var(--jaune);*/
    opacity: 1;

}

.container_listing-product{
    margin-bottom: 100px;
}
.listing-product:first-of-type{
    border-top: 1px solid #F1F1F1;

}
.listing-product{
    display: flex;
    border-bottom: 1px solid #F1F1F1;

    position: relative;
}
.listing-product::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    background-color: #F1F1F1;
    transition: 0.4s ease-in-out all;
}
.listing-product:hover::after{
    width: 100%;
}
.listing-product .listing-product-img{
    background: #F1F1F1;
    position: relative;
    padding: 20px;

    width: 200px;
}
.listing-product .listing-product-img::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1;
    background-color: white;
}
.listing-product img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: darken;

    margin: auto;
    display: block;
    max-height: 100px;

}
.logo-wib{
    opacity: 0.6;
    max-width: 100px;
}
body .listing-product h2, body .listing-product-page h3{
    font-size: 18px;
    line-height: 30px;

    letter-spacing: -0.03em;
    text-transform: uppercase;


    color: #565655;
    margin-bottom: 0;
    transition: 0.4s ease-in-out all;
}
.listing-product-title-tag{
    width: calc(100% - 200px);
    padding: 40px 20px;
}
.tag-list{
    display: flex;
    margin-top: 10px;
}
.tag-list div:first-of-type{
    margin-left: 0;
}
.tag-list div:last-of-type{
    margin-right: 0;
}
.tag-list div{
    background: var(--jaune);
    padding: 5px 10px 3px 10px;
    margin: 0 3px;

    font-size: 14px;
    line-height: 20px;

    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;


    color: #565655;
    border: 1px solid transparent;
    transition: 0.4s ease-in-out all;
}
.tag-list div:hover{
    border: 1px solid var(--jaune);
    background-color: transparent;
}
.listing-product-title-tag{
    position: relative;
}
.see_more_product{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.4s ease-in-out all;
}
.see_more_product_hover{
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0s ease-in-out all;
}
.listing-product:hover .see_more_product rect{
    transition: 0.3s ease-in-out all;
    width: 100%;
}
.listing-product:hover .see_more_product ,.listing-product:hover .see_more_product_hover{
    right: 50px;
}
.listing-product:hover .see_more_product rect{
    width: 0;
}
.listing-product:hover .see_more_product_hover{
    opacity: 1;
    transition: 0.4s ease-in-out all;

}
.breadcrumb .breadcrumb-item:first-of-type{
    display: none;
}
.container_listing-productv2{
    width: 85%;
    margin: 0 auto 75px auto;
}
.container-productv2{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.listing-productv2{
    display: block;
    /*border-bottom: 0;*/
    /*height: 305px;*/
    border: 1px solid #f1f1f1;
}
.listing-productv2::before{
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;

    height: 1px;
    z-index: 1;
    background-color: var(--jaune);
    transition: 0.4s ease-in-out all;
}
.listing-productv2:hover::before{
    width: 100%;

}
.listing-productv2 .listing-product-img::after{
    height: 0;
}
.listing-productv2 .listing-product-img{
    margin: auto;
    width: 100%;
    /*border-top: 1px solid white;*/
    /*border-right: 1px solid white;*/
    /*border-left: 1px solid white;*/
    height: 175px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listing-productv2 img{
    max-height: 115px;
    max-width: 170px;
    transition: 0.4s ease-in-out all;

}
.listing-productv2:hover img{
    transform: scale(0.8);
}
.listing-productv2:nth-of-type(4n) .listing-product-img, .listing-productv2:last-of-type .listing-product-img{
    /*border-right: 0;*/
}
.listing-productv2:nth-of-type(4n - 3) .listing-product-img{
    /*border-left: 0;*/
}

.listing-product-title-tagv2{
    /*border-right: 1px solid #f1f1f1;*/
    /*border-left: 1px solid #f1f1f1;*/
    /*border-bottom: 1px solid #f1f1f1;*/
    padding: 0 20px 20px 20px;
    /*height: 130px;*/
}
body .listing-productv2 h2{
    font-weight: 500;
    text-align: center;

    font-size: 16px;
    line-height: 24px;
}
















/**********
Contenu du produit
*******/

.page-product, html body.produits-template-template-products-page{
    background: #F1F1F1;
    /*perspective: 1px;*/
    overflow-x: hidden;
}
.content-product{
    display: grid;
    grid-template-columns: 33% 67%;
    width: 85%;
    margin: 0px auto 0px auto;
    padding: 50px 0 100px 0;
}
.info-tech{
    /*font-size: 30px;*/
    /*line-height: 41px;*/
    /*font-weight: 600;*/

    /*letter-spacing: -0.03em;*/

    /*color: #333333;*/

    /*width: 100%;*/
    /*text-transform: unset;*/

    /*margin-bottom: 15px;*/

    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    color: #333333;
    text-transform: uppercase;
    opacity: 0.8;

}
.left-info{
    mix-blend-mode: darken;
}
.left-info img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    max-height: 450px;
    object-position: left;
    margin-bottom: 30px;
    max-width: 90%;
}
.rotate-img{
    max-height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    /*justify-content: center;*/
}


.rotate-img .full-img-prod{
    transform: rotate(90deg);
    max-width: 450px;
}
tbody, tfoot, thead{
    border: 0;
    background-color: transparent;
}
tbody tr:nth-child(even), tbody tr{
    background-color: transparent;
    border: 0;
}
table td, table th, .wp-block-table td, .wp-block-table th{
    border: 0;

    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    letter-spacing: -0.03em;
    text-transform: uppercase;

    padding: 10px 20px;
    color: #565655;
}
tbody>tr:first-of-type{
    background: #7C7C7C;
}
tbody>tr:not(:first-of-type){
    background-color: white;
    border-bottom: 1px solid rgba(124, 124, 124, 0.2);
}
tbody>tr:last-of-type{
    border-bottom: 0;
}
tbody>tr:first-of-type th{
    color: white;
}
.infos-product{
    padding-left: 40px;
    min-height: calc(100vh - 200px);
    overflow: hidden;
}
.btn-commander{
    background: var(--jaune);
    padding: 10px 15px 8px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;

    text-transform: uppercase;
    color: #565655;
    display: inline-block;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out all;
}
.btn-commander:hover, .btn-commander:focus{
    color: #565655;

    background: transparent;
    border: 1px solid var(--jaune);
}
.btn-commander svg{
    height: 11px;
    width: 16px;
    margin-left: 5px;
}
.nav-global-product{
    display: grid;
    grid-template-columns: 35.6% 64.4%;
    width: 100%;
    margin: 0px auto 0px auto;
    background: #565655;
    /*border-bottom: 1px solid #F1F1F1;*/

    align-items: center;
}
.nav-product{
    background-color: var(--jaune);
    padding-left: 21.5%;
    padding-right: 20px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-product>svg{
    position: absolute;
    right: 20px;
    top: 22px;
    transform: translate(0, -50%);
    transition: 0.4s ease-in-out all;
    height: 15px;
}
.nav-product h1{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-transform: uppercase;

    color: #565655;
    width: 100%;

    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: left;
}
.seleted-product{
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding-right: 30px;
}
.seleted-product.active ~ svg{
    transform: translate(0, -50%) rotate(180deg);
    top: 29px;
}

.nav-infos{
    padding-left: 40px;
    display: flex;
    height: 100%;
}
.other-product{
    position: absolute;
    top: 100%;
    background-color: white;
    height: 0;
    /*overflow-x: scroll;*/
    width: 100%;
    left: 0;
    z-index: 10000;

    transition: 0.4s ease-in-out all;
    padding-left: 21.5%;
    padding-right: 25px;
    overflow: hidden;
}
.other-product.active{
    height: calc(100vh - 108px);
    padding-top: 25px;
    box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.1);

}
.list-prod-over{
    height: calc(100% - 100px);
    overflow-y: scroll;
    padding-right: 25px;
}
.list-prod-over::-webkit-scrollbar{
    width: 2px;
}
.list-prod-over::-webkit-scrollbar-track{
    background-color: transparent;
}
/* Handle */
.list-prod-over::-webkit-scrollbar-thumb {
    background: var(--jaune);

}

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

.nav-info{
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;

    letter-spacing: 0.09em;
    text-transform: uppercase;

    color: #FFFFFF;
    opacity: 0.6;
    transition: 0.4s ease-in-out all;
    cursor: pointer;

    position: relative;

    display: flex;
    align-items: center;
    height: 100%;
}

.nav-info>span{
    position: relative;
    z-index: 4;
    background-color: #565655;
}
.nav-info:not(:last-of-type){
    margin-right: 20px;
}
.nav-info.active{
    opacity: 1;
}
.nav-info::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 10px;
    background: #565655;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    top: 70%;
    transition: 0.4s ease-in-out all;
    left: 50%;
    transform: translate(-50%, 0px);
}
.nav-info.active::after{
    top: 100%;

}
.nav-result{
    opacity: 0;
    transition: 0.3s ease-in-out opacity;
    max-height: 0;
    overflow: hidden;
    width: 0;
}

.nav-result.active{
    opacity: 1;
    max-height: 100%;
    width: 100%;
}
.techni-info{
    overflow-x:auto;
}
.techni-info::-webkit-scrollbar, .tab-machines::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

/* Track */
.techni-info::-webkit-scrollbar-track, .tab-machines::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.techni-info::-webkit-scrollbar-thumb, .tab-machines::-webkit-scrollbar-thumb {
    background: var(--jaune);
    border-radius: 10px;

}

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


.content-txt h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;

    letter-spacing: -0.03em;
    text-transform: uppercase;

    color: #EDC315;
}
.other-info{
    padding-left: 80px;
}
.content-txt:not(:last-of-type){
    margin-bottom: 40px;
}
.doc-list{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.doc-list a{
    padding: 10px 0 8px 0;
    display: flex;
    align-items: center;
    position: relative;

    font-size: 18px;
    line-height: 26px;

    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #565655;
    transition: 0.4s ease-in-out all;

    background-color: white;

    margin-bottom: 5px;
}
.doc-list a .file-svg{
    margin-right: 15px;
    height: 21px;
    width: 16px;
    margin-top: -5px;
}
.doc-list a .dw-svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 21px;
    width: 18px;
}


.doc-list a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #7C7C7C;
    z-index: 1;
    transition: 0.3s ease-in-out all;
}
.doc-list a::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: var(--jaune);
    z-index: 2;
    transition: 0.3s ease-in-out all;
}
.doc-list a:hover{
    background-color: white;
}
.doc-list a:hover::before{
    width: 100%;
}
.listing-product-page{
    display: block;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #F1F1F1;
}
.listing-product-page::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: 0.4s ease-in-out all;
    background-color: var(--jaune);
}
.listing-product-page:hover::after{
    width: 100%;
}
.listing-product-page:hover h3{
    color: var(--jaune);
}
.tag-list-page div{
    background: #F1F1F1;
}
.parent-page-name{
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;

    text-transform: uppercase;

    color: #7C7C7C;
    opacity: 0.8;
    transition: 0.4s ease-in-out all;
}
.parent-page-name:hover, .parent-page-name:focus{
    opacity: 1;
    color: var(--jaune);
}

.description-header{
    margin-top: 20px;
    max-width: 60%;
    overflow: hidden;
    transition: 0.4s ease-in-out all;
    position: relative;
}
.description-header p:last-of-type{
    margin-bottom: 0;
}
.description-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 70px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffffc9 60.14%);
    transition: 0.2s ease-in-out all;
    opacity: 0;
}
.description-header[aria-expanded="false"]::after{
    opacity: 1;
}
.read-more-btn{
    color: var(--jaune);
    font-size: 40px;
    font-weight: 100;
    margin-top: 5px;
    display: block;
}
.read-more-btn:hover{
    color: var(--jaune);
}
.tri-machine{
    width: 85%;
    margin: 75px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    align-items: flex-end;
}

.tri-machine>div:first-of-type{
    position: relative;
    z-index: 2;
    padding: 40px;
}
.tri-machine>div:first-of-type::after{
    content: "";
    width: 200%;
    height: 100%;
    background: #F1F1F1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.tri-machine svg{
    position: relative;
    z-index: 3;
    margin-bottom: -9px;
}
.titre-tri{
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;

    letter-spacing: -0.03em;
    color: #333333;
    position: relative;
    z-index: 2;
}
.banner-bt-product{
    width: calc(100% - 50px);
    margin: auto;
    background: #F1F1F1;
    display: grid;
    grid-template-columns: 2fr 1.5fr;
}
.banner-bt-product>div:first-of-type{
    padding: 80px 40px 80px 10.5%;
}
.banner-bt-product img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.sur-titre-bann{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */

    letter-spacing: -0.03em;
    text-transform: uppercase;

    /* Gris-moyen */

    color: #7C7C7C;
}



.scroller{
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1px;
}
.c-scrollbar{
    z-index: 100000;
}
.c-scrollbar_thumb{
    background-color: #7c7c7c;
    opacity: 1;
    width: 2px;
}
.iv-fullscreen{
    z-index: 100000;

}


.special-nav-listing{
    background: #F1F1F1;
    padding: 12px 7.5%;
    color: #7C7C7C;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 300;
    /*position: relative;*/
    z-index: 10000;
    margin-top: -1px;

    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
}
.produits-template-template-products-page .special-nav-listing{
    border-bottom: 1px solid white;
}
#breadcrumbs nav{
    display: inline-block;
}
.special-nav-listing a{
    color: #7C7C7C;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 300;
    transition: 0.4s ease-in-out all;
}
.special-nav-listing .breadcrumb-item.active{
    font-weight: 700;
    color: #7C7C7C;
    font-size: 15px;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: none;
}
.special-nav-listing #breadcrumbs>svg{
    width: 12px;
    height: 14px;
    margin-left: 2px;

}
.special-nav-listing a:hover{
    color: var(--jaune);
}


.breadcrumb li::after{
    margin-left: 0;
}
.lastbread{
    display: inline-block;
    position: relative;
}
.lastbread span{
    display: inline-block;
    position: relative;
    padding-right: 18px;
    cursor: pointer;

    font-weight: 700;
    color: #7C7C7C;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.lastbread span::after{
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    right: 0px;
    top: 8px;
    background: #565655;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    opacity: 0.5;
    transition: 0.4s ease-in-out all;

}
.lastbread span.open::after{
    transform: rotate(-180deg);
}
.same-level-parent{
    position: absolute;
    left: 0;
    background: white;
    display: flex;
    flex-direction: column;
    z-index: 22;
    width: 100%;
    min-width: 290px;
    padding: 0 20px;
    top: calc(100% + 13px);
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
    max-height: 0;
    transition: 0.4s ease-in-out all;
    overflow: hidden;
}
.same-level-parent.open{
    max-height: 800px;
    padding: 20px;
    border-bottom: 1px solid #F1F1F1;

}
.listing-breadcrumbs{
    margin-bottom: 5px;
}
.listing-breadcrumbs:last-of-type{
    margin-bottom: 0;
}



.nav-infos-switch{
    /*background: #565655;*/
    /* gris-clair */
    padding-left: 7.5%;
    /*margin-top: 10px;*/
    /*margin-top: 70px;*/
    margin-top: 72px;

    /*border-bottom: 1px solid #565655;*/
}
.nav-infos-switch .nav-info{
    /*padding-top: 12px;*/
    /*padding-bottom: 12px;*/
    padding: 10px 15px 8px 15px;
    /*background: #565655;*/
    font-weight: 300;
    border: 1px solid #565655;
    position: relative;
    z-index: 10;
}
.nav-infos-switch .nav-info:not(.active){
    /*background: #f1f1f1;*/
    color: #7C7C7C;
    border: 1px solid #7C7C7C;
}
.nav-infos-switch .nav-info::before{
    content: "";
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.nav-infos-switch .nav-info.active::before{
    background: #565655;
}
.nav-infos-switch .nav-info::after{
    /*display: none;*/
    z-index: -1;
}


.nav-infos-switch  .nav-info>span{
    background: transparent;
}


.has-account{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 50px;
    width: 50%;
    opacity: 0;
    transition: 0.4s ease-in-out all;
    z-index: 100001;
}
.has-account.active{
    opacity: 1;
}
.question-acount{
    font-size: 30px;
    line-height: 41px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #333333;
    width: 100%;
    text-transform: unset;
    margin-bottom: 30px;
    display: block;
}
.question-acount.hide{
    display: none;
}
.resp-no-appear{
    display: none;
}
.resp-no-appear.active{
    display: block;
}



.has-account form>div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 30px;
}
.wpcf7 form .wpcf7-response-output{
    font-size: 14px;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
}
.has-account input{
    background: #F1F1F1;
    border: 0!important;
    border-bottom: 1px solid #7C7C7C!important;
    box-shadow: 0 0 black!important;
    margin: 0!important;
}
.has-account label{
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #565655;
}
.has-account form p{
    margin-bottom: 0;
}
.has-account form>p input{
    background: var(--jaune);
    padding: 7px 20px 7px 40px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #565655;
    transition: all ease-in-out 0.5s;
    border: 1px solid transparent!important;
}
.has-account form>p{
    position: relative;
    margin: 30px 0 0 0;

}
.has-account form>p::after{
    content: '';
    position: absolute;
    left: 20px;
    top: 51%;
    transform: translate(0, -50%) rotate(90deg);
    height: 6px;
    width: 9px;
    background-color: #333333;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transition: all ease-in-out 0.5s;
}
.show-form{
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out all;
}
.show-form.active{
    max-height: 100vh;
}
.response-account{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}
.btn-account{
    /*background: var(--jaune);*/
    /*padding: 10px 15px 8px 15px;*/
    padding: 25px 30px 22px 30px;
    /*font-weight: 500;*/
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #565655;
    display: inline-block;
    /*border: 1px solid transparent;*/
    transition: 0.3s ease-in-out all;
    cursor: pointer;
    margin: 0;
    border: 1px solid var(--jaune);
    text-align: center;
    font-weight: 900;
    position: relative;
}

.btn-account span{
    display: block;
    margin-top: 15px;
    text-transform: initial;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}
.btn-account:hover, .btn-account:focus{
    color: #565655;

    background: transparent;
    border: 1px solid var(--jaune);
}
.btn-account::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #F1F1F1;
    z-index: -1;
    transition: 0.4s ease-in-out all;
}
.btn-account:hover::after{
    width: 100%;
}

.popu-open::after{
    content: "";
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: black;
    opacity: 0.6;
    transition: 0.2s ease-in-out all;
}
#close-account{
    height: 25px;
    width: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
#close-account path{
    fill: #333333;
}
.article_image{
    min-height: 50px;
    min-width: 50px;
    object-fit: contain;
}




/****************
MACHINES
 **************/
.grid-machine{
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 85%;
    margin: auto;
    padding: 75px 0;
}
.machine-titre-image{
    padding-right: 75px;
}
.machine-titre-image img{
    mix-blend-mode: darken;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.grid-machine h1{
    width: 100%;

    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    color: #333333;
    text-transform: uppercase;
    opacity: 0.8;
}
.tableau-compatible table{
    margin-top: 20px;
    background: white;
}

.menu_section.hide-actu .primary-menu-container li:last-of-type{
    display: none;
}

.home header:not(.white-header) .icon-search path{
    fill: white;
}


















.icon-search-mobile{
    display: none;
}

@media screen and (max-width: 1500px) {
    .image_piece_dev{
        display: flex;
        flex-direction: row;
    }
    .img_container_2 .txt_piece{
        top: 120px;
    }
    .content_head_home{
        /*padding-top: 7vh;*/
    }
}
@media screen and (max-width: 1350px) {
    .content_head_home{
        padding-top: calc(80px + 25px);
    }
    .contain-menu-produit.active{
        padding-top: 25px;
    }
    .menu-level-02{
        margin-bottom: 5px;
    }


    .primary-navigation .primary-menu-container > ul > .menu-item > a{
        font-size: 12px;
        color: #545454;
        opacity: 1;
        font-weight: 400;
        margin: 0;
    }
    .home header:not(.white-header) .primary-navigation .primary-menu-container > ul > .menu-item > a{
        font-size: 12px;
        color: rgba(255, 255, 255, 0.8);
        opacity: 1;
        font-weight: 400;
    }
    .primary-navigation .primary-menu-container > ul > .menu-item{
        padding: 0px;
        margin: 0 5px;
    }
    .big_link_home {
        font-size: 60px;
        line-height: 70px;
    }
}
@media screen and (max-width: 1250px) {
    .container-productv2{
        grid-template-columns: repeat(3, 1fr);
    }
    .container_left{
        margin-left: 7.5%;
        width: 85%;
    }
    /*.big_link_home {*/
    /*    font-size: 60px;*/
    /*    line-height: 70px;*/
    /*}*/

    .content_head_home{
        width: 85%;
        margin-left: 7.5%;
    }

    .block-right{
        display: none;
    }
    .product_title{
        font-size: 100px;
        top: 40%;
        line-height: 100px;
    }
    .has-account{
        width: 80%;
    }
    .grid-search{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1080px) {
    body:not(.home) #primary-menu-list li:first-of-type a, body:not(.home) #primary-menu-list li:nth-of-type(2) a, body .white-header #primary-menu-list li:first-of-type a, body .white-header #primary-menu-list li:nth-of-type(2) a{
        padding: 0;
        border: 0px solid #565655;
    }
    #masthead.white-header .menu-button-container svg line{
        stroke: #565655;
    }
    .icon-search{
        display: none;
    }
    .icon-search-mobile {
        width: 24px;
        height: 24px;
        position: fixed;
        top: 30px;
        right: 85px;
        cursor: pointer;
        display: block;
    }
    #searchform.open-search{
        padding-top: 0px;
        padding-bottom: 0px;
        max-height: 0px;

        border-bottom: 0px solid #F1F1F1;
        border-left: 0px solid #F1F1F1;
    }

    #searchform.active{
        padding-top: 15px;
        padding-bottom: 25px;
        max-height: 300px;
        border-bottom: 1px solid #F1F1F1;
        border-left: 1px solid #F1F1F1;
    }
    .menu-button-container #primary-mobile-menu{
        padding: 10px 10px 10px 0;
    }
    .home #masthead:not(.white-header) .icon-search-mobile path{
        fill: white;
    }
    .about_home{
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .containmenu{
        /*display: none;*/
        transition: 0.5s all ease-in-out;
        transform: translateX(100%);

        display: block;
        position: fixed;
        left: 15%;
        right: 0;
        top: 0;
        bottom: 0;
        background: white;
        z-index: 1000;
        height: 100dvh;
    }

    .containmenu>.logo_menu{
        position: absolute;
        left: 20px;
        top: 35px;
    }
    .containmenu .symbole_menu{
        position: absolute;
        right: 0;
        width: 130px;
        bottom: 0;
        height: 50px;
        object-fit: cover;
        opacity: 0.2;
        display: block;

    }
    .menu-button-container{
        display: block;
    }
    .openmenu .containmenu{
        /*animation: menu 0.5s ease-in-out forwards ;*/
        transform: translateX(0);
        box-shadow: -5px 9px 24px -2px rgba(0,0,0,0.5);
        -webkit-box-shadow: -5px 9px 24px -2px rgba(0,0,0,0.5);
        -moz-box-shadow: -5px 9px 24px -2px rgba(0,0,0,0.5);
    }
    /*@keyframes menu {*/
    /*    from { transform: translateX(100%);}*/
    /*    to {transform: translateX(0);}*/
    /*}*/
    .primary-navigation .primary-menu-container > ul > .menu-item > a{
        text-align: right!important;
    }
    .primary-navigation-open .menu-button-container{
        z-index: 1001;
    }
    #primary-menu-list{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        flex-direction: column;
        width: 80%;
        margin: -20px auto 0 auto;
    }

    .menu-item::after, body #primary-menu-list li:first-of-type a:after, body #primary-menu-list li:nth-of-type(2) a::after{
        display: none;
    }
    #primary-menu-list li:nth-of-type(1) a, #primary-menu-list li:nth-of-type(2) a{
        color: #545454;
        border: 0;
        padding: 0;
    }
    #primary-menu-list li, #primary-menu-list li:first-of-type{
        margin: 15px 0;
        display: block;
        width: 100%;
    }
    .primary-navigation .primary-menu-container > ul > .menu-item > a{
        font-size: 20px;
        color: #545454;

    }
    .home header:not(.white-header) .primary-navigation .primary-menu-container > ul > .menu-item > a{
        font-size: 20px;
        color: #545454;
    }
    .footer_container{
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px 20px;
    }
    .titre_footer{
        margin-top: 0;
    }


    /*page*/
    .content_page{
        grid-template-columns: 1fr;
        grid-gap: 0;
        /*padding-left: 5%;*/
    }
    .menu_left_page{
        position: fixed;
        left: 0;
        top: 50%;
        transform: translate(0px, -50%);
        opacity: 0;
    }
    .links_page li{
        margin: 15px 0;

    }
    .links_page a::after{
        content: "";
        display: block;
        width: 20px;
        height: 4px;
        background: #7C7C7C;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        transition: 0.5s ease-in-out all;
        /*clip-path: polygon(100% 50%, 0 0, 0 100%);*/

    }
    .links_page .active a::after{
        width: 50px;
        background: #EDC315;

    }
    .section_page{
        overflow: hidden;
    }
    .txt_piece::after{
        width: 75px;
    }
    .img_container_1 .txt_piece{
        transform: translate(-25px, 0);
    }
    .txt_piece{
        transform: translate(25px, 0);
    }
    .container_swiper, .swiper2{
        width: 84vw;
    }
    .footer_contact_container{
        padding: 50px 7.5%;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .footer_contact_container img{
        object-position: left;
    }
    body:not(.home) #primary-menu-list li.current_page_item:first-of-type a, body:not(.home) #primary-menu-list li.current_page_item:nth-of-type(2) a, body:not(.home) #primary-menu-list li:nth-of-type(2) a, body:not(.home) #primary-menu-list li:first-of-type a{
        background: unset;
        border: unset;
        padding: 0;
        margin: 0;
    }
    body:not(.home) #primary-menu-list li.current_page_item a{
        font-weight: 900;
    }
    #processus a>img {
        max-height: 300px;
    }
    #masthead .section_logo{
        z-index: 10;
    }
    footer::after{
        display: none;
    }
    footer{
        padding-bottom: 50px;
    }
    #menu-item-79{
        padding-right: 0;
    }
    #menu-item-79::before{
        display: none;
    }
    .contain-menu-produit{
        display: none!important;
    }
    .serrage-systeme{
        display: none;
    }
    .pagebase .header-serrage, .pagebase header{
        display: block;
        padding-top: 50px;
        margin-bottom: 50px;
        background-color: transparent;
    }
    .pagebase header::after{
        display: none;
    }
    h1{
        width: 100%;
    }
    .description-header{
        max-width: 100%;
    }
    .container_listing-category{
        grid-template-columns: repeat(2, 1fr);
    }
    .banner-bt-product>div:first-of-type{
        padding: 40px;
    }
    .nav-global-product{
        grid-template-columns: 1fr;
    }
    .nav-product{
        padding: 10px 7.5%;
    }
    .nav-infos{
        /*padding: 10px 7.5%;*/
    }
    .nav-info.active::after{
        /*top: 150%;*/
    }
    .other-product{
        padding: 0px 7.5%;
    }
    .content-product{
        grid-template-columns: 1fr ;
    }
    .other-info{
        padding-left: 0;
    }
    .infos-product{
        padding-left: 0;
    }
    .left-info .btn-commander{
        display: none;
    }
    .container-productv2{
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-machine{
        grid-template-columns: 1fr;
        grid-gap: 50px;
        width: 100%;
    }
    .tableau-compatible{
        width: 85%;
        margin: auto;
    }
    .machine-titre-image{
        padding-right: 0;
        width: 85%;
        margin: auto;
    }
    .tab-machines{
        width: 100%;
        overflow-x: auto;
    }

}

@media screen and (max-width: 850px) {
    #searchform{
        top: 60px;
        padding: 0 7.5%;
    }
    .icon-search-mobile {

        position: fixed;
        top: 18px;
        right: 85px;
    }
    .grid-search{
        grid-template-columns: 1fr;
    }
    #masthead{
        height: 60px;
        padding: 10px 7.5%;
    }
    #masthead .section_logo{
        top: 57%;
    }
    .menu-button-container #primary-mobile-menu{
        top: 9px;
        opacity: 0.8;
    }
    .container-productv2{
        grid-template-columns: repeat(1, 1fr);
    }
    .nav-infos-switch{
        margin-top: 30px;
    }
    .pagebase .special-header{
        padding-top: 0px;
        margin-bottom: 15px;
    }
    #breadcrumbs{
        /*display: flex;*/
    }
    #breadcrumbs nav{
        /*display: block;*/
        width: 22px;
    }
    .produits-template-template-products-section #breadcrumbs nav{
        display: none;
    }
    .special-nav-listing a{
        padding-right: 5px;
        font-size: 12px;
        line-height: 22px;
        width: 125px;
    }
     .lastbread span{
        font-size: 12px;

        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-align: left;
         margin-bottom: -5px;
         height: 18px;
    }
    .has-account{
        display: none;
    }
    #breadcrumbs nav::before{
        content: "...";
        padding-right: 4px;
    }
    #breadcrumbs nav::after{
        content: "/";
    }
    #breadcrumbs nav ol{
        display: none;
    }
    .special-nav-listing{
        position: relative;
        top: 60px;
    }
    .lastbread{
        padding-left: 5px;
        max-width: calc(100% - 180px);
        height: 13px;
        overflow: hidden;
    }
    .same-level-parent{
        left: 0;
        top: 109px;

        position: fixed;
    }
    .lastbread span::after{
        width: 8px;
        height: 5px;
        position: absolute;
        right: 3px;
        top: 6px;
    }
    .special-nav-listing a{
        /*display: block;*/
    }
    .special-nav-listing a:not(.listing-breadcrumbs)::after{
        /*content: "";*/
        /*display: block;*/
        /*height: 1px;*/
        /*width: 30px;*/
        /*background: #7C7C7C;*/
        /*margin: 3px 0;*/
    }
    .bread, .breadcrumb li::after{
        /*display: none;*/
    }
    .breadcrumb li{
        /*display: block!important;*/
    }
    .special-nav-listing .breadcrumb-item.active, .breadcrumb .breadcrumb-item:first-of-type{
        display: none!important;
    }
    .breadcrumb .breadcrumb-item:first-of-type{
        margin-top: 0;
    }
    .pagebase{
        margin-top: 90px;
    }
    .page-product{
        margin-top: 60px;
    }
    .nav-info:not(:last-of-type){
        margin-right: 0px;
    }
    .infos-product{
        min-height: unset;
    }
    .nav-info{
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.04em;
    }
    .listing-product .listing-product-img{
        width: 115px;
    }
    .listing-product-title-tag{
        width: calc(100% - 115px);
        padding: 20px 40px 20px 20px;
        display: flex;
        align-items: center;
    }
    .see_more_product, .see_more_product_hover{
        width: 20px;
        height: 20px;
        top: 48%;
    }
    .banner-bt-product{
        grid-template-columns: 1fr;
        width: 100%;
    }
    .banner-bt-product>div:first-of-type{
        padding: 40px 7.5%;
    }
    .container_listing-product{
        margin-bottom: 50px;
    }
    body .listing-product-title-tag h2{
        margin-bottom: 0!important;
        font-size: 16px;
    }
    .listing-product img{
        height: 75px;
    }
    .tag-list{
        display: none;
    }
    .container_listing-category{
        grid-template-columns: repeat(1, 1fr);
    }
    .tri-machine{
        grid-template-columns: 1fr;
        overflow: hidden;
        margin: 25px auto;
    }
    .titre-tri{
        font-weight: 500;
        font-size: 24px;
        line-height: 34px;
    }
    .sur-titre-bann{
        font-size: 14px;
        line-height: 24px;
    }
    .tri-machine svg{
        display: none;
    }
    #cgv{
        margin-bottom: 50px;
    }
    .list_actu{
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .article_list_home{
        grid-template-columns: 1fr;
    }
    .keywords{
        flex-direction: column;
    }
    .keywords_home{
        margin: 4px 0;
        width: fit-content;
    }
    .big_link_home{
        font-size: 40px;
        line-height: 40px;
    }
    .content_head_home .big_link_home:nth-of-type(2){
        max-width: unset;
        width: fit-content;
        margin-left: 0px;
    }
    .home_header{
        height: auto;
    }
    .contenu_home {
        margin: 0px auto 0 auto;
        padding: 50px 7.5%;
        width: 100%;
        background: white;
    }
    .content_head_home h1{
        font-size: 16px;
        line-height: 24px;
    }
    h2{
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .product_title {
        font-size: 70px;
        top: 40%;
        line-height: 70px;
        left: 0;
        width: 95%;
    }
    .big_link_home::after{
        bottom: 0;
        width: 40px;
    }
    .footer_container{
        grid-template-columns: repeat(2, 1fr);
    }
    .content_head_home h1{
        width: 100%;
    }
    p, ul, li, a{
        font-size: 16px;
    }
    .capacite_special>div:first-of-type p{
        margin-top: -3px;
    }
    body.home footer{
        margin-top: 50px;
    }
    footer{
        padding: 50px 7.5% 50px 7.5%;
        margin: 0;
        width: 100%;
    }
    .article_home{
        display: block;
        height: auto;
    }
    .img_actu_home{
        height: 200px;
    }
    .content_head_home{
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .image_piece_dev{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .image_piece_dev>div:nth-of-type(even){
        margin-top: 0;
    }
    .container_img_piece:not(.img_container_1){
        margin-left: 20%;
    }
    .img_container_3{
        padding-left: 47px;
    }
    .img_container_3 .txt_piece{
        left: -80px;
    }
    .contenu_right_left{
        grid-template-columns: 1fr;
        /*grid-gap: 20px;*/
        margin-top: 15px;
    }
    .imgsymbole_dev{
        display: none;
    }
    #developpements .contenu_right_left img{
        max-width: 250px;
    }
    h1{
        font-size: 40px;
        line-height: 40px;
    }

    .pagebase header{
        /*padding: 15px 7.5% 30px 7.5%;*/
    }
    .pagebase header::after{
        display: none;
    }
    .contenu_confiance, .contenu_partenaires, .collaborateurs{
        grid-template-columns: 1fr 1fr;
    }
    .collaborateurs img{
        height: 32vw;
    }
    .container_distributeurs{
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .section_page:not(:first-of-type){
        padding-top: 50px;
    }
    .contenu_partenaires div img{
        max-width: 200px;
    }
    .acf-gallery{
        grid-template-columns: 1fr 1fr;
        margin-top: 50px;
        width: 100%;
    }
    .acf-gallery img{
        aspect-ratio: 1/1;
        height: 44vw!important;
    }
    .contenu_right_left img{
        margin-top: 15px;
    }
    .nom_societe{
        font-size: 18px;
    }
    .pays {
        font-size: 12px;
    }
    .contenu_partenaires div:not(:nth-child(4n-3)){
        border: 0.2px solid #f1f1f1;
    }

    .swiper2{
        height: 300px;
    }
    .visio_capacite img{
        height: 300px!important;
    }
    .content_contact{
        grid-template-columns: 1fr;
    }
    .info_wibemo a, .info_wibemo p{
        font-size: 16px;
    }
    .container_adresse img{
        height: 600px;
    }
    .container_adresse{
        height: 600px;
    }
    .footer_container>div:last-of-type>.titre_footer:nth-of-type(2){
        margin-top: 10px;
    }
    .image_piece_dev>div:nth-of-type(1){
        margin-top: 50px;
    }
    .image_piece_dev>div:nth-of-type(2){
        margin-left: 60px;
        margin-top: -25px;
    }
    .image_piece_dev>div:nth-of-type(3){
        margin-left: -20px;
        margin-top: -25px;
    }
    .image_piece_dev>div:nth-of-type(4){
        margin-left: 70px;
        margin-top: 32px;
    }
    .image_piece_dev>div:nth-of-type(5){
        margin-top: 30px;
    }
    .pagebase .header-serrage, .pagebase header{
        padding-top: 0px;
        margin-bottom: 25px;
    }
    .doc-list{
        margin-top: 0;
    }
    .content-txt{
        margin-top: 20px;
    }
    .content-product{
        padding-top: 30px;
        padding-bottom: 50px;
    }









}
@media screen and (max-width: 700px) {
    .footer_container{
        grid-template-columns: 1fr;
    }
    .product_title{
        font-size: 35px;
        top: unset;
        line-height: 35px;
        bottom: 45px;
    }
    .product_images{
        margin-bottom: 80px;
        grid-template-columns: repeat(3, 1fr);
    }
    .home_products{
        margin-top: 30px;
    }
    .image_accueil{
        height: 120vh;
    }
    .big_link_home {
        font-size: 32px;
        line-height: 32px;
    }
    .contenu_confiance, .contenu_partenaires, .collaborateurs{
        grid-template-columns: 1fr;
    }
    .collaborateurs img{
        height: 73vw;
    }
    .contenu_confiance div img{
        height: 50px;
    }
    .links_page .active a::after{
        width: 15px;
    }
    .links_page a::after{
        width: 5px;
    }
    #map-canvas{
        display: none;
    }
    .container_distributeurs{
        margin-top: 30px;
    }
    .image_piece_dev{
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .container_img_piece:not(.img_container_1){
        margin-left: 0;
    }
    .txt_piece::after{
        background-image: url("../images/arrow.svg");
        left: unset!important;
        right: calc(100% + 10px) !important;
    }
    .img_container_2 .txt_piece{
        left: 146px;
        top: 45px;
    }
    .img_container_3 .txt_piece{
        left: 146px;
        top: 45px;
    }
    .img_container_4 .txt_piece{
        left: 121px;
        top: 45px;
    }
    .img_container_5 .txt_piece{
        left: 146px;
        top: 45px;
    }
    .image_piece_dev>div:nth-of-type(1), .image_piece_dev>div:nth-of-type(5){
        /*margin-top: 0;*/
    }
    h1{
        font-size: 34px;
        width: 100%;
    }
    h2 {
        font-size: 24px;
        line-height: 24px;
    }
    body:not(.home) h2{
        margin-bottom: 15px;

    }
    h3{
        font-size: 16px;
        line-height: 24px;
    }
    .citation_distribution{
        margin-bottom: 15px;
    }
    .btn_dw_list{
        grid-template-columns: 1fr;
    }
    .annee{
        font-size: 40px;
    }
    .historique_container{
        grid-template-columns: 2fr 3.5fr;
        margin: 10px 0;
    }
    .info_wibemo{
        width: 285px;
    }
    .mail_svg{
        right: 66px;
    }
    .localisation{
        right: 13px;
    }
    #primary-menu-list li, #primary-menu-list li:first-of-type{
        margin: 7px auto;
    }
    body .primary-navigation .primary-menu-container > ul > .menu-item > a{
        font-size: 16px!important;
    }
    body:not(.home) h2 br{
        display: none;
    }
    .container_img_full{
        margin-top: 10px;
    }
    .nav-infos-switch .nav-info{
        padding: 10px 8px 8px 8px;
    }
    .site-logo svg{
        width: 160px;
    }

}