/* ============================================================
   COCCIN'AILES × JOK'AIR PARAPENTE — STYLE.CSS
   Style partagé par toutes les pages du site
   ============================================================ */

:root {
  --ink:      #0C1018;
  --sky1:     #0A1830;
  --sky2:     #163466;
  --sky3:     #2A6BAC;
  --sky4:     #5AAAD8;
  --pollen:   #F0B429;
  --amber:    #E07B10;
  --lavande:  #8872B8;
  --olive:    #6A8C45;
  --creme1:   #FAF6EE;
  --creme2:   #F2EBD9;
  --white:    #ffffff;
  --shadow-sm: 0 3px 18px rgba(42,107,172,.06);
  --shadow-md: 0 8px 32px rgba(10,24,48,.12);
  --shadow-lg: 0 20px 60px rgba(10,24,48,.18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--creme1);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.2;
  font-weight: 700;
}
h1 { font-size: clamp(2.2rem, 5vw, 4.2rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 1rem; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); margin-bottom: .6rem; }
h4 { font-size: 1.1rem; margin-bottom: .4rem; font-family: 'DM Sans', sans-serif; font-weight: 600; }
em { font-family: 'Playfair Display', serif; font-style: italic; }

.sec-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
section { padding: 5rem 0; }

.sl {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: .15em;
  color: var(--pollen);
  margin-bottom: 1rem;
}
.sl::before { content: '◆'; color: var(--pollen); }

.pill {
  display: inline-block;
  padding: .5rem 1.2rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
}

.btn-gold, .btn-dark, .btn-ghost, .btn-jokair {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 1rem 1.8rem;
  font-family: 'DM Sans', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .02em;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-gold { background: var(--pollen); color: var(--ink); }
.btn-gold:hover { background: var(--amber); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(240,180,41,.35); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--sky2); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.4); }
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.btn-jokair { background: var(--sky3); color: var(--white); width: 100%; justify-content: center; }
.btn-jokair:hover { background: var(--sky2); }

nav#nb {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(12,16,24,.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: .8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-brand { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; font-style: italic; color: var(--white); display: inline-flex; align-items: center; gap: .5rem; }
.nav-brand .acc { color: var(--pollen); }
.nav-logo {
  height: 30px;
  width: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  transition: transform .2s;
}
.nav-logo:hover { transform: scale(1.05); }
.footer-logo {
  height: 48px;
  width: auto;
  display: block;
  margin-bottom: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
@media (max-width: 540px) {
  .nav-logo { height: 26px; }
  .footer-logo { height: 42px; }
}
nav#nb ul { display: flex; gap: 1.8rem; list-style: none; align-items: center; }
nav#nb a { color: rgba(255,255,255,.85); font-size: .9rem; font-weight: 500; transition: color .2s; }
nav#nb a:hover { color: var(--pollen); }
nav#nb .btn-mini { background: var(--pollen); color: var(--ink); padding: .55rem 1.2rem; border-radius: 4px; font-weight: 600; }
nav#nb .btn-mini:hover { background: var(--amber); }
.ham { display: none; background: transparent; color: var(--white); border: none; font-size: 1.6rem; cursor: pointer; }

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(10,24,48,.55) 0%, rgba(22,52,102,.65) 60%, rgba(42,107,172,.45) 100%),
    url('../images/parapente-vol-thermique-vue-luberon.jpg') center/cover no-repeat;
  color: var(--white);
  padding: 8rem 2rem 4rem;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(240,180,41,.12), transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(136,114,184,.12), transparent 50%);
  pointer-events: none;
}
.hero.geo-luberon { background-image: linear-gradient(135deg, rgba(10,24,48,.6), rgba(22,52,102,.7)), url('../images/vol-biplace-village-luberon-vue.jpg'); background-size: cover; background-position: center; }
.hero.geo-vaucluse { background-image: linear-gradient(135deg, rgba(10,24,48,.6), rgba(22,52,102,.7)), url('../images/paysage-provence-banon-mont-ventoux.jpg'); background-size: cover; background-position: center; }
.hero.geo-alpes { background-image: linear-gradient(135deg, rgba(10,24,48,.6), rgba(22,52,102,.7)), url('../images/decollage-parapente-banon-luberon.jpg'); background-size: cover; background-position: center; }
.hero.geo-manosque { background-image: linear-gradient(135deg, rgba(10,24,48,.6), rgba(22,52,102,.7)), url('../images/vol-parapente-champs-provence-banon.jpg'); background-size: cover; background-position: center; }
.hero.geo-forcalquier { background-image: linear-gradient(135deg, rgba(10,24,48,.6), rgba(22,52,102,.7)), url('../images/survol-village-perche-luberon-parapente.jpg'); background-size: cover; background-position: center; }

