/* ===== PAGE INFOS & FAQ ===== */

/* SECTIONS COMMUNES */
.ip-section {
  padding: 70px 20px;
}

.ip-section:nth-child(even) {
  background: #f5efe0;
}

.ip-section:nth-child(odd) {
  background: #fffdf8;
}

.ip-container {
  max-width: 1100px;
  margin: 0 auto;
}

.ip-title {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(30px, 4vw, 52px);
  color: #2e7d32;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* ACCÈS */
.ip-intro {
  font-size: clamp(17px, 1.4vw, 21px);
  color: #444;
  line-height: 1.6;
  margin-bottom: 10px;
}

.ip-adresse {
  font-size: clamp(15px, 1.2vw, 18px);
  color: #2e7d32;
  font-weight: bold;
  margin-bottom: 30px;
}

.ip-maps {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.ip-moyen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ip-moyen {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.ip-moyen-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.ip-moyen h3 {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(18px, 1.5vw, 24px);
  color: #2c2418;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ip-moyen p {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* HORAIRES */
.ip-horaires-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ip-horaire-card {
  background: #fff;
  border-radius: 16px;
  border-top: 5px solid;
  padding: 28px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ip-horaire-emoji {
  font-size: 32px;
}

.ip-horaire-card h3 {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(16px, 1.3vw, 20px);
  color: #2c2418;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ip-tag {
  font-size: 11px;
  color: white;
  padding: 3px 8px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
}

.ip-horaire-dates {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #333;
  line-height: 1.8;
}

.ip-horaire-heure {
  font-weight: bold;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #2e7d32;
}

/* Carte principale mise en avant */
.ip-horaire-featured {
  background: #2e7d32;
  border-top-width: 5px;
}

.ip-horaire-featured h3 {
  color: #fff;
  font-size: clamp(22px, 2vw, 28px);
}

.ip-horaire-featured .ip-horaire-dates {
  color: rgba(255,255,255,0.9);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.7;
}

.ip-horaire-featured .ip-horaire-heure {
  color: #eba946;
  font-size: clamp(18px, 1.6vw, 22px);
}

.ip-resa {
  font-size: 13px;
  color: #777;
  line-height: 1.5;
}

.ip-asterisk {
  font-size: 11px;
  color: #d43977;
  font-style: italic;
  line-height: 1.5;
  margin-top: 6px;
  border-top: 1px solid rgba(212,57,119,0.2);
  padding-top: 8px;
}

/* TARIFS */
.ip-tarifs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.ip-tarif-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

.ip-tarif-card h3 {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(18px, 1.5vw, 24px);
  color: #2c2418;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ip-tarif-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ip-tarif-card ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  gap: 10px;
}

.ip-tarif-prix {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(16px, 1.4vw, 20px);
  color: #2e7d32;
  white-space: nowrap;
}

.ip-tarif-note {
  font-size: 13px;
  color: #888;
  font-style: italic;
}

.ip-tarif-info {
  background: #fffdf8;
  border: 2px solid #eba946;
  border-radius: 12px;
  padding: 18px 24px;
  text-align: center;
}

.ip-tarif-info p {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #444;
  line-height: 1.7;
}



/* HERO */
.infos-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-top: 0;
  background: #43305c;
}

.infos-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/labyrinthe-fond.png');
  background-repeat: repeat;
  background-size: 600px;
  opacity: 0.06;
}

.infos-hero-content {
  position: relative;
  z-index: 1;
  padding: 30px 40px 30px 20px;
}

.infos-hero-label {
  font-family: 'Luckiest Guy', cursive;
  color: #eba946;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.infos-hero h1 {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(50px, 9vw, 110px);
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 18px;
}

.infos-hero-sub {
  font-size: clamp(16px, 1.4vw, 20px);
  color: rgba(255,255,255,0.85);
}

/* SECTION FAQ */
.faq-section {
  background: #fffdf8;
  padding: 70px 20px 80px;
}

.faq-container {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* GROUPE */
.faq-group-title {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(22px, 2.5vw, 32px);
  color: #2e7d32;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #eba946;
}

.faq-group-fun .faq-group-title {
  color: #d43977;
}

/* ITEM ACCORDÉON */
.faq-item {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 22px 24px 22px 24px;
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: bold;
  color: #2c2418;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: background 0.2s ease;
  line-height: 1.4;
}

.faq-question::after {
  content: "+";
  font-size: 26px;
  font-weight: 300;
  color: #eba946;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-question {
  background: #fff9f0;
  color: #2e7d32;
}

.faq-item.open .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 24px;
}

.faq-item.open .faq-answer {
  max-height: 600px;
  padding: 0 24px 22px;
}

.faq-answer p {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.7;
  color: #444;
  margin-bottom: 10px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/* CTA */
.jeux-cta h2 {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(30px, 4vw, 60px);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.jeux-cta {
  text-align: center;
  padding: 80px 30px;
  color: white;
}

.jeux-cta h2 {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(36px, 5vw, 70px);
  text-transform: uppercase;
  margin-bottom: 16px;
  color: white;
}

.jeux-cta p {
  font-size: clamp(16px, 1.3vw, 20px);
  margin-bottom: 28px;
  opacity: 0.9;
}

.jeux-cta-btn {
  font-size: 18px;
  padding: 16px 36px;
  border-radius: 12px;
  color: white !important;
}

/* MOBILE */
@media (max-width: 900px) {

  .infos-hero {
    margin-top: 96px;
    min-height: 240px;
  }

  .ip-section {
    padding: 40px 16px;
  }

  .ip-moyen-grid,
  .ip-horaires-grid,
  .ip-tarifs-grid {
    grid-template-columns: 1fr;
  }

  .faq-section {
    padding: 40px 16px 60px;
  }

  .faq-question {
    padding: 16px 18px;
  }

  .faq-item.open .faq-answer {
    padding: 0 18px 18px;
  }
}

