 body {
      margin: 0;
      padding: 0;
      background: linear-gradient(180deg, #0c1e55 0%, #1847b8 35%, #00e7fd 100%);
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: white;
    }

    header {
      position: sticky;
      top: 0;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 10px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 1000;
    }

    header img {
      height: 50px;
    }

   


    .hero {
      text-align: center;
      padding: 80px 20px;
    }

    .hero h1 {
      font-size: 48px;
      margin-bottom: 20px;
    }

    .hero p {
      font-size: 22px;
      max-width: 700px;
      margin: 0 auto 30px;
    }

    .hero a {
      display: inline-block;
      padding: 15px 30px;
      background: white;
      color: #1847b8;
      border-radius: 50px;
      font-weight: bold;
      text-decoration: none;
      transition: 0.3s ease;
    }

    .hero a:hover {
      background: #00e7fd;
      color: white;
    }

    .section {
      padding: 60px 20px;
      text-align: center;
    }

    .section h2 {
      font-size: 32px;
      margin-bottom: 30px;
    }

    .services, .contact-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .service {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 16px;
      padding: 20px;
      width: 250px;
      transition: 0.3s ease;
    }

    .service:hover {
      background: rgba(255, 255, 255, 0.2);
      transform: scale(1.05);
    }

    .service i {
      font-size: 40px;
      margin-bottom: 15px;
      color: #fff;
    }

    footer {
      background: #001133;
      color: #aaa;
      padding: 40px 20px;
      text-align: center;
      font-size: 0.9rem;
    }
    footer p {
      margin-bottom: 10px;
    }
    footer a {
      color: #00e7fd;
      text-decoration: none;
    }
    footer a:hover {
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .services {
        flex-direction: column;
        align-items: center;
      }
    }

      .fil-ariane {
      position: absolute;
      left: -9999px;
      height: 0;
      overflow: hidden;
      visibility: hidden;
    }

    .engagements-section {
  background: linear-gradient(to bottom, #0c1e55, #1847b8);
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.card-engagement {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  text-align: left;
}

.card-engagement h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  color: #00e7fd;
  text-shadow: 0 1px 4px #000;
}

.card-engagement ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.8;
  font-size: 1.1rem;
}

.card-engagement li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.faq-engagement {
  max-width: 700px;
  margin: 0 auto;
}

.faq-engagement h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.faq-engagement p {
  font-size: 1.1rem;
  color: #e0f0ff;
}

.faq-link {
  color: #00e7fd;
  font-weight: bold;
  text-decoration: underline;
}

.faq-link:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .card-engagement {
    padding: 20px;
  }
}

.avis-clients-section {
  padding: 60px 20px;
  background: linear-gradient(to bottom right, #002244, #0c1e55);
  color: white;
  text-align: center;
}

.avis-clients-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #00e7fd;
  text-shadow: 0 2px 5px #000;
}

.btn-laisser-avis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00e7fd;
  color: #002244;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
  margin: 10px auto 40px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 231, 253, 0.3);
  gap: 10px;
}

.btn-laisser-avis:hover {
  background-color: #ffffff;
  color: #003060;
  box-shadow: 0 6px 20px rgba(0, 231, 253, 0.5);
}

.btn-laisser-avis i {
  color: #f4b400;
  font-size: 1.2rem;
}

.avis-clients-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.avis-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #00e7fd;
  border-radius: 16px;
  padding: 25px;
  max-width: 300px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  text-align: left;
  transition: all 0.3s ease;
}

.avis-card:hover {
  background: rgba(0, 231, 253, 0.2);
  transform: scale(1.02);
  box-shadow: 0 6px 24px rgba(0, 231, 253, 0.3);
  border-color: #00e7fd;
}


.avis-card .auteur {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.stars {
  color: #f4b400;
  font-size: 1.2rem;
  margin-left: 8px;
}

.avis-card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #e0f0ff;
}

@media (max-width: 768px) {
  .avis-clients-container {
    flex-direction: column;
    align-items: center;
  }
}