/* Bannière livre Plume */
.plume-banner {
  background: linear-gradient(135deg, #E8F4FB 0%, #FAF6EE 100%);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.plume-banner::before {
  content: "☁️";
  position: absolute;
  top: 20px;
  right: 5%;
  font-size: 4rem;
  opacity: .15;
}
.plume-banner::after {
  content: "✨";
  position: absolute;
  bottom: 20px;
  left: 5%;
  font-size: 3rem;
  opacity: .2;
}
.plume-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}
.plume-cover {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(10,24,48,.2), 0 5px 15px rgba(10,24,48,.1);
  transform: rotate(-2deg);
  transition: transform .4s ease;
}
.plume-cover:hover { transform: rotate(0) scale(1.03); }
.plume-tag {
  display: inline-block;
  background: var(--pollen);
  color: var(--ink);
  padding: .4rem 1rem;
  border-radius: 999px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: .85rem;
  letter-spacing: .12em;
  margin-bottom: 1rem;
}
.plume-banner h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--sky2);
  margin-bottom: .6rem;
  line-height: 1.1;
}
.plume-sub {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--sky3);
  margin-bottom: 1.4rem;
}
.plume-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
}
.plume-list li {
  position: relative;
  padding-left: 1.8rem;
  margin: .6rem 0;
  color: rgba(30,26,16,.78);
  line-height: 1.5;
}
.plume-list li::before {
  content: "🪶";
  position: absolute;
  left: 0;
  top: 2px;
}
.plume-btns {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}
.plume-btn-amazon {
  background: var(--ink);
  color: var(--white);
  padding: .9rem 1.6rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: transform .2s, background .2s;
}
.plume-btn-amazon:hover {
  background: var(--sky2);
  transform: translateY(-2px);
}
.plume-btn-secondary {
  background: transparent;
  color: var(--sky3);
  padding: .9rem 1.6rem;
  border: 2px solid var(--sky3);
  border-radius: 4px;
  font-weight: 600;
  font-size: .9rem;
  transition: background .2s, color .2s;
}
.plume-btn-secondary:hover {
  background: var(--sky3);
  color: var(--white);
}
@media (max-width: 768px) {
  .plume-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .plume-cover {
    max-width: 220px;
    margin: 0 auto;
  }
  .plume-list { text-align: left; max-width: 360px; margin-left: auto; margin-right: auto; margin-bottom: 1.6rem; }
  .plume-btns { justify-content: center; }
}

.panorama-band {
  width: 100%;
  height: clamp(280px, 38vh, 460px);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.panorama-band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,24,48,.12) 0%, rgba(10,24,48,.55) 100%); }
.panorama-band .panorama-caption {
  position: absolute; bottom: 1.5rem; left: 0; right: 0;
  text-align: center; color: var(--white); z-index: 2;
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}

