



#nav_right{
  display: flex;
  gap:2%;
}
#circle{
  width: 20px;
  background-color: white;
  border-radius: 50%;
  aspect-ratio: 1;
  transform: translateX(600%);
  transition: transform 0.5s ease;
  cursor: pointer;
}



/*
  Top of the template

*/
#masthead{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height:70vh;
  /* margin-top: 200px; */
}
.titre_mast{
  position: absolute;
  letter-spacing: 1px;
  margin-top: 20vh;
}
#black_hello{
  width: 100%;
  height:50%;
  position: absolute;
  bottom: 0;;
  background-color: rgb(0, 0, 0);
}
#white_hello{
  width: 100%;
  height:50%;
  position: absolute;
  top: 0;;
  background-color: rgb(0, 0, 0);
}
#hello_begin{
  position: relative;
  z-index: 2;
  width: fit-content;
  text-align: center;
}
#svg_mast{
  position: relative;
  z-index: 1;
}
#square{
  left:-15%;
  top:55.8%;
  aspect-ratio: 1;
}
.square{
  background-color: rgba(255, 255, 255, 0.568);
  width: 1.1vw;
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: backgroundColor 1s ease;
  padding-top: 2px;
  aspect-ratio: 1;
  height:1.1vw;
}
#img_circle{
  position: absolute;
  margin: auto;
  width: 300px;
}
.fadeInOut {
  animation: fadeInOut 1s ease-in-out infinite;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hello_titres{
  font-family: "Aeonik Pro", sans-serif;
}
/* #jiboule{
  position: absolute;
  bottom: 0;
  right:15%;
  z-index: 2;
  margin-left: 2%;
  width: fit-content;
  opacity: 0;
  transition: opacity 1s ease;
  border-top: 1px solid red;
  color:gray;
} */
#jiboule{
  position: absolute;
  bottom: -5%;
  right:0%;
  z-index: 2;
  margin-left: 2%;
  width: fit-content;
  opacity: 0;
  transition: opacity 1s ease;
  border-top: 1px solid red;
  color:gray;
  letter-spacing: -1px;
}
#mast_img{
  position: fixed;
  width: auto;
  height:100%;
  right:0;
  top:0;
  opacity: 0.1;
  z-index: 0;
}



/* */
#banniere_1{
  width: 100%;
  position: relative;
  /* border: 1px solid white; */
}
.space{
  width: 3%;
}
.container{
  display: flex;
  overflow: hidden;
}
#conception{
  margin-left: 5%;
}
#site_web{
  margin-left: 5%;
  margin-top: -5%;
}
#site_web_in{
  display: flex;
  justify-content: center;
  align-items: center;
}
#conception div{
  transition: transform 0.5s ease;
  transform: translateY(100%);
  color:rgb(250, 250, 203);
}
#site_web_in{
  transition: transform 0.5s ease;
  transform: translateY(100%);
  color:rgb(250, 250, 203);
}
#square_ban{
  position: absolute;
  z-index: 10;
  transition:
    transform 1s ease,
    width 0.5s ease,
    height 0.5s ease;
  margin-top: -1%;
  overflow: hidden;
  background-color: transparent;
}
#img_square{
  display: none;
}
#in_suqare_ban{
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 0.5s ease, width 0.5s ease;
  background-color: rgb(250, 250, 203);
}
#descp{
  margin-left: 58%;
  width: 35%;
  text-align: justify;
  margin-top: -2%;
  opacity: 0;
  position: relative;
}
#line_ban{
  width: 30%;
  height:1px;
  background-color: white;
  margin-left: 5%;
}

/* */