.zone-intervention {
  padding: 60px 20px;
  background: linear-gradient(to bottom, #0c1e55, #02d1e4);
  color: white;
  text-align: center;
}

.zone-intervention h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #ffffff;
}

.zone-intervention .intro {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.zone-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.zone-texte ul {
  list-style: none;
  padding: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: left;
}

.zone-carte {
  flex: 1 1 350px;
  max-width: 600px;
  height: 350px;
}





.mapouter {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* format 16:9 */
  height: 0;
  overflow: hidden;
}

.gmap_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap_iframe {
  width: 100%;
  height: 100%;
  border: 0;
}





.logo-container72 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; /* Ajustable selon l'espacement désiré */
}

.u-logo-image.u-logo-image-1 {
  max-width: 200px; /* Taille ajustable */
  height: auto;
}


.partenaire-section {
  background: linear-gradient(to bottom right, #0c1e55, #1847b8);
  color: white;
  padding: 60px 20px;
}

.partenaires-full-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: white;
}

.full-carousel-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 960px;
  margin: auto;
}

.full-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.full-carousel-slide {
  flex: 0 0 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.partner-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  padding: 30px;
  text-align: center;
  max-width: 600px;
  width: 100%;
}

.partner-card img {
  max-height: 120px;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.partner-card img:hover {
  transform: scale(1.05);
}

.partner-card p {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.6;
}

.partner-card a {
  color: #0077cc;
  font-weight: bold;
  text-decoration: none;
}

.partner-card a:hover {
  text-decoration: underline;
}

.full-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  color: #00b7ff;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px 15px;
  z-index: 2;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.full-carousel-btn:hover {
  background: #00e7fd;
}

.full-carousel-btn.prev { left: 20px; }
.full-carousel-btn.next { right: 20px; }

.full-carousel-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.bullet {
  width: 12px;
  height: 12px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.bullet.active {
  background-color: #001aff;
}

@media (max-width: 600px) {
  .partner-card {
    padding: 20px;
  }

  .partner-card p {
    font-size: 1rem;
  }
}

  .partenariat {
    padding: 60px 20px;
    background: linear-gradient(to right, #0c1e55, #08b4e7);
    color: white;
    text-align: center;
  }

  .partenariat .intro {
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
  }

  .partenaire-types {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
  }

  .partenaire-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px;
    width: 280px;
    text-align: left;
  }

  .partenaire-box h3 {
    color: #ffffff;
    margin-bottom: 10px;
  }

  .partenaire-box p {
    font-size: 0.95rem;
    color: #e0f0ff;
  }

  .btn-partenaire {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 25px;
    background: #fff;
    color: #0c1e55;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .btn-partenaire:hover {
    background: #00e7fd;
    color: white;
  }

  @media (max-width: 768px) {
    .partenaire-types {
      flex-direction: column;
      align-items: center;
    }
  }


  .assistance-panel {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 9999;
}

.assistance-tab {
  background-color: #00c4ff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 15px 8px;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}

.assistance-tab:hover {
  background-color: #009ed1;
}

.vertical-text {
  color: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 2px;
}

.assistance-content {
  display: none;
  flex-direction: column;
  gap: 20px;
  background: white;
  padding: 30px;
  margin-left: 0;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  animation: slideIn 0.3s ease forwards;
}

.assistance-panel:hover .assistance-content {
  display: flex;
}

.assistance-button {
  background-color: #00c4ff;
  color: white;
  padding: 16px 25px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s ease;
  min-width: 180px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.assistance-button:hover {
  background-color: #007fa6;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.assistance-text {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.assistance-text a {
  color: #0077cc;
  text-decoration: none;
  font-weight: bold;
}

.assistance-text a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .full-carousel-btn {
    top: auto;
    bottom: 10px;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.5rem;
    padding: 8px 12px;
  }

  .full-carousel-btn.prev {
    left: 10px;
  }

  .full-carousel-btn.next {
    right: 10px;
  }

  .full-carousel-slide {
    padding-bottom: 50px; /* Espace pour les flèches */
  }
}

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }

