
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    background-color: #f4f4f4;
    max-width: 1440px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.faq-question {
  color: inherit; 
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

option {
  text-decoration: none;
  color: inherit;
  
}

h3 {
    font-family: 'Inter', sans-serif;
  }

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1440px;
    width: 100%;
    color: #fff;
    z-index: 1000;
}

.navbar {
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    
}

.navresponsive {
    display: none;
}

.logo-img {
   position: absolute;
   z-index: 10;
   top: 5px;
   left: 10px;
   width: 80px;
   height: 80px;

}



.navbar ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

.navbar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease, transform 0.2s ease;
}

.navbar ul li a:hover {
    color: #00b894;
    transform: translateY(-3px);
}

.navbar .cta-btn {
    background-color: #10B981;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    position: absolute;
    right: 10px;
    top: 10px;
}

.navbar .cta-btn:hover {
    background-color: #10B981;
    transform: scale(1.05);
}

/* Section Hero */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding:  64px;
    background: url('Background.jpeg') no-repeat center center/cover;
    color: #fff;
    position: relative;
}

.hero-content {
    
 
    max-width: 50%;

}

.hero-content h1 {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 700px;
    height: 270px;
    max-width: 600px;
   
   
   
}

.hero-content p {
    
    font-size: 32px;
    margin-bottom: 2rem;
    
}

.bob {
    background-color: red;
}

.hero-content img {
    margin-top: 20px;
}

/* Formulaire */
.form-container {
    flex: 1;
    background-color: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 418px;
    max-height: 402;
    
}

.input-group {
    margin-bottom: 1rem;
    text-align: left;
}

.input-groupdouble {
    display: flex;
    gap: 20px;
    

}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #333;
  
}

.input {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  
    
    
}

input, select {
    width: 100%;
    padding: 0.5rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 1rem;
    background-color: #F3F3F3;
}

.btn {
    display: block;
    width: 100%;
    padding: 0.75rem;
    background-color: black;
    color: #fff;
    font-size: 1rem;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    transition: background 0.3s ease;
    
}

.btn:hover {
    background-color: black;
    transform: scale(1.0);
}


/* Section satisfaction */

.satisfaction {
    width: 100%;
    background-color: #f3f4f6;
    padding-bottom: 80px;
    
    
    
}

.satisfaction-content {
    max-width: 100%;
    height: 317px;
    margin: 96px 34px;
    text-align: center;
    

}

.satisfaction-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: 70px;
    color:black
}

.convoyage {
    color: #75bf7a;
}


body {
  margin: 0;
  padding: 0;
}

.satisfaction-content p {
    width: 90%;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: black;
    margin: 0 auto;
    margin-top: 48px;
    
    
    
    
}

.section-container {
   
   
    background-color: white;
}

.card-container {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    gap: 20px; 
  
    
     
}

.card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    transition: transform 0.3s ease;
    font-size: ;
    width: 420px;
    height: 284px;
}

.card img {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    
}

.card svg {
    color: #75bf7a;
}

.card-number {
    color: #75bf7a;
    font-size: 48px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    
    
}

.card-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;

}

.card p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;         
    opacity: 0.7; 
}

.voyage-container.visible {
    display: flex;
    padding: 40px  44px ;
    max-height:  800px;
    width: 100%;

}

.voyage-container img {
    max-height: 600px;
    height: auto;
    width: clamp(400px, 50vw, 710px);
    max-width: 680px;
    border-radius: 24px;
}



.contenu {
    padding-top: 30px;
    padding-left: 30px;
    flex: 1;  
    max-height: 800px;              
}



/* Effet scroll */

.voyage-container img,
.voyage-container .contenu h4,
.voyage-container .contenu p,
.voyage-container .contenu .bouton {
    opacity: 0;
    transform: translateX(50px); /* vient de la droite */
    transition: all 0.4s ease-out;
}

.card-roadmap,
.card-roadmap img,
.card-roadmap .savoirplus h3,
.card-roadmap .savoirplus p,
.card-roadmap .savoirplus button {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.card-roadmap.visible,
.card-roadmap.visible img,
.card-roadmap.visible .savoirplus h3,
.card-roadmap.visible .savoirplus p,
.card-roadmap.visible .savoirplus button {
    opacity: 1;
    transform: translateY(0);
}





/* Image vient de la gauche */
.voyage-container img {
    transform: translateX(-100px);
}

/* Quand la classe .active est ajoutée */
.voyage-container.visible img {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0s;
}

.voyage-container.visible .contenu h4 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.1s;
}

