

/* 
    PRODUITS


        01 - Résumé de produit
        02 - Détail produit


*/


    /*  */
    #page-products{
        background-image: url('../img/charte/vague-2.svg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% auto;
        background-position: 0 70%;

    }

    /* ------------------------
    01 - Résumé de produit
    ------------------------ */

    .resumproduct_content{
        background-color:rgba(255,255,255,0.5);
        /* background-color: silver; */
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }
    .resumproduct_content::before{
        display: block;
        width: 100%;
        content: "";
        padding-top: 100%;
        z-index: 0;
    }



    .resumproduct_picture img{
        position: relative;
        z-index: 10;
    }
    .resumproduct_picture::before{
        display: block;
        position: absolute;
        width: 60%;
        height: 60%;
        top:50%;
        left: 50%;
        transform: translate(-50% , -50%);
        border: 1px solid var(--color04);
        content: "";
        border-radius: 50%;
        z-index: 0;
    }
    .resumproduct_hover{
        padding: 20px;
        position: absolute;
        width: 55%;
        border-radius: 50%;
        height: 55%;
        top:50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50% , -50%) scale(0);
        transition:opacity 0.3s ease-in-out, transform 0.2s ease-in-out;
    }
    
    .tease.active .resumproduct_hover,
    .tease:hover .resumproduct_hover{
        opacity: 1;
       transform:  translate(-50% , -50%) scale(1);
   }

   .tease-mp_produit .ico-more{
       background-color: var(--color03);
       border-radius: 50%;
       background-position: -89px -169px;
       width: 22px;
       min-width: 22px;
       transition: 0.2s;
       height: 22px;
   }
       /* .tease-mp_produit:active .ico-more,
       .tease-mp_produit.active .ico-more{
           transform: rotate(45deg);
           background-color: var(--color02);
       } */

   .tease-mp_produit .more{
        bottom: 24.5%;
        left: 24.5%;
        cursor: pointer;
        background-color: #fff;
        display: block;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 1px solid var(--color03);
   }






    /* ------------------------
        02 - Détail produit
    ------------------------ */
    .single-mp_produits_section1 .sliderPictures {
        max-height: 65vh;
    }
    .single-mp_produits_section1{   
        background-image: url('../img/charte/vague-2.svg');
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .single-mp_produits_section1 .colleft img,
    .single-mp_produits_section1 .colleft{
        max-height: 65vh;
    }
    .single-mp_produits_section1 .colleft iframe{
        height: 65vh !important;
        width: 100% !important;
    }

    .single-mp_produits_section1 .colright{
        padding-top: 5vh;
    }

    @media (min-width:768px){
        .single-mp_produits_section1 .colright{
            margin-left: -5%;
        }
    }
    .alignnone{
        display: block;
    }

    .benefice_picture {
        width: 50%;
    }   

    /* Bulles */
    .buble_green{
        font-size: 1.5rem;
    }
    .buble_green strong{
        font-size: 1.8rem;
    }
    @media (min-width:1200px){
        .buble_green strong{
            font-size: 2rem;
        }
    }
    @media (min-width:1440px){
        .buble_green{
            font-size: 1.9rem;
        }
        .buble_green strong{
            font-size: 2.7rem;
        }
    }
    .buble_green{
        border-radius: 50%;
        overflow: hidden;
        margin-top: 5vh;
        line-height: 120%;
    }
    .buble_green::before{
        width: 100%;
        padding-top: 100%;
        content: "";
        display: block;
    }
    .buble_green p{
        font-size: 85%;
        padding: 10px;
        line-height: 1;
        color: var(--color02);
        margin: 0;
    }
    .buble_green strong{
        color: var(--color00);
        display: block;
        font-family: 'open_sansbold', sans-serif;
    }
    /* Les garanties */
    .col-experience img{
        max-height: 120px;
    }

    .garantieVisuel{
        height:65%;
        overflow: hidden;
    }
    /* .garantieVisuel::before{
        display: block;
        content: "";
        width: 100%;
        padding-top: 80%;
    } */
    .garantieTitle{
        height: 35%;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .GarantieItem ul {
        margin: 0;
    }
    .GarantieItem ul li{
        padding: 0;
    }
    .GarantieItem ul li::before{
        content: '.';
        font-size: 3rem;
        margin: 0;
        display: inline-block;
        position: relative;
        background: none;
        top: -4px;
    }
    .GarantieItem .btn3 span{ 
        color: var(--color02) !important;
    }
    .GarantieItem .btn3 span::before,
    .GarantieItem .btn3 span::after,
    .GarantieItem .btn3::before,
    .GarantieItem .btn3::after{
        background-color: var(--color02);
    }
    /* Affichage hover */
    .GarantieItem * {
        box-sizing: padding-box;
        transition: all 0.2s ease-out;
    }
    .GarantieItemHover {
        top: 50%;
        left: 20px;
        right: 20px;
        position: absolute;
        opacity: 0;
        z-index: 1;
        -webkit-transform: translate(10%, -30%);
        transform: translate(10%, -30%);
      }

      .GarantieItem .itemContainer:after {
        background-color: var(--color04);
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: rotate3d(-1, 1, 0, 100deg);
        transform: rotate3d(-1, 1, 0, 100deg);
        opacity: 0;
      }

      .GarantieItem:hover .GarantieItemHover {
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        opacity: 1;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        }
    .GarantieItem:hover .itemContainer:after {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
        opacity: 1;
    }


    
.content-product {
    /* background: url(../img/charte/bg_product.jpg) no-repeat scroll left bottom transparent;
    background-size: cover; */
    padding: 1.5rem 0 0;

    background-image: url(../img/charte/vague-2.svg);
    background-attachment: fixed;

    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 107%;
    position: relative;
}

.vague-left {
    width: 27rem;
    opacity: 0.51;
    position: absolute;
    top: 0;
    left: 0;
}
.product_picture {
    padding: 4rem 5rem 0;
}
@media screen and (max-width: 767px) {
    .product_picture {
        padding: 0 3rem;
    }
}

.single-product section#contents {
    padding: 0;
}
    .label_promo {
        font-family: 'sf_compact_textheavy', sans-serif;
        background: var(--color03);
        color: var(--color00);
        border-radius: 50%;
        position: absolute;
        top: -1.5rem;
        right: 0.5rem;
        z-index: 1;
        font-size: 2rem;
        padding: .5rem;
        width: 7rem;
        height: 7rem;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .product_picture .label_promo {
        top: -1.5rem;
        left: 0.5rem;
        right: inherit;
        font-size: 3rem;
        width: 11rem;
        height: 11rem;
    }



.slider-single {
    border-radius: 3.1rem;
    box-shadow: 0 0 40px rgba(0,0,0,.05);
    margin: 0 auto 2rem;
    height: 50rem;
    background: var(--color00);
}
    .single-product .slider-single .slick-track {
        height: 50rem;
    }
        .product-pack-container {
            padding: 0 2.5rem 1.5rem;
            margin: 1.5rem 0 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-pack-container .shortproduct_picture{
            position: relative;
        }
        .product-pack-container .shortproduct_picture::before{
            display: block;
            width: 100%;
            content: "";
            padding-top: 80%;
        }
        .product-pack-container .shortproduct_picture a{
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
        .product-pack-container .shortproduct_picture a img{
            max-height: 100%;
            max-width: 100%;
        }
        
            body.single-product .slick-slide img {
                margin: 0 auto!important;
                max-width: 100%;
                max-height: 100%;
            }
                body.single-product .slider-single.slick-initialized .slick-slide {
                    border-radius: 3.1rem;
                    overflow: hidden;
                }
            body.single-product .slider-nav .slick-slide img {
                max-width: 125%;
                max-height: 125%;
            }
            body.single-product .slider-nav img {
                cursor: pointer;
            }
            .single-product button.slick-arrow {
                top: 50%;
                left: -5rem;
                background: url(../img/charte/icon-arrow-left-large.svg) no-repeat scroll transparent;
                width: 1.7rem;
                min-width: inherit;
                height: 4.1rem;
            }
            .single-product button.slick-next {
                left: inherit;
                right: -5rem;
            }
            .single-product .sliderFull  button.slick-prev {
                left: 30px;
            }
            .single-product .sliderFull  button.slick-next {
                right: 30px;
            }

           
.slider-nav.slick-initialized .slick-slide {
    border-radius: 3.1rem;
    box-shadow: 0 0 40px rgba(0,0,0,.05);
    margin: 1.5rem auto 2rem;
    overflow: hidden;
    height: 15rem;
    transform: scale(.9);
    background: var(--color00);
}
.slider-single + .slider-nav {
    margin: -2rem auto 0;
}

ins {
    background: transparent;
}

.single-product h1 {
    color: var(--color02);
    font-family: 'sf_compact_textheavy', sans-serif;
    margin: 0 0 .5rem;
}
    span.ref-prod {
        font-size: 1.8rem;
        color: var(--color04);
        display: block;
    }
    .single-product .btn-not-connected {
        font-family: 'open_sansbold', sans-serif;
        background: var(--color03);
        color: var(--color00);
        padding: 1.5rem 5rem 1.5rem 6.5rem;
        border-radius: .5rem;
        line-height: 1;
        font-size: 1.5rem;
        display: inline-block;
        position: relative;
        margin: 0 0 2.5rem;
    }
    .single-product .btn-not-connected:hover,
    .single-product .btn-not-connected:active {
         background: var(--color06);
    }
        .single-product .btn-not-connected:before {
            background-image: url(../img/charte/icon-user-oranje.svg);
            background-repeat: no-repeat;
            background-color: var(--color00);
            background-position: center;
            background-size: 30px auto;
            content: "";
            display: block;
            border-radius: 50%;
            position: absolute;
            left: -30px;
            /* top: -1rem; */
            top:50%;
            transform: translateY(-50%);
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
        } 

    .qtte-container {
        color: var(--color04);
        border: 1px solid var(--color04);
        font-weight: 600;
        padding: 1.5rem 2rem;
        border-radius: .5rem;
        position: relative;
        width: 22rem;
        margin: 0 0 3.5rem;
        display: flex;
    }
        .qtte-container p {
            margin: 0;
        } 
        .qtte-container button.single_add_to_cart_button.button {
            visibility: hidden;
            position: absolute;
            opacity: 0;
        }
        .qtte-container input {
            width: 5rem!important;
            min-height: inherit!important;
            background: transparent;
            margin: 0 0 0 5rem;
            font-family: 'open_sansbold', sans-serif;
            font-size: 1.6rem;
        }

        input:focus {
            outline: none;
        }
        iframe {
            max-width: 100%;
        }

    /* 
    .single-product .no-tva .woocommerce-price-suffix,
    .single-product .no-tva ins{
        display: none;
    } */
    .single-product .product_price {
        color: var(--color04);
        border: 1px solid var(--color02);
        font-weight: 600;
        padding: 1rem 1.5rem .5rem;
        border-radius: .5rem;
        position: relative;
        margin: 0;
    }
        .single-product .product_price > strong {
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
        }
        .single-product .product_price bdi {
            color: var(--color04);
            font-family: 'open_sanslight', sans-serif;
        }
            .product_price span.price {
                border: none;
                position: relative;
                right: -.5rem;
                padding: 0;
                color: var(--color04);
                font-family: 'open_sanslight', sans-serif;
                font-size: 1.5rem;
                display: block;
                width: 100%;
                text-align: right;
            }

    .price-ttc {
        font-size: 2.75rem;
        font-family: 'sf_compact_textheavy', sans-serif;
        color: var(--color03);
        line-height: 2.75rem;
    }

    .single-product .price-container {
        margin: 0 0 3rem;
    }
    @media  screen and (max-width: 1200px) {
        .single-product .price-container {
            flex-direction: column;
            align-items: flex-start!important;
        }
    }
    
        .single-product .btn-add-to-cart {
            margin: 0 0 0 2rem;
            text-transform: uppercase;
            font-size: 1.9rem;
            background: var(--color03);
            border-radius: .5rem;
            padding: 1rem 2rem;
            font-family: 'sf_compact_textheavy', sans-serif;
        }
        @media  screen and (max-width: 1200px) {
            .single-product .btn-add-to-cart {
                margin: 2rem 0 0;
            }
        }
            .single-product .btn-add-to-cart span {
                color: var(--color00);
                text-align: center;
            }

    .single-product .delivery-information {
        margin: 0 0 3rem;
    }
        .single-product .delivery-information p {
            margin: 0 0 0 1rem;
            font-family: 'open_sansbold', sans-serif;
            color: #6F7072;
        }
        .single-product .delivery-information img {
            margin: 0 1rem 0 0;
        }

    .single-product .like-h5 {
        font-family: 'sf_compact_textheavy', sans-serif;
        font-weight: 600;
        color: var(--color02);
        font-size: 1.9rem;
        margin: .25rem 0 .5rem;
    }
    .single-product .like-h5.blue {
        color: var(--color02);
    }
    .price del {
        position: absolute;
        left: -.5rem;
    }


    .single-product .bloc {
        border-top: 1px solid var(--color04);
        padding: 3.5rem 0 1.5rem;
    }
    .single-product .download-file{
        border-top: 1px solid var(--color04);
        padding-top: 20px;

    }
    .single-product .download-file h5 {
        margin: .25rem 0 2rem;
    }
        .download-file ul li:not(.noBefore) {
            margin: 1rem 0;
            padding: 0;
        }
            #wrapperInner .download-file ul li a {
                background: var(--color05);
                color: var(--color04);
                text-decoration: none;
                padding: 1rem 3rem 1rem 3rem;
                display: inline-block;
                border-radius: 2rem;
                position: relative;
                transition: .5s ease 0s;
            }
            #wrapperInner .download-file ul li a:hover,
            #wrapperInner .download-file ul li a:active {
                background: #e6e6e6;
            }
                #wrapperInner .download-file ul li a:after {
                    content: url(../img/charte/icon-download.svg);
                    display: inline-block;
                    margin: 0 0 0 1rem;
                }

    .single-product .bloc .like-h6 {
        font-family: "sf_compact_displaymedium", sans-serif;
        color: var(--color02);
        font-size: 1.5rem;
        font-weight: 600;
        padding: 0 0 1rem;
        margin: .25rem 0 2.5rem;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 2px;
    }
        .single-product .like-h6:after {
            content: "";
            display: block;
            width: 4rem;
            height: 1px;
            background-color: var(--color02);
            position: absolute;
            left: 0;
            bottom: 0;
        }
    .single-product .indication-information .like-h6 {
        margin: 2rem 0 1rem;
    }

    .fiche-technique .like-h5 {
        position: relative;
        margin: .25rem 0 2rem;
        transition: .5s ease 0s;
    }
    .fiche-technique .like-h5.opened {
        margin: .25rem 0;
    }
    div:not(.noBefore) ul.fiche-list li.noTitle {
        padding: 1rem 0;
    }
    .fiche-technique .like-h5:hover {
        cursor: pointer;
    }
        .fiche-technique .like-h5:after {
            content: url(../img/charte/arrow-green.svg);
            display: block;
            position: absolute;
            top: 4px;
            width: 20px;
            right: 0;
            transform: rotate(180deg);
            transition: .5s ease 0s;
        }
        .fiche-technique .like-h5.opened:after {
            transform: rotate(0deg);
            top: -4px;
        }


    .fiche-technique ul {
        display: none;
    }
        .fiche-technique ul li:not(.noBefore) {
            padding: 0;
            margin: 3rem 0;
        }


    #variation_description p {
        color: var(--color02);
        font-family: 'sf_compact_displaymedium', sans-serif;
        margin: 0 0 .5rem;
        font-size: 1.9rem;
    }
    .variations {
        margin: 0 0 3rem;
    }
        .variations label {
            display: none;
            visibility: hidden;
        }
        .selectize-control {
            position: relative;
            width: 30rem;
            max-width: 100%;
        }
            .selectize-input {
                border: 1px solid var(--color04);
                box-shadow: none;
            }


    /* Selectize custom */
    body .selectize-input {
        box-shadow: none;
        border: 1px solid var(--color04);
        position: relative;
        z-index: 1;
    }
        body .selectize-input.dropdown-active {
            border-radius: 3px;
        }
            body .selectize-input.dropdown-active.full input {
                display: none!important;
            }
    body .selectize-dropdown {
        border: none;
        border-radius: 0 0 .5rem .5rem;
        overflow: hidden;
        box-shadow: 0 0.5rem 10px rgba(0,0,0,.3);
        transform: translate(0, 1px);
    }


    /* Produit complémentaires */


    .related_products {
        position: relative;
        background: #fefefe;
        padding: 2.5rem 0 6rem;
    }

        .related_products:before {
            content: "";
            background: var(--color05);
            width: 100%;
            height: 30rem;
            position: absolute;
            left: 0;
            top: 0;
        }
        .resume_article .container {
            position: relative;
            z-index: 1;
            width: 75%;
            max-width: 75%;
        }
        @media  screen and (max-width: 1400px) {
            .related_products .container {
                width: 85%;
                max-width: 85%;
            }
        }
                .related_products .slick-list.draggable {
                    padding: 0 0 2rem;
                }





    /* Résumé de produit classique */

    .resume_article .product-content {
        padding: 0;
    }
    .product-content {
        background: var(--color00);
        border: 1px solid var(--color04);
        border-radius: 2rem;
        padding: 1.5rem 1.5rem 3rem;
        width: 100%;
        text-align: center;
    }
        .resume_article .shortproduct_title {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0 15px 20px;


        }


        .product-pack .like-h3,
        .resume_article h3 {
            margin-bottom: 10px;
        }

        .product-pack .like-h3 a,
        .resume_article h3 a {
            color: var(--color02);

            font-family: 'sf_compact_textheavy', sans-serif;
            font-size: 2rem;

            margin: 0 auto;
            display: block;
        }

        .resume_article .shortproduct_picture img{
            max-height: 100%;
        }
        
        .resume_article .shortproduct_picture {
            position: relative;
            overflow: hidden;
            border-radius: 20px 20px 0 0;
            margin-bottom: 20px;
        }
        .resume_article .shortproduct_picture::before{
            display: block;
            width: 100%;
            content: "";
            padding-top: 60%;
        }
        .resume_article .shortproduct_picture a{
            position: absolute;
            top:0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .resume_article .description {
            line-height: 1.7rem;
            height: 65px;
            overflow: hidden;
        }


        .resume_article .empty_thubmnail{
            opacity: 0.5;
            max-width: 80%;
        }

    article.resume_article {
        padding: 0 2.5rem 1.5rem;
        margin: 4rem 0;
    }


        .presentation_product {
            line-height: 1.8rem;
            margin: 0 auto 4rem;
        }

        .resume_article .quantity-title,
        .resume_article form > .quantity {
            display: none;
            visibility: hidden;
        }
        .resume_article .shortproduct_title > .price {
            display: flex;
            flex-direction: column-reverse;
            position: relative;
            border: 1px solid var(--color02);
            border-radius: .5rem;
            padding: .5rem 1.75rem .25rem;
            max-width: 90%;
            margin: 20px auto .5rem;
        }
            .resume_article .price-ttc {
                font-size: 1.9rem;
                margin: 0;
                display: block;
            }
            .price_ttc {
                color: var(--color02);
                font-size: 2rem;
                font-family: 'sf_compact_textheavy', sans-serif;
            }
                .price_ttc .centimes {
                    font-size: 1.6rem;
                    margin: 0 .75rem 0 0;
                }

            .resume_article .shortproduct_title > .price span.price {
                margin: -.75rem 0 0;
            }
            .resume_article .price del {
                left: inherit;
                right: -20%;
                top: 1.5rem;
                background: var(--color00);
            }
            .shortproduct_title .small-price {
                justify-content: center;
            }
                .shortproduct_title .small-price .price_tva {
                    margin: -.75rem auto 0;
                }

        .woocommerce .resume_article button.single_add_to_cart_button.button {
            /* position: absolute;
            bottom: -1.5rem;
            left:50%;
            transform: translateX(-50%); */
            background: var(--color02)!important;
        }

        .price_tva {
            color: var(--color04);
        }


:focus {
    outline: none;
}



    /* Témoignage et avis */
    .comment-products {
        position: relative;
        background: var(--color00);
        box-shadow: 0 0 1.25rem rgba(0,0,0,.1);
        padding: 4rem 0;
        z-index: 2;
    }
        .comment-products h2 {
            margin: 0 auto;
        }
        .list-comment.noBefore {
            width: 83rem;
            margin: 0 auto 1rem;
            max-width: 90%;
        }
            .list-comment.noBefore li {
                padding: 2.5rem 0 1rem;
            }            
                .list-comment.noBefore li:after {
                    content: "";
                    width: 90%;
                    position: absolute;
                    bottom: 0; left: 5%;
                    background: #f4f4f4;
                }
                .list-comment.noBefore li:last-child:after {
                    display: none;
                }
                .list-comment p.author {
                    color: var(--color02);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin: 0 0 1rem;
                }
                    .list-comment p.author img {
                        margin: 0 0 0 .5rem;
                    }

    /* Gammes */
    .single-product .container-gamme h3{
        color: var(--color04);
        font-size: 3.9rem;
    }
    .single-product .container-gamme h3 strong{
        color: var(--color02);
    }
    .gamme_products {
        position: relative;
        background: #fefefe;
        padding: 0;
        overflow: hidden;
    }
        body .slick-slide img.logo_gamme,
        .logo_gamme {
            margin: 1rem auto!important;
        }
        .gamme_products:before {
            content: url(../img/charte/bg-gamme-prod.png);
            display: block;
            position: absolute;
            right: -32rem;
            top: -52rem;
        }
        .gamme_products .container {
            position: relative;
            z-index: 1;
            width: 75%;
            max-width: 75%;
        }
            .product-pack .article-content {
                width: 100%;
                height: 100%;
                border: none;
                min-height: 300px;
                box-shadow: 0 0 40px rgba(0,0,0,.05);
                margin: 1rem 0 40px 0;
                padding: 0;
                border-radius: 23px;
                background: var(--color00);
            }
            .product-pack .article-content .shortproduct_title {
                text-align: center;
                padding: 1rem 3rem 0;
            }
            .product-pack{
            }
                .product-pack article img {
                    width: 15rem;
                }
                .product-pack h3 a {
                    color: var(--color03);
                    text-transform: uppercase;
                    font-family: "Open sans", sans-serif;
                    font-size: 1.8rem;
                    margin: 2rem auto 1.5rem;
                    display: block;
                }
                .product-pack .presentation_product {
                    margin: 0 auto;
                    text-align: center;
                }
                .product-pack ins {
                    color: var(--color03);
                    text-transform: uppercase;
                    font-family: "Open sans", sans-serif;
                    font-size: 1.8rem;
                    display: block;
                }

                body:not(.home) .product-pack .product_link{
                    text-align: center;
                    margin-bottom: -20px;
                    transform: translateY(20px);
                }
                .product_link a {
                    text-transform: uppercase;
                }

                /* .container-gamme.noSlide .slick-track {
                    transform: translate3d(0, 0, 0)!important;
                } */
                    /* .container-gamme .slick-list.draggable {
                        display: flex;
                        justify-content: center;
                    }
                     */

        .product-pack article img.logo_gamme {
            width: auto;
            margin: 2rem auto 1rem!important;
        }




    .product-pack .like-h3,
    .single-product h3 {
        min-height: 40px;
        color: var(--color02);
        font-size: 4rem;
    }
        .single-product h3 span {
            color: var(--color04);
            display: block;
            transform: translate(3rem, 0);
        }

    .single-mp_produits_section5{
        background-image: url('../img/charte/bg-product-section.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
    }


    /* Démonstration */
    .single-mp_produits_section6Picture {
        position: relative;
    }


    
    /* Accompagnement */
    .accompagnementFormation ul{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .accompagnementFormation ul li{
        width: 50%;
        max-width: 50%;
        padding-right: 20px !important;
    }

    .accompagnementIntroduction p{
        font-size: 1.8rem;
    }
    .single-mp_produits_section9,
    .single-mp_produits_section7{
        padding-top: 10rem;
    }
    .accompagnementEspaceClientTitle h2{
        margin: 0;
    }
    .single-mp_produits_section5-temoignages .ico-recommandebig{
        background-position: -300px -320px;

    }

    .single-mp_produits_section5-articles_intro {
        min-height: 140px;
    }
    .single-mp_produits_section5-articles_list .SingleBloc:first-child{
        margin-bottom: 3rem;
    }
    /* TEMOIGNAGES */
    .temoignage_active{
        transition: 0.2s;
        transform: scale(0);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        background-color: rgba(255,255,255,0.9);
    }
    .temoignage_active  .tease-mp_temoignages_picture {
        max-width: 180px;
    }

    .tease-mp_temoignages.active .temoignage_active{
        transform: scale(1);
    }

    .temoignage_activeContent{
        max-height: 600px;
        height: 90vh;
        overflow-y: scroll;
    }


/* ------------------------
    Gamme de produits
------------------------ */
.page-template-page-product-gammes section#contents {
    padding: 1.5rem 0 0;
}

.page-template-page-product-gammes #wrapper {
    background-attachment: fixed;
}
    .section_gamme {
        padding: 6rem 0;
    }
        .section_gamme h2 {
            margin: 0 auto 4rem;
        }
            .product_gamme_list .slide:not(.slick-slide) {
                display: flex;
                justify-content: center;
                align-items: flex-start;
                position: relative;
                z-index: 2;
            }
                .product_gamme_list .slide:not(.slick-slide) article {
                    flex: 0 0 33.33%;
                    padding: 0 4rem;
                }
                    .product_gamme_list .slide:not(.slick-slide) article > div {
                        box-shadow: 0 0 2rem rgba(0,0,0,.1);
                        text-align: center;
                        padding: 0;
                        border-radius: 1.5rem;
                        background: var(--color00);
                        overflow: hidden;
                        transition: .5s ease 0s;
                    }
                    .product_gamme_list .slide:not(.slick-slide) article:hover > div {
                        box-shadow: 0 0 2rem rgba(0,0,0,.2);
                    }
                        .product_gamme_list .slide:not(.slick-slide) article > div .shortproduct_title {
                            padding: 1.5rem 4rem;
                        }
                        .product_gamme_list .description {
                            height: 80px;
                        }

                    .product_gamme_list .presentation_product {
                        margin: 0;
                    }


    .section_gamme:nth-child(2) {
        position: relative;
        padding: 6rem 0 15rem;
    }

    .section_gamme:nth-child(3) {
        background-color: rgba(244,244,244,.8)
    }
        .section_gamme:nth-child(3) h2 {
            color: var(--color02);
        }




    /* Prices */
    /* .price_bloc{
        margin: 5px 0;
        padding: 5px 0;
        border-bottom:1px solid #ccc
    } */
    .price_bloc p{
        margin:0;
        font-weight:400px;
        font-size:1rem;
    }
    
    .product_price .price_ttc{
        font-family: 'sf_compact_textheavy', sans-serif;
        color:var(--color02);
        font-size:2.7rem;
    }
    .product_price .price_ttc .centimes{
        font-size:1.4rem;
    }
    .small-price{
        font-size:1.5rem;
        display:flex;
        align-items:center; 
        flex-wrap:wrap;
        font-weight:400;
        font-family: 'open_sansbold', sans-serif;
    }
    .small-price .centimes {
        font-size: 1.1rem;
        margin: 0 .5rem 0 0;
    }

    .small-price .price_tva{
        margin-left:auto;
    }


    /* ------------------------
    02 - Listing categorie
    ------------------------ */
    .catgeoryList {
        justify-content: center;
    }
        .catgeoryList .product-content {
            cursor: pointer;
        }
            .catgeoryList h2 {
                color: var(--color03);
                margin: 3rem auto 1rem;
                font-size: 3.6rem;
            }

    /* ------------------------
    03 - Listing Product archive
    ------------------------ */

        .productList .col-md-4 {
            display: flex;
        }
            .productList article {
                margin: 1.5rem auto;
                flex: 1;

                display: flex;
            }
                .productList .shortproduct_title {
                    padding: 0 3rem 3rem;
                }
                    .productList h2 {
                        margin: 3rem auto 1rem;
                        font-family: 'sf_compact_textheavy', sans-serif;
                        font-size: 2rem;
                    }
                    .productList .article-content {
                        background: var(--color00);
                        border: 1px solid var(--color04);
                        border-radius: 2rem;
                        padding: 0;
                        width: 100%;
                        text-align: center;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }



                /* @changelog 2021-04-21 [EVOL] (Anne-Lyse) Mise en forme du panachage */
                .qtt-infos{
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                }
                
                .label-degressif{
                    margin: 0;
                    padding-left: 20px;
                    font-family: 'open_sansbold', sans-serif;
                    color: var(--color03);
                }
                .qtte-container{
                    margin: 0;
                }
                .qtte-form{
                    display: flex;
                    align-items: center;
                }

                .panache-content{
                    padding-top: 5rem;
                    padding-bottom: 2rem;
                }

                .resum-panache .round{
                    display: block;
                    width: 30px;
                    height: 30px;
                    margin-right: 20px;
                    border-radius: 50%;
                    border: 8px solid #ccc;
                }
                .resum-panache{
                    display: flex;
                    padding:10px 0;
                    align-items: center;
                    justify-content: flex-start;
                }
                .resum-panache input{
                    width: auto !important;
                    margin-left: 20px;
                    padding-left: 20px;
                    border-left: 1px solid #6F7072;
                    border-radius: 0;
                    min-height: auto !important;
                    background: transparent;
                    font-family: 'open_sansbold', sans-serif;
                    font-size: 1.6rem;
                }
