
  /* Section principale */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #a37a33;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #a37a33;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color:#a37a33;
}

span.swiper-pagination-bullet {
    background-color: white;
    /* opacity: initial; */
}
  .hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../../assets/img/P2060375.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero2 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../../assets/img/P2060341.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Overlay avec opacité */
  .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.63);
  }

  /* Contenu */
  .content {
    position: relative;
    text-align: center;
    color: white;
    padding: 0 1.5rem;
    max-width: 48rem;
  }

  /* Titre */
  .title {
    font-size: 3rem;
    font-weight:900;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    color: #a37a33;
  }

  /* Sous-titre */
  .subtitle {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    color: white;
    line-height: 1.5;
  }

    /* Styles pour les petits écrans */
  @media (max-width: 768px) {
    .title {
      font-size: 2rem; /* Réduire la taille */
      line-height: 1.2; /* Ajuster l'espacement */
    }

    .subtitle {
      font-size: 1rem; /* Réduire la taille */
      margin-bottom: 1.5rem; /* Réduire l'espacement */
    }

    #header .top-logo img {
      margin-top: -25px;
    }

    .user-info {
      margin-right: 15px;
    }
  }

  @media (max-width: 480px) {
    .title {
      font-size: 1.5rem; /* Encore plus petit pour les très petits écrans */
      line-height: 1.1;
    }

    .subtitle {
      font-size: 0.9rem;
      margin-bottom: 1rem;
    }

    .othermenu{
      padding-right: 0px !important;
    }
  }

  /* mobile */
  div#menu-icon i {
    color: white;
  }
  /*  */
  /* Boutons CTA */
  .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  /* Style pour les boutons */
  .cta-btn {
    display: inline-block;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 9999px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  /* Bouton principal */
  .cta-btn-primary {
    background-color: #f5f5f5;
    color: #333;
  }

  .cta-btn-primary:hover {
    background-color: #1f2937;
    color: #fff;
  }

  /* Bouton secondaire */
  .cta-btn-secondary {
    border: 2px solid #fff;
    color: #fff;
  }

  .cta-btn-secondary:hover {
    background-color: #fff;
    color: #333;
  }

  .info-section {
  background-color: #f7fafc; /* Gris clair */
  padding: 2rem 0; /* Espacement vertical */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre douce */
}

.info-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem; /* Espacement entre l'icône et le texte */
}

.icon {
  font-size: 2rem; /* Taille de l'icône */
  color: #4a5568; /* Gris foncé */
}

.info-content {
  text-align: left;
}

.info-title {
  font-weight: bold;
  color: #2d3748; /* Gris encore plus foncé */
}

.info-text {
  font-size: 0.875rem; /* Taille réduite pour le texte */
  color: #718096; /* Gris moyen */
}

.container-advantage{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 8rem;
    padding-right: 8rem;
}

.info-section{
    background-color: #dedede73;
}

.section {
    padding: 4rem 0;
    background: linear-gradient(to bottom, #f9fafb, #f3f4f6);
  }
  .title-product {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #1f2937;
    line-height: 1.4;
  }
  .title span.highlight {
    color: #059669;
  }
  .description {
    font-size: 1rem;
    text-align: center;
    color: #4b5563;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 2rem;
    line-height: 1.75;
  }
  .description span.emphasis {
    color: #059669;
    font-weight: 600;
  }

  .highlight{
    color: #059669;
  }