.voyage-container.visible .contenu p {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}

.voyage-container.visible .contenu .bouton {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
}

/* titre plus gros */
.contenu h4 {
    color: black;
    font-size: 60px;
    margin-bottom: 10px;
}

.Economisez{
    color: #75bf7a;
}

/* paragraphe explicatif */
.contenu p {
    font-size: 16px;
    margin-bottom: 48px;
}

/* style du bouton */
.bouton {
   
    padding: 12px 14px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 99px;
    background-color: black;
    color: white;
    transition: transform 0.3s ease;
 
}

.Processus {
    width: 768px;
    height: 196px;
    justify-content: center;
    margin: auto;
    padding-top: 40px;
    
}

.Processus h5 {
    font-size: 60px;
    align-items: center;
    text-align: center;
    color: black;
    margin: 0 auto;
    width: 90%;
    

}

.processussimple {
    color: #75bf7a;
}

.Processus p {
    text-align: center;
    margin-bottom: 68px;
}

.roadmap {
    display: flex;
    gap: 24px;
    justify-content: center;
    
   
}

.card-roadmap {
    
}


.card-roadmap img {
  width: 436px;
  height: 320px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: 80px;
  display: block;
  background-color: lightgray;
  justify-content: space-between;
  
}

.savoirplus {
    background-color: white;
    width: 436px;
    height: 220px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    
}

.savoirplus h3 {
    padding-top: 20px;
    margin-left: 30px;
}

.savoirplus p {
    margin-left: 30px;
}

.savoirplus button {
    padding: 12px 14px;
    margin-top: 60px;
    margin-left: 30px;
    border: none;
    border-radius: 99px;
    color: white;
    background-color: black;
}

.savoirplus.visible button:hover {
    transform: scale(1.05);
}




              /* Style FAQ */
              
.faq-section {
    max-width: 794px;
    margin: auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
  }
  
