

* {
  box-sizing: border-box; /* Applique à tous les éléments */
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
  padding: 0;
  margin: 0;
  width: 100%;
  height:100%;
  color: #E1E1C2;
  background-color: #030303;
  overflow-x: hidden;
}



#menu_side{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height:100vh;
  transform: translateX(100%);
  /* transform: translateX(0%); */
  transition: transform 0.5s ease;
  background-color: rgb(250, 250, 203);
  z-index: 100;
  overflow: hidden;
}
#in_menu_side{
  position: relative;
  width: 100%;
  height:100vh;
  transform: translateX(-100%);
  /* transform: translateX(0%); */
  transition: transform 0.5s ease;
  background-color: rgb(0, 0, 0);
  z-index: 101;
}
#titre_menu{
  overflow: hidden;
  width: 60%;
  margin-left: 5%;
}
#menu_text{
  margin-top: 2%;
}
#container_menu_item div{
  cursor: pointer;
   margin-top: -2%;
}
#text_menu_div{
  position: absolute;
  right: 5%;
  top:25%;
  width: 40%;
}
#under_text_menu{
  margin-top: 1%;
}

::-webkit-scrollbar {
  width: 8px;          /* vertical */
  height: 5px;        /* horizontal */
}

/* Fond de la scrollbar (la "piste") */
::-webkit-scrollbar-track {
  background: black;
}

/* Barre de scroll (le "thumb") */
::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}



#nav{
  position: fixed;
  width: 100%;
  height:100px;
  top:0;
  left:0;
  display: flex;
  color:white;
  z-index: 1000;
}
.nav_div{
  width: 33.33%;
  height:100%;
  padding: 2%;
  display: flex;
  align-items: center;
  transition: opacity 1s ease;
  overflow: hidden;
}
#logo_nav{
  transform: translateX(-200%);
  transition: transform 0.5s ease;
}
#menu_nav{
  transform: translateX(200%);
  transition: transform 0.5s ease;
  cursor: pointer;
}
.transform_0{
  transform: translateX(0%)!important;
}
#nav_left{
  justify-content: start;
}
#nav_right{
  justify-content: end;
}
#nav_center{
  justify-content: center;
  opacity: 0;
}




/* COLORS */
.is_yellow{
  color:rgb(250, 250, 203);
}
.is_black{
  color:black;
}
.is_red{
  color: red;
}
.black_circle{
  background-color: black;
}
/* FONT */

body{
  font-size: clamp(23px, 1.8vw, 35px);
}
button{
  font-size: clamp(23px, 1.3vw, 22px);
}
.big_titre{
  font-size: clamp(20px, 12vw, 220px);
}
.big_titre1{
  font-size: clamp(20px, 9vw, 140px);
}
.is_titre0{
    font-size: clamp(35px, 7.5vw, 160px);
}
.is_titre{
  font-size: clamp(35px, 6vw, 90px);
}
.is_titre11{
    font-size: clamp(25px, 3vw, 80px);
}
.is_titre1{
  font-size: clamp(20px, 1.85vw, 85px);
}
.is_titre3{
    font-size: clamp(18px, 1.5vw, 80px);
}
.is_text_1{
  font-size: clamp(25px, 1.3vw, 30px);
}
.is_text{
    font-size: clamp(5px, 1vw, 20px);
}





.tiktok-sans{
  font-family: "TikTok Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100;
}
.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.dm-sans-bold{
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -1px;
}


.mobile{
  display: none;
}
.mobile_flex{
  display: none;
}












@media (max-width: 1366px) {
  button{
    font-size: clamp(14px, 1.5vw, 20px);
  }
  body{
    font-size: clamp(20px, 1.8vw, 30px);
  }
  .big_titre{
    font-size: clamp(35px, 11.5vw, 150px);
  }
  .big_titre1{
    font-size: clamp(25px, 9vw, 90px);
  }

  /* .is_titre0{
      font-size: clamp(35px, 7vw, 150px);
  } */
  .is_titre{
    font-size: clamp(35px, 5vw, 80px);
  }
  /* .is_titre11{
      font-size: clamp(25px, 3vw, 80px);
  } */
  .is_titre1{
    font-size: clamp(25px, 2vw, 80px);
  }
  .is_titre3{
      font-size: clamp(18px, 1.4vw, 80px);
  }
  .is_text_1{
    font-size: clamp(18px, 1.8vw, 30px);
  }
  .is_text{
    font-size: clamp(5px, 1vw, 20px);
  }
}




@media (max-width: 1176px){
    button{
      font-size: clamp(13px, 1.3vw, 20px);
    }
    body{
      font-size: clamp(17px, 1.6vw, 30px); /**/
    }
    .big_titre{
      font-size: clamp(90px, 11vw, 160px); /**/
    }
    .big_titre1{
      font-size: clamp(60px, 8vw, 120px);
    }
    .is_titre0{
        font-size: clamp(35px, 7vw, 150px);
    }
    .is_titre{
      font-size: clamp(40px, 4.5vw, 80px);
    }
    .is_titre11{
        font-size: clamp(25px, 3vw, 80px);
    }
    .is_titre1{
      font-size: clamp(23px, 1.85vw, 80px);
    }
    .is_titre3{
        font-size: clamp(14px, 1.4vw, 80px); /* */
    }
    .is_text_1{
      font-size: clamp(20px, 1.5vw, 20px);
    }


}


@media (max-width: 1024px){
    button{
      font-size: clamp(13px, 1.3vw, 20px);
    }
    body{
      font-size: clamp(18px, 1.8vw, 30px); /**/
    }
    .big_titre{
      font-size: clamp(90px, 12vw, 160px); /**/
    }
    .big_titre1{
      font-size: clamp(60px, 8.5vw, 120px);
    }
    .is_titre0{
        font-size: clamp(35px, 7vw, 150px);
    }
    .is_titre{
      font-size: clamp(55px, 6vw, 80px);
    }
    .is_titre11{
        font-size: clamp(25px, 3vw, 80px);
    }
    .is_titre1{
      font-size: clamp(18px, 2.3vw, 80px);
    }
    .is_titre3{
        font-size: clamp(16px, 1.9vw, 80px); /* */
    }
    .is_text_1{
      font-size: clamp(18px, 1.5vw, 20px);
    }
    .is_text{
      font-size: clamp(12px, 1.1vw, 20px);
    }

}


@media (max-width: 800px){

  body{
    font-size: clamp(18px, 2.8vw, 30px); /**/
  }
  .big_titre{
    font-size: clamp(85px, 13vw, 160px); /**/
  }
  .is_titre3{
      font-size: clamp(16px, 2.5vw, 80px); /* */
  }
  button{
    font-size: clamp(15px, 2vw, 20px);
  }
  #descp{
    margin-left: 5%;
    margin-top: 5%;
    width: 75%;
  }
  .no_mobile{
    display: none;
  }
  .mobile_flex{
    display: flex;
  }
  .mobile{
    display: block;
  }
  .div_acc{
    width: 46%;
  }
  #line_ban{
    margin-top: 5%;
  }
  #text_center_top{
    width: 75%;
  }
  #text_autre{
    margin-left: 35%;
  }
  .btn_marg{
    margin-left: 0px;
    margin-top: 5%;
  }
  .circle_service{
    right: -10%;
  }
  .container_left{
    width: 70%;
    margin-top: 5%;
    margin-left: 5%;
  }
  #under_confiance{
    width: 75%;
  }
  #avis1{
    margin-top: 5%;
  }
  .btn_start{
    justify-content: start;
  }
}

@media (max-width: 750px){
  body{
    font-size: clamp(17px, 1.8vw, 30px); /**/
  }
  .big_titre{
    font-size: clamp(70px, 12vw, 160px); /**/
  }
  .big_titre1{
    font-size: clamp(50px, 8.5vw, 120px);
  }
  .is_text{
    font-size: clamp(12px, 1.1vw, 20px);
  }
  #jiboule{
    color:white;
    font-size: 15px;
  }
}


@media (max-width: 550px){
  .big_titre{
    font-size: clamp(40px, 12.5vw, 160px); /**/
  }
  .big_titre1{
    font-size: clamp(40px, 11.5vw, 120px);
  }
  body{
    font-size: clamp(18px, 4vw, 30px); /**/
  }
  .is_titre1{
    font-size: clamp(18px, 2.3vw, 80px);
  }
  .is_titre3{
    font-size: clamp(16px, 3.5vw, 80px); /* */
  }
  .is_text{
    font-size: clamp(12px, 2.5vw, 20px);
  }
  button{
    font-size: clamp(15px, 2.5vw, 20px);
  }
  .div_acc{
    width: 100%;
  }
  .square{
    width: 3.5vw;
    height:3.5vw;
  }
  #text_crea{
    width: 90%;
    margin-top: 0;
    margin-left: 1%;
  }
  #descp{
    width: 90%;
  }
  .div_pic_a, .div_pic_b{
    margin-top: -5px;
  }
  #text_center_top{
    width: 85%;
  }
  #mast_img{
    width: 100%;
    height:auto;
  }
  #text_autre{
    width: 80%;
    margin-left: 10%;
    opacity: 0.5;
  }
  .container_left{
    width: 90%;
  }
  #under_confiance{
    width: 90%;
  }
  #hello_right{
    font-size: clamp(18px, 6vw, 80px);
  }
  .margin_top_div, #ref{
    margin-top: 15%;
  }
  .circle_service{
    right: -25px!important;
  }
  .titre_mast{
    margin-top: 0vh;
  }
  .see_more{
    gap:4%;
  }
  .accompagnement_first_line{
    flex-direction: column;
  }
  .container_left{
    margin-left: 0%;
  }
  .container_left{
    font-weight: 400;
  }
  .line_under{
    height:6px;
  }
  body{
    color:#c4c4b6;
  }
}