@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Nunito:wght@400;600;700;800&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --honey: #F5A623;
  --honey-dark: #C47D08;
  --honey-light: #FFF8E1;
  --pollen: #FFD966;
  --bee-black: #2C2416;
  --soft-white: #FFFDF7;
  --text: #2C2416;
  --muted: #7A6A50;
  --teal: #1A9494;
  --blue: #1565C0;
  --green: #2E7D32;
  --pink: #E91E8C;
  --pink-dark: #880E4F;
}

body {
  font-family: 'Nunito', sans-serif;
  background: var(--soft-white);
  color: var(--text);
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  background: var(--bee-black);
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-logo img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--pollen);
}
.nav-links { display: flex; gap: 18px; list-style: none; }
.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: color .2s;
}
.nav-links a:hover { color: var(--pollen); }
.nav-cta {
  background: var(--honey);
  color: var(--bee-black) !important;
  padding: 7px 16px;
  border-radius: 20px;
  font-weight: 800 !important;
}

/* ── HERO ── */
.hero {
  background: linear-gradient(160deg, #2C2416 0%, #3D2E0C 60%, #5A3E10 100%);
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}
.hcomb {
  position: absolute;
  inset: 0;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100'%3E%3Cpath d='M28 66L0 50V16L28 0l28 16v34z' fill='none' stroke='%23F5A623' stroke-width='2'/%3E%3Cpath d='M28 100L0 84V50l28-16 28 16v34z' fill='none' stroke='%23F5A623' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 56px 100px;
}
.fbee {
  position: absolute;
  font-size: 36px;
  animation: float 4s ease-in-out infinite;
  opacity: .6;
}
.b1 { top: 12%; left: 6%; }
.b2 { top: 65%; right: 8%; animation-delay: 1.5s; font-size: 24px; }
.b3 { top: 25%; right: 18%; animation-delay: .8s; font-size: 20px; }

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-14px) rotate(5deg); }
}