.faq-section h3 {
    
    margin-bottom: 30px;
    font-size: 70px;
  }
  
  .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  
  .faq-question {
    width: 768px;
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  
  .toggle-icon {
    font-size: 22px;
    transition: transform 0.3s;
    
    
  }
  
  .faq-answer {
    display: none;
    padding: 10px 0;
    font-size: 16px;
    color: #555;
  }

  .foret {
    width: 90%;
    position: relative;
    margin-top: 96px;
    margin-bottom: 200px;
    margin: 0 auto;;
    
    
  }

  .foret img {
    max-width: 100%;
  }

  .imgmobile {
    display: none;
    
  }

  .foret button {
    position: absolute;
    font-size: 22px;
    color:white;
    bottom: 30px;
    right: 80px;
    background-color: #75bf7a;
    padding: 20px;
    border-radius: 50px;
    border: none;
  }

  .text-foret {
    position: absolute;
    top: 50px; 
    left: 20px;
    color: white;
    
    display: flex;
    flex-direction: column;
    gap: 50px;

  }

  .text-foret h3 {
    font-size: clamp(40px, 5vw, 80px);
    
    
  }

  .text-foret p {
    width: 50%;
    
  }

  .contenu-footer {
    padding: 128px 30px;
    width: 100%;
    height: 966px;
    background-color: black;
    border-top: 5px solid green;
  }

  .presentation-footer {
    width: 90%;
    height: auto;
  }

  .presentation-footer h3 {
    max-width: 30%;
    color: white;
    font-size: 60px;
    
  }

  .presentation-footer p {
    max-width: 45%;
    color: white;
    font-size: 24px;
    padding-bottom: 20px;
  }

  .reseaux-sociaux a {
    margin: 10px;
    color: white; /* ou la couleur de ton footer */
    font-size: 20px;
    transition: color 0.3s;
    text-decoration: none;
  }

  

.avantages {
    position: relative;
    width: 100%;
    height: 840px;
    background-color: black;
    margin-top: 200px;
    margin-bottom: 160px;
    padding-top: 96px;
    
    
}

.avantages h3 {
    font-size: 70px;
    color: white;
    margin-left: 30px;
    
}

.avantages p {
    max-width: 50%;
    font-size: 20px;
    color: lightgray;
    margin-left: 30px;

}

.avantages img {
    margin-left: 30px;
}



.app img {
    width: 36px;
    height: 36px;
      
}

.image .iphone {
  display: none;
}



.blocapp {
    display: flex;
    flex-wrap: wrap;
    width: 654px;
    height: 312px;
    margin-top: 64px;

}

.plus {
    color: #75bf7a;
}

.app {
    
    width: 311px;
    height: 132px;
}

.app h3 {
    font-size: 20px;
    margin-top: 20px;
    
}

.app p {
    max-width: 300px;
    font-size: 14px;
}

.imagea {
    display: block;
    bottom: 0;
    right: 0;
    

}

.image-app {
    bottom: 0;
    right: 0;
    position: absolute;
}

.iphone { 
    position: absolute;
    bottom: 0;
    right: 100;
}

.transport {
  width: 750px;
  height: 311px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-bottom: 80px;
 
}

.transport h3 {
  font-size: 60px;

}

.transport p {
  max-width: 550px;
}

.destination-container {
    max-width: 1372px;
    display: flex;
    gap: 20px;
    margin-left: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    
}

.destination-container::-webkit-scrollbar {
  display: none;
}



.destination {
    flex: 0 0 auto;
    position: relative;
    width: 340px;
}

.destination img {
    display: block;
    
    
}

.destination-text {
    position: absolute; 
    color: white; 
    bottom: 20px;
    left: 20px;
   
}

.destination-text h2 {
    font-size: 16px;
    color: white;
}

.destination-text p {
    font-size: 14px;
}

.destination-wrapper button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.temoignages {
    width: 100%;
    height: 840px;
    margin-top: 60px;
}

.temoignages h3 {
    font-family: 'Inter', sans-serif;
    text-align: center;
    font-size: 70px;
    width: 90%;
    max-width: 850px;
    margin: auto;
}

.etoiles {
    display: flex;
    width: 116px;
    margin-top: 80px;
    margin-bottom: 24px;

}

.etoiles svg {
  
    height: auto;
    fill: #75bf7a;
}

.un {
    font-family: 'Inter', sans-serif;
    color: #75bf7a;
}


.ratings {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    
}

.ratings-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
}


.ratings p {
    font-size: 36px;
    max-width: 980px;
    text-align: center;
}

.avatar {
    display: flex;
    gap: 25px;
    margin-top: 48px;
}

.avatar {
    width: 64px;
}

.avatar p {
    font-size: 18px;
    
}



.temoignages-buttons {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 60px;
    border: none;
    gap: 40px;
    
}

#next, #prev {
    border: none;
    padding: 15px 20px;
    border-radius: 100%;
    border-color: #404040;
    
}



.info-footer {
    display: flex;
    justify-content: space-between;
    width: 95%;
    height: 204px;
    margin-top: 148px;
    
  }

  .info-footer .links {
    max-width: 150px;

  }

  .appstore {
      text-align: right;
  }

  .appstore p {
     font-family: 'Inter', sans-serif;
     font-size: 16px;
  }

  .info-footer h3 {
    color: grey;
    font-size: 14px;
    font-weight: 20;

  }

  .info-footer a {
    color: white;
    text-decoration: none;
    font-size: 16px;
  }

  .info-footer u {
    display: flex;
  }

  .presentation-footer p {
    font-weight: 120;
    
  }

  /* Page devis */

  
.bodydevis {
  font-family: sans-serif;
  background: #f9f9f9;
  margin: 0;
  
  
}

.bodydevis .navbar a {
    color: black;
}

.headerdevis {
    display: flex;
    width: 100%;
    max-width: 1440px;
    height: 300px;
    background-color: white;

}

.headerdevis h2 {
   text-align: center;
   padding: 150px;
   font-size: 70px;
   width: 90%;
    
}

.demander {
    color: #75bf7a;
}


.main {
    display: flex;
    margin-top: 100px;
}