.experience { background: var(--creme1); padding: 5rem 0; }
.experience-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.2rem; margin-top: 2.5rem; }
.exp-card { position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: 4px; box-shadow: var(--shadow-sm); }
.exp-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.exp-card:hover img { transform: scale(1.05); }
.exp-card .exp-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.2rem; background: linear-gradient(180deg, transparent 50%, rgba(10,24,48,.9) 100%); color: var(--white); }
.exp-card h3 { color: var(--white); font-size: 1.1rem; margin-bottom: .3rem; }
.exp-card p { font-size: .85rem; color: rgba(255,255,255,.85); margin: 0; }

.section-img { width: 100%; height: auto; border-radius: 4px; box-shadow: var(--shadow-md); margin: 1.5rem 0; }

.galerie { background: var(--ink); color: var(--white); }
.galerie h2 { color: var(--white); }
.galerie-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1rem; margin-top: 2rem; }
.galerie-item { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 4px; background: var(--sky1); cursor: pointer; }
.galerie-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.galerie-item:hover img { transform: scale(1.06); }
.galerie-item::after { content: attr(data-label); position: absolute; inset: auto 0 0 0; padding: 1rem; background: linear-gradient(180deg, transparent, rgba(10,24,48,.85)); color: var(--white); font-size: .82rem; letter-spacing: .04em; opacity: 0; transition: opacity .3s; }
.galerie-item:hover::after { opacity: 1; }

.hero-content { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; width: 100%; }
.hero-h1 { margin: 1rem 0 1.5rem; display: block; }
.hero-h1 em { display: block; color: var(--pollen); font-style: italic; margin: .3rem 0; font-size: clamp(2.4rem, 5.5vw, 4.6rem); }
.hero-h1 .sub { display: block; font-family: 'DM Sans', sans-serif; font-style: normal; font-size: clamp(1rem, 1.6vw, 1.3rem); font-weight: 400; margin-top: 1rem; opacity: .85; }
.hero-p { font-size: clamp(1rem, 1.4vw, 1.15rem); max-width: 720px; line-height: 1.7; margin-bottom: 2rem; opacity: .92; }
.cta-row { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 1100px; margin: 4rem auto 0; }
.stat { border-left: 2px solid var(--pollen); padding-left: 1rem; }
.stat-n { font-family: 'Bebas Neue', sans-serif; font-size: 2.6rem; color: var(--pollen); line-height: 1; }
.stat-l { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; opacity: .75; margin-top: .3rem; }

.card { background: var(--white); padding: 1.8rem; border-left: 3px solid var(--pollen); box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.card.dark { background: linear-gradient(135deg, var(--sky1), var(--sky2)); color: var(--white); }
.card.dark p { color: rgba(255,255,255,.7); }

.tarif-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; margin: 2rem 0; }
.tarif-card { background: var(--white); padding: 1.3rem; text-align: center; border-top: 3px solid var(--pollen); box-shadow: var(--shadow-sm); }
.t-price { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--sky3); margin-bottom: .3rem; }
.t-label { font-size: .82rem; color: rgba(30,26,16,.7); }

.sites-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.4rem; margin-top: 2.5rem; }
.site-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); padding: 1.5rem; backdrop-filter: blur(8px); }
.site-card h3 { color: var(--pollen); margin-bottom: .4rem; }
.site-card p { color: rgba(255,255,255,.75); font-size: .9rem; }

.avis-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.4rem; margin-top: 2.5rem; }
.avis-card { background: var(--white); padding: 1.6rem; border-top: 3px solid var(--pollen); box-shadow: var(--shadow-sm); }
.stars { color: var(--pollen); margin-bottom: .8rem; letter-spacing: .15em; }
.avis-txt { font-style: italic; color: rgba(30,26,16,.78); margin-bottom: 1rem; line-height: 1.7; }
.avis-auth { font-size: .85rem; font-weight: 600; color: var(--ink); }
.avis-via { color: rgba(30,26,16,.5); font-weight: 400; }

