
body{
    font-family: Montserrat, arial, serif;
    margin: 0 auto;
}

@keyframes mask{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.02) rotateZ(-2deg) rotateX(3deg);
        filter: drop-shadow(0 0 25px #ffffff65);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes avatar{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.05) rotateZ(-2deg) rotateX(3deg);
        filter: drop-shadow(0 0 25px #ffffff65);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes item{
    0%{
        box-shadow: 0 0 15px rgba(255, 189, 47, 0.438);
    }
    50%{
        box-shadow: 0 0 40px rgba(255, 189, 47, 0.438);
    }
    100%{
        box-shadow: 0 0 15px rgba(255, 189, 47, 0.438);
    }
}

@keyframes tem{
    0%{
        transform: scale(1);
    }
    50%{
        transform: rotateZ(-2deg) translateY(2px);
        filter: drop-shadow(0 0 25px #ffffff65);
    }
    80%{
        transform: rotateZ(1deg) translateY(2px);
    }
    100%{
        transform: scale(1);
    }
}

/* GLOBAL ELEMENTS */
.title{
    display: flex;
    margin: auto;
    position: relative;
}
.title .emoji{
    position: relative;
    font-size: 35px;
    font-style: normal;
    left: 7px;
}

.t-h2 {
    display: block;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 18px !important;
    text-align: center;
    margin: auto;
    margin-left: -12px;
    color: white;
}

.t-h2 > .b, .oran{
    font-style: italic;
    padding: 0 3px;
}
.wh{ color: white !important; }

.skills .oran{
    font-style: normal;
    background-image: linear-gradient(to left, #f72c2c 0%, orange 70%);
}
.bld{
    font-weight: bold !important;
}
.t-or{
    color: white;
    font-family: "Montserrat";
    font-weight: bold;
}
.line-2 .t-color{
    font-weight: bold;
    font-style: italic;
    font-family: "Montserrat black", arial, serif;
    text-shadow: 0 0 10px #ffffff00;
}
.h1-grad{
    background-image: linear-gradient(93deg, #5164f4 20%, #ff4343 100%);
    color: transparent !important;
    filter: drop-shadow(0px 0px 20px white) drop-shadow(0px 0px 12px white);
    opacity: 1;
    background-clip: text;
}
.h2-sub{
    font-size: 18px !important;
}
.t-pur{
    background-image: linear-gradient(90deg, #92a2f0 0%, #4d5ac5 100%);
    color: transparent;
    background-clip: text;
}

.btn {
    background: white;
    padding: 18px 22px;
    font-weight: bold;
    display: table;
    font-size: 16px;
    margin: auto;
    border-radius: 20px;
    color: black;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(128, 128, 128, 0.753);
    text-decoration: none;
    transition: ease-out 0.15s;
}
.btn:hover{
    box-shadow: 0 0 15px rgb(255, 120, 30);
    transform: scale(1.025);
}

.hide{
    display: none;
}

.footer{
    font-size: 13px;
    text-align: center;
    padding-bottom: 10px;
}

.p-note{
    font-weight: normal;
}

.badges{
    display: block;
    margin: auto;
    margin-top: 18px;
}

.badge {
    display: inline-flex;
    color: #3845a3;
    padding: 13px 18px;
    font-size: 13px;
    font-style: normal;
    margin-top: 26px;
    margin-left: 0;
    margin-right: 11px;
    font-weight: bold;
    background: white;
    border-radius: 20px;
    transition: ease-in-out 0.25s;
}
.badge:hover{
    transform: scale(1.05);
}

/* FIN GLOBAL ELEMENTS */


/* YOUTUBE ELEMENTS */

a[data-youtube]{
    width: 253px;
    overflow: hidden;
    height: 450px;
    position: relative;
    display: block;
}
.yt-thumb{
    position: relative !important;
    left: -80%;
}

.play-btn{
    position: relative;
    display: block;
    position: absolute !important;
    z-index: 999;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    transform: translateX(-40px) translateY(-40px);
    transition: ease-in-out 0.2s;
}
.play-logo{
    position: relative;
    border-radius: 25px;
    padding: 0 15px;
    background: #000000a8;
    display: block;
    position: absolute !important;
    z-index: 999;
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.555));
    width: auto;
    height: 50px;
    max-width: 100%;
    left: 50%;
    top: 80px;
    transform: translateX(-50%) translateY(-40px);
    transition: ease-in-out 0.2s;
}
a[data-youtube]:hover .play-btn,
.play-btn:hover{
    filter: drop-shadow(0 0 12px #ffffffd0);
}

/* FIN YOUTUBE ELEMENTS */

/* MENU */
#menu {
    text-align: right;
    display: block;
    margin-right: 5%;
}
#menu ul {
    list-style: none;
    display: inline-flex;
    font-weight: bold;
    z-index: 999;
    margin: 0 10px;
    padding: 0;
}
#menu li {
    padding: 10px 25px;
    text-transform: capitalize;
}
#menu li a{
    color: black;
    text-decoration: none;
}
.fixed li a{
    color: white !important;
}