.devis-container {
  width: 90%;
  max-width: 1440px;
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(0,0,0,0.05);
  /* margin-top: 168px; */
  border-color: #111;
  margin: 0 auto;
margin-bottom: 100px;
  
}

.resultat {
   width: 35%;
   margin-bottom: 100px;
   background-color: grey;
   padding: 24px;
   /* margin-top: 168px; */
   gap: 30px;
   border-radius: 16px;
}

.resultat p {
    gap: 20px;
}

.Prix {
    margin-top: 80px;
}

 .form-group-devis {
    display: flex;
    margin-bottom: 1rem;
    gap: 20px;
}

.form-group-devis label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.form-group {
    flex: 1;
    display: flex;
}

/* .inputlogo {
    position: relative;
    width: 20px;
    height: auto;
} */
/* .form-group-devis .inputlogo {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none; /* pour que le clic passe à travers */
  opacity: 0.6;
} */



  .form-group-devis input {
    display: flex;
    align-items: center;
  
  }




/* input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
}  */

.buttondevis {
  width: 50%;
  background-color: #10B981;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.buttondevis1 {
  width: 60%;
  background-color: #10B981;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
 
}



.buttondevis:hover {
  background-color: #0f9c6e;
}

.result {
  margin: 1rem 0;
  font-weight: bold;
  color: #065f46;
  text-align: center;
}

.bloc-card-devis {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    
}

.card-devis {
    height: 150px;
    width: 200px;
    background-color: white;
    border-color: black;
    border-radius: 16px;
    margin-bottom: 100px;
    

}

.card-devis h3 {
    margin-left: 10px;
    margin-bottom: 10px;
    color: #75bf7a;
}

.card-devis p {
    margin-left: 10px;
}


  /* page ensavoirplus */

    .bodysp {
        background-color: #F3F4F6;
    }

    .containersp {
      max-width: 1200px;
      margin: 0 auto;
      margin-top: 168px;
      margin-bottom: 100px;
    }

    .containersp h1, h2 {
      text-align: center;
      margin-bottom: 1rem;
    }

    /* h1 {
      font-size: 2.5rem;
      color: #111;
    }

    h2 {
      font-size: 2rem;
      color: #e11d48;
    } */

    .sectionsp {
      display: flex;
      gap: 2rem;
      background: white;
      padding: 2rem;
      margin-bottom: 2rem;
      border-radius: 16px;
      align-items: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .sectionsp:nth-child(even) {
      flex-direction: row-reverse;
    }

    .sectionsp img {
      width: 45%;
      border-radius: 12px;
    }

    .sectionsp-content {
      flex: 1;
    }

    .sectionsp-content h3 {
      font-size: 1.5rem;
      color: #111;
      margin-bottom: 0.5rem;
    }

    .sectionsp-content p {
      color: #444;
      font-size: 1rem;
      line-height: 1.6;
    }

    .cta {
      text-align: center;
      margin-top: 3rem;
    }

    .cta a {
      background-color: #111;
      color: white;
      padding: 0.75rem 2rem;
      border-radius: 99px;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s;
    }

    .cta a:hover {
      background-color: #333;
    }
  /* Responsive */

   @media screen and (max-width:1379px) {
    .roadmap {
    display: flex;
    gap: 34px;
    justify-content: center; }
    
    .card-roadmap img {
  width: 350px;
  height: 320px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: 80px;
  display: block;
  background-color: lightgray;
  justify-content: space-between;
  
}

.savoirplus {
    background-color: white;
    width: 350px;
    height: 220px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    
}


   



    

   }


@media screen and (max-width:1300px) {
    .image-app {
    bottom: 0;
    right: 0;
    position: absolute;
}

.imagea {
    width: 500px;
    height: 400px;
}

.iphone { 
    position: absolute;
    bottom: 0;
    right: 100;
}
    
}
  

   

      @media screen and (max-width:1131px) {

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding:  24px;
    background: url('Background.jpeg') no-repeat center center/cover;
    color: #fff;
    position: relative;
}
    .hero-content h1 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700px;
    height: 270px;
   
}

    .hero-content p {
    font-size: 25px;
    margin-bottom: 2rem;
}



.navbar .cta-btn {
    background-color: #10B981;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    position: absolute;
    right: 10px;
    top: 20px;
}