.hero-content { position: relative; z-index: 2; max-width: 700px; }
.hero-logo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--pollen);
  margin-bottom: 1.2rem;
  box-shadow: 0 0 30px rgba(255, 217, 102, .3);
}
.hero-badge {
  display: inline-block;
  background: var(--honey);
  color: var(--bee-black);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 1rem;
}
.hero-insta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(240,148,51,.5);
  color: #f09433;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: background .2s;
}
.hero-insta:hover { background: rgba(255,255,255,.2); }
.hero h1 {
  font-family: 'Fredoka One', cursive;
  font-size: clamp(48px, 9vw, 84px);
  color: var(--pollen);
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: .3rem;
}
.hero-slogan {
  font-family: 'Fredoka One', cursive;
  font-size: clamp(18px, 3.5vw, 28px);
  color: #fff;
  margin-bottom: .8rem;
}
.hero-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, .65);
  font-style: italic;
  margin-bottom: .5rem;
  line-height: 1.6;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.hero-accroche {
  font-size: 17px;
  font-weight: 800;
  color: var(--pollen);
  margin-bottom: 2rem;
}
/* ── COUNTDOWN ── */
.hero-countdown {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,217,102,.35);
  border-radius: 20px;
  padding: 14px 24px;
  margin-bottom: 2rem;
  backdrop-filter: blur(6px);
}
.hcd-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--pollen);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hcd-blocks {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hcd-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 52px;
}
.hcd-num {
  font-family: 'Fredoka One', cursive;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
.hcd-unit {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 2px;
}
.hcd-sep {
  font-family: 'Fredoka One', cursive;
  font-size: 28px;
  color: var(--pollen);
  margin-bottom: 12px;
}

.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-p {
  background: var(--honey);
  color: var(--bee-black);
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: transform .2s;
}
.btn-p:hover { background: var(--pollen); transform: scale(1.04); }
.btn-o {
  background: transparent;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 30px;
  border: 1.5px solid rgba(255, 255, 255, .35);
  cursor: pointer;
}
.btn-o:hover { border-color: var(--pollen); }

/* ── STRIP ── */
.strip {
  background: var(--honey);
  padding: 1.1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}
.strip p { font-weight: 800; color: var(--bee-black); font-size: 14px; }
.steps { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; justify-content: center; }
.pill {
  background: var(--bee-black);
  color: var(--pollen);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
}
.arr { color: var(--bee-black); font-weight: 800; font-size: 18px; }

/* ── SECTIONS ── */
.section { padding: 3.5rem 2rem; max-width: 1100px; margin: 0 auto; }
.sec-hd { text-align: center; margin-bottom: 2.5rem; }
.sec-tag {
  display: inline-block;
  background: var(--honey-light);
  color: var(--honey-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.sec-title {
  font-family: 'Fredoka One', cursive;
  font-size: 36px;
  color: var(--bee-black);
}
.sec-sub { color: var(--muted); font-size: 15px; margin-top: 6px; }

/* ── PRODUITS ── */
.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: end;
}
.pcard {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(44, 36, 22, .08);
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.pcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(44, 36, 22, .14);
}
.pimg-wrap {
  background: #FFFDF7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.pimg-wrap img {
  object-fit: contain;
  display: block;
  transition: transform .4s;
}
.pcard:hover .pimg-wrap img { transform: scale(1.06); }
.size-small .pimg-wrap { height: 150px; }
.size-small .pimg-wrap img { max-height: 130px; width: auto; }
.size-medium .pimg-wrap { height: 195px; }
.size-medium .pimg-wrap img { max-height: 175px; width: auto; }
.size-large .pimg-wrap { height: 240px; }
.size-large .pimg-wrap img { max-height: 225px; width: auto; }
.size-label {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 12px;
  z-index: 2;
}
.size-small .size-label { background: #FFF8E1; color: #C47D08; }
.size-medium .size-label { background: var(--honey); color: var(--bee-black); }
.size-large .size-label { background: var(--bee-black); color: var(--pollen); }
.pbadge-pop {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--honey);
  color: var(--bee-black);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 12px;
  z-index: 2;
}
.pbody { padding: 1.3rem; flex: 1; display: flex; flex-direction: column; }
.pname {
  font-family: 'Fredoka One', cursive;
  font-size: 21px;
  color: var(--bee-black);
  margin-bottom: 4px;
}
.pdesc { font-size: 13px; color: var(--muted); line-height: 1.5; margin-bottom: 14px; flex: 1; }
.pfoot { display: flex; align-items: center; justify-content: space-between; }
.pprice { font-size: 28px; font-weight: 800; color: var(--honey-dark); }
.abtn {
  background: var(--bee-black);
  color: var(--pollen);
  border: none;
  padding: 9px 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  transition: background .2s;
}
.abtn:hover { background: var(--honey-dark); color: #fff; }

/* ── ÉVÉNEMENTS ── */
.events-bg { background: var(--honey-light); padding: 4rem 2rem; }
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}
.ecard {
  background: #fff;
  border-radius: 20px;
  padding: 1.8rem;
  text-align: center;
  border: 2px solid var(--pollen);
  box-shadow: 0 4px 16px rgba(245, 166, 35, .12);
}
.eicon { font-size: 40px; margin-bottom: 12px; }
.edate {
  font-family: 'Fredoka One', cursive;
  font-size: 24px;
  color: var(--honey-dark);
  margin-bottom: 6px;
}
.etime { font-size: 13px; font-weight: 700; color: var(--muted); margin-bottom: 8px; }
.elieu { font-size: 14px; font-weight: 700; color: var(--bee-black); line-height: 1.5; }

/* ── LA RUCHE ── */
.ruche-section { background: var(--bee-black); padding: 4rem 2rem; }
.ruche-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.pole-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(245, 166, 35, .2);
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  transition: background .2s;
}
.pole-card:hover { background: rgba(255, 255, 255, .1); }
.pole-icon { font-size: 32px; margin-bottom: 10px; }
.pole-name {
  font-family: 'Fredoka One', cursive;
  font-size: 17px;
  color: var(--pollen);
  margin-bottom: 10px;
}
.pole-members { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.member-tag {
  background: rgba(255, 217, 102, .12);
  color: var(--pollen);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 217, 102, .25);
}
.membre-coord { background: rgba(245, 166, 35, .2); border-color: var(--honey); }

/* ── PARTENAIRES ── */
.partenaires-section { background: #fff; padding: 4rem 2rem; }
.partenaires-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.partner-card {
  background: var(--honey-light);
  border: 2px solid var(--pollen);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partner-card img {
  width: 160px;
  height: 100px;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 14px;
  background: #fff;
  padding: 8px;
}
.partenaires-grid {
  align-items: stretch;
}
.partner-name {
  font-family: 'Fredoka One', cursive;
  font-size: 18px;
  color: var(--bee-black);
  margin-bottom: 6px;
}
.partner-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }
.partner-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.badge-asso { background: var(--honey); color: var(--bee-black); }
.badge-epa { background: var(--teal); color: #fff; }

/* ── QUI SOMMES-NOUS ── */
.qui-section { padding: 4rem 2rem; max-width: 900px; margin: 0 auto; text-align: center; }
.qui-section p { font-size: 16px; color: var(--muted); line-height: 1.8; max-width: 650px; margin: 0 auto; }

/* ── CONTACT ── */
.contact-section {
  background: linear-gradient(135deg, #FFF8E1, #FFF0F5);
  border-radius: 24px;
  padding: 3rem 2rem;
  text-align: center;
  margin: 0 2rem 3rem;
  border: 2px solid var(--pollen);
}
.contact-section h2 {
  font-family: 'Fredoka One', cursive;
  font-size: 30px;
  color: var(--bee-black);
  margin-bottom: 12px;
}
.contact-section p { color: var(--muted); font-size: 15px; margin-bottom: 1.5rem; }
.contact-pills { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.mail-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bee-black);
  color: var(--pollen);
  font-size: 15px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
}
.insta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: opacity .2s;
}
.insta-pill:hover { opacity: .88; }

/* ── FOOTER ── */
footer {
  background: var(--bee-black);
  color: rgba(255, 255, 255, .5);
  text-align: center;
  padding: 2rem;
  font-size: 13px;
}
.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.footer-logos img {
  height: 44px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  padding: 4px;
}
.footer-logos .round {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  object-fit: cover;
  padding: 0;
}
.flogo { font-family: 'Fredoka One', cursive; font-size: 20px; color: var(--pollen); }
footer a { color: var(--honey); text-decoration: none; }
footer a.footer-insta { color: #f09433; }
footer a.footer-insta:hover { color: #e6683c; }

/* ── RESPONSIVE ── */
@media (max-width: 650px) {
  .products { grid-template-columns: 1fr; }
  .partenaires-grid { grid-template-columns: 1fr; }
  .ruche-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}

/* ── CAROUSEL GALERIE ── */
.galerie-section { background: var(--bee-black); padding: 4rem 2rem; overflow: hidden; }
.galerie-section .sec-title { color: var(--pollen); }
.galerie-section .sec-sub { color: rgba(255,255,255,.5); }

.carousel-wrapper { position: relative; max-width: 1100px; margin: 0 auto; }

.carousel-track-outer { overflow: hidden; border-radius: 20px; }

.carousel-track {
  display: flex;
  gap: 16px;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 calc(33.333% - 11px);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  cursor: pointer;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.carousel-slide:hover img { transform: scale(1.05); }

/* Boutons nav */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--honey);
  color: var(--bee-black);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  z-index: 10;
  transition: background .2s, transform .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
}
.carousel-btn:hover { background: var(--pollen); transform: translateY(-50%) scale(1.1); }
.carousel-btn.prev { left: -24px; }
.carousel-btn.next { right: -24px; }

/* Dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.5rem;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
  cursor: pointer;
  transition: background .2s, transform .2s;
  border: none;
}
.carousel-dot.active {
  background: var(--pollen);
  transform: scale(1.3);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.9);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 12px;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  line-height: 1;
}

@media(max-width:700px) {
  .carousel-slide { flex: 0 0 calc(100% - 0px); }
  .carousel-btn.prev { left: 0; }
  .carousel-btn.next { right: 0; }
}
@media(min-width:701px) and (max-width:900px) {
  .carousel-slide { flex: 0 0 calc(50% - 8px); }
}

/* ── NOTRE MISSION ── */
.mission-section { background: var(--soft-white); padding: 4rem 2rem; }

.mission-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.mission-text h2 {
  font-family: 'Fredoka One', cursive;
  font-size: 32px;
  color: var(--bee-black);
  margin-bottom: 1rem;
}

.mission-pitch {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

.mission-pitch strong { color: var(--bee-black); }

.mission-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 1.8rem;
}

.mission-value {
  background: var(--honey-light);
  border-left: 4px solid var(--honey);
  border-radius: 0 12px 12px 0;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--bee-black);
  display: flex;
  align-items: center;
  gap: 8px;
}

.mission-cta {
  display: inline-block;
  background: var(--bee-black);
  color: var(--pollen);
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: background .2s;
}
.mission-cta:hover { background: var(--honey-dark); color: #fff; }

/* Stats */
.mission-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stat-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem 2rem;
  box-shadow: 0 4px 20px rgba(44,36,22,.07);
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--honey-light);
  transition: transform .2s;
}
.stat-card:hover { transform: translateX(6px); }

.stat-icon { font-size: 36px; flex-shrink: 0; }

.stat-number {
  font-family: 'Fredoka One', cursive;
  font-size: 32px;
  color: var(--honey-dark);
  line-height: 1;
}

.stat-label {
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
  line-height: 1.4;
}

.stat-card.highlight {
  background: var(--bee-black);
  border-color: var(--bee-black);
}
.stat-card.highlight .stat-number { color: var(--pollen); }
.stat-card.highlight .stat-label { color: rgba(255,255,255,.6); }

@media(max-width:700px) {
  .mission-inner { grid-template-columns: 1fr; }
  .mission-values { grid-template-columns: 1fr; }
}

/* ── BADGES PARTENAIRES SUPPLÉMENTAIRES ── */
.badge-video { background: var(--pink); color: #fff; }
.badge-sante { background: var(--blue); color: #fff; }
.badge-intl { background: var(--green); color: #fff; }

/* ── TEASER ACTUALITÉS ── */
.teaser-actu {
  background: linear-gradient(135deg, var(--honey-light) 0%, #FFF0F5 100%);
  padding: 3rem 2rem;
}
.teaser-actu-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}
.teaser-actu-title {
  font-family: 'Fredoka One', cursive;
  font-size: 32px;
  color: var(--bee-black);
  margin-top: 10px;
  margin-bottom: .8rem;
}
.teaser-actu-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 560px;
}
.teaser-actu-pills {
  display: flex;
  gap: 12px;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}
.teaser-pill {
  background: #fff;
  border-radius: 12px;
  padding: .7rem 1.1rem;
  font-size: 13px;
  color: var(--bee-black);
  font-weight: 700;
}
.teaser-pill-honey { border-left: 3px solid var(--honey); }
.teaser-pill-blue  { border-left: 3px solid var(--blue); }
.teaser-pill-green { border-left: 3px solid var(--green); }
.teaser-actu-btn {
  display: inline-block;
  background: var(--bee-black);
  color: var(--pollen);
  font-family: 'Fredoka One', cursive;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s;
}
.teaser-actu-btn:hover { background: var(--honey-dark); }
@media(max-width: 650px) {
  .teaser-actu-inner { grid-template-columns: 1fr; }
  .teaser-actu-btn { text-align: center; }
}

/* ── GRANDE SLIDER ── */
.grande-slider-track {
  display: flex;
  transition: transform .5s ease;
  width: 200%;
}
.grande-slider-track img {
  width: 50%;
  object-fit: cover;
  height: 240px;
}
.grande-slider-track img:last-child { object-position: center top; }
.grande-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--honey);
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grande-slider-btn.prev { left: 6px; }
.grande-slider-btn.next { right: 6px; }
.grande-slider-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}
.grande-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  transition: background .3s;
}
.grande-dot.active { background: var(--honey); }
.grande-dot.inactive { background: rgba(255,255,255,.5); }

