@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
    
}


body{
   background:#ECEBDE;
   overflow-x: hidden;
   
}

.close{
   transform: scale(1.2);
}

.close:hover{
   transform: scale(1);
}



.home{
    min-height: 100vh;
    border-top: 2px solid rgb(175, 175, 5);
    /*background:linear-gradient(rgb(0, 0, 0,0.5),rgba(0, 0, 0, 0.9)),
    url("/public/images/eclairage.webp") ;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 230px;
    width: 100%;
    margin-top: 60px;
    
}

  .logoS{
 
   width: 150px;
   background-color: rgb(255, 255, 255);
   margin-top: -55px;
   margin-left: auto;
   

}

 a{
    border-bottom: 0px solid rgb(194, 138, 6);
   
    border-bottom-left-radius: 4px;
 }

 a:hover{
    border-bottom: 2px solid rgb(194, 138, 6);
    transition: ease-out 0.5s;
    
 }

 .home_page_content{
    position: absolute;
    bottom: 60px;
    margin-left: 100px;

 }

 .home_page_content span{
    display: flex;
    align-items: center;
 }

 .home_page_content span i{
    color: #f6e601;
    margin-right: 15px;
 
    
 }

 .home_page_content span a{
    color: #ffffff;
    font-weight: bold;
    
 }

 .home_page_content h1{
   margin: 20px 0;
   font-size: 60px;
   color: #fff;
   font-weight: bold;
   line-height: 80px;
    
 }

 .home_page_content p{
    color: #b5b5b5;
    margin-bottom: 30px;
    
 }

 .white_btn{
    background-color: rgba(9, 9, 9, 0.364);
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 15px;
   
    padding: 10px 30px;
    transition: 0.5s;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .white_btn:hover{
    background-color: #fff;
    color: #000;

 }

 .white_btn i{
    margin-left: 20px;
 }
 .image_box{
    position: absolute;
    bottom: -200px;
    right: 10%;
    
    
 }

 .image_box img{
    border-radius: 6px;
    width: 500px;
    height: 700px;
    object-fit: cover;
    box-shadow: 0 32px 80px -32px rgba(0,0,0.24);
   
   
   
 }

 .image_box p{
   margin-top: 20px;
    text-align: right;
    font-weight: bold;

 }
 .image_box i{
   color: #f9ad4a;
   margin-right: 15px;
 }

 .text_section{
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   font-weight: bold;
   position: relative;
 }

 .text_section p{
   position: absolute;
   font-size: 110px;
   font-family: 'Anton', sans-serif;
   color: #c4898967;
   z-index: -10;
   line-height: 270px;
   text-transform: uppercase;
   font-weight:bolder;
   margin-top: 180px;
 }
 .text_section h2{
font-size:30px ;
 }


 .owner{
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   margin: 120px 0;
   height: 70vh;
   margin-bottom: 170px;
 }

 .owner p{
   margin-top: -200px;
 }


 .image_box_owner{
   width: 45%;
   height: 100%;
   margin-left: 30px;
   margin-top: 160px;
 }

 /*.image_box_owner img{
   width: 100%;
   height: 100%;
   margin-left: 90px;
   object-fit: cover;
   border-radius: 6px ;
   box-shadow: 0 32px 80px -32px rgba(0,0,0.24);
 }*/

 .content_box{
   width: 40%;
   margin-right: 30px;

 }

 .small_title{
   text-transform: uppercase;
   font-size: 14px;
   letter-spacing: 2px;
   position: relative;
   width: fit-content;
 }

 .small_title::before{
   content: '';
   position: absolute;
   background-color: #f9ad4a;
   left: -65px;
   bottom: 10px;
   width: 50px;
   height: 1px;
   border-radius: 6px;
 }

 .big_title{
   margin: 20px 0;
   font-size: 40px;
   line-height: 40px;

 }

 .text{
   margin-bottom: 20px;
 }

 .dark_btn{
   color: #000;
   border: 1px solid #000;
 }
 .content_box button{
   margin-top: 30px;
 }
 .dark_btn:hover{
   background-color: #000;
   color: #fff;
 }
 .image_bow_owner p{
   margin-top: 10px;
   font-weight: bold;
 }

 .content_box p{
   margin-top: 20px;

 }

 .background{
   height: 70vh;
   width: 100%;
   position: relative;
   margin-bottom: 200px;

}

.background .image{
   overflow: hidden;
   width: 100%;
   height: 100%;
}
.background img{
   width: 100%;
   height: 100%;
   object-fit: cover; 
   z-index: -100;
   animation: infinite animation1;
   animation-duration: 50s;
}

@keyframes animation1{
   from {
       transform: scale(1);
   }to{
      transform: scale(2);
   }

}

.text-box{
   position: absolute;
   right: 15%;
   bottom: -100px;
   z-index: 10;
   width: 450px;
   background-color: #a1a1a14a;
   color: #f1eeee;
   box-shadow: 0 32px 80px -32px rgba(0,0,0.24);
   padding: 45px;
   border-radius: 6px;

}

.text-box span{
   font-weight: bold;
}

.text-box h3{
   margin: 15px 0;
   font-weight: bold;
   font-size: 30px;
}

.text-box p{
   margin-bottom: 25px;
   
}

.text-box h6{
   font-size: 14px;
   margin: 15px 0;
}

.text-box i{
   margin-right: 10px;
   color: #f9ad4a;
}

.text-box button{
   margin-top: 45px;
}

.text-box button i{
   color: #000;
}

.text-box button:hover i{
  color: #f1eeee;
}


.big{
   margin: 290px 0;
   margin-bottom: 50px;
}

.big p{
   font-size: 260px;
   line-height: 200px;
}

.big h2{
   font-size: 80px;
}


/*services*/
 .services{
   display: flex;
   text-align: center;
   margin-top: 35px;

 }

 .services .box{
   width: 33.33%;
   margin: 0 35px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;

 }

  .services .box i{
   font-size: 40px;
   color: #f9ad4a;
   background-color: #878585;
   width: 90px;
   height: 90px;
   border-radius: 50%;
  }

  .services .box h2{
   margin-top:  30px;
   margin-bottom: 15px;
  }

  .services .box p{
   color: #999;
  }


  /* testimonials*/

  .testimonials{
   margin: 120px 0;
   width: 100%;
   display: flex;
   justify-content: space-between;

  }

 

  .left , .right{
     width: 30%;
  }
  .left{
   margin-left: 15%;
   
  }
  .right{
   margin-left: 10%;
   margin-right: 20%;
   
  }
  
  .comment {
   padding: 50px;
   background-color: #ffffffa3;
   border-radius: 10px;
   transition: 0.5s;
   display: flex;
   flex-direction:column;
   width: auto;
   height: auto;
   
}





  .comment img{
   width: 50px;
   height: 50px;
   object-fit: cover;
   border-radius: 50%;
   margin-left: 20px;
  }

  
   
 .comment:hover{
   box-shadow: 0 32px 80px -32px rgba(0,0,0.24);

 }

 .down{
   margin-bottom: 55px;
 }

 .profil{
   margin-top: 20px;
   display: flex;
   justify-content: center;
 }

 .testimonials  span{
   width: auto;
   height: 25px;
   border-radius: 6px;
   margin-left: 50px;
   text-align: center;
   background-color: #d5cd5385;
 }
  

/* Responsive*/

@media screen and (max-width:1319px){
  body{
   transition:  margin-left .5s;
  }

  section{
   padding: 20px;
  }

  .home{
   min-height: 50vh;
  }

  .logo{
   font-size: 30px;
  }
  .home_page_content{
   margin-top: 150px;
   position: unset;
   width: 100%;
   text-align: center;
   display: flex;
   flex-direction: column;
   align-items: center;
  }
  .image_box{
   margin-top: 50px;
   position: unset;
   width: 100%;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
  }

  .image_box img{
   width: 500px;

  }


  .text_section {
   margin: 0;
   background-color: #f9ad4a;
  }

  .text_section p{
  
   font-size: 90px;
  }

  .text_section h2{
   font-size: 20px;
  }

  .owner{
   flex-direction: column;
   height: fit-content;
   margin: 20px 0;
  }

  .image_box_owner , .content_box{
   width: 100%;
   flex-direction: column;
  }

  .image_box_owner p{
   margin-bottom: 20px;
   text-align: center;
  }
  .content_box{
   margin-top: 40px;
   height: fit-content;
  }
  .background{
   margin: 40px 0;
   height: fit-content;
   background: url(public/images/electricite_generale_travaux_1-1140x475.webp);
   padding: 20px;
   background-position:center ;
   background-size: cover;
   display: flex;
   align-items: center;
   justify-content: center;
   
  }

  .background .image{
  display: none;
  }

  

  .background .text-box{
   position: unset;
   color: #000;
      
  }

  .text-box{
   padding: 20px;
   height: 100%;
   width: 100%;
  }

  .big p{
   display: none;

  }

  .services{
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 0;
  }

  .services .box{
   margin-bottom: 30px;
   width: 80%;
  }

  .testimonials{
   flex-direction: column;
  }

  .left , .right{
   width: 100%;

  }

  .left h3{
   font-size: 30px;
  }

  .left .text{
   font-size: 13px;
  }

  .comment {
  margin: 0;
  margin-top:20px ;
  }

  
   
}




/*contacte*/

.contact {
   
   padding:0 120px;
}

.orange-line {
   display: inline-block; /* Pour que le span soit en ligne avec le texte */
   width: 50px; /* Largeur du trait */
   height: 1px; /* Épaisseur du trait */
   margin-right: 10px;
   background-color: orange; /* Couleur du trait */
   margin-left: -75px; /* Espace entre le trait et le titre */
   vertical-align: middle; /* Aligne le trait au milieu du texte */
}


.box_contact {
   background: transparent; /* Fond transparent pour la boîte de contact */
   padding: 20px;
   border-radius: 8px;
}

.input-group {
   display: flex;
   justify-content: space-between;
   background: transparent;
}

input, textarea {
   background: transparent; /* Pas de fond */
   border: none; /* Pas de bordure */
   border-bottom: 2px solid rgba(20, 20, 20, 0.87); /* Bordure inférieure noire */
   margin-bottom: 15px;
   padding: 10px;
   width: 48%; /* Largeur des champs d'entrée */
}

textarea {
   width: 100%; /* Textarea prend toute la largeur */
   height: 100px; /* Hauteur du textarea */
}

/* Enlever la bordure lors du focus */
input:focus, textarea:focus {
   outline: none; /* Enlève le contour par défaut */
   border-bottom: 2px solid black; /* Garder la bordure inférieure noire */
}

button {
   background-color: #333; /* Fond sombre pour le bouton */
   color: white; /* Couleur du texte */
   border: none; /* Pas de bordure */
   border-radius: 6px;
   padding: 10px 20px;
   cursor: pointer;
   transition: background-color 0.3s; /* Transition pour l'effet de survol */
}

button:hover {
   background-color: white; /* Fond blanc au survol */
   color: #333; /* Couleur du texte au survol */
}


/* langage*/

.btn-fr{
   background: url(../images/drapeau-france-2.png);
   background-size: cover;
   border: 2px solid rgba(225, 206, 3, 0.589);
}


.btn-en{
   background: url(../images/1606.jpg);
   background-size: cover;
   border: 2px solid rgba(225, 206, 3, 0.589);
}

/*UL*/
.ul {
   position: relative; /* Position relative pour le positionnement absolu des éléments enfants */
   margin: 0;
   padding: 0;
   width: 600px; /* Largeur définie */
   height: 150px; /* Hauteur définie */
}

.ul li {
   list-style: none;
   position: absolute; /* Position absolue pour centrer */
   width: 200px;
   height: 200px;
   background-color: #d7b10a25;
   margin: 0; /* Enlever le margin pour éviter le décalage */
   transform: rotate(45deg) translate(-50%, -50%); /* Centrer avec translate */
   transition: top 0.5s, left 0.5s; /* Transition pour le mouvement */
   overflow: hidden;
   opacity: .5;
}

/* Positionner chaque li au centre et les déplacer vers la droite et vers le bas */
.ul li:nth-child(1) {
   top: 70%; /* Centré verticalement */
   left: 70%; /* Centré horizontalement */
   box-shadow: 0 32px 80px -32px rgba(0,0,0.24);

}

.ul li:nth-child(2) {
   top: 100%; /* Déplacé vers le bas */
   left: 100%; /* Déplacé vers la droite */
   box-shadow: 0 32px 80px -32px rgba(0,0,0.24);
}

.ul li:nth-child(3) {
   top: 90%; /* Déplacé encore plus vers le bas */
   left: 90%; /* Déplacé encore plus vers la droite */
   box-shadow: 0 32px 80px -32px rgba(0,0,0.24);
}

.ul li:nth-child(4) {
   top: 100%; /* Centré verticalement */
   left: 100%; /* Centré horizontalement */
   box-shadow: 0 32px 80px -32px rgba(0,0,0.24);
}

.ul li:nth-child(5) {
   top: 100%; /* Déplacé vers le bas */
   left: 100%; /* Déplacé vers la droite */
   box-shadow: 0 32px 80px -32px rgba(0,0,0.24);
}
/* Ajoutez d'autres éléments si nécessaire */

 .ul li:hover{
   opacity: 1 ;
 }


 .ul li.item1{

   top: 0;
   left: 0;
 }

 .ul li.item2{

   bottom: 0;
   left: 25%;
 }

 .ul li.item3{

   top: 0;
   left: 50%;
 }

 .ul li.item4{

   bottom: 0;
   left: 75%;
 }

 .ul li.item5{

   top: 0;
   left: 100%;
 }

 .ul li .bg{ 
   width: 100%;
   height: 100%;
   transform: rotate(-45deg) scale(1.4);
 }

 .ul li.item1 .bg { 
  background-size: cover;

}

.ul li.item1 .bg img { 
   width: 150%;
 
 }

 .ul li.item2 .bg{ 
   
   background-size: cover;
 }

 .ul li.item2 .bg img { 
   width: 100%;
 
 }

 .ul li.item3 .bg{ 
   
   background-size: cover;
 }

 .ul li.item3 .bg img { 
   width: 160%;
 
 }

 .ul li.item4 .bg{ 
   
   background-size: cover;
 }

 .ul li.item4 .bg img { 
   width: 200%;
 
 }

 .ul li.item5 .bg{ 
  
   background-size: cover;
 }

 .ul li.item5 .bg img { 
   position: absolute;
   width: 220%;
   left: -170px;
 
 }

 /* code bar*/
 .code-bar{
   width: 180px;
   height: 40px;
 }


 /*logo marques*/
 .img-marques{
   position: relative;
   width: 70px;
   
 }

 .img-marques2{
   position: relative;
   width: 70px;
   
 }

 .img-marques3{
   position: relative;
   width: 70px;
   
 }

 .img-marques4{
   position: relative;
   width: 70px;
   
 }

 /* formulairetstimonials*/

 .contact-temoignage {
   position: absolute;
   background-color: rgba(255, 254, 254, 0.733); /* Utilisation de rgba pour plus de clarté */
   width: 1000px;
   transform: translateX(-50%, 90%); /* Ajuster pour centrer */
   border-radius: 6px;
   padding: 20px; /* Ajout de padding pour le contenu */
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ajout d'une ombre pour un meilleur effet visuel */
   border: 1px solid #5b5a5a5c;
   border-right: 40px solid  #9f9a5163 ;
    margin-left: -960px;
 
   
}



.contact-temoignage  a{
   position: absolute;
   background-color: hsla(49, 31%, 45%, 0.659);
   color: #161615;
   left: 100.2%;
   top: 20px;
   width: 150px;
   border-radius: 4px;
   padding-left:3px  ;
  
   
}

.contact-temoignage .tem{
   background:rgba(0, 0, 0, 0.816) ;
   justify-content: center;
   width: 140px;
   padding:5px 5;
   height: 36px;
   color: wheat;
   text-align: center;
   border-radius: 2px ;
   margin-left: 870px;
   rotate: calc(90deg);
   margin-top: -17px;
   transform: translateX(0);
   
}


/* .contact-temoignage .tem  {
   padding: 2px;
   animation: bouger 8.5s infinite; /* Nom de l'animation et durée */
/*}

@keyframes bouger {
   0% {
      transform: translateX(0px); /* Position initiale */
  /* }

   50% {
      transform: translateX(220px); /* Déplacement vers le bas */
      
   /*}

   100% {
      transform: translateX(0px); /* Retour à la position initiale */
   /*}
}

/**/

.nvn{
   position: relative;
   left: 50%;
   transform: translate(-10% );
}

.pg{
   background-color: #000000e0;
   color: #ffffff;
}

.pg2{
   background-color: #0000008d;
   color: #f0c60b;
}

.isk{
   width: 120px;
   height: 50px;
   background-color: #81bb2b53;
   margin-top: -20px;
   margin-left: -20;
}




.comment p {
   word-wrap: break-word;
   white-space: normal;
}


.star-te{
   margin-top: -35px;
}

.imgrve{
 background-color: #ffffff;
   width: 50px;
}

.imgrge{
   background-color: #ffffff;
   width: 50px;
   height: 30px;

}

.body-animation{
   display: flex;
   justify-content: center;
   align-items: center;
}


}

