.cards-section-tarifs {
  padding: 72px 45px;
  text-align: center;
  background-color: var(--gray-100);
}

.cards-section-tarifs h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.card-tarifs-colonne {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cards-container-tarifs {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Alignement en haut */
  gap: 20px; /* Espacement entre les cartes */
}

/* 📌 Styles généraux pour toutes les cartes */
.card-tarifs {
  background-color: #f0f0f0; /* Fond légèrement clair */
  border: 1px solid black;
  border-radius: 20px;
  width: 420px; /* Fixe la largeur */
  height: 502px; /* Assure que toutes les cartes ont la même hauteur */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Garde l'alignement même si le texte est plus long */
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.card-tarifs-page1 {
  background-color: #f0f0f0; /* Fond légèrement clair */
  border: 1px solid black;
  border-radius: 20px;
  width: 220px; /* Fixe la largeur */
  height: 122px; /* Assure que toutes les cartes ont la même hauteur */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Garde l'alignement même si le texte est plus long */
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.card-tarifs-page {
  background-color: #f0f0f0; /* Fond légèrement clair */
  border: 1px solid black;
  border-radius: 20px;
  width: 220px; /* Fixe la largeur */
  height: 132px; /* Assure que toutes les cartes ont la même hauteur */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Garde l'alignement même si le texte est plus long */
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.card-tarifs-un {
  background-color: #f0f0f0; /* Fond légèrement clair */
  border: 1px solid black;
  border-radius: 20px;
  width: 420px; /* Fixe la largeur */
  height: 502px; /* Assure que toutes les cartes ont la même hauteur */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Garde l'alignement même si le texte est plus long */
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.card-tarifs-maintenance {
  background-color: #f0f0f0; /* Fond légèrement clair */
  border: 1px solid black;
  border-radius: 20px;
  padding-bottom: 10px;
  width: 220px; /* Fixe la largeur */
  height: 190px; /* Assure que toutes les cartes ont la même hauteur */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Garde l'alignement même si le texte est plus long */
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.card-header-tarifs-maintenance {
  width: 100%;
  height: 80px;
  background-color: var(--text-color-avenue); /* Bleu intermédiaire */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card-header-tarifs-page1 {
  width: 100%;
  height: 80px;
  background-color: var(--text-color-avenue); /* Bleu intermédiaire */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card-header-tarifs-page {
  width: 100%;
  height: 80px;
  background-color: var(--text-color-avenue); /* Bleu intermédiaire */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card-header-tarifs-domaine {
  width: 100%;
  height: 80px;
  background-color: var(--text-color-avenue); /* Bleu intermédiaire */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
/* Cartes gauche et droite plus basses */
.lower-card {
  margin-top: 27px;
}

/* 📌 Bandeaux de chaque carte avec couleur spécifique */
.card-header-tarifs-un {
  width: 100%;
  height: 155px;
  background-color: var(--backgound-color); /* Bleu intermédiaire */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-header-tarifs-deux {
  width: 100%;
  height: 155px;
  background-color: var(--text-color-avenue); /* Bleu intermédiaire */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.btn-contact {
  font-size: 1rem;
  font-weight: 600;
  height: 50px;
}

.card-header-tarifs-trois {
  width: 100%;
  height: 155px;
  background-color: var(--backgound-color); /* Bleu intermédiaire */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* 📌 Titres et prix dans les en-têtes */
.card-header-tarifs-un h3,
.card-header-tarifs-deux h3,
.card-header-tarifs-trois h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.price-tarifs-trois {
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary);
}
.price-tarifs-un {
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary);
}

/* 📌 Section sous chaque header, contenant les mots */
.card-description {
  padding: 20px 0px;
  height: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0; /* Fond légèrement clair */
}

.card-description p {
  font-size: 1.3rem;
  font-weight: 400;

  color: var(--text-color);
  margin: 5px 0; /* Espacement entre chaque mot */
  display: block; /* Chaque mot prend une ligne */
}

/* 📌 RESPONSIVE */
@media (max-width: 1000px) {
  .cards-container-tarifs {
    flex-direction: column;
    align-items: center;
  }

  .card-tarifs,
  .lower-card {
    width: 90%; /* Réduction progressive */
    max-width: 420px;
    margin-top: 0; /* Plus de décalage vertical */
  }
}

@media (max-width: 450px) {
  .card-tarifs-un {
    height: 460px;
  }
  .card-tarifs {
    height: 450px;
  }
  .cards-section-tarifs {
    padding: 40px 10px;
  }
  .cards-section-tarifs h2 {
    font-size: 2rem;
  }
  .card-description p {
    font-size: 1.2rem;
  }
  .card-header-tarifs-trois .container-contact {
    height: 30px;
    margin-top: 20px;
  }
}
@media (max-width: 350px) {
  .card-description p {
    font-size: 1rem;
  }
  .card-description {
    padding: 10px 0;
  }
  .cards-section-tarifs .card-tarifs .container-contact {
    margin-top: 10px;
  }
  .btn-contact {
    height: 50px;
  }
  .card-tarifs-page1 {
    height: 140px;
  }
  .card-description-page1 {
    height: 60px;
  }
  .card-tarifs-page {
    height: 170px;
  }
  .card-description-page {
    height: 90px;
  }
}
/* 📌 Container du bouton */
.container-contact {
  display: flex;
  height: 100px;

  justify-content: center;
  margin-top: 10px; /* Espacement entre la liste de mots et le bouton */
}

/* 📌 Responsive pour bouton */
@media (max-width: 400px) {
  .btn-primary {
    padding: 10px 25px; /* Ajuste les dimensions du bouton pour les petits écrans */
  }
}

.rubrique-hebergement {
  background-color: #f4f4f4;
  border-top: 2px solid #ccc;
  padding: 15px;
  max-width: 800px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.rubrique-hebergement .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}

.info-hebergement h2 {
  font-size: 24px;
  color: #333;
}

.info-hebergement p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.info-hebergement ul {
  list-style-type: none;
  padding: 0;
}

.info-hebergement ul li {
  margin-bottom: 8px;
}

.info-hebergement strong {
  color: #000;
}
/* Mise en place Header*/
.hero-section-tarif {
  position: relative;

  min-height: 86vh;
}
.hero-text-tarif::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1); /* Léger fond transparent */
  backdrop-filter: blur(10px); /* Flou appliqué */
  z-index: -1;
  border-radius: 10px;
  padding: 20px;
}

.fullscreen-image-tarif {
  width: 100%;
  height: 100%;
  max-height: 800px;
  object-fit: cover;
  min-height: 400px;
  transition: height 0.3s ease-in-out;
}

.hero-text-tarif {
  position: absolute;
  top: 35%;
  left: 5%; /* Placer le texte à gauche */
  transform: translateY(-50%);
  text-align: left; /* Aligner le texte à gauche */
  color: var(--text-color);
  max-width: 42%;
}

.hero-text-tarif h1 {
  font-size: 3rem;
  margin: 0;
}

.hero-text-tarif h3 {
  font-size: 3rem;
  margin: 0;
  font-weight: 600;
  color: var(--primary);
}

.hero-text-tarif p {
  font-size: 1.3rem;
  margin-top: 10px;
  line-height: 1.5;
  color: var(--text-color);
}

/* ✅ Breakpoint TABLETTE (768px - 1023px) */
@media (max-width: 1100px) {
  .hero-section-tarif {
    height: 80vh;
  }
  .hero-text-tarif {
    top: 30%;
    max-width: 60%;
  }

  .hero-text-tarif h1 {
    font-size: 2.5rem;
  }

  .hero-text-tarif p {
    font-size: 1.1rem;
  }
}

/* ✅ Breakpoint MOBILE (≤ 767px) */
@media (max-width: 767px) {
  .hero-text-tarif::before {
    left: -10px;
    top: -10px;
    width: calc(100% + 20px); /* Réduit l'extension du flou */
    height: calc(100% + 20px);
    backdrop-filter: blur(8px); /* Diminue légèrement le flou */
  }

  .hero-text-tarif {
    top: 25%;
    left: 5%; /* Toujours à gauche */
    transform: translateY(-50%);
    text-align: left; /* Toujours à gauche */
    max-width: 42%;
    min-width: 240px;
  }
  .hero-text-tarif h1 {
    font-size: 2rem;
  }

  .hero-text-tarif p {
    font-size: 1.1rem;
  }
}
@media (max-width: 400px) {
  .hero-text-tarif::before {
    left: -10px;
    top: -10px;
    width: calc(100%); /* Réduit l'extension du flou */
    height: calc(100%);
    backdrop-filter: blur(8px); /* Diminue légèrement le flou */
  }
}
/* Mise en place de FAQ*/
.acc-faq h3 {
  color: var(--text-color);
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  max-width: 90%;
}

.acc-faq p {
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.5;
  margin: 20px;
}

.container-faq {
  padding: 72px 45px;
  text-align: center;
}
.container-faq h2 {
  font-size: 2.5rem;
}
.container-faq p {
  padding: 20px 0;
  font-size: 1.2rem;
}
.acc-faq {
  margin: 90px 0;
  overflow: hidden;
  padding: 0;
}

.acc-faq li {
  list-style-type: none;
  padding: 0;
}

.acc_ctrl-faq {
  background: #ffffff;
  border: none;
  border-bottom: solid 1px #f2f2f2;
  cursor: pointer;
  display: flex;
  align-items: center;
  outline: none;
  padding: 1.5em;
  position: relative;
  text-align: left;
  width: 100%;
  justify-content: space-between; /* Aligne le texte à gauche et le chevron à droite */
}

.acc_ctrl-faq .chevron {
  font-size: 18px;
  transition: transform 0.3s ease; /* Animation de rotation */
}

.acc_panel-faq {
  background: #f2f2f2;
  display: block;
  overflow: hidden;
  max-height: 0;
  padding: 0 15px;
  transition: max-height 0.3s ease-out;
}
/* 📌 RESPONSIVE */
@media (max-width: 767px) {
  .acc-faq h3 {
    color: var(--text-color);
    font-size: 1rem;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    max-width: 90%;
  }

  .acc-faq p {
    color: var(--text-color);
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 20px;
  }

  .container-faq {
    padding: 45px 25px;
    text-align: center;
  }
  .container-faq h2 {
    font-size: 2rem;
  }
  .container-faq p {
    padding: 20px 0;
    font-size: 1.1rem;
  }
  .acc-faq {
    margin: 60px 0;
    overflow: hidden;
    padding: 0;
  }
}
@media (max-width: 450px) {
  .acc-faq h3 {
    color: var(--text-color);
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    max-width: 90%;
  }

  .acc-faq p {
    color: var(--text-color);
    font-size: 0.7rem;
    line-height: 1.5;
    margin: 5px;
  }

  .container-faq {
    padding: 45px 0px;
    text-align: center;
  }
  .container-faq h2 {
    font-size: 1.5rem;
  }
  .container-faq p {
    padding: 20px 0;
    font-size: 0.9rem;
  }
  .acc-faq {
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
  }
}
/*Mise en place engagement*/
/* Styles généraux */
.pricing-benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 230px;
  margin: 0 auto;
  padding: 36px 45px;
  background-color: var(--backgound-color);
}

.benefit {
  flex: 1;
  padding: 10px;
}

.benefit i {
  font-size: 54px;
  color: var(--primary);
}

.benefit h3 {
  font-size: 1.4rem;
  margin: 10px 0;
  color: var(--gray-100);
}

.benefit p {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--gray-100);
}

/* 📌 Responsive */
@media (max-width: 1200px) {
  .pricing-benefits {
    padding: 36px 20px; /* Réduit un peu les marges pour les écrans plus petits */
  }

  .benefit i {
    font-size: 48px; /* Réduit la taille des icônes */
  }

  .benefit h3 {
    font-size: 1.2rem; /* Réduit la taille du titre */
  }

  .benefit p {
    font-size: 1rem; /* Réduit la taille du texte */
  }
}

@media (max-width: 768px) {
  .pricing-benefits {
    flex-direction: column; /* Empile les colonnes sur les petits écrans */
    height: auto; /* Permet à la section d'ajuster sa hauteur en fonction du contenu */
    padding: 36px 20px;
  }

  .benefit {
    margin-bottom: 20px; /* Ajoute un espacement entre les éléments */
  }

  .benefit i {
    font-size: 48px; /* Réduit la taille des icônes pour les petits écrans */
  }

  .benefit h3 {
    font-size: 1.3rem; /* Ajuste la taille du titre */
  }

  .benefit p {
    font-size: 1rem; /* Ajuste la taille du texte */
  }
}

@media (max-width: 480px) {
  .pricing-benefits {
    padding: 20px 10px; /* Réduit encore plus les marges */
  }

  .benefit i {
    font-size: 40px; /* Taille d'icône encore plus petite pour les très petits écrans */
  }

  .benefit h3 {
    font-size: 1.1rem; /* Ajuste encore la taille du titre */
  }

  .benefit p {
    font-size: 0.9rem; /* Ajuste encore la taille du texte */
  }
}