.banon { background: var(--ink); color: var(--white); }
.banon h2 { color: var(--white); }
.banon-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; }
.banon-feats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2rem; }
.bf { padding: 1rem 0; }
.bf-icon { font-size: 2rem; margin-bottom: .3rem; }
.bf h4 { color: var(--pollen); }
.bf p { color: rgba(255,255,255,.7); font-size: .9rem; }
.banon p { color: rgba(255,255,255,.78); }
.map-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 2rem; border-radius: 4px; }
.map-label { font-family: 'Bebas Neue', sans-serif; letter-spacing: .15em; color: var(--pollen); font-size: .9rem; margin-bottom: 1.2rem; }
.mi { display: flex; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.mi:last-child { border-bottom: none; }
.mi-icon { font-size: 1.3rem; }
.mi-label { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.5); margin-bottom: .15rem; }
.mi-val { color: var(--white); font-size: .95rem; }
.mi-val a { color: var(--sky4); }
.mi-val a:hover { color: var(--pollen); }

.faq { background: var(--creme2); }
.faq-list { display: flex; flex-direction: column; gap: 1rem; max-width: 920px; margin: 2rem auto 0; }
.faq details { background: var(--white); padding: 1.3rem 1.6rem; border-left: 3px solid var(--pollen); box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--ink); list-style-position: inside; }
.faq details[open] summary { color: var(--sky3); }
.faq details p { margin-top: .8rem; font-size: .95rem; line-height: 1.75; color: rgba(30,26,16,.78); }

footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 4rem 0 1.5rem; font-size: .9rem; }
.ft-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.ft-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 3rem; }
.ft-brand p { line-height: 1.7; opacity: .7; margin-top: 1rem; }
.ft-col h4 { font-family: 'Bebas Neue', sans-serif; letter-spacing: .12em; color: var(--pollen); margin-bottom: 1rem; font-size: 1rem; }
.ft-col ul { list-style: none; }
.ft-col li { margin-bottom: .6rem; }
.ft-col a { color: rgba(255,255,255,.7); transition: color .2s; }
.ft-col a:hover { color: var(--pollen); }
.ft-bot { border-top: 1px solid rgba(255,255,255,.08); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .82rem; color: rgba(255,255,255,.5); }
.ft-bot a:hover { color: var(--pollen); }

.seo-text { position: absolute; left: -9999px; top: -9999px; height: 1px; width: 1px; overflow: hidden; }

.floating { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 80; display: flex; flex-direction: column; gap: .6rem; }
.fb { background: var(--ink); color: var(--white); padding: .8rem 1.2rem; border-radius: 999px; font-size: .82rem; font-weight: 600; box-shadow: var(--shadow-md); display: inline-flex; align-items: center; gap: .4rem; transition: transform .2s, background .2s; }
.fb:hover { background: var(--sky2); transform: translateY(-2px); }
.fb-gold { background: var(--pollen); color: var(--ink); }
.fb-gold:hover { background: var(--amber); }

.moving-banner { background: linear-gradient(135deg, var(--pollen), var(--amber)); color: var(--ink); padding: .75rem 3rem .75rem 1.5rem; text-align: center; font-size: .92rem; line-height: 1.5; position: relative; z-index: 50; }
.moving-banner a { text-decoration: underline; font-weight: 600; }
.moving-banner button { position: absolute; right: .6rem; top: 50%; transform: translateY(-50%); background: transparent; border: none; font-size: 1.3rem; cursor: pointer; padding: 0 .4rem; }