#accompagnement{
  width: 100%;
  position: relative;
  padding-top: 10%;
  padding-left: 3%;
}
.accompagnement_first_line{
  width: 100%;
  display: flex;
}
.div_acc{
  width: 35%;
  height: 100%;
  padding: 2%;
  position: relative;
  z-index: 5;
}
.appear{
  overflow: hidden;
}
.appear1, .appear2{
  transform: translateY(100%);
  transition: transform 1s ease;
}
.appear3, .appear4{
  transform: translateY(-100%);
  transition: transform 1s ease;
}
#titre_picture{
  position: relative;
}
#web{
  position: relative;
  width: fit-content;
}
#img_crea{
  display: none;
}
#square_web{
  position: absolute;
  z-index: 100;
  top: 68%;
  left: 110%;
  transition: width 0.5s ease,
  height 0.5s ease;
  background-color: transparent;
  overflow: hidden;
}
#text_center_top{
  width: 60%;
  margin-top: 10%;
}

#sep{
  height:200px;
}
#text_crea{
  width: 45%;
  margin-left: 40%;
  margin-top: -10%;
  text-align: justify;
  position: relative;
}
#line_acc{
  width: 30%;
  height:1px;
  background-color: white;
  margin-top: 5%;
}
#in_square_web{
  width: 100%;
  height:100%;
  background-color: rgba(250, 250, 203, 0.336);
  transition: transform 0.5s ease;
}





/* */


#first_picture{
  padding-top: 12%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 15%;
}
.div_pic_a{
  position: absolute;
  transition: transform 0.5s ease,
  opacity 0.1s ease;
  transform: translateX(-100%);
  opacity: 0;
}
.div_pic_a.active{
  transform: translateX(-35%);
  opacity: 1;
}
.div_pic_b{
  position: absolute;
  right: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease,
  opacity 0.1s ease;
  opacity: 0;
  transform-origin: right;
}
.div_pic_b.active{
  transform: translateX(15%);
  opacity: 1;
}
.div_pic_c{
  position: absolute;
  right:0;
  bottom: 0;
}
.hover_titres{
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  display: flex;
  position: relative;
}
.hover_titres span{
  transition: color 0.5s ease;
}
.suqare_over{
  width: 17px;
  height:17px;
  position: absolute;
  bottom: 20%;
  right:-10%;
  background-color: rgb(250, 250, 203);
  display: none;
  transition: transform 0.5s ease;
  z-index: 2;
}
.img_square{
  display: block;  /* évite l’espace en bas */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#square_over_baly{
  right: -5%!important;
}
.hover_titres:hover .suqare_over{
  display: block;
}
.container_word{
  display: flex;
  width: 100%;
}
.under_word{
  width: fit-content;
  overflow: hidden;
  position: relative;
}
.line_under{
  position: absolute;
  width: 100%;
  bottom:16%;
  height: 8px;
  background-color: rgb(250, 250, 203);
}
.underline_word{
  animation: underline_word 0.5s ease forwards;
}
@keyframes underline_word {
  from {
    width: 0;
  }
  to{
    width: 100%;
  }
}




.gray{
  color:rgb(221, 220, 220);
}
.see_more{
  border: 1px solid transparent;
  background-color: transparent;
  color: white;
  padding: 0.7%;
  cursor: pointer;
  width: 300px;
  margin-top: 3%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:6%;
}
.btn_marg{
  margin-left: 70%;
}
.text_btn{
  transition: transform 0.5s ease;
}
.circle_btn{
  width: 12px;
  aspect-ratio: 1;
  background-color: white;
  border-radius: 50%;
}
/* */

#ia_section{
  width: 100%;
  background-color: rgb(248, 248, 211);
  color:black;
}

