/***************** General *******************/
*{
  box-sizing: border-box;
  transition: all 0.5s;
}

/* @font-face {
  font-family: "Campton";
  src: url("../../../asset/fonts/Campton/Campton.ttf") format("truetype");
} */

@font-face {
  font-family: "Campton";
  src: url("../../asset/fonts/Rene Bieder - Campton Medium.otf")
  format("opentype");
}

@font-face {
  font-family: 'Roboto', sans-serif;
}


html{
  font-size: 100%;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

h1,
h2
{
  font-family: 'Campton', sans-serif !important;
  font-weight: 900;
  text-align: center;
  color: #3FD9A4;
  letter-spacing: 0.1em;
}

body{
  line-height: 1.4;
  margin: 0;
  word-break: word-break;
  color: black;
  position: relative;-
}

video,
iframe,
img{
  max-width: 100%;
}

.container{
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.container2{
  width: 80%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.sport{
  color:#F57C4E;
}

.nutrition{
  color:#3DB5A9;
}

.arrow{
  width:12px;
}


h3,
h4{
  font-family: 'Campton', sans-serif;
  text-align: left;
  color: #1A2238;
  /* letter-spacing: 0.1em; */
}



.hide{
  display: none;
}

.display{
  display: block !important;
}

/***************** LISTE ****************/
.liste2cln{
  display:flex;
  flex-direction: column;
}

.strong{
  font-family: "Roboto";
  font-weight: bold;
  color:#1A2238;
}

p.strong{
  text-transform: uppercase;
}

.liste{
  width: 100%;
  text-align:center;
}

.ListeUl{
  /* list-style: none; */
  margin-bottom: 0;
  margin-top: 0;
  text-align:center;
}

li.ListeLi {
  margin-bottom: 10px;
}

.ListeUl li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}

.ListeUl li.ListeLi:before{
  /* content: "\2713"; */
  color:#3DB5A9;
}

ol {list-style: none; counter-reset: li}

li::before {content: counter(li); color: red;
  display: inline-block; width: 1em;
  margin-left: -1em;
  color:#3DB5A9;}

  li {counter-increment: li}

  .ListeFinCenter{
    text-align:center;
  }

  /****************** Essai gratuit ********************/
  .TxtEssaiGRT{
    padding: 10px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }

  .EssaiGratuitLink{
    font-family: "Roboto";
    text-transform:uppercase;
    text-align:center !important;
    font-size: 1.2rem !important;
    color:#ffffff !important;
    margin:0;
    /* z-index:30; */
    text-decoration: none;
  }

  .EssaiGratuitLink sup{
    text-transform:lowercase;
  }

  .containerFirework{
    width:40px;
    height:40px;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-left:10px;
    margin-right:10px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: thumb 3s 0s infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
  }

  .flip{
    transform: rotateY(180deg);
  }

  @keyframes thumb
  {
    0%   {background-image: url('../../asset/img/thumb1.svg');}
    50%  {background-image: url('../../asset/img/thumb1.svg');}
    51%  {background-image: url('../../asset/img/thumb2.svg');}
    100%  {background-image: url('../../asset/img/thumb2.svg');}
  }

  @-webkit-keyframes thumb /* Safari and Chrome - necessary duplicate */
  {
    0%   {background-image: url('../../asset/img/thumb1.svg.jpg');}
    50%  {background-image: url('../../asset/img/thumb1.svg.jpg');}
    51%  {background-image: url('../../asset/img/thumb2.svg.jpg');}
    100%  {background-image: url('../../asset/img/thumb2.svg.jpg');}
  }

  .essaiGratuit{
    /* position:absolute; */
    width:100%;
    top: 0px;
    z-index:20;
    -webkit-animation: colorchange 1.5s 0s infinite alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
  }

  @keyframes colorchange
  {
    0%   {background: #39294A;}
    50%  {background: #39294A;}
    51%  {background: #3DB5A9;}
    100% {background: #3DB5A9;}
  }

  @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
  {
    0%   {background: #39294A;}
    50%  {background: #39294A;}
    51%  {background: #3DB5A9;}
    100% {background: #3DB5A9;}
  }
  /****************** Fin Essai gratuit ********************/

  /***************** header *******************/

  footer {
    background-color: rgb(246, 249, 252);
    padding-bottom: 80px;
  }

  .footer{
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: space-between;
    padding-top:20px;
  }

  .RSSection{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:45%;
    margin-bottom: 20px;
  }

  .logoFooter{
    width:130px;
    margin-right:auto;
    margin-left:auto;
  }

  .RSfooter{
    padding-right:10%;
    padding-left:10%;
    display:flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content: space-around;
  }

  .LinksSection{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:45%;
    padding-bottom: 20px;
  }

  .LinksSection div{
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  .titleFooter{
    font-size: 11px;
    line-height: 1.50;
    letter-spacing: 0.7px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: left;
  }

  .LinksSection a{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 2;
    color: rgb(137, 137, 137);
    text-decoration: none;
  }

  .payment{
    border-top:1px solid rgba(0, 0, 0, 0.15);
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    padding-bottom: 20px;
  }

  .PaymentSection{
    width:100%;
  }

  .PaymentSection2{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
  }

  .PaymentP{
    width: 100%;
  }

  .mentions{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 2;
    color: rgb(137, 137, 137);
    margin-bottom:0;
  }

  .PaymentList{
    width: 100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin-top:10px;
  }

  .PaymentList img{
    width: 130px;
    margin-left: auto;
    margin-right: auto;
  }

  .divML{
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
  }
/*************** fin footer *******************/

/******************* header *******************/
  header{
    background-color: white;
  }

  /* .hideNav{
  display: none;
  } */

  .Navcontainer{
    width: 80%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .logoG{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .logoG img{
    text-align: center;
    height: 48px;
  }

  /* .logoG img:hover{
  opacity: 0.5;
  } */

  /* .SousMenu{
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  } */

  /* #NavScd a{
  color: rgba(51,51,51,0.5);
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 0 7px;
  } */

  /* .MeConnecterIMG{
  display:none;
  width: 40px;
  } */

  .sectionMobile{
    /* height: 500px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
  }

  .background{
    background-image: url('../img/header3mob.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center center;
    margin: 0;
    height: 340px;
    position: relative;
    z-index: 0;
    /* border-bottom-left-radius: 65% 10%;
    border-bottom-right-radius: 65% 10%; */
  }

  .infoHeader{
    width:80%;
    display: flex;
    flex-direction: row;
  }

  .background::before{
    position: absolute;
    margin: 0;
    height: 340px;
    padding: 0;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background-color:#333333;
    opacity: 0.4;
    mix-blend-mode: multiply;
    z-index: 1;
  }

  .ZIndex{
    z-index: 2;
  }

  .txtheader{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .GuillemetsTitle{
    position:relative;
    z-index:20;
  }

  .quotes{
    position:absolute;
    top:-15px;
    left:-15px;
    width:50px;
    opacity: 0.7;
    z-index:-20;
  }

  .Titleheader{
    /* text-transform: uppercase; */
    background: -webkit-linear-gradient(#fff, #A8EE9F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-align: left;
    color: white;
    text-decoration: none;
    font-size:1.7rem;
    margin-bottom: 10px;
    padding: 10px 0 auto 10px;
    margin-top: 0;
    z-index:25;
    /* text-shadow: 4px 2px 1px rgba(0, 0, 0, 0.7); */
    /* text-shadow: 2px 2px 2px rgba(51,51,51,0.5); */
    /* -webkit-text-stroke: 0.05px rgba(51,51,51,0.5); */
  }

  .CTAheader{
    display: block;
    background: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    /* max-width: 300px; */
    margin-left: 0;
    margin-right: auto;
    border: 1px solid #3DB5A9;
    border-radius: 100px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 18px;
    color: #3DB5A9;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
  }
/************* fin header *****************/

  .noneCTA{
    display: block;
  }



  /* .Titleheader{
  font-size:3.2rem;
  } */

  .sectionDesketop{
    display: none;
  }

/**************** promo ********************/
  .promoround{
    position:absolute;
    background-color: #28BCE5;
    height: 140px;
    width: 140px;
    top: 0;
    right: 0;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px;
    z-index: 2;
    -webkit-animation: squareToCircle 4s 0s infinite alternate;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes squareToCircle {
    0% {
      width: 0;
      height: 0;
      background: #F57C4E;
      opacity: 0;
      overflow:hidden;
    }
    25% {
      opacity:1;
      overflow:hidden;
    }
    30% {
      width: 130px;
      height: 130px;
      background:  #F57C4E;
      overflow:hidden;
    }
    33% {
      width: 126px;
      height: 126px;
      /* background: #FF7663; */
      overflow:hidden;
    }
    35% {
      width: 128px;
      height: 128px;
      background: #3DB5A9;
      overflow:auto;
    }
  100% {
      width: 128px;
      height: 128px;
      background: #3DB5A9;
    }
}

  .divpromoround{
    position:absolute;
    right: 10px;
    margin-top: 15px;
  }

  .promoround p{
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: white;
  }

  .promoround p:nth-child(2){
    margin-top: -5px;
    font-size:1rem;
  }

  .promoround p:nth-child(3){
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: white;
    font-size: 0.7rem;
  }

  .gras1euro{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: white;
    font-size: 2rem;
  }

  .gras{
    font-family: 'RobotoBold', sans-serif;
    font-weight: normal;
    color: white;
    font-size: 0.7rem;
  }
/***************** fin promo ********************/


  /***************** Main *******************/
  .main{
    width: 100%;
    margin: 0;
    /* background-color:#F0F0F0; */
    /* padding-bottom: 70px; */

  }

  .methode{
    position: relative;
    background-color: rgb(255, 255, 255);
    margin: 0px auto;
    width: 100%;
    padding-bottom:20px;
  }

  .txtExplTitle{
    font-family: 'Campton';
    font-size: 35px;
    line-height: 1.3;
    text-align:left;
    color: #1A2238;
  }

  .txtExplTxt{
    font-size: 1em;
    text-align: left;
    padding: 0 0 0 20px;
    border-left: 1px solid #F57C4E;
    font-family: "Roboto";
    font-weight: normal;
    color:#707070;
  }

  .strong{
    font-family: "Roboto";
    font-weight: bold;
  }

  /******************************** articles ***********************************/
  .titleGarticles{
    font-family: 'Campton';
    font-size: 35px;
    line-height: 1.3;
    text-align:left;
    color: #1A2238;
  }

  .article{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top:5px;
  }

  .article2{
    display:flex;
    flex-direction:column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom:40px;
  }

  .articleG{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:40px;
  }

  .titleArticle{
    font-family: "Campton" sans-serif;
    font-size: 1.2rem;
    margin-top:20px;
    margin-bottom:15px;
  }

  .article p{
    text-align: left;
    color:#707070
  }

  .desk{
    display:none;
  }

  .mob{
    display:block;
  }

  .CTAarticle{
    display: none;
  }
  /******************************** fin articles ***********************************/

  .btn{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.46);
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .btn:hover{
    background-color: rgba(0, 0, 0, 0.7) !important;
  }

  .btn img{
    width: 40px;
    margin-left: 2px;
    margin-right: auto;
    margin-top: -2px;
  }


  .divCTA{
    display: block;
    background-color:#3DB5A9;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 900;
    color: white;
    text-decoration: none;
    padding: 20px 30px 20px;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    z-index: 20;
  }


  /***************** RESPONSIVE *******************/

  @media screen and (min-width: 500px){

    .background{
      height: 350px;
    }

    .background::before{
      height: 350px;
    }

    .txtheader{
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    /* .Titleheader{
    font-size:2rem;
    padding: 0 20px 10px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    } */


    .txtExplTitle{
      font-size: 45px;
    }

    .promo p{
      font-size: 1.2rem;
    }

  }


  @media screen and (min-width: 768px){

    /****************** header *****************/
    .background{
      background-image: url('../img/header3desk.jpg');
      background-position: center center;
    }

    /* .CTAheader{
      display: inline-block;
      background: linear-gradient(0.15turn, #FF7663, #FFA736);
      text-align: center;
      font-size: 17px;
      font-weight: 400;
      max-width: 600px;
      margin-left: 0;
      margin-right: auto;
      border-radius: 10px;
      font-family: 'RobotoBold', sans-serif;
      line-height: 18px;
      color: white;
      border-radius: 7px;
      padding: 15px 30px 15px 30px;
      text-decoration: none;
    } */
    /****************** fin header ******************/

    /************** Promo ********************/
    .promoround{
      position:absolute;
      background-color: #28BCE5;
      height: 180px;
      width: 180px;
      top: 0;
      right: 0;
      border-bottom-left-radius: 100%;
      border-bottom-right-radius: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding: 15px;
      z-index: 2;
      -webkit-animation: squareToCircle 4s 0s infinite alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
  }

  @-webkit-keyframes squareToCircle {
      0% {
        width: 0;
        height: 0;
        background: #F57C4E;
        opacity: 0;
        overflow:hidden;
      }
      25% {
        opacity:1;
        overflow:hidden;
      }
      30% {
        width: 157px;
        height: 157px;
        background:  #F57C4E;
        overflow:hidden;
      }
      33% {
        width: 153px;
        height: 153px;
        /* background: #FF7663; */
        overflow:hidden;
      }
      35% {
        width: 155px;
        height: 155px;
        background: #3DB5A9;
        overflow:auto;
      }
    100% {
        width: 155px;
        height: 155px;
        background: #3DB5A9;
      }
}

    .divpromoround{
      position:absolute;
      right: 15px;
      margin-top: 0;
    }

    .promoround p{
      margin-top: 0;
      margin-bottom: 0;
      text-align: center;
      font-family: 'Roboto', sans-serif;
      font-weight:normal;
      color: white;
    }

    .promoround p:nth-child(2){
      margin-top: -5px;
    }

    .promoround p:nth-child(3){
      font-family: 'Roboto', sans-serif;
      font-weight: normal;
      color: white;
      font-size: 0.8rem;
    }

    .gras1euro{
      font-family: 'Roboto', sans-serif;
      font-weight: normal;
      color: white;
      padding-top:10px;
      font-size: 3rem;
    }

    .gras{
      font-family: 'Roboto', sans-serif;
      font-weight: normal;
      color: white;
      font-size: 0.8rem;
    }
    /*************** fin promo ******************/

    /************** Main ****************/
    main{
      padding-bottom:50px;
    }

    .Titleheader{
      font-size:2.5rem;
      padding: 0 0 10px;
      /* max-width: 70%; */
      margin-left: 0;
      margin-right: auto;
    }

    .brHide{
      display: none;
    }
    /**************** fin main ******************/

    /******************** articles **********************/
    .containerDivCTA{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 50px;
    }

    .divCTA{
      display: inline-block;
      position: relative;
      margin-right: auto;
      margin-left: auto;
      width: auto;
      padding: 20px 30px 20px;
      border-radius: 100px;
    }

    .noneCTA{
      display: none;
    }

    .methode{
      position: relative;
      background-color: rgb(255, 255, 255);
      margin: 0px auto;
      width: 100%;
    }

    .CTAarticle{
      display: block;
      font-weight: 400;
      font-family: 'Roboto', sans-serif;
      font-weight: bolder;
      font-size: 16px;
      line-height: 18px;
      color: #1A2238;
      border-radius: 7px;
      padding: 15px 0 15px 0;
      text-decoration: none;
      text-align: center;
      vertical-align: middle;
    }

    .article{
      width: 50%;
      padding-left:30px;
    }

    .titleArticle{
      font-family: "Campton" sans-serif;
      font-size: 1.2rem;
      margin-top:0;
      margin-bottom:15px;
    }

    .image{
      width: 50%;
      height: 420px;
    }

    .img1{
      background-image: url('../../asset/img/timeline.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right center;
    }

    .img2{
      background-image: url('../../asset/img/nutri.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right center;
    }

    .img3{
      background-image: url('../../asset/img/sport.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }

    .articleG{
      display:flex;
      flex-direction:row;
      flex-wrap: nowrap;
      justify-content:space-between;
      align-items: center;
      margin-bottom:0;
    }

    .article2{
      display:flex;
      flex-direction:row;
      flex-wrap: nowrap;
      justify-content:space-between;
      align-items: center;
      margin-bottom:0;
    }

    .article2 .article{
      padding-right:30px;
      padding-left:0;
    }

    .desk{
      display:block;
    }

    .mob{
      display:none;
    }
    /******************** fin articles ***********************/

    /****************** footer *********************/
    footer {
      padding-bottom: 20px;
    }

    .footer{
      flex-wrap:nowrap;
      flex-direction:row;
      align-items: center;
      justify-content: center;
    }

    .RSSection{
      width:50%;
    }

    .divML{
      width:50%;
    }

    .LinksSection{
      width:100%;
      padding-bottom: 20px:;
    }

    .LinksSection div{
      width:100%;
    }

    .payment{
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start;
      padding-bottom: 10px;
    }

    .PaymentSection{
      width:40%;
    }

    .PaymentSection2{
      width:60%;
      display:flex;
      flex-direction:row;
      flex-wrap:nowrap;
      align-items: center;
      justify-content: space-between;
    }

    .PaymentP{
      width: 60%;
    }

    .PaymentList{
      width: 40%;
    }

    .titleFooter{
      margin-bottom:10px;
    }
    /**************** fin footer ******************/
  }

  @media screen and (min-width: 1000px){
    .promoround{
      height: 220px;
      width: 220px;
    }

    .divpromoround{
      right: 20px;
    }

    .promoround p:nth-child(3){
      font-size: 1rem;
    }

    .gras1euro{
      font-size: 2.5rem;
    }

    .gras{
      font-size: 1rem;
    }
  }


  @media screen and (min-width: 1024px){
    .methode{
      position: relative;
      background-color: rgb(255, 255, 255);
      margin: 0px auto;
      width: 1024px;
    }
  }