#menu li a.active,
.fixed li a.active
{
    background-image: linear-gradient(to left, red, orange);
    color: transparent !important;
    background-clip: text;
}

#menu.fixed{
    background: linear-gradient(90deg, #2126589a 0%, #313d79 53%, #4d5ac5 100%);
    position: fixed;
    padding: 0;
    z-index: 999;
    right: 0;
    top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0;
    display: table;
}


/* END MENU */

/* HEADER */

.brands-logos {
    height: 130px;
    padding-top: 9px;
}

.header {
    display: block;
    margin: auto;
    background: url("images/backtest.jpg");
    background-size: cover;
    color: white;
}
.header.bis{
    background: linear-gradient(103deg, #e97f837a 5%, #4c70ffdb, #00408f47);
    padding-bottom: 40px;
}
.header h1{
    font-size: 37px;
    margin: 0;
    line-height: 1em;
}
.head-right .line-1{
    font-size: 40px;
    margin-top: 0;
    color: white;
    text-shadow: 1px 0 20px #0000006c;
    margin-bottom: 0;
}
.head-right .line-2{
    font-size: 31px;
    color: white;
    margin-top: 0;
    padding-top: 11px !important;
    text-shadow: 1px 0 20px #0000006c;
}

.header .sub-line{
    display: block;
    font-size: 42px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    clear: both;
}

.header-text-large{
    padding-bottom: 70px !important;
    display: flex;
    max-width: 1200px;
    padding-top: 10px;
    margin: auto;
}

.w-100{
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

.header-text-full{
    padding-bottom: 40px !important;
    width: auto;
    display: flex;
    /* margin: 0 16%; */
    max-width: 1600px;
    padding-top: 10px;
    margin: auto;
}

.header-text-full .side{
    margin: auto;
}

.header-text{
    padding-top: 35px !important;
    width: 1150px;
    padding-bottom: 55px !important;
    display: flex;
    padding-top: 10px;
    margin: auto;
}
.header-text h2{
    text-align: right;
    font-size: 16px;
    padding-top: 13px;
    font-weight: normal;
}
.head-left {
    margin-right: 30px;
    padding-top: 30px;
    display: block;
    float: left;
    width: auto;
    text-align: right;
}
.head-left img{
    border-radius: 10%;
    margin-top: 60px;
    height: 350px;
}
.head-right{
    display: block;
    padding-top: 80px;
    float: left;
}
.header-text .italic {
    font-style: italic;
    color: orange;
}
.header-video{
    position: relative;
    animation: mask 2.5s ease-in-out infinite;
}

/* FIN HEADER */


/* SECTION PURPLE */

.block-han{
    display: block;
    width: 890px;
    background: rgb(255 255 255 / 22%);
    padding: 15px;
    margin: auto;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 50px;
    clear: both;
}
.block-han h1{
    font-size: 25px;
}
.block-han h1, .block-han h2{
    text-align: center;
    color: #465bf5e3;
}
.block-han p{
    color: black !important;
}

.block-han .badge {
    background: linear-gradient(326deg, #516effc9 13%, #5466ff 100%);
    padding: 11px 20px;
    font-size: 15px;
    font-weight: normal;
    margin-right: 8px;
    border-radius: 15px;
}
img.ctr{
    display: block;
    margin: auto;
    border-radius: 50px;
}
.ctr{
    display: block;
    text-align: center;
}
.block-han .list{
    list-style: none;
    text-shadow: 0 0 15px #748ff1;
    color: white;
    display: inline-flex;
    font-size: 15px;
    padding: 0;
}
.list li{
    padding: 0 12px;
    text-align: center;
    width: 230px;
    transition: ease-out 0.2s;
}

.block-han .list li:hover{
    border-radius: 20px;
    transition: ease-out 0.2s;
    transform: scale(1.07);
}
.list .b{
    font-size: 45px;
    display: block;
    margin: auto;
    text-align: center;
}
.section-2-purple{
    display: block;
    color: white;
    background: linear-gradient(103deg, #e97f837a 5%, #4c70ffdb, #00408f47);
    padding-bottom: 40px;
}
.section-2-purple.bis{
    background: radial-gradient(#4c55ffbf 30%, #000000 100%);
}
/* INGREDIENTS */

.ingrs{
    position: relative;
}
.duo-cols {
    display: block;
    width: auto;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

.duo-col {
    width: 50%;
    display: inline-flex;
}

.duo-col ul {
    list-style: none;
    text-align: left;
}

.duo-col ul li {
    font-size: 17px;
    padding-bottom: 17px;
}

.fleche{
    position: absolute;
    left: 81px;
    top: 73px;
}
.trio{
    display: table;
    width: 100%;
    margin: auto;
    text-align: center;
}
.trio-col {
    width: 24%;
    display: inline-block;
    margin: 0 1.5%;
    box-sizing: border-box;
    vertical-align: top;
}
.trio-col h1 {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}

.trio-text {
    font-weight: bold;
    display: table-cell;
    font-size: 14px;
    vertical-align: middle;
    padding: 22px 20px;
    border: 1px solid #ffffff45;
    height: 124px;
    border-radius: 20px;
    transition: ease-in 0.15s;
}

.trio-text.list{
    display: block;
    font-weight: normal !important;
    padding-left: 16px !important;
    background: #ffffff14;
    font-size: 16px;
    color: wite;
    list-style: none;
}
.trio-text.list li{
    margin-bottom: 11px;
}
.trio-text:hover{
    transform: scale(1.04);
}

.trio-col.orange:hover .trio-text{
    border-color: orange;
}
.trio-col.orange:hover h1{
    text-shadow: 0 0 50px orange;
    filter: drop-shadow(0 0 25px orange);    
}

.trio-col.red:hover .trio-text{
    border-color: #fa7e8a;
}
.trio-col.red:hover h1{
    text-shadow: 0 0 50px #fa7e8a;
    filter: drop-shadow(0 0 25px #fa7e8a);    
}

.trio-col.purple:hover .trio-text{
    border-color: #ac9ff8;
}
.trio-col.purple:hover h1{
    text-shadow: 0 0 50px #ac9ff8;
    filter: drop-shadow(0 0 25px #ac9ff8);    
}

.t-orange{
    color: orange;
    text-shadow: 0 0 50px orange;
}
.t-red{
    color: #fa7e8a;
}
.t-purp{
    color: #ac9ff8;
}
.pb-0{
    padding-bottom: 0 !important;
}
.pb-50{
    padding-bottom: 70px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pt-12{
    padding-top: 12px !important;
}
.pt-20{
    padding-top: 30px !important;
}
.pt-30{
    padding-top: 55px !important;
}
.pt-50{
    padding-top: 55px !important;
}

.quadro{
    float: none;
    display: block;
    margin: auto;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
    color: white;
}
.quadro b{
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5%;
    font-weight: normal;
}
/* FIN SECTION PURPLE */

/* SECTION TEMOIGNAGES */

.section-3-purple{
    display: block;
    margin: 0 auto;
    background: linear-gradient(90deg, #ff0c157a, #b4c2f957, transparent);
    background-size: contain;
    color: white;
    background: radial-gradient(#4c55ffbf 30%, #000000 100%);
    height: auto;
}

.grid-blocks{
    max-width: 300px;
    margin: 0;
    height: 620px;
    float: none;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column wrap;
    justify-content: flex-start;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    box-sizing: border-box;
}

.tems-col {
    display: block;
    width: 282px;
}

.tem{
    background: white;
    margin-bottom: 20px !important;
    min-width: 267px !important;
    max-width: 275px;
    display: inline-table;
    overflow: hidden;
    border-radius: 30px;
    height: 50px;
    color: black;
    align-content: space-around;
    padding: 15px;
    margin: 0 2.5%;
    font-size: 14px;
    padding-bottom: 18px;
    box-sizing: border-box;
    /*animation: tem 5s ease-in-out infinite;*/
}
.tem-1{
    animation-delay: 0.5s !important;
}
.tem-2{
    animation-delay: 2s !important;
}
.tem-3{
    animation-delay: 4s !important;
}
.tem-4{
    animation-delay: 6s !important;
}
.tem-5{
    animation-delay: 8s !important;
}
.tem-6{
    animation-delay: 9s !important;
}
.tem-7{
    animation-delay: 10s !important;
}
.tem-8{
    animation-delay: 11s !important;
}
.tem-9{
    animation-delay: 11s !important;
}
.tem-10{
    animation-delay: 11s !important;
}
.tem-img{
    height: 36px;
    border-radius: 200px;
    border: 1px solid grey;
    padding: 5px 6px;
    float: left;
    margin-right: 10px;
    max-width: 36px;
}
.tem-corner{
    display: inline-table;
    top: 0px;
    position: absolute;
    vertical-align: top;
    right: -8px;
    z-index: 9;
}
.tem-corner:hover:after{
    position: absolute;
    display: table;
    text-align: left;
    font-size: 11px;
    content: attr(data-bul);
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    padding: 4px 5px;
    color: #fff;
    z-index: 999;
    height: auto;
}

.tem-header{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: left !important;
}
.tem-text{
    float: none;
    clear: both;
    padding-top: 5px;
    text-align: left !important;
}
.tem-name{
    margin-top: 5px;
    display: inline-block;
}
.tem-stars{
    display: block;
    clear: both;
    padding-top: 5px;
    font-size: 12px;
}
.tem .green{
    color: rgb(58, 202, 58);
    font-style: italic;
    font-weight: normal;
    font-size: 11px;
}
.brand-name{
    font-size: 10px;
    font-weight: normal;
    display: block;
}

/* FIN SECTION TEMOIGNAGES */

/* VIDEOS */


#vids-2, #vids-3, #vids-4
{
    display: none;
}


.ct.big-video, lite-youtube {
    display: inline-flex;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
    margin-right: 42px;
}
#liste2{
    display: none;
}

.intro-cats{
    width: 85%;
    margin: auto;
}
.menu-cats{
    padding-bottom: 32px !important;
    border-radius: 20px;
    position: relative;
    display: table;
    margin: auto;
    /*overflow: hidden;*/
}

.menu-cats .tooltip{
    position: absolute;
    top: -47px;
}
.menu-cats ul{
    display: table;
    padding: 0;
    margin: auto;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.459);
    border-radius: 20px;
    position: relative;
    /*overflow: hidden;*/
}
.menu-cats li{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #465bf5e3;
    padding: 14px 27px;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
}
/*.menu-cats li.active:after{
    content:'';
    width: 0; 
    height: 0; 
    bottom: 0;
}*/

.menu-cats li.last{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.menu-cats li.active,
.menu-cats li:hover{
    background: #ffffff65;
    color: black;
}
.menu-cats li.active{
    color: white;
    background: #4d59c565;
}
.menu-cats .first{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
/*.menu-cats li.none{
    background: none !important;
}*/

/* FIN VIDEOS */

/* SECTION BLACK */

.section-4-black{
    background: black;
    background-position: 0 0;
    background-size: cover;
    display: block;
    color: white;
}

/* FIN SECTION BLACK */

/* PRICING */

.f26{
    font-size: 26px !important;
}

.nav-pricing {
    display: table;
    border-radius: 40px;
    background: linear-gradient(-180deg, #212658 0%, #313d79 53%, #4d5ac5 100%);
    overflow: hidden;
    margin: auto;
}

.btn-devis {
    display: table;
    background: white;
    margin-top: 12px !important;
    border-radius: 12px;
    color: white;
    margin: auto;
    background: linear-gradient(45deg, black, transparent);
}
.btn-devis:hover{
    animation: item 2s infinite;
}
.btn-devis a{
    display: block;
    height: 100%;
    text-decoration: none;
    color: white;
    padding: 20px 19px;
}

.nav-pricing > b {
    padding: 16px 10px;
    font-size: 12px;
    font-weight: normal;
}
.nav-pricing > .left.active{
    background: linear-gradient(0deg, #212658 0%, #313d79 53%, #4d5ac5 100%);
    display: inline-block;
    padding: 18px 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.nav-pricing > .right.active{
    background: linear-gradient(0deg, #212658 0%, #313d79 53%, #4d5ac5 100%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.section-pricing{
    background: url("images/bg-pricing.jpg") no-repeat;
    background-size: cover;
    background-position: 0 0;
    display: block;
    color: white;
    margin: auto;
    text-align: center;
}

.dis{
    opacity: 0.5;
}

.popu{
    display: table;
    margin: auto;
    padding: 5px;
    border-radius: 20px;
    background: white;
    color: #242a5e;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}


.pricing-block {
    border-radius: 40px;
    background: linear-gradient(45deg, black, transparent);
    background: linear-gradient(-180deg, #212658 0%, #313d79 53%, #4d5ac5 100%);
    width: 320px;
    display: inline-block;
    padding: 15px 0px;
    box-sizing: border-box;
    text-align: left !important;
    transition: ease-in-out 0.2s;
    
    position: relative;
}
.pricing-block:hover{
    transition: ease-out 0.2s;
    transform: scale(1.020);
    box-shadow: 0 0 20px #8ea1ff65;
}
.pricing-block.b1,
.pricing-block.b2
{
    margin-right: 55px;
}

.pricing-head h1 {
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
}

.pricing-head h2 {
    font-size: 15px;
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 6px;
}

.pricing-list{
    margin-top: 35px;
}
.pricing-list ul {
    list-style: none;
}

.pricing-list ul li {
    font-weight: normal;
    margin-bottom: 9px;
}

.pricing-list b {
    font-weight: normal;
}

.pricing-list .e{
    padding-right: 15px;
}

.pricing-footer{
    margin-top: 20px;
    border-top: 2px solid black;
}

.price{
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.quantity{
    text-align: center;
    padding-top: 9px;
}
.quantity > div{
    display: inline-flex;
}
.pricing-block .less,
.pricing-block .more{
    padding: 5px 11px;
    background: black;
    border-radius: 7px;
    margin: 10px;
}

.less:hover, .more:hover
{
    opacity: 0.7;
}
.less:active, .more:active
{
    opacity: 0.5;
}
.pricing-q, .pricing-q-ultra{
    display: table-cell;
    padding: 14px 6px;
}

.reduc{
    color: red;
    font-size: 18px;
    text-decoration: line-through;
}
.reducUnit{
    color: red;
    font-size: 16px;
}


/* TOOLTIP */
  /* base */
  
  .tooltip {
    outline:none;
    position: relative;
    text-transform: uppercase;
}
  .tooltip span {
    z-index: 10;
    position: absolute;
    display: none;
    padding: .5em;
    line-height: 1em;
    color: #fff;
    background: #f66;
    text-decoration: none;
    box-shadow: 1px 1px 2px rgba(55,55,55,.3);
    white-space: nowrap;

    border-radius: 9px;
    color: black;
    margin-left: 1em;
    background: white;
    font-weight: bold;
    font-size: 14px;
    padding: 11px 9px;
    margin-top: -.5em;
    box-shadow: 0 0 12px #ff8400;
    animation: mask 2.5s ease-in-out infinite;
  }
  .tooltip span img {
    position: absolute;
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-right: .5em solid #ffffff;
  }
  /* north */
  .tooltip.n span {
    top: -225%;
    left: -25%;
    margin-left: 1em;
    margin-top: 0;
  }
  .tooltip.n span img {
    border-top: .5em solid #ffffff;
    bottom: -1em;
    left: 1em;
  }
  /* south */
  .tooltip.s span {
    bottom: -225%;
    left: -25%;
    margin-left: 1em;
    margin-top: 100%;
  }
  .tooltip.s span img {
    border-bottom: .5em solid #ffffff;
    top: -1em;
    left: 1em;
  }
  /* east */
  .tooltip.e span {
    top: -19px;
    left: 100%;
    margin-left: 1em;
    margin-top: -.5em;
  }
  .tooltip.e span img {
    border-right: .5em solid #ffffff;
    top: .5em;
    left: -.85em;
  }
  /* west */
  .tooltip.w span {
    top: 0;
    right: 100%;
    margin-right: 1em;
    margin-top: -.5em;;
  }
  .tooltip.w span img {
    border-left: .5em solid #ffffff;
    top: .5em;
    right: -1em;
  }
  /* event: hover */
  .tooltip span{ display: block; }


/* FIN PRICING */

/* CONTACT */

.pb-20{
    padding-bottom: 20px !important;
}

.social-icons{
    margin: 0;
    padding: 0;
    margin-left: 7px;
    text-align: center;
}

.contact-block{
    background: #ffffff14;
    padding: 12px;
    border-radius: 20px;
    margin: 0 auto;
    color: white;
    border: 1px solid #ffffff45;
    transition: ease-in-out 0.15s;
}
.contact-block:hover{
    transform: scale(1.04);
}

.contact-block .avatar{
    display: block;
    text-align: center;
    margin: auto;
    border-radius: 100px;
    -webkit-filter: drop-shadow(0 0 15px #93a7ff);
    filter: drop-shadow(0 0 15px #93a7ff);
    transition: ease-in-out 0.25s;
}

.contact-block h1{
    font-size: 19px;
    text-align: center;
    margin: auto;
}
.contact-block .text{
    font-size: 14px;
    padding: 7px;
    margin-bottom: 0;
    font-weight: normal;
    padding-bottom: 10px;
}
.contact-block .text a{
    text-decoration: none;
    color: white;
    margin-top: 15px;
    display: block;
    cursor: pointer;
    font-weight: normal;
}
.contact-block .email{
    font-weight: bold;
    font-size: 16px !important;
}

/* FIN CONTACT */

/* QUESTIONS REPONSES */

.faq {
    background: #ffffff24;
    margin: auto;
    width: 80%;
    color: white;
    border-radius: 10px;
    cursor: pointer !important;
    overflow: hidden;
}

.question {
    border-bottom: 1px solid #0000000d !important;
    padding: 3px 30px;
    cursor: pointer;
}
.question:hover{
    background: #4d59c569;
}

p.faq-rep {
    display: none;
    margin-top: 1px;
    padding-top: 0;
    font-size: 14px;
    font-weight: normal !important;
}

.question h1 {
    font-size: 17px;
    display: block;
    font-weight: normal;
    padding-bottom: 13px;
    margin: 0;
    padding-top: 13px;
}

/* FIN QUESTIONS REPONSES */


/* MOBILES AND TABLETS */

/* TABLETS */
@media all and (max-width: 1150px)
{
    body{
        overflow-x: hidden;
    }

    /* HEADER */
    .head-right{
        display: block !important;
        clear: both !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .title{
        display: block !important;
    }
    .t-ct{
        text-align: center;
    }

    .head-left {
        display: block;
        width: 100% !important;
        margin-right: 0;
        /* padding-top: 30px; */
        margin: auto;
        /* text-align: left; */
        text-align: center;
        float: none;
    }

    .header-text{
        max-width: 99%;
        display: inline-block !important;
    }
    .header-text-large, .header-text-full{
        text-align: center;
    }
    
    .header-text h1, .header-text .sub-line{
        font-size: 25px;
        text-align: center;
        /* white-space: nowrap; */
    }
    .header-text h2{
        text-align: center;
        font-size: 16px;
        padding-top: 13px;
        font-weight: normal;
    }

    .quadro{
        display: inline-flex;
        width: 90%;
    }

    .badges{
        display: block;
        margin: auto;
        max-width: 100%;
        padding: 0 12px;
        text-align: center;
    }

    /* VIDEOS */
    /*.menu-cats ul li.first{
        display: none;
    }*/

    .list-vids{
        text-align: center !important;
    }

    .menu-cats ul{
        display: table;
        width: auto;
        margin: auto;
    }
    .menu-cats .first{
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .first.active{
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .menu-cats li{
        font-size: 14px;
        padding: 18px 19px;
    }

    /*#more-vids{
        display: none;
    }*/

    /* TEMOIGNAGES */

    /* tablettes - 3 cols */
    #tems-section{
        max-width: 99%;
        display: block !important;
        text-align: center;
    }

    .tems-col {
        display: inline-block !important;
        width: auto !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        vertical-align: top !important;
        min-width: initial !important;
        max-width: fit-content !important;
        margin: 0 !important;
    }

    .tems-col.t4{
        display: none !important;
    }    

    .tem{
        background: white;
        margin-bottom: 20px !important;
        display: block !important;
        height: auto !important;
        min-width: auto;
        max-width: 275px !important;
        display: inline-table;
        overflow: hidden;
        border-radius: 30px;
        height: 50px;
        color: black;
        align-content: space-around;
        padding: 15px !important;
        margin: 0 2.5%;
        font-size: 14px;
        padding-bottom: 18px;
        box-sizing: border-box;
        /*animation: tem 5s ease-in-out infinite;*/
    }

    .grid-blocks{
        max-width: 100%;
        margin: 0;
        height: 1000px;
        overflow: hidden;
        float: none;
        display: flex;
        flex-wrap: wrap;
        flex-flow: column wrap;
        justify-content: flex-start;
        grid-auto-flow: row;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        box-sizing: border-box;
    }

    .grid-blocks .tem{
        max-width: 44%;
    }

    .fleche{
        display: none;
    }

    /* INGRS */
    .trio-text.list{
        display: block;
        height: auto !important;
    }

    /* PRICING */

    .pricing-block {
        margin: 0 1.5%;
        padding: 0;
        margin-right: 0 !important;
        width: auto !important;
        padding: 15px 0px;
    }
    .pricing-trio{
        max-width: 98%;
    }
    .pricing-list ul{
        padding: 0 23px;
    }

    /* CONTACT */
    .contact-block .text b {
        font-size: 19px;
    }
    .social-icons img {
        height: 40px;
        padding-top: 7px;
        padding-right: 6px;
    }

    .trio-col{
        width: 33% !important;
    }
}

/* SMARTPHONES / TELEPHONES*/

@media all and (max-width: 750px)
{
    .fleche{
        display: none;
    }

    .block-han{
        display: block;
        width: 100%;
        border-radius: 0;
    }
    .section-2-purple{
        background: linear-gradient(45deg, #e97f837a 5%, #4c70ffdb, #00408f47);
    }

    .header-text h2 {
        text-align: center;
        display: block;
        padding: 0 !important;
        font-size: 16px;
        padding-top: 13px;
        font-weight: normal;
    }
    .head-right .line-1,
    .head-right .line-2 {
        margin: auto;
        margin-top: 0;
        width: 96%;
        font-size: 28px;
    }
    .head-right .line-2 {
        margin-bottom: 20px;
    }
    .header{
        background-image: none !important;
        background: linear-gradient(0deg, #e97f837a 5%, #4c70ffdb, #00408f47) !important;
    }
    .t-h2{
        font-size: 20px;
        color: white;
    }

    .line-2 .t-color{
        line-height: 40px;
        font-family: "Montserrat black", arial, serif;
        text-shadow: none;
    }

    /* MENU */
    #menu-first{
        display: none;
    }
    #menu li a{
        color: white;
    }
    .menu-cats li.last{
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0!important;
    }

    /* RECETTE */
    .block-han .list{
        list-style: none;
        color: white;
        display: inline-block;
        text-align: center;
        font-size: 15px;
        padding-left: 0;
        text-shadow: none !important;
    }
    .block-han .list li{
        padding: 0 12px;
        text-align: center;
        width: 230px;
        transition: ease-out 0.2s;
        margin-bottom: 25px;
    }
    .list .b{
        margin-bottom: 15px;
    }

    /* LOGOS MARQUES */
    .scroller img {
        height: 39px !important;
    }
    .brands-logos {
        height: auto;
        padding-top: 9px;
    }    
    
    /* INGREDIENTS */
    .trio{
        display: block;
        width: 100%;
        margin: auto;
    }
    .trio-col {
        display: block !important;
        width: 80% !important;
        margin: auto !important;
        margin-bottom: 25px !important;
    }
    .trio-text.list{
        display: block;
        height: auto !important;
    }
    
    .pb-50{
    padding-bottom: 40px !important;
    }
    .quadro{
        display: block !important;
        margin-bottom: 20px !important;
    }
    .quadro b{
        margin-bottom: 24px !important;
    }

    /*.trio {
        display: block;
        width: 100%;
    }
    .trio-col {
        width: 95%;
        display: block;
        float: none;
        margin: 2%;
        box-sizing: border-box;
        cursor: pointer;
    }*/

    .skills{
        padding-top: 0px !important;
        padding-bottom: 10px !important;
    }
    .duo-cols {
        display: block;
        width: auto;
        padding-top: 11px;
        margin: auto;
        box-sizing: border-box;
    }
    
    .duo-col {
        width: 90% !important;
        display: flex !important;
    }
    
    .duo-col ul {
        list-style: none;
        text-align: left !important;
    }
    
    .duo-col ul li {
        font-size: 16px;
        padding-bottom: 17px;
    }

    /* VIDEOS */

    .ct.big-video, lite-youtube {
        margin-right: 0;
        margin-bottom: 38px;
    }
    .menu-cats ul{
        display: table;
        width: 81%;
        margin: auto;
        border-radius: 0;
    }
    .menu-cats li.active{
        animation: none !important;
    }
    .menu-cats li.two{
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .menu-cats .first {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn{
        display: none;
    }
    #more-vids{
        display: none;
    }    

    /* PRICING */

    .tooltip, .tooltip span{ display: none !important; }

    .section-pricing{
        background: black;
    }
    .pricing-block {
        margin: 10px 1.5%;
        padding: 0;
        margin-right: 0 !important;
        width: 85% !important;
        padding: 11px 0px;
    }

    .pricing-block .less,
    .pricing-block .more{
        padding: 5px 21px;
        font-size: 26px;
    }

    .pricing-q, .pricing-q-ultra{
        padding: 22px 6px;
        font-size: 19px;
    }

    /* TEMOIGNAGES */
    .grid-blocks{
        max-width: 100%;
        margin: 0;
        height: auto;
        overflow: hidden;
        float: none;
    }
    .grid-blocks .tem{
        display: block;
        margin: 0;
        max-width: 85%;
        width: 100%;
        height: auto;
        margin: 0 auto;
        font-size: 14px;
        padding-bottom: 18px;
    }
    /*.no-mob{
        display: none !important;
    }*/

    /* FIN TEMOIGNAGES */

    /* CONTACT */

    .contact-block .text b {
        font-size: 19px;
    }
    .social-icons img {
        height: 40px;
        padding-top: 7px;
        padding-right: 6px;
    }
}