.cta-btn {
   font-size: 14px;
}



.voyage-container {
    display: flex;
    padding: 60px  64px ;
    height: 800px;
    width: 1440px;

}


.contenu h4 {
    line-height: 1.2;
}


.contenu h4 p {
    width: 100%;
}
.contenu {
    max-height: 800px;
    padding-left: 20px;
    padding-top: 20px;
    flex: 1;                
}
 .roadmap {
    display: flex;
    gap: 14px;
    justify-content: center; }
    
.card-roadmap img {
  width: 350px;
  height: 320px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: 80px;
  display: block;
  background-color: lightgray;
  justify-content: space-between;
  
}

.savoirplus {
    background-color: white;
    width: 350px;
    height: 220px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    
}

.image-app {
   
    bottom: 0;
    right: 0;
    position: absolute;
}

.imagea {
   display: none;
}

.iphone { 
    
    position: absolute;
    bottom: 0;
    right: 0;
}
   

    
  }

  @media (max-width: 930px) {

    .navbar {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    width: 100%;
    height: 65vh;
    background-color: #FFFFFF;
    color: white;
    z-index: 1000;
    border-bottom: 1px solid green;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.73, 0.11, 0.67, 0.84);
}  

.navbar.active {
    transform: translateY(0%);
}

.navbar ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    margin-top: 60px;
    
    
}

.navbar ul li a {
    color: black;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.3s ease, transform 0.2s ease;
}

 .navbar .cta-btn {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
    align-items: center;
    position: relative;
  }



.logo-img {
    position: absolute;
    z-index: 2000;
    left: 10px;
    top: 5px;
}

.navresponsive {
    position: absolute;
    z-index: 2000;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    outline: none;
}

.l1 {
    transform: translateY(-10px);
}



.l3 {
    transform: translateY(10px);
}

.navresponsive.active .l1 {
    transform: translateY(0px) rotate(135deg);
}

 
.navresponsive.active .l2 {
    opacity: 0;
}

.navresponsive.active .l3 {
    transform: translateY(0px) rotate(-135deg);
}


.line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    transition: transform 0.3s ease-out, opacity 0.1s ease-out;
}

.nav-open .navresponsive {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2000;
}

.nav-open .logo-img {
    position: fixed;
    top: 5px;
    left: 10px;
    z-index: 2000;
}


.hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding:  24px;
    background: url('Background.jpeg') no-repeat center center/cover;
    color: #fff;
    position: relative;
}

    
.hero-content {
    margin-top: 48px;
    max-width: 90%;
    height: auto;
    
}


.hero-content img {
   display: none;
}

.hero-content h1 {
    text-align: center;
    font-size: 70px;
    line-height: 1.2;
    font-weight: 700px;
    height: auto;
   
   
}

.hero-content p {
    text-align: center;
    font-size: 32px;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.bob {
    background-color: red;
}

.hero-content img {
    margin-top: 20px;
}

/* Formulaire */
.form-container {
    flex: 1;
    background-color: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    max-height: 402px;
    margin-top: 20px;
    
}
 .voyage-container.visible {
    display: flex;
    height: auto;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0 auto;

}

.voyage-container img {
    height: auto;
    width: 90%;
    max-width: 100%;
    border-radius: 24px;
    display: block;
    margin: 0 auto;
    margin-bottom: 48px;
    
}


.contenu {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    
  }

  .voyage-container h4 {
    margin-left: 1.5rem;
    max-width: 600px;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    
    

  }

  .button-container {
   margin-left: 1.5rem;
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 12px;
   max-width: 600px;
   margin: 0 auto;
    
    
  }
  

  .voyage-container p {
    
    color: black;
    margin-bottom: 0;
  }

  /* .voyage-container button {
    
    bottom: 20px;
    left: 20px;
  } */

    
  }

  .roadmap {
    width: 100%;
    max-width: 768px;
    display: flex; 
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    margin: 0 auto;
    
   
}

.card-roadmap.visible img {
    width: 90%;
    max-width: 768px;
    margin: 68px auto 0 auto;
    
    
}


.card-roadmap img {
  width: 700px;
  height: 320px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin: 80px auto 0 auto;
  display: block;
  background-color: lightgray;
  justify-content: space-between;
  
  
}