/* carousel*/


.container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 600px;
    background: #f5f5f5;
    box-shadow: 0 30px 50px #ebe9e9;
}

.container .slide .item {
   width: 300px;
   height: 300px;
   position: absolute;
   top: 50%;
   transform: translate(0, -50%) rotate(45deg); /* Rotation de 45 degrés */
   border-radius: 10px;
   box-shadow: 0 30px 50px #dfdfdfd5;
   background-position: 50% 50%;
   background-size: cover;
   display: inline-block;
   transition: 0.5s;
   
   
   
}



.slide .item:nth-child(1),
.slide .item:nth-child(2){
   top: 0;
   left: 0;
   transform: translate(0, 0);
   border-radius: 0;
   width: 100%;
   height:100% ;
   opacity: 1;
   
}


.slide .item:nth-child(3){
    left: 50%;
}

.slide .item:nth-child(4){
    left: calc(50% + 220px);
}

  
.slide .item:nth-child(5){
    left: calc(50% + 440px);
}


/*thern = 0, 1, 2,3,......*/

.slide .item:nth-child(n + 6){
    left: calc(50% + 660px);
    opacity: 0;
}

.item .content{
    position: absolute;
    top: 50%;
    left: 100px;
    width: 400px;
    text-align:left ;
    color: #ffffff;
    transform: translate(0, -50%);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: none;
    background:linear-gradient(rgba(255, 255, 255, 0.321), rgba(34, 37, 40, 0.611)) ;
    padding: 50px;
    border-radius: 6px;
  
}

