






/*
  Top of the template

*/
#masthead{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height:70vh;
  min-height: 450px;
}
.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: -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;
}


.visually-hidden{
  visibility: hidden;
}

/* */
#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 span{
  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{
  height:17px;
  width: 17px;
  position: absolute;
  z-index: 10;
  transition:
    transform 1s ease,
    width 0.5s ease,
    height 1s ease;
  margin-top: -1%;
  overflow: hidden;
  background-color: transparent;
}
#img_square{
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}
#in_suqare_ban{
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 0.5s ease, 
  width 0.5s ease,
  height 0.5s ease;
  background-color: rgb(250, 250, 203);
}
#descp{
  margin-left: 55%;
  width: 40%;
  text-align: justify;
  margin-top: -5%;
  opacity: 0;
  position: relative;
}
#line_ban{
  width: 30%;
  height:1px;
  background-color: white;
  margin-left: 5%;
}
#devis_btn{
    justify-content:end;
    margin-left: auto;
    position: relative;
    z-index: 10;
}


.service-title {
  display: flex;
  align-items: center; /* vertical alignment */
  gap: 8px; /* espace entre l'image et le texte */
}

.icone_service {
  height: 30px; /* ajuste à ta convenance */
  width: auto;
}
.titre_no_hide{
  display: none;
}



/* */

#accompagnement{
  width: 100%;
  position: relative;
  padding-top: 5%;
  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: 5%;
  text-align: justify;
}
#container_reso_home{
  display: flex;
  gap:2%;
  justify-content: end;

}
.reso{
  height: 35px;
  cursor: pointer;
  outline: none;
  caret-color: transparent;
}
#yt{
  width: 43px;
}
#sep{
  height:200px;
}
#text_crea{
  width: 60%;
  margin-left: 30%;
  margin-top: -12%;
  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: 5%;
}
.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%;
  }
}





/* */

#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: 50%;
  margin-left: 45%;
}
#text_autre1{
  padding-left: 10%;
}
#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;
}
.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%;
  margin-top: -1px;
}
.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: 43%;
  margin-left: 53%;
}
.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;
}
.enum{
  font-size: 150px;
  opacity: 0.3;
  position: absolute;
  top:0;
  right:0;
  opacity: 0;
  transition: opacity 1s ease;
}


/* */
#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;
}




.opacity_anim{
    opacity: 1!important;
}


/* */

.to_top {
  animation: to_top 0.5s forwards;
}
@keyframes to_top {
  from{
    transform: translateY(100%);
  }
  to{
    transform: translateY(33%)
  }
}








.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: 800px){

  #circle{
    width: 15px;
  }
  #descp{
    margin-left: 5%;
    margin-top: 5%;
    width: 75%;
  }
  
  .div_acc{
    width: 46%;
    padding: 1%;
  }
  #line_ban{
    margin-top: 5%;
  }
  #text_center_top{
    width: 75%;
  }
  #text_autre{
    margin-left: 35%;
  }
  .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;
  }
  #text_crea{
    margin-top: 0;
    margin-left: 2%;
    width: 70%;
  }
  #text_menu_div{
    display: none!important;
  }
}

@media (max-width: 750px){
  #jiboule{
    color:white;
    font-size: 15px;
  }
}







@media (max-width: 1366px) {
  .margin_top_div{
    margin-top: 5%;
  }
  #circle{
    transform: translateX(600%);
  }
  .icone_service {
    height: 24px; /* ajuste à ta convenance */
  }
  .reso{
    height: 25px;
  }
}
@media (max-width: 1176px) {
  .reso{
    height: 18px;
  }
  #yt{
    width: 30px!important;
  }
}
@media (max-width: 1152px) {
  .titre_no_hide{
    display: flex;
  }
  .titre_hide{
    display: none;
  }
  .reso{
    height: 27px;
  }
  #yt{
    width: 45px!important;
    height: 30px;
  }
}



@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: 800px) {
  .reso{
    height: 20px;
  }
  #yt{
    width: 35px!important;
    height: 25px;
  }
  #project_btn{
    justify-content: start!important;
  }
  #last_btn{
    justify-content: center;
  }
}


@media (max-width: 550px) {

  .div_acc{
    width: 100%;
  }
  .square{
    width: 3.5vw;
    height:3.5vw;
  }

  #descp{
    width: 90%;
  }
  .div_pic_a, .div_pic_b{
    margin-top: -5px;
  }
  #text_center_top{
    width: 85%;
  }
  #mast_img, #mast_img2{
    width: auto!important;
    height:100%!important;
    opacity: 0.3;
  }
  #text_autre{
    width: 80%;
    margin-left: 10%;
    margin-top: 2%;
  }
  .container_left{
    width: 90%;
  }
  #under_confiance{
    width: 100%;
  }
  .margin_top_div, #ref{
    margin-top: 15%;
  }
  .circle_service{
    right: -25px!important;
  }
  .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;
  }
  #first_picture{
    padding-bottom: 80px;
  }
  #menu_nav{
    gap:10px;
  }
  #masthead{
    height:90vh;
  }
  #bot_hello, #top_hello{
    visibility: hidden;
  }
  .titre_mast{
    margin-top: 0;
  }
  #conception{
    display: flex;
    flex-wrap: wrap;
    font-size: 85px;
    line-height: 80px;
  }
  #site_web{
    width: 100%;
  }
  #site_web_in{
    display: flex;
    justify-content: start;
    align-items: start;
    display: block;
    font-size: 70px;
    line-height: 60px;
  }
  .to_top {
    animation: to_top 0.5s forwards;
  }
  @keyframes to_top {
    from{
      transform: translateY(100%);
    }
    to{
      transform: translateY(15%);
    }
  }
  #accompagnement{
    margin-top: 0%;
  }
  .titre_mobile{
    font-size: 25px;
  }
  .div_acc{
    padding-bottom: 30px!important;
  }
  .contaienr_titre_pic {
    box-sizing: border-box;
  }
  #crea {
    font-size: 85px;
    word-wrap: break-word;
    line-height: 80px;
    width: 100%;
  }
  #web{
    font-size: 70px;
    display: flex;
    gap:2%;
  }
  #text_crea{
    width: 99%;
    margin-left: 0;
    margin-top:2%;
    text-align: left;
  }
  #autres_service{
    padding-left: 3%;
    word-wrap: break-word;
  }
  #autre_ser{
    word-wrap: break-word;
    flex-wrap: wrap;
    font-size: 85px;
    width: 100%;
    line-height: 80px;
  }
  #services{
    flex-wrap: wrap;
    font-size: 70px;
    width: 100%;
    line-height: 60px;
    overflow: hidden;
  }
  #text_autre{
    padding-left: 3%;
    margin-left: 0;
    width: 97%;
  }
  #text_autre1, #text_autre4{
    padding-left: 0;
  }
  .titre_autre{
    word-wrap: break-word;
    line-height: 55px;
  }
  .container_left{
    width: 97%;
  }
  #other_service{
    padding-left: 3%;
  }
  #avis_titre{
    line-height: 80px;
  }
  #under_avis_titre{
    line-height: 70px;
    word-wrap: break-word;
    font-size: 75px;
    margin-top: 2%;
  }
  #black_hello, #white_hello{
    background-color: transparent;
  }
  .line_text_ser{
    display:block;
  }
}




