:root {
  --green: #5e8c39; --green-dark: #3d5c24; --green-light: #7ab84a;
  --cream: #f5e08e; --cream-pale: #fdf8d8;
  --brown: #6b4423; --brown-dark: #4a2e17;--brown-pale:#796755;
  --blue:#3991d1;
  --sky-pale: #e0f2ff; --text: #2a1f0e; --white: #ffffff;
  --nav-h: 4.5rem;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Nunito', sans-serif; background: var(--cream-pale); color: var(--text); overflow-x: hidden; line-height: 1.6; }


/* ─── NORMALISATION DES IMAGES (.badge-icon) ─── */


.badge-icon {
  height: 120px !important;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,0.15));
  transition: transform 0.3s ease;
  display: block;
  margin: 0 auto 1rem;
}

.bv-card:hover .badge-icon {
  transform: scale(1.1) translateY(-5px);
}

/* ─── NAVIGATION RESPONSIVE ─── */
nav {
  position: fixed; top: 0; width: 100%; z-index: 1000;
  background: var(--green); height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; border-bottom: 4px solid var(--green-dark);
}
.nav-logo { font-family: 'Fredoka One'; color: var(--cream); cursor: pointer; font-size: 1.2rem; text-decoration: none; display: flex; align-items: center; gap: 0.5rem; }
.nav-logo .badge-icon { height: 2rem !important; margin: 0; }
.nav-links { display: flex; gap: 0.5rem; list-style: none; }
.nav-links a { color: white; text-decoration: none; padding: 0.5rem 1rem; border-radius: 2rem; font-weight: 700; cursor: pointer; transition: 0.2s; }
.nav-links a:hover, .nav-links a.active { background: rgba(255,255,255,0.2); color: var(--cream); }
.nav-cta { background: var(--brown) !important; color: var(--cream) !important; }
.menu-toggle { display: none; background: none; border: none; color: white; font-size: 1.8rem; cursor: pointer; }

/* ─── STRUCTURE PAGES ─── */
.page { display: none; padding-top: var(--nav-h); min-height: 100vh; animation: fadeIn 0.4s ease; }
.page.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* ─── HERO SECTION ─── */
.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url('fond_info.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  padding: 2rem;
  overflow: hidden;
}
.hero h1 { font-family: 'Fredoka One'; font-size: clamp(2.5rem, 8vw, 5.5rem); line-height: 1; margin: 1rem 0; text-shadow: 0 4px 10px rgba(0,0,0,0.2); }
.hero h1 em { color: var(--cream); font-style: normal; }
.hero-badge { background: rgba(255,255,255,0.1); padding: 0.5rem 1.2rem; border-radius: 2rem; font-weight: 800; font-size: 0.8rem; text-transform: uppercase; display: inline-flex; align-items: center; gap: 0.5rem; }
.hero-badge .badge-icon {
  height: 3em !important; width: auto; margin: 0;
  display: inline-block;
  object-fit: contain;
}
.hero-date { font-family: 'Fredoka One'; font-size: 1.5rem; color: var(--cream); margin: 0.5rem 0 1rem; }
.hero-sub { max-width: 600px; margin: 0 auto 2.5rem; font-size: 1.1rem; color: rgba(255,255,255,0.9); }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: var(--brown); color: var(--cream); border: none; padding: 1.2rem 2.5rem; border-radius: 3rem; font-family: 'Fredoka One'; font-size: 1rem; cursor: pointer; transition: 0.3s; }
.btn-primary:hover { background: var(--brown-dark); transform: scale(1.05); }
.btn-secondary { background: rgba(255,255,255,0.2); color: white; border: 2px solid white; padding: 1.1rem 2.5rem; border-radius: 3rem; font-size: 1rem; cursor: pointer; transition: 0.3s; }
.btn-secondary:hover { background: rgba(255,255,255,0.35); }