.geo-content { max-width: 980px; margin: 0 auto; padding: 4rem 2rem; }
.geo-content h2 { margin-top: 2.5rem; color: var(--ink); }
.geo-content h3 { margin-top: 1.8rem; color: var(--sky3); }
.geo-content p { margin-bottom: 1rem; color: rgba(30,26,16,.82); }
.geo-content ul { margin: .6rem 0 1.4rem 1.4rem; color: rgba(30,26,16,.82); }
.geo-content ul li { margin-bottom: .5rem; }
.geo-content strong { color: var(--ink); font-weight: 700; }
.geo-cta { background: var(--creme2); padding: 2rem; border-left: 3px solid var(--pollen); margin: 2.5rem 0; }
.geo-related { background: var(--ink); color: var(--white); padding: 4rem 2rem; }
.geo-related h2 { color: var(--white); text-align: center; }
.geo-related-grid { max-width: 1100px; margin: 2rem auto 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; }
.geo-related a { background: rgba(255,255,255,.05); padding: 1.2rem; border: 1px solid rgba(255,255,255,.1); text-align: center; font-weight: 500; color: rgba(255,255,255,.85); transition: background .2s, transform .2s; }
.geo-related a:hover { background: rgba(240,180,41,.15); border-color: var(--pollen); color: var(--pollen); transform: translateY(-2px); }

.breadcrumb { background: var(--creme2); padding: .8rem 2rem; font-size: .85rem; color: rgba(30,26,16,.65); }
.breadcrumb a { color: var(--sky3); }
.breadcrumb a:hover { color: var(--amber); }

@media (max-width: 900px) {
  nav#nb ul { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--ink); flex-direction: column; padding: 1rem 2rem; gap: 0; }
  nav#nb ul.open { display: flex; }
  nav#nb ul li { width: 100%; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.05); }
  .ham { display: block; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .banon-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .ft-top { grid-template-columns: 1fr 1fr; }
  section { padding: 3.5rem 0; }

  /* Forcer les sections en 2 colonnes (Bapteme, Histoire, Groupes) en pile verticale sur tablette/mobile */
  #bapteme > .sec-inner > div,
  #histoire > .sec-inner > div,
  #groupes > .sec-inner > div {
    display: block !important;
  }
  #groupes > .sec-inner > div > div:first-child { margin-bottom: 2rem; }
  #cadeau .sec-inner > div:last-child {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  #groupes > .sec-inner > div > div:first-child > div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  /* L'image du baptême en pleine largeur, hauteur raisonnable */
  #bapteme > .sec-inner > div > div:first-child {
    min-height: 360px !important;
    max-height: 420px;
    margin-bottom: 2rem;
    width: 100%;
  }
  /* L'image dans Histoire pleine largeur */
  #histoire .section-img {
    margin-top: 1.5rem;
  }

  /* Hero h1 plus mesuré sur tablette */
  .hero-h1 { font-size: clamp(1.9rem, 6vw, 3rem) !important; }
  .hero-h1 em { font-size: clamp(1.9rem, 6vw, 3rem) !important; line-height: 1.05; }
  .hero { padding: 6rem 1.2rem 3rem; min-height: auto; }
  .hero-stats { margin-top: 2.5rem; }
}
@media (max-width: 540px) {
  .ft-top { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .stat-n { font-size: 2rem; }
  .floating { right: .8rem; bottom: .8rem; }
  .fb { font-size: .75rem; padding: .7rem 1rem; }

  /* Hero h1 encore plus compact sur petit mobile */
  .hero-h1 { font-size: clamp(1.7rem, 7vw, 2.4rem) !important; }
  .hero-h1 em { font-size: clamp(1.7rem, 7vw, 2.4rem) !important; }
  .pill { font-size: .75rem; padding: .4rem .9rem; }

  /* Tarifs : 2 colonnes sur petit mobile */
  .tarif-row { grid-template-columns: repeat(2, 1fr); gap: .6rem; }
  .tarif-card { padding: 1rem; }
  .t-price { font-size: 1.5rem; }

  /* Galerie : 2 colonnes sur petit mobile */
  .galerie-grid { grid-template-columns: repeat(2, 1fr); gap: .6rem; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); gap: .6rem; }
}

/* =====================================================================
   ENHANCEMENTS V2 — refonte visuelle (diaporama, douceur, profondeur)
   Bloc d'overrides : laisse tout le style d'origine intact au-dessus.
   ===================================================================== */
:root{
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 6px 24px rgba(42,107,172,.10);
  --shadow-md: 0 16px 44px rgba(10,24,48,.16);
  --shadow-lg: 0 30px 80px rgba(10,24,48,.24);
}

/* ---------- HERO : diaporama plein écran avec léger zoom (Ken Burns) ---------- */
.hero{ background: var(--sky1); min-height: 92vh; }
.hero-slideshow{ position:absolute; inset:0; z-index:0; overflow:hidden; }
.hero-slide{
  position:absolute; inset:0;
  background-size:cover; background-position:center;
  opacity:0; transform:scale(1.0);
  animation: heroFade 40s infinite; will-change:opacity, transform;
}
.hero-slide:nth-child(1){ animation-delay: 0s; }
.hero-slide:nth-child(2){ animation-delay: 8s; }
.hero-slide:nth-child(3){ animation-delay: 16s; }
.hero-slide:nth-child(4){ animation-delay: 24s; }
.hero-slide:nth-child(5){ animation-delay: 32s; }
.hero-slideshow::after{
  content:''; position:absolute; inset:0;
  background: linear-gradient(135deg, rgba(10,24,48,.66) 0%, rgba(22,52,102,.55) 55%, rgba(42,107,172,.40) 100%);
}
@keyframes heroFade{
  0%   { opacity:0; transform:scale(1.0); }
  3%   { opacity:1; }
  18%  { opacity:1; }
  21%  { opacity:0; transform:scale(1.10); }
  100% { opacity:0; transform:scale(1.10); }
}
@media (prefers-reduced-motion: reduce){
  .hero-slide{ animation: none; }
  .hero-slide:nth-child(1){ opacity:1; }
}

/* Indice de défilement animé en bas du hero */
.scroll-cue{
  position:absolute; left:50%; bottom:1.4rem; transform:translateX(-50%);
  z-index:3; color:rgba(255,255,255,.85); font-size:1.7rem; line-height:1;
  animation: bob 1.9s ease-in-out infinite; text-decoration:none;
}
@keyframes bob{ 0%,100%{ transform:translate(-50%,0); } 50%{ transform:translate(-50%,9px); } }

/* Titre hero un peu plus présent + lisibilité */
.hero-content{ text-shadow: 0 2px 24px rgba(10,24,48,.35); }
.hero-h1 em{ text-shadow: 0 3px 30px rgba(10,24,48,.45); }

/* ---------- DOUCEUR : coins arrondis & ombres ---------- */
.card, .tarif-card, .avis-card, .site-card, .map-card,
.faq details, .geo-cta, .exp-card, .galerie-item, .section-img,
.plume-cover, .plume-btn-amazon, .plume-btn-secondary{
  border-radius: var(--radius);
}
.exp-card, .galerie-item{ overflow:hidden; }
.pill, .plume-tag{ border-radius:999px; }

/* ---------- BOUTONS : pilules douces avec dégradé ---------- */
.btn-gold, .btn-dark, .btn-ghost, .btn-jokair, nav#nb .btn-mini, .fb{
  border-radius: 999px;
}
.btn-gold{
  background: linear-gradient(135deg, var(--pollen) 0%, #F6C84D 100%);
  box-shadow: 0 10px 26px rgba(240,180,41,.30);
}
.btn-gold:hover{ background: linear-gradient(135deg, var(--amber), var(--pollen)); }
.btn-gold, .btn-dark, .btn-ghost{ padding: 1.05rem 2rem; }

/* ---------- CARTES : survol plus vivant ---------- */
.tarif-card, .avis-card{ transition: transform .25s ease, box-shadow .25s ease; }
.tarif-card:hover, .avis-card:hover{ transform: translateY(-5px); box-shadow: var(--shadow-md); }
.tarif-card{ border-top-width: 4px; }

/* ---------- TITRES de section : petit trait doré ---------- */
section h2{ position:relative; }
.sec-inner > .sl + h2::after,
.sec-inner h2.with-rule::after{ content:none; }

/* ---------- NAV un poil plus aérée ---------- */
nav#nb{ padding: .95rem 2rem; }

/* ---------- PANORAMA : coins arrondis sur grands écrans ---------- */
@media (min-width: 1280px){
  .panorama-band{ border-radius: var(--radius); max-width: 1200px; margin: 0 auto; }
}

/* ---------- APPARITION EN FONDU au défilement ---------- */
.reveal{ opacity:0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in{ opacity:1; transform:none; }

/* ---------- Bandeau Plume : un peu plus doux ---------- */
.plume-banner{ border-radius: var(--radius); max-width: 1240px; margin: 0 auto; }

/* ---------- RÉSEAUX SOCIAUX & CONTACT ---------- */
.social-row{ display:flex; gap:.7rem; flex-wrap:wrap; margin-top:1.2rem; }
.social-ico{
  width:42px; height:42px; border-radius:999px;
  display:inline-flex; align-items:center; justify-content:center;
  background: rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.18);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.social-ico svg{ width:20px; height:20px; fill:#fff; display:block; }
.social-ico:hover{ transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,.25); }
.social-ico.ig:hover{ background: linear-gradient(45deg,#f09433,#e6683c 30%,#dc2743 50%,#cc2366 75%,#bc1888); border-color:transparent; }
.social-ico.yt:hover{ background:#FF0000; border-color:transparent; }
.social-ico.fb:hover{ background:#1877F2; border-color:transparent; }
.social-ico.tt:hover{ background:#000; border-color:transparent; }
.social-ico.wa:hover{ background:#25D366; border-color:transparent; }

/* Rangée sociale dans le hero (sur fond photo) */
.hero .social-row{ justify-content:flex-start; }

/* Bouton flottant WhatsApp */
.fb.fb-wa{ background:#25D366; color:#fff; }
.fb.fb-wa:hover{ background:#1ebe5a; }

/* Mini-réseaux dans la barre de nav (desktop) */
.nav-social{ display:flex; gap:.4rem; align-items:center; margin-left:.4rem; }
.nav-social a{ width:32px; height:32px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; color:rgba(255,255,255,.8); transition:color .2s, background .2s; }
.nav-social a svg{ width:16px; height:16px; fill:currentColor; }
.nav-social a:hover{ color:#fff; background:rgba(255,255,255,.12); }
@media (max-width: 900px){ .nav-social{ display:none; } }

/* ---------- RÉSEAUX EN TEXTE (sans icônes) ---------- */
.social-row{ display:flex; gap:.6rem; flex-wrap:wrap; align-items:center; margin-top:1.2rem; }
.social-label{ font-family:'Bebas Neue',sans-serif; letter-spacing:.12em; font-size:.85rem;
  text-transform:uppercase; opacity:.85; margin-right:.3rem; }
.social-link{
  display:inline-block; padding:.5rem 1.15rem; border-radius:999px;
  border:1px solid rgba(255,255,255,.38); color:#fff;
  font-size:.85rem; font-weight:600; letter-spacing:.01em;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.hero .social-link{ text-shadow:none; }
.social-link:hover{ background:rgba(255,255,255,.16); border-color:#fff; transform:translateY(-2px); }
/* Variante footer */
footer .social-label{ color:var(--pollen); opacity:1; }
footer .social-link{ border-color:rgba(255,255,255,.22); color:rgba(255,255,255,.85); }
footer .social-link:hover{ color:#fff; border-color:var(--pollen); background:rgba(240,180,41,.12); }

/* ---------- STYLE ÉPURÉ : suppression de tous les pictos décoratifs ---------- */
.sl::before{ content:none !important; }
.plume-banner::before, .plume-banner::after{ content:none !important; }
.plume-list li{ padding-left:1.1rem; }
.plume-list li::before{ content:"–"; color:var(--pollen); font-weight:700; }