.slide .item:nth-child(2) .content{
    display: block;
    }
    
    .content .name{
        font-size: 40px;
        text-transform: uppercase;
        font-weight: bold;
        opacity: 0;
        animation: animate 1s ease-in-out  1 forwards;
    }
    
    .content .des{
        margin-top: 10px;
        margin-bottom: 20px;
        opacity: 0;
        animation: animate 1s ease-in-out 0.3s 1 forwards;
    }
    
    .content button{
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        opacity: 0;
        animation: animate 1s ease-in-out 0.6s 1 forwards;
    }
    
    @keyframes animate {
        from{
            opacity: 0;
            transform: translate(0,100px);
            filter: blur(33px);
        }
    
        to{
            opacity: 1;
            transform: translate(0);
            filter: blur(0);
        }
    }


    .button{
       right: 5px;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 10px;
    }
    .button button{
        width: 55px;
        height: 55px;
        border-radius: 100%;
        border: none;
        cursor: pointer;
        margin: 0 10px;
        background-color: #087006ad;
        box-shadow: 0 0 6px 1px white;
        
    }

    .button button:hover{
        background: #060606bc;
        color: #05a266;
    }

    /*NOs services*/

    .sectionAcc {
      position: relative;
      width: 100%;
      height: 100%;
      border-bottom: 20px solid rgba(0, 0, 0, 0.485);
      background-color: #e4d49d;
      position: absolute; /* ou relative, fixed, etc. selon vos besoins */
      top: 0; /* ajustez la position verticale */
      left: 0; /* ajustez la position horizontale */
      transition: all 0.5s ease; /* transition fluide de 0.5 seconde */
      opacity: 0; /* exemple : rendre l'élément invisible */
      transform: translatey(-110%);
      
   
     
}



