/* ===== PAGE GROUPES & CENTRES ===== */

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

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

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

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

.grp-hero-sub {
  font-size: clamp(17px, 1.5vw, 22px);
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}

/* NAV RAPIDE */
.grp-nav {
  display: flex;
}

.grp-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  text-decoration: none;
  color: white;
  gap: 8px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.grp-nav-item:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.grp-nav-emoji {
  font-size: 32px;
}

.grp-nav-title {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(13px, 1.8vw, 20px);
  text-align: center;
  letter-spacing: 0.5px;
}

/* SECTIONS */
.grp-section {
  border-bottom: 4px solid rgba(0,0,0,0.06);
}

.grp-header {
  padding: 40px 30px;
  color: white;
}

.grp-header-vert   { background: #2e6b4a; }
.grp-header-bleu   { background: #1a4a6b; }
.grp-header-orange { background: #8a4a00; }

.grp-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.grp-emoji-big {
  font-size: clamp(50px, 7vw, 90px);
  line-height: 1;
  flex-shrink: 0;
}

.grp-titre {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(26px, 3.5vw, 52px);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 8px;
}

.grp-accroche {
  font-size: clamp(15px, 1.3vw, 19px);
  opacity: 0.88;
  line-height: 1.5;
}

/* BODY */
.grp-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 30px 60px;
  background: #fffdf8;
}

/* INTRO TEXTE */
.grp-intro-texte {
  margin-bottom: 36px;
}

.grp-intro-texte p {
  font-size: clamp(16px, 1.3vw, 20px);
  color: #444;
  line-height: 1.75;
  margin-bottom: 12px;
}

/* GRILLE FORMULES */
.grp-infos-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 24px;
  align-items: start;
  margin-top: 32px;
}

.grp-formule {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border-top: 4px solid #2e6b4a;
}

.grp-formule h3 {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(17px, 1.6vw, 22px);
  color: #2c2418;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.grp-formule ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.grp-formule ul li {
  font-size: clamp(15px, 1.1vw, 17px);
  color: #444;
  line-height: 1.4;
}

/* FORMULE TARIF */
.grp-formule-tarif {
  text-align: center;
  border-top-color: #eba946;
}

.grp-formule-tarif-bleu   { border-top-color: #1a4a6b; }
.grp-formule-tarif-orange { border-top-color: #8a4a00; }

.grp-formule-tarif p {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #666;
  margin-bottom: 6px;
  line-height: 1.4;
}

.grp-prix-big {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(48px, 6vw, 72px);
  color: #eba946;
  line-height: 1;
  margin-bottom: 12px;
}

.grp-prix-big span {
  font-size: clamp(18px, 2vw, 26px);
  color: #888;
}

.grp-formule-tarif-bleu   .grp-prix-big { color: #1a4a6b; }
.grp-formule-tarif-orange .grp-prix-big { color: #8a4a00; }

.grp-note {
  font-size: 13px !important;
  color: #d43977 !important;
  font-style: italic;
  margin-top: 8px !important;
}

/* CARDS PUBLICS (centres) */
.grp-cards-publics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 8px;
}

.grp-card-public {
  background: #fff;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border-top: 4px solid #1a4a6b;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.grp-card-public-icon {
  font-size: 40px;
}

.grp-card-public h3 {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(17px, 1.8vw, 22px);
  color: #1a4a6b;
  text-transform: uppercase;
}

.grp-card-public p {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #555;
  line-height: 1.55;
  margin: 0;
}

/* CTA */
.grp-cta {
  background: #1a3c2a;
  padding: 80px 20px;
  text-align: center;
}

.grp-cta-inner {
  max-width: 700px;
  margin: 0 auto;
}

.grp-cta h2 {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(28px, 4vw, 56px);
  color: #eba946;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.1;
}

.grp-cta p {
  font-size: clamp(16px, 1.3vw, 20px);
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  margin-bottom: 32px;
}

.grp-cta-btn {
  background: #eba946;
  color: #1a3c2a !important;
  font-size: 20px;
  padding: 18px 40px;
  border-radius: 14px;
  font-weight: bold;
}

.grp-cta-btn:hover {
  background: #d4963a;
}

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

  .grp-hero {
    margin-top: 96px;
    min-height: 300px;
  }

  .grp-nav {
    flex-direction: column;
  }

  .grp-nav-item {
    flex-direction: row;
    justify-content: flex-start;
    padding: 18px 20px;
    gap: 16px;
  }

  .grp-nav-emoji {
    font-size: 26px;
  }

  .grp-header {
    padding: 24px 16px;
  }

  .grp-header-inner {
    flex-wrap: wrap;
    gap: 14px;
  }

  .grp-body {
    padding: 30px 16px 40px;
  }

  .grp-infos-grid {
    grid-template-columns: 1fr;
  }

  .grp-cards-publics {
    grid-template-columns: 1fr;
  }

  .grp-cta {
    padding: 50px 20px;
  }
}