/* ── HAMBURGER MOBILE ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--pollen);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 650px) {
  .nav-hamburger { display: flex; }
  .nav-links {
    display: none !important;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--bee-black);
    flex-direction: column;
    padding: 1rem 0;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.1);
    z-index: 99;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
  }
  .nav-links.open { display: flex !important; }
  .nav-links li {
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 0 2rem;
  }
  .nav-links a { display: block; padding: .8rem 0; font-size: 15px; }
  .nav-cta {
    display: inline-block !important;
    margin: .5rem 0;
    text-align: center;
    padding: 8px 18px !important;
  }
}

/* ── PETIT ÉCRAN (< 480px) ── */
@media (max-width: 480px) {
  .hero { padding: 3rem 1.2rem; min-height: auto; }
  .strip { padding: 1rem 1.2rem; }
  .section { padding: 2.5rem 1.2rem; }
  .mission-section { padding: 2.5rem 1.2rem; }
  .events-bg { padding: 2.5rem 1.2rem; }
  .ruche-section { padding: 2.5rem 1.2rem; }
  .partenaires-section { padding: 2.5rem 1.2rem; }
  .galerie-section { padding: 2.5rem 1.2rem; }
  .contact-section { margin: 0 1rem 2rem; }
  .stat-card { padding: 1rem 1.2rem; gap: 12px; }
  .stat-number { font-size: 26px; }
  .ecard { padding: 1.2rem; }
  .ruche-grid { grid-template-columns: 1fr; }
  .teaser-actu { padding: 2rem 1.2rem; }

  /* Countdown mobile */
  .hero-countdown { padding: 10px 14px; width: 100%; }
  .hcd-num { font-size: 26px; }
  .hcd-block { min-width: 38px; }
  .hcd-sep { font-size: 20px; }
  .hcd-unit { font-size: 9px; }
  .hcd-label { font-size: 10px; letter-spacing: .5px; }

  /* Contact pills mobile */
  .contact-pills { flex-direction: column; align-items: center; }
  .mail-pill, .insta-pill { width: 100%; max-width: 320px; justify-content: center; }
}
