.container-img-certif{
    display: flex;
}
.img-certif{
    max-width: 115px;
    margin-right: 15px;
    margin-bottom: 15px;
    mix-blend-mode: darken;
}
.img-home-certif{
    max-width: 115px;
    margin-right: 15px;
    mix-blend-mode: darken;
}
.iso-certif #myBtn{
    padding: 0;
}
.footer-copyright{
    font-size: 14px;
}
.grecaptcha-badge{
    display: none!important;
}

/*****
NEWS
 */
.header-article{
    margin-top: 150px;
}
.header-article h1{
    margin-top: 0;
}
.news-block{
    transition: 0.4s ease-in-out all;
}
.news-block:hover{
    opacity: 0.6;
}
.news-block img{
    height: auto;
    width: 100%;
    object-fit: contain;
    aspect-ratio: unset;
    max-height: 200px;
}
.news-title{
    margin-bottom: 5px;
}
.news-date{
    font-weight: 600;
    color: #002069;
    opacity: 0.8;
    margin-bottom: 20px;
}
.content-single{
    max-width: 900px;
    width: 85%;
    margin: 150px auto 100px auto;
}
.content-single h1{
    margin-bottom: 10px;
}
body .breadcrumb{
    background: transparent;
    padding: 0 15px;
    margin-bottom: 34px;
}
body .content-single .breadcrumb,
.page-template-template_produits_new .breadcrumb,
.page-template-template_contact .breadcrumb{
    padding: 0;
}
.breadcrumb>li+li:before{
    display: none;
}
.breadcrumb>li{
    font-size: 12px;
}
.breadcrumb>li>span{
    /*opacity: 0.8;*/
    color: #002069;
    font-weight: 600;
}
.galerie-product{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.galerie-product img{
    /*height: 230px;*/
    height: 15vw;
    width: 100%;
    object-fit: cover;
}
.bloc-product{
    background-color: #002069;
}
.bloc-product h2,
.bloc-product p{
    color: white;
    margin: 0;
    padding: 0 20px;
}
.bloc-product h2{
    padding-top: 15px;
    font-size: 1.22em;
    text-transform: unset;
}
.bloc-product p{
    font-size: 1.1em;
    line-height: 1.3em;
}
.bloc-product>div{
    padding-bottom: 15px;
    padding-top: 5px;
}
.page-produits{
    margin-top: 150px ;
    margin-bottom: 100px ;
}
h1.main-title-1{
    margin-top: 0;
}
.home h1.main-title-1{
    margin-top: 100px;
}
.page-template-template_etude_projet .breadcrumb,
.page-template-template_mecanique .breadcrumb,
.page-template-template_injection .breadcrumb,
.page-template-template_quality .breadcrumb,
.page-template-template_tournage .breadcrumb{
    margin-top: 90px;
}
.accordeon-faq{
    width: 600px;
}
.faq-description p{
    font-size: 1em;
    margin-bottom: 0;
}
.container-faq{
    /*margin-bottom: 100px;*/
    margin-top: 75px;
}
.block-faq:hover{
    opacity: 1;
}
.atouts-cotainer{
    margin-top: 100px;
}
.atouts-cotainer ul{
    padding-left: 20px;
}
#main-menu{
    z-index: 1000;
}
#nav-open{
    z-index: 1001;
}
.breadcrumb li::after{
    content: "" !important;
    background-image: url("../img/svg/mf-fleche-down-rose.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(-90deg);
    height: 8px;
    width: 9px;
    display: inline-block;
}
#nav-open #hamburger-menu span img{
    height: 3px;
}
#template-project{
    margin-bottom: 10px;
}
.template-block {
    margin-top: 75px;
    margin-bottom: 75px;
}
.menu-services{
    margin-bottom: 20px;
}
#menu-container ul li a{
    font-size: 1.1em;
}
#menu-container ul li{
    margin-bottom: 5px;
}
.menu-langues{
    margin-top: 20px;
}
#footer_language_list ul{
    display: flex;
}
.info-light{
    font-weight: 400;
    font-size: 0.8em;
}
#footer_language_list li{
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1;
}
#footer_language_list li:not(:last-of-type)::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3px ;
    background-color: white;
}
.faded-lang:before{
    display: none;
}
#menu-container ul .faded-lang a{
    color: #ff3365;
}
.menu-content{
    display: flex;
    align-items: center;
}
.mx-wdt{
    max-width: 700px;
}

.accordeon{
    border-bottom: 1px solid #ff3365;
    padding: 20px 0 20px 50px;
    position: relative;
}
.accordeon.no-icon{
    padding-left: 0px;
}
.accordeon:first-of-type{
    border-top: 1px solid #ff3365;
}
.accordeon .icone-accordeon{
    position: absolute;
    left: 0;
    top: 25px;
    height: 25px;
    width: 25px;
    object-fit: contain;
}
.titre-accordeon{
    cursor: pointer;

    display: flex;
    /*align-items: center;*/
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4em;
}
.titre-accordeon svg{
    margin-left: auto;
    margin-top: 3px;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    width: 20px;
    height: 20px;
}

.accordeon.active .titre-accordeon svg{
    transform: rotate(180deg);
}
.titre-accordeon>span{
    font-weight: 600;
    padding-right: 20px;
    display: block;
}
.txt-accordeon {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    /*transition: all 0.3s linear;*/
    transition: max-height 0.4s linear;
}
.accordeon.active .txt-accordeon{
    max-height: 800px;
    /*padding-top: 20px;*/
}

.txt-accordeon p{
    margin-top: 0;
    max-width: 900px;
}
.txt-accordeon p:first-of-type{
    padding-top: 15px;
}

.head-content{
    align-items: flex-start;
    padding-top: 60px;
}
.home .head-content{
    align-items: center;
}
.sub-nav-head-content{
    margin-top: 120px;
}
.main-sub-title-1{
    font-size: 1.45em;
    /*line-height: 1.37em;*/
}
#template-entreprises{
    padding-top: 160px;
}


@media screen and (max-width: 1200px) {
    .galerie-product{
        grid-template-columns: repeat(2,1fr);
    }
    .galerie-product img{
        height: 24vw;
    }
}
@media screen and (max-width: 768px) {
    .menu-content{
        align-items: flex-start;
    }
    .galerie-product{
        grid-template-columns: repeat(1,1fr);
    }
    .galerie-product img{
        height: 73vw;
    }
    .page-produits {
        margin-top: 100px;
    }
    .header-article{
        margin-top: 100px;
    }
    .page-template-template_contact #template-contact {
        padding-top: 100px;
    }
    .page-template-template_etude_projet .breadcrumb, .page-template-template_mecanique .breadcrumb, .page-template-template_injection .breadcrumb, .page-template-template_quality .breadcrumb, .page-template-template_tournage .breadcrumb {
        margin-top: 40px;
    }
    #template-entreprises {
        padding-top: 100px;
    }
    #menu-container ul li a {
        font-size: 1em;
    }
    .square-products{
        padding: 0;
        margin: 10px auto;
        width: calc(100% - 30px);
        height: 84vw;
    }
}