.activex{
    /* ajustez la position horizontale */
   transition: all 0.5s ease; /* transition fluide de 0.5 seconde */
   opacity: 1; /* exemple : rendre l'élément invisible */
   transform: translatey(0%); /* exemple : déplacer l'élément hors de l'écran */
   
   
   
}


    .divp{
      position: absolute;
      width: 300px;
      height: 380px;
      background-color: rgba(62, 56, 56, 0.326);
      top: 42%;
      right:3%;
   
    }

    .divp img{
      position: relative;
      width: 300px;
      height: 380px;
      box-shadow: 0 0px 9px #ffffffc7;
      opacity: 0.6;
    }

    .divp2{
      position: absolute;
      width: 300px;
      height: 380px;
      background-color: rgba(62, 56, 56, 0.326);
      top: 42%;
      right: 25%;
      
    }

    .divp2 img{
      position: relative;
      width: 300px;
      height: 380px;
      box-shadow: 0 0px 9px #ffffff;
      opacity: 0.6;
    }

    .sectionContent {
      position: relative;
      border-radius: 60px;
      width: 40%;
      height: 80%;
      top: 5%;
      left: 6%;
  }
  
  .circle {
      position: absolute;
      width: 150px; /* Taille du cercle */
      height: 150px; /* Taille du cercle */
      box-shadow: 0px 1px 10px rgba(37, 37, 37, 0.659) ;
      border: 1px solid transparent;/* Couleur du cercle */
      border-radius: 50%; /* Rend le cercle parfaitement rond */
      right: 40%; /* Positionne le cercle à droite */
      top: 78%; /* Centre verticalement */
      transform: translateY(-50%); /* Ajuste le centrage vertical */
  }

  .circle img {
   width: 150px !important;
   height: 150px !important;
   border-radius: 50%;
   object-fit: cover;
}