/* ─── SECTIONS & GRIDS ─── */
.section-wrap { padding: 5rem 10%; }
.section-label { color: var(--green); font-weight: 800; text-transform: uppercase; text-align: center; margin-bottom: 0.5rem; letter-spacing: 2px; }
.section-title { font-family: 'Fredoka One'; text-align: center; font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 3rem; color: var(--green-dark); }
/* Classe manquante : sous-titre de section */
.section-sub { text-align: center; color: #6b5a3a; margin-bottom: 2rem; font-size: 1.05rem; }

/* ─── CARDS ÉVÉNEMENT ─── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto 3rem;
}

.card {
  background: white;
  border-radius: 2rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  border-bottom: 5px solid var(--green);
  transition: transform 0.3s;
}
.card:hover { transform: translateY(-8px); }

.card-icon-wrap {
  width: 67px; height: 67px;
  border-radius: 50%;
  background: #eaf3de;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 1.8rem;
  overflow: hidden;
  padding: 10px;
}
/* Classe manquante : icône emoji dans les cards animations */
.card-icon { font-size: 2.5rem; display: block; margin-bottom: 0.75rem; }

.card h3 {
  font-family: 'Fredoka One';
  font-size: 1.2rem;
  color: var(--green-dark);
  margin-bottom: 0.6rem;
}
.card p { font-size: 0.9rem; color: #6b5a3a; line-height: 1.6; }

.card-pill {
  display: inline-block;
  margin-top: 1rem;
  background: #eaf3de;
  color: var(--green-dark);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* Classe manquante : badge alternatif dans les cards animations */
.card-badge {
  display: inline-block;
  margin-top: 1rem;
  background: var(--brown);
  color: var(--cream);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-divider {
  border: none;
  border-top: 2px dashed #c0dd97;
  margin: 3rem auto;
  max-width: 1000px;
}

/* ─── CARTE LEAFLET ─── */
#map {
  height: 500px !important;
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
  border-radius: 20px;
  border: 4px solid var(--green);
  z-index: 1;
  display: block;
}

/* ─── TIMELINE ─── */
.timeline { max-width: 45rem; margin: 0 auto; display: flex; flex-direction: column; }
.timeline-item { display: flex; gap: 1.5rem; margin-bottom: 1rem; }
.timeline-time { flex: 0 0 4.5rem; font-family: 'Fredoka One'; color: var(--brown); padding-top: 0.5rem; text-align: right; }
.timeline-indicator { display: flex; flex-direction: column; align-items: center; flex: 0 0 2rem; }
.timeline-dot { width: 1.3rem; height: 1.3rem; background: var(--green); border-radius: 50%; border: 3px solid white; box-shadow: 0 0 0 2px var(--green); z-index: 2; }
.timeline-line { width: 4px; background: linear-gradient(to bottom, var(--green), var(--brown)); flex-grow: 1; margin-top: -2px; }
.timeline-item:last-child .timeline-line { display: none; }
.timeline-body { flex: 1; background: white; padding: 1.5rem; border-radius: 1.2rem; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

/* Icône dans le titre de la timeline */
.timeline-body h4 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.timeline-body h4 .badge-icon {
  height: 50px !important;
  width: auto;
  margin: 0;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

/* ─── PARTENAIRES ─── */
/* Classe manquante */
.partners-grid { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 2rem; }
.partner-chip { background: white; padding: 0.8rem 1.5rem; border-radius: 2rem; text-decoration: none; color: var(--green-dark); font-weight: 700; border: 1px solid rgba(0,0,0,0.1); transition: 0.2s; }
.partner-chip.main { background: var(--green-dark); color: white; }
.partner-chip:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }

/* ─── BLOCS EVENTS ─── */
.asso-block { max-width: 700px; margin: 4rem auto 0; background: white; padding: 3rem; border-radius: 2.5rem; text-align: center; border: 2px dashed var(--green); }
/* Classe manquante : icône dans asso-block */
.asso-icon .badge-icon { height: 80px !important; }

/* ─── BACKGROUNDS DE SECTIONS (classes manquantes) ─── */
.features-bg  { background: linear-gradient(135deg, #f0f9e4 0%, var(--cream-pale) 100%); }
.timeline-bg  { background: linear-gradient(135deg, var(--cream-pale) 0%, #fff8dc 100%); }
.partners-bg  { background: var(--green-dark); padding: 3rem 10%; }
.partners-bg .section-label { color: var(--cream); }
.animations-bg { background: linear-gradient(135deg, #fff8dc 0%, var(--cream-pale) 100%); }
.boissons-bg  { background: linear-gradient(135deg, var(--cream-pale) 0%, #f0f9e4 100%); }
.parcours-section { background: var(--cream-pale); }
.faq-bg { background: linear-gradient(135deg, var(--cream-pale) 0%, #f0f9e4 100%); }

/* ─── FOOTER ─── */
/* Classes manquantes */
.main-footer { background: var(--green-dark); color: white; padding: 3rem; text-align: center; }
.main-footer a { color: var(--cream); text-decoration: none; }
.footer-logo { font-family: 'Fredoka One'; font-size: 1.4rem; margin-bottom: 0.5rem; }

/* Classe générique footer existante */
footer { background: var(--green-dark); color: white; padding: 3rem; text-align: center; }
footer a { color: var(--cream); text-decoration: none; }

/* ─── TARIFS & FAQ ─── */
.tarifs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; max-width: 900px; margin: 0 auto 3rem; }
.tarif-card { background: white; padding: 2.5rem; border-radius: 2rem; text-align: center; transition: 0.3s; }
.tarif-card.featured { background: var(--brown); color: white; transform: scale(1.05); border: 2px solid var(--cream); }
.tarif-price { font-family: 'Fredoka One'; font-size: 3.5rem; line-height: 1; margin: 1rem 0; }
.tarif-price span { font-size: 1.5rem; }
.tarif-cta { display: inline-block; background: var(--green); color: white; text-decoration: none; padding: 0.8rem 1.5rem; border-radius: 2rem; font-weight: 800; margin-top: 1rem; }

.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { background: white; margin-bottom: 1rem; border-radius: 1rem; overflow: hidden; border: 1px solid rgba(0,0,0,0.1); }
.faq-q { width: 100%; padding: 1.2rem; background: none; border: none; font-family: 'Fredoka One'; color: var(--green-dark); text-align: left; cursor: pointer; display: flex; justify-content: space-between; font-size: 1rem; }
.faq-arrow { transition: transform 0.3s; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; padding: 0 1.2rem; transition: 0.3s; color: #6b5a3a; }
.faq-item.open .faq-a { max-height: 200px; padding-bottom: 1.2rem; padding-top: 0.5rem; }

/* ─── TARIFS (page billet) ─── */
.pricing-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.price-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2rem;
  width: 300px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 2px solid transparent;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-card:hover { transform: translateY(-5px); }
.price-card.popular { border-color: var(--green); position: relative; }
.price-card.popular::before {
  content: "LE PLUS PRISÉ";
  position: absolute;
  top: -15px;
  background: var(--green);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 800;
}
.price-header { text-align: center; margin-bottom: 1rem; }
.price-header h3 { color: var(--brown); font-size: 1.2rem; margin-bottom: 1rem; }
.price-amount { font-family: 'Fredoka One', cursive; font-size: 3.5rem; color: var(--green); margin-bottom: 1.5rem; text-align: center; }
.price-amount span { font-size: 1.5rem; vertical-align: super; }
.price-features { list-style: none; margin-bottom: 2rem; text-align: center; width: 100%; }
.price-features li { margin-bottom: 0.8rem; color: var(--text); }
.btn-buy {
  background: var(--green);
  color: white;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 800;
  width: 100%;
  text-align: center;
  transition: background 0.3s;
  display: block;
}
.btn-buy:hover { background: var(--green-dark); }

.billet-footer { margin-top: 3rem; text-align: center; font-size: 0.9rem; opacity: 0.7; }

/* ─── BILLET PAGE ─── */
.billet-bg { min-height: 90vh; display: flex; align-items: center; justify-content: center; background: var(--green-dark); padding: 2rem; }
.billet-card { background: white; padding: 4rem; border-radius: 3rem; text-align: center; max-width: 600px; box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.billet-cta { display: inline-block; background: var(--brown); color: var(--cream); text-decoration: none; padding: 1.5rem 3rem; border-radius: 4rem; font-family: 'Fredoka One'; font-size: 1.4rem; margin-top: 2rem; }

/* ─── FOOTER & MISC ─── */
.corn-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;        /* UNE seule ligne obligatoire */
  overflow-x: auto;
  gap: 0.75rem;
  padding: 0.5rem 1rem;
  background: var(--brown);
}

.corn-strip img {
  height: 38px;
  width: auto;
  max-width: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .corn-strip img {
    height: 28px;      /* taille emoji */
    max-width: 28px;
  }
  .corn-strip { gap: 0.5rem; padding: 0.4rem 0.75rem; }
}

.boissons-note {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: var(--brown);
  font-weight: 700;
  background: rgba(107, 68, 35, 0.08);
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ─── CAROUSEL BOISSONS ─── */
.bv-carousel-wrap { max-width: 1000px; margin: 0 auto; }
.bv-carousel { overflow: hidden; }
.bv-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}
.bv-card {
  flex: 0 0 calc(33.333% - 0.84rem);
  background: white;
  border: 1px solid rgba(0,0,0,0.08);
  border-bottom: 5px solid var(--green);
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  text-align: center;
}
.bv-km {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  background: var(--green);
  color: var(--cream);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.bv-km strong { font-size: 1.2rem; color: var(--cream); }

.bv-icon { font-size: 2.5rem; display: block; margin-bottom: 0.5rem; }
.bv-icon img {
  height: 120px;
  width: auto;
  object-fit: contain;
  margin-bottom: 10px;
  filter: drop-shadow(0 5px 15px rgba(0,0,0,0.1));
}
.bv-name { font-family: 'Fredoka One'; font-size: 1.1rem; margin: 0 0 0.3rem; color: var(--green-dark); }
.bv-type { font-size: 0.75rem; color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 0.75rem; }
.bv-desc { font-size: 0.9rem; color: #555; line-height: 1.5; margin: 0 0 1rem; }
.bv-tags { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.bv-tag {
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 999px;
  background: #f0f0f0;
  color: #666;
  border: 1px solid rgba(0,0,0,0.08);
}
.bv-tag.green { background: #eaf3de; color: var(--green-dark); border-color: #c0dd97; }

.bv-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.bv-btn {
  width: 2.5rem; height: 2.5rem;
  border-radius: 50%;
  border: 2px solid var(--green);
  background: white;
  color: var(--green);
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.2s;
  display: flex; align-items: center; justify-content: center;
}
.bv-btn:hover { background: var(--green); color: white; }
.bv-btn:disabled { opacity: 0.3; cursor: default; pointer-events: none; }

.bv-dots { display: flex; gap: 6px; }
.bv-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.2s, width 0.2s;
}
.bv-dot.active { background: var(--green); width: 20px; border-radius: 4px; }

/* ─── PAGE ASSOCIATION ─── */
#page-association { background: var(--cream-pale); }

.endo-section {
  padding: 5rem 10%;
  max-width: 1200px;
  margin: 0 auto;
}

.endo-label {
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.endo-title {
  font-family: 'Fredoka One', cursive;
  text-align: center;
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 3rem;
  color: var(--green-dark);
}

.endo-card-dashed {
  background: var(--white);
  border: 3px dashed var(--brown);
  border-radius: 2rem;
  padding: 3rem;
  text-align: center;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.endo-pink-icon { font-size: 3rem; margin-bottom: 1rem; display: block; }

.endo-card-title {
  font-family: 'Fredoka One', cursive;
  color: var(--green-dark);
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.endo-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.endo-stat-card {
  background: var(--white);
  padding: 2.5rem 1.5rem;
  border-radius: 1.5rem;
  text-align: center;
  border-bottom: 5px solid var(--green);
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.endo-stat-number {
  display: block;
  font-family: 'Fredoka One';
  font-size: 2.5rem;
  color: var(--green-dark);
  margin-bottom: 0.5rem;
}
.endo-stat-label {
  font-weight: 700;
  color: var(--brown);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.endo-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.endo-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 1.5rem;
  position: relative;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.05);
}
.endo-accent-bar {
  position: absolute;
  top: 0; left: 2.5rem; right: 2.5rem;
  height: 6px;
  background: var(--green);
  border-radius: 0 0 10px 10px;
}
.endo-card-text { color: var(--text); line-height: 1.7; }

.endo-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.5rem; }
.endo-tag {
  background: var(--sky-pale);
  color: var(--green-dark);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  border: 1px solid rgba(94, 140, 57, 0.2);
}
.endo-list { list-style: none; padding: 0; margin-top: 1.5rem; }
.endo-list li { margin-bottom: 0.8rem; display: flex; align-items: center; gap: 10px; }
.endo-list li::before { content: "✔"; color: var(--green); font-weight: bold; }

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

  /* Navigation */
  .menu-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: var(--nav-h);
    left: 0;
    width: 100%;
    background: var(--green);
    flex-direction: column;
    padding: 1rem 1.5rem 1.5rem;
    border-bottom: 4px solid var(--green-dark);
    gap: 0.25rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }
  .nav-links.mobile-open { display: flex; }
  .nav-links a {
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    font-size: 1rem;
    display: block;
  }
  .nav-cta { margin-top: 0.5rem; }

  /* Sections */
  .section-wrap { padding: 3rem 5%; }
  .endo-section { padding: 3rem 5%; }

  /* Hero */
  .hero { padding: 1.5rem 1rem; }
  .hero-badge { font-size: 0.7rem; padding: 0.4rem 1rem; }
  .hero-sub { font-size: 1rem; margin-bottom: 2rem; }
  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .btn-primary,
  .btn-secondary {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    text-align: center;
    margin-left: 0;
  }

  /* Timeline — évite que les éléments se chevauchent */
  .timeline { padding: 0; }
  .timeline-item {
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    align-items: flex-start;
  }
  .timeline-time {
    flex: 0 0 3rem;
    font-size: 0.8rem;
    padding-top: 0.4rem;
    line-height: 1.2;
  }
  .timeline-indicator {
    flex: 0 0 1.5rem;
    align-self: stretch; /* s'étire sur toute la hauteur de l'item */
  }
  .timeline-dot { width: 1rem; height: 1rem; }
  /* La ligne doit toujours être visible pour relier les points */
  .timeline-line { display: block !important; }
  .timeline-body {
    padding: 1rem;
    border-radius: 1rem;
  }
  .timeline-body h4 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.95rem;
    align-items: center;
  }
  /* Icônes dans la timeline : réduites sur mobile */
  .timeline-body h4 .badge-icon {
    height: 32px !important;
  }
  .timeline-body p { font-size: 0.875rem; }

  /* Cards grille — 2 colonnes côte à côte */
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .card { padding: 1.25rem 0.75rem; }
  /* Icônes dans les cards d'animation */
  .card .badge-icon { height: 55px !important; }

  /* Carrousel boissons */
  .bv-carousel-wrap { padding: 0 0.5rem; }
  .bv-card {
    flex: 0 0 85%;
    padding: 1.5rem 1.25rem;
  }
  .bv-icon img { height: 90px; }

  /* Carte Leaflet */
  #map {
    height: 320px !important;
    width: 100%;
    border-radius: 14px;
  }

  /* Page tarifs — côte à côte */
  .pricing-container {
    flex-direction: row;
    align-items: stretch;
    gap: 0.75rem;
    flex-wrap: nowrap;
  }
  .price-card {
    width: auto;
    flex: 1;
    min-width: 0;
    padding: 1.5rem 1rem;
  }
  .price-amount { font-size: 2.5rem; }
  .price-header h3 { font-size: 1rem; }
  .price-features { font-size: 0.85rem; }
  .btn-buy { padding: 0.8rem 1rem; font-size: 0.85rem; }

  /* Page billet */
  .billet-card {
    padding: 2rem 1.5rem;
    border-radius: 2rem;
  }
  .billet-cta {
    font-size: 1.1rem;
    padding: 1.2rem 2rem;
  }

  /* Association / Endopicardie */
  .endo-card-dashed { padding: 2rem 1.25rem; }
  /* Association — 3 fun facts sur une seule ligne */
  .endo-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
  }
  .endo-stat-card {
    padding: 1.25rem 0.5rem;
  }
  .endo-stat-number { font-size: 1.6rem; }
  .endo-stat-label { font-size: 0.7rem; }
  .endo-grid-2 { grid-template-columns: 1fr; gap: 1.25rem; }
  .endo-card { padding: 1.75rem 1.25rem; }
  .endo-tags { gap: 6px; }
  .endo-tag { font-size: 0.8rem; padding: 0.4rem 0.8rem; }

  /* Bloc asso */
  .asso-block { padding: 2rem 1.25rem; border-radius: 1.5rem; margin-top: 2rem; }
  .asso-icon .badge-icon { height: 60px !important; }

  /* FAQ */
  .faq-q { font-size: 0.9rem; padding: 1rem; }
  .faq-item.open .faq-a { max-height: 300px; }

  /* Section title */
  .section-title { margin-bottom: 2rem; }

  /* Bande partenaires */
  .partners-strip-track img { height: 38px; }
  .partners-footer-strip { padding: 1.5rem 0; }

  /* Misc */
  .parcours-grid { grid-template-columns: 1fr; gap: 2rem; }
  .tarifs-grid { grid-template-columns: 1fr; gap: 1rem; }
}

/* ─── TRÈS PETIT ÉCRAN (≤ 380px) ─── */
@media (max-width: 380px) {
  :root { --nav-h: 3.8rem; }
  .nav-logo { font-size: 1rem; }
  .hero h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .hero-badge { font-size: 0.65rem; }
  .bv-card { flex: 0 0 92%; }
  .timeline-time { flex: 0 0 2.6rem; font-size: 0.75rem; }
  .section-wrap { padding: 2.5rem 4%; }
}










/* ─── BANDE PARTENAIRES ─── */
.partners-footer-strip {
  background: var(--green-dark);
  padding: 2rem 0;
  overflow: hidden;
}
.partners-strip-label {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 1.2rem;
}
.partners-strip-wrap { overflow: hidden; }
.partners-strip-track {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  animation: scroll-logos 22s linear infinite;
  width: max-content;
}
.partners-strip-track:hover { animation-play-state: paused; }
@keyframes scroll-logos {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.partners-strip-track img {
  height: 52px;
  width: auto;
  object-fit: contain;
  pointer-events: auto;
  cursor: pointer;
  opacity: 0.7;
  flex-shrink: 0;
  transition: opacity 0.25s, filter 0.25s;
}




/* Assure que le lien ne change pas la disposition du flexbox */
.partners-strip-track a {
  display: flex;
  align-items: center;
  text-decoration: none; /* Enlever d'éventuels traits de lien */
}



.strip-sep {
  width: 1px;
  height: 36px;
  flex-shrink: 0;
}