.card-roadmap.visible .savoirplus {
    background-color: white;
    width: 90%;
    height: 220px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin: 0 auto;
    
}

.savoirplus h3 {
    padding-top: 20px;
    margin-left: 30px;
}

.savoirplus p {
    margin-left: 30px;
}

.savoirplus button {
    padding: 12px 14px;
    margin-top: 60px;
    margin-left: 30px;
    border: none;
    border-radius: 99px;
    color: white;
    background-color: black;
}

.foret button {
    position: absolute;
    font-size: 22px;
    color:white;
    bottom: 30px;
    right: 40px;
    background-color: #75bf7a;
    padding: 10px;
    border-radius: 50px;
    border: none;
  }
  
@media (max-width: 768px) { 



.satisfaction {
    width: 100%;
    background-color: #f3f4f6;
    padding-bottom: 80px;
    
    
    
}

.satisfaction-content {
    width: 100%;
    max-width: ;
    height: 317px;
    margin: 0 auto;
    text-align: center;
    

}

h2 {
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    color:black;
    margin-bottom: 20px;
}



.satisfaction-content p {
    width: 90%;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 00;
    color: black;
    margin-left: 250px;
    margin-top: 48px;
    text-align: center;
    margin: 0 auto;
    
   
}

.Processus {
    width: 100%;
    height: auto;
    justify-content: center;
    margin: auto;
    padding-top: 40px;
    
}

.Processus h5 {
    width: 90%;
    font-size: 60px;
    text-align: center;
    color: black;
    margin: 0 auto;

}

.processussimple {
    color: #75bf7a;
}

.Processus p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    
    
}

.roadmap {
    width: 100%;
    max-width: 768px;
    display: flex; 
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    
    
   
}

.card-roadmap.visible img {
    width: 80%;
    max-width: 768px;
    margin: 68px auto 0 auto;
    
    
}


.card-roadmap img {
  width: 700px;
  height: 320px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin: 80px auto 0 auto;
  display: block;
  background-color: lightgray;
  justify-content: space-between;
  
  
}

.card-roadmap.visible .savoirplus {
    background-color: white;
    width: 80%;
    height: 220px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin: 0 auto;
    
}

.savoirplus h3 {
    padding-top: 20px;
    margin-left: 30px;
}

.savoirplus p {
    margin-left: 30px;
}

.savoirplus button {
    padding: 12px 14px;
    margin-top: 60px;
    margin-left: 30px;
    border: none;
    border-radius: 99px;
    color: white;
    background-color: black;
}

.avantages {
    position: relative;
    width: 100%;
    height: 1250px;
    background-color: black;
    margin-top: 200px;
    margin-bottom: 160px;
    padding-top: 96px;
    
    
}

.avantages h3 {
    font-size: 70px;
    color: white;
    margin-left: 30px;
    
}

.avantages p {
    max-width: 50%;
    font-size: 20px;
    color: lightgray;
    margin-left: 30px;

}

.avantages img {
    margin-left: 30px;
}

.temoignages {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.app img {
    width: 36px;
    height: 36px;
      
}

.image .iphone {
  display: none;
}



.blocapp {
    display: flex;
    flex-wrap: wrap;
    width: 654px;
    height: 312px;
    margin-top: 64px;

}

.plus {
    color: #75bf7a;
}

.app {
    
    width: 311px;
    height: 132px;
}

.app h3 {
    font-size: 20px;
    margin-top: 20px;
    
}

.app p {
    max-width: 300px;
    font-size: 14px;
}

.image {
    display: block;
    bottom: 0;
    right: 0;
    

}

.image-app {
    bottom: 0;
    right: 0;
    position: absolute;
}

.iphone { 
    position: absolute;
    bottom: 0;
    right: 100;
}
 
.foret {
    width: 90%;
    max-width: 430px;
    position: relative;
    margin-top: 96px;
    margin-bottom: 200px;
    margin: 96px auto 64px auto;
   
   
    
  }

  .text-foret {
    position: absolute;
    top: 66px;
    color: white;
    text-align: center;
    margin-left: none;
  }

  .text-foret h3 {
    width: 90%;
    font-size: 40px;
    margin: 0 auto;
    text-align: center;

  }

   .text-foret p {
    width: 90%;
    font-style: 18px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
   
    
   }



  .container {
    display: none;
    max-width: 100%;
    height: 554px;
  }

  .imgmobile {
    display: block;
    position: relative;
    height: 554px;
    width: 100%;
    border-radius: 20px;
    align-items: center;
    margin: 0 auto;
   
    
  }

  .foret button {
    position: absolute;
    font-size: 18px;
    color:white;
    background-color: #75bf7a;
    padding: 20px;
    border-radius: 50px;
    border: none;
    text-align: center;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    
  }

  .faq-section {
    max-width: 90%;
    margin-top: 48px;
   margin: auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
  }



 }
 
  @media screen and (max-width:440px) {

    body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    background-color: #f4f4f4;
    max-width: 100%;
}




.hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url('Background.jpeg') no-repeat center center/cover;
    color: #fff;
    position: relative;
    width: 100%;
    height: 802px;
    padding: 10px;
    
    
}

.logo-img {
   display: flex;
   position: absolute;
   width: 80px;
   height: 80px;
   top: 5px;
   left: 10px;

}

.hero-content {
    margin-top: 48px;
    max-width: 90%;
    
}

.satisfaction-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    color:black
}

.satisfaction-content p {
    max-width: 90%;
    font-size: 26px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    font-weight: 600;
    margin-top: 20px;
    
}

.section-container {
    max-width: 100%;
}

.voyage-container.visible {
    display: none;
}

.card-container {
    display: flex;
    padding: 5;
    align-items: center;
    max-width: 100%;
    column-gap: 10px;
    
}

.card {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
    transition: transform 0.3s ease;
    font-size: ;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}



.card-number {
    color: #75bf7a;
    font-size: 36px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    text-align: center;
    
    
}

.card-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    text-align: center;

}

.card-text {
    font-size: 12px;
}

.card p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;         
    opacity: 0.7; 
    text-align: center;
}

.voyage-container {
    display: none;

}

.hero img {
  display: none;
    
  }


.hero-content h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700px;
    margin-top: 48px;
    margin-bottom: 24px;
    height: auto;
    

    
   
   
}

.hero-content p {
    font-size: 24px;
}

.form-container {
    flex: 1;
    background-color: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 380px;
    max-height: 386px;
    height: 386px;
    margin-bottom: 48px;
    margin: 0 auto;
    margin-bottom: 48px;

    
}

.Processus {
    width: 90%;
    justify-content: center;
    margin: 0 auto;
    padding-top: 40px;
    

}
    

.Processus h5 {
    align-items: center;
    color: black;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;

}

.Processus p {
    font-size: 18px;
    align-items: center;
    color: black;
    margin-top: 20px;
    margin-bottom: 48px;
    margin: 0 auto;

}

.roadmap {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    padding: 0 16px;
    margin-top: 68px;

   
}


.card-roadmap.visible img  {
  width: 100%;
  max-width: 100%;
  height: 250px !important;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: block;
  background-color: lightgray;
  justify-content: space-between;
  margin-top: 10px;
  
}

.card-roadmap.visible {
    
    height: 500px;
}

.card-roadmap.visible .savoirplus {
    width: 100%;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: white;
    padding: 0 16px;
    
}

.savoirplus h3 {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
    margin-left: 30px;
    margin-bottom: 10px;
}