@media screen and (max-width: 1319px) {
   .circle {
       width: 50px; /* Nouvelle largeur du cercle */
       height: 50px; /* Nouvelle hauteur du cercle */
       top: 0; /* Position en haut */
       right: -50%; /* Ajustez la position horizontale si nécessaire */
       transform: translateY(0); /* Ajustez le centrage vertical si nécessaire */
   }

   .circle img {
       width: 50px !important; /* Nouvelle largeur de l'image */
       height: 50px !important; /* Nouvelle hauteur de l'image */
       
   }

   
   .sectionContent{
      border-radius: 0;
      overflow-y:auto;
   }
}

  

    .sectionAcc{
      display: flex;
      gap: 150px;
    }

    .sectionAcc h5::before{
      content: "";
      position: absolute;
      width: 50px;
      height: 0.5px;
      top:7%;
      left: -55px;
      background-color: #0f0f0f;
    }

    

    .serisk{
      color: #0c0c0c;
    }

    .sectionContent img{
      width: 50px;
      height: 50px;
    }

    .close {
      position: absolute;
      top: 10px;
      right: 20px;
     
     

    }

   
/*qui somme nosu*/
.allSpan{
  color: #ffffff;
 
}

#sectionSer2{
 display: flex;
}

.sectionC22{
   left: 40px;
   
  
}

