

/* 
    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(--color02);
        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(--color02);
   }






    /* ------------------------
        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;
    }
    .single-mp_produits_section1 a{
        display: table;
    }

    @media (min-width:768px){
        .single-mp_produits_section1 .colright{
            margin-left: -5%;
        }
    }
    .alignnone{
        display: block;
    }

    .benefice_picture {
        width: 70%;
    }   

    /* 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;
    }



    /* Témoignage et avis */
    .single-mp_produits_section5-temoignages_intro h4{
        color: var(--color00);
    }

    .single-mp_produits_section5{
        /* background-image: url('../img/charte/bg-product-section.jpg'); */
        /* background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom; */
    }

    .single-mp_produits_section5 h3.like-h4{
        color: #fff;
        color: var(--color00) !important;
    }
    .single-mp_produits_section5 h3.like-h4 strong{
        color: #fff;
        color: var(--color00);
    }
    .single-mp_produits_section5 h3.like-h4::after{
        background-color: var(--color00);
    }

    /* 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;
    }