#autres_service{
  padding-top: 10%;
  padding-left: 5%;
}
#autre_ser div{
  transition: transform 0.5s ease;
  transform: translateY(100%);
}
#text_autre{
  width: 60%;
  margin-left: 40%;
}
#text_autre1{
  padding-left: 20%;
}
#text_autre4{
    padding-left: 5%;
}
#services{
  width: fit-content;
  height: 100%;
  position: relative;
}
.circle_service{
  width: 17px;
  aspect-ratio: 1;
  background-color: rgba(255, 0, 0, 0.589);
  border-radius: 50%;
  position: absolute;
  right:-5%;
  top:50%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#circle0{
  opacity: 1;
}
.right_marg{
  right: -15%!important;
}
#back_services{
  background-color: rgb(248, 248, 211);
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
}
.line_text_ser{
  display: flex;
  gap:1%;
}
.is_red_text{
  overflow: hidden;
  position: relative;
  width: fit-content;
}
.in_red_text{
  color:red;
  font-weight: bold;
  transition: transform 0.5s ease;
  transform: translateY(100%);
}
.line_red{
  width: 0%;
  transition: width 0.5s ease,
  transform 0.5s ease;
  background-color: rgba(0, 0, 0, 0.13);
  position: absolute;
  left:0;
  top:0;
  height:100%;
}
.red_span{
  position: relative;
  color:red;
  font-weight: bold;
  display: inline-block;
  transition: transform 0.5s ease;
  overflow: hidden;
  vertical-align: middle;
}
.text_in_red_span{
  transform: translateY(100%);
  display: block;
  transition: transform 0.5s ease;
}
.text_red_anim2{
  transition: width 0.8s ease,
  transform 0.5s ease;
}
.text_red_anim1{
  transition: width 0.5s ease,
  transform 0.8s ease;
}
.rect_span{
  position: absolute;
  top:0;
  left:0;
  display: block;
  height:100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.13);
  transition: width 0.5s ease,
  transform 0.5s ease;
}





/* */
#other_service{
  background-color: rgb(248, 248, 211);
  padding-left: 5%;
  padding-top: 5%;
  padding-bottom: 15%;
}
.btn_sec_services{
  opacity: 0;
  transform: translateX(-20%);

}
.sur_internet{
  margin-top: -2%;
  position: relative;
  width: fit-content;
  display: flex;
  gap:5%;
}
.container_left{
  width: 40%;
  margin-left: 47%;
}
.container_right{
  width: 40%;
  margin-right: 50%;
  text-align: left;
}
.margin_top_div{
  margin-top: 8%;
}
.is_right_div{
  text-align: right;
  padding-right: 5%;
}
.text_container{
  margin-top: -5%;
}
#ref{
  width: 100%;
  position: relative;
}



/* */
#under_confiance{
  width: 70%;
}
#avis_section{
  position: relative;
  padding-left: 2%;
}
#avis1{
  margin-top: 2%;
}
#container_titre{
  padding-left: 2%;
}
#avis_titre{
  padding-top: 10%;
}
#under_avis_titre{
  margin-top: -3%;
}
#conf{
  margin-top: -1%;
  position: relative;
  width: fit-content;
  padding-left: 10%;
}
#iance{
  margin-top: -5%;
}
#span_top{
  position: absolute;
  padding-left: 5%;
  letter-spacing: 1px;
}
.appear5{
  transform: translateY(-100%);
  transition: transform 1s ease;
}
.appear6{
  transform: translateY(-100%);
  transition: transform 0.7s ease;
}

/* */

#footer{
  margin-top: 10%;
  padding-bottom: 2%;
}
#hello_footer{
  display: flex;
}
#hello_left{
  padding-top: 2%;
  padding-left: 2%;
}
#hello_right{
  padding-left: 2%;
}
#icone_social{
  display: flex;
}



.draw-line {
  stroke-dasharray: 50;   /* longueur approximative de la ligne */
  stroke-dashoffset: 50;  /* masque toute la ligne au départ */
  animation: draw 1s ease forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0; /* fait apparaître la ligne progressivement */
  }
}




.btn_appear {
  animation: btn_appear 1s ease forwards;
}
@keyframes btn_appear {
  from {
    opacity: 0;
    transform: translateX(-20%);
  }
  to{
    opacity: 1;
    transform: translateX(0%);
  }
}



/* 


*/









@media (max-width: 1366px) {
  .margin_top_div{
    margin-top: 5%;
  }
  #circle{
    transform: translateX(600%);
  }

}

@media (max-width: 1280px) and (min-height: 850px){
  #masthead{
    height:100vh;
  }
  #conception, #site_web{
    margin-left: 1%;
  }
  .div_acc{
    width: 40%;
  }
  .titre_mast{
    margin-top: 5vh;
  }
}

@media (max-width: 500px) {
  #masthead{
    min-height: 682px;
  }
  
}