.sectionC23{
   left: -10px;
   
  
}

.sectionC24{
   left: -40px;
   
  
}

.imgprofil{
   width: 80px;
   height: 80px;
   background-color: #fdfdfd;
   border-radius: 50%;
   background-size: cover;
   
}

@media screen and (max-width: 1319px) {
  .divp, .divp2{
 display: none;
  
  }
  
}

/**circle*/

.containers{
   position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 250px;


}

.containers .circl{
   position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  border-radius:50% ;
  z-index: -10;
  opacity: 0.7;
}

.containers .circl::before{
   content: "";
   position: absolute;
   border-radius: 50%;
   inset: 5px;
   background-color: #222222;
   opacity: 0.8;

}

.containers .circl::after{
   content: "";
   position: absolute;
   width: 120px;
   height: 120px;
   background-color: #333;
   border: 15px solid #4d4c53;
   border-radius: 50%;
   box-shadow: inset 0 5px 10px rgba(0,0,0,0.25),
   0 10px 10px rgba(0,0,0,0.75),
   0 -2px 2px rgba(255,255,255,0.5),
   inset 0 4px 2px rgba(0,0,0,0.25),
   inset 0 -2px 2px rgba(255,255,255,0.5);

}

.containers .circl .number{
   position: relative;
   color: #fff;
   z-index: 10;
   line-height: 1em;
   font-size: 2em;
}

.containers .circl .number span{
   font-size: 0.5em;
   font-weight: 500;
}



.containers .circl h4 {
   position: relative; /* Changez de relative à absolute */
   color: #01fb8f;
   z-index: 10;
   font-weight: 600;
   font-size: 0.9em;
   text-transform: uppercase;

   line-height: 0.6em;
}

/** navbar*/







  

    
    

/** devis*/
/**.devis{
   position: relative;
   width: 100%;
   background-color: #1212119a;
   padding: 50px;
   color: wheat;
   background-size: cover;
   background-position-x: right;

}
input{
   color: white;
   border-color: lavenderblush;
}

.btn-devis{
   background-color: #bdba6bc6;
   border-radius: 6px;
   width: 250px;
   color: rgb(0, 0, 0);
}



.trav{
   margin-left: 160px;

}

.devis img {
   position: absolute;
   top: 0;
   right: 0;
   width: 50%; /* ajustez la largeur à votre convenance */
   /*height: 100%; /* ajustez la hauteur à votre convenance */
  /** object-fit: cover; /* pour conserver les proportions de l'image */
  /** border-radius: 0; /* pour supprimer les coins arrondis */
  /** box-shadow: none; /* pour supprimer l'ombre */
 /**}


 
