.savoirplus p {
    width: 93%;
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.savoirplus button {
    width: 120px;
    height: 44px;
    padding: 8px 16px;
    align-items: center;
    text-align: center;
    display: flex;
    margin: 0 auto;
    border: none;
    border-radius: 99px;
    color: white;
    background-color: black;
}



.avantages {
    position: relative;
    width: 100%;
    height: 1455px;
    background-color: black;
    margin-top: 64px;
    margin-bottom: 60px;
    padding-top: 96px;
    
    
}

.avantages h3 {
    font-size: 48px;
    line-height: ;
    color: white;
    margin-left: 30px;
    
}

.avantages p {
    max-width: 85%;
    font-size: 18px;
    color: lightgray;
    margin-left: 30px;
    margin-bottom: 20px;

}

.avantages img {
    display: none;
   
}

img.iphone {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    

}



  /* .image-app .image {
    display: none; 
  }



  .image-app .iphone {
    display: block;
  } */



.app img {
   display: block;
   
         
}



.blocapp {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 64px;
    gap: 10px;

}


.app {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  justify-content: space-between;
  
}

.app h3 {
    font-size: 18px;
    margin-bottom: 10px;
    
}

.app p {
    max-width: 100%;
    font-size: 14px;
}

.transport {
  width: 100%;
  height: 311px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-bottom: 80px;
 
}

.transport h3 {
    max-width: 90%;
  font-size: 40px;

}

.transport p {
  max-width: 85%;
  font-size: 18px;
}



.temoignages {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.temoignages h3 {
    font-family: 'Inter', sans-serif;
    text-align: center;
    font-size: 40px;
    max-width: 100%;
    margin: auto;
}

.ratings p {
    font-size: 30px;
    max-width: 80%;
    text-align: center;
}

.avatar {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 48px;
}

.avatar p {
    font-size: 18px;
    
}

.avatarp {
    width: 200px;
    display: flex;
}


.faq-section {
    max-width: 90%;
    margin: auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
  }
  
.faq-section h3 {
    display: flex;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 40px;
  }
  
  .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  
  .faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
  }
  
  .toggle-icon {
    font-size: 20px;
    transition: transform 0.3s;
    
    
  }
  
  .faq-answer {
    display: none;
    padding: 10px 0;
    font-size: 16px;
    color: #555;
  }

  .foret {
    width: 90%;
    max-width: 430px;
    position: relative;
    margin-top: 96px;
    margin-bottom: 200px;
    margin: 96px auto 64px auto;
   
   
    
  }

  .text-foret {
    position: absolute;
    top: 66px;
    color: white;
    text-align: center;
    margin-left: none;
  }

  .text-foret h3 {
    width: 90%;
    font-size: 40px;
    margin: 0 auto;
    text-align: center;

  }

   .text-foret p {
    width: 90%;
    font-style: 18px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
   
    
   }



  .container {
    display: none;
    max-width: 100%;
    height: 554px;
  }

  .imgmobile {
    display: block;
    position: relative;
    height: 554px;
    border-radius: 20px;
    align-items: center;
    margin: 0 auto;
   
    
  }

  .foret button {
    position: absolute;
    font-size: 18px;
    color:white;
    background-color: #75bf7a;
    padding: 20px;
    border-radius: 50px;
    border: none;
    text-align: center;
    width: 60%;
    
  }

  .contenu-footer {
    display: flex;
    flex-direction: column;
    padding: 48px 30px;
    width: 100%;
    height: 1455px;
    background-color: black;
    border-top: 5px solid green;
  }

  .presentation-footer {
    display: flex;
    flex-direction: column;
    width: 90%;
    
  }

  .presentation-footer h3 {
    max-width: 30%;
    color: white;
    font-size: 60px;
    
  }

  .presentation-footer p {
    max-width: 100%;
    color: white;
    font-size: 18px;
    padding: none;
    margin-top: 32px;
    
  }

  .appstore {
    display: none;
  }

  .reseaux-sociaux a {
    margin: 10px;
    color: white; /* ou la couleur de ton footer */
    font-size: 20px;
    transition: color 0.3s;
    text-decoration: none;
  }



.info-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    width: 95%;
    height: 204px;
    margin-top: 128px;
    
  }


  .info-footer h3 {
    color: grey;
    font-size: 14px;
    font-weight: 20;

  }

  .info-footer a {
    color: white;
    text-decoration: none;
    font-size: 16px;
  }


  .presentation-footer p {
    font-weight: 120;
    
  }

  .links ul {
    gap: 20px;
    
  }

  /* page devis */

  .headerdevis h2 {
   font-size: 40px;
   width: 100%;
   padding: 0;
   padding-top: 150px;
   text-align: center;
   

   
    
}

.checkbox-option {
    display: flex;
    width: 100%;
}
.checkbox-option input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 4px;
}

.ligne-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-bottom: 12px;
}

.ligne-checkbox span {
  font-size: 16px;
}

.ligne-checkbox input[type="checkbox"] {
  margin-left: 20px;
  width: 18px;
  height: 18px;
}


/* .checkbox-option input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 4px;
} */

} 

  
