/* ============================================================
   ARTHUR PLANCQ PM — Réplique fidèle du site arthurpm.fr (Wix)
   Migration Wix → Hostinger | Hero Mental
   Charte : noir #161616 · gris #8F8F8F · rouge #E32246
            bleu #3688DE · bleu foncé #1D67CD · fond #F3F3F1
   Typos : Cal Sans (titres) · Open Sauce One (corps)
           Questrial (nav/boutons) · Quicksand (accents)
   ============================================================ */

@font-face {
  font-family: 'Cal Sans';
  src: url('../fonts/CalSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sauce One';
  src: url('../fonts/OpenSauceOne-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sauce One';
  src: url('../fonts/OpenSauceOne-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Questrial';
  src: url('../fonts/Questrial-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

:root {
  --noir: #161616;
  --gris: #8F8F8F;
  --gris-fonce: #505050;
  --rouge: #E32246;
  --bleu: #3688DE;
  --bleu-fonce: #1D67CD;
  --orange: #ED5829;
  --fond: #F3F3F1;
  --fond-gris: #F6F6F6;
  --ligne: #E2E2E2;
  --bleu-pale: rgba(54, 136, 222, 0.06);
  --blanc: #FFFFFF;
  --font-display: 'Cal Sans', 'Quicksand', sans-serif;
  --font-body: 'Open Sauce One', sans-serif;
  --font-ui: 'Questrial', sans-serif;
  --font-alt: 'Quicksand', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: var(--noir);
  background: var(--blanc);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
strong, b { font-weight: 400; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 40px; }

/* ---------- Titres & textes ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: var(--noir);
}
h1.display { font-size: 42px; line-height: 1.3; }
h2.display, .h2 { font-size: 29px; line-height: 1.3; }
h3.display { font-size: 25px; }
.h-histoire { font-size: 29px; }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--noir);
  margin-bottom: 18px;
}

/* pastille bleue autour d'un mot-clé */
.hl {
  display: inline-block;
  background: var(--bleu);
  color: var(--blanc);
  border-radius: 12px;
  padding: 0 14px;
  line-height: 1.35;
}
.rouge { color: var(--rouge); }
.bleu-txt { color: var(--bleu); }
.hl-rouge {
  display: inline-block;
  background: var(--rouge);
  color: var(--blanc);
  border-radius: 12px;
  padding: 0 14px;
  line-height: 1.35;
}
.hl-petit { border-radius: 6px; padding: 0 8px; line-height: 1.5; font-size: inherit; }
.strike { text-decoration: line-through; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 17px;
  letter-spacing: 0.01em;
  color: var(--blanc);
  border-radius: 50px;
  padding: 15px 30px;
  line-height: 1.4;
  transition: transform .2s ease, opacity .2s ease;
  cursor: pointer;
  border: none;
}
.btn:hover { transform: translateY(-2px); opacity: .93; }
.site-footer .btn { white-space: nowrap; font-size: 16px; padding: 15px 26px; }
.btn-rouge { background: var(--rouge); }
.btn-bleu { background: var(--bleu); }

.link-plus {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rouge);
}
.link-plus:hover { text-decoration: underline; }

.divider { border: none; border-top: 1px solid var(--ligne); margin: 28px 0; }

/* ---------- Header ---------- */
.site-header {
  background: var(--blanc);
  position: relative;
  z-index: 100;
}
.site-header .container {
  max-width: 1240px;
  display: flex;
  align-items: center;
  gap: 40px;
  height: 92px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.02em;
  color: var(--noir);
  white-space: nowrap;
  flex-shrink: 0;
}
.logo img { width: 24px; height: 25px; object-fit: contain; flex-shrink: 0; }

.main-nav { display: flex; align-items: center; gap: 28px; flex-shrink: 0; }
.main-nav > li { position: relative; }
.main-nav a, .main-nav .nav-parent {
  font-family: var(--font-ui);
  font-size: 17px;
  color: var(--noir);
  cursor: pointer;
  white-space: nowrap;
}
.main-nav a:hover, .main-nav .nav-parent:hover { color: var(--bleu); }

/* sous-menus */
.submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  padding-top: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blanc);
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .12);
  padding: 14px 0;
  min-width: 250px;
  background-clip: content-box;
  transition: opacity .18s ease;
}
.main-nav li:hover .submenu { visibility: visible; opacity: 1; }
.submenu li a {
  display: block;
  padding: 9px 26px;
  font-size: 17px;
  white-space: nowrap;
}
.submenu li a:hover { background: var(--bleu-pale); color: var(--bleu); }

.header-cta { flex-shrink: 0; white-space: nowrap; font-size: 16px; padding: 13px 24px; }

/* Bouton espace membre (LoginSocialBar de l'original) */
.btn-membre {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  margin-left: auto;
  padding: 0 18px 0 24px;
  font-family: var(--font-ui);
  font-size: 16px;
  color: var(--noir);
  white-space: nowrap;
  line-height: 1.2;
}
.btn-membre svg { width: 23px; height: 23px; flex-shrink: 0; }
.btn-membre:hover span { color: var(--rouge); }

.burger { display: none; background: none; border: none; cursor: pointer; }
.burger span { display: block; width: 26px; height: 2px; background: var(--noir); margin: 6px 0; }

/* ---------- Hero ---------- */
.hero {
  background: var(--fond);
  overflow: hidden;
}
.hero .container {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: end;
  gap: 30px;
  min-height: 580px;
}
.hero-txt { padding: 70px 0 60px; align-self: center; }
.hero-txt h1 { margin-bottom: 34px; }
.hero-txt .lead { max-width: 528px; }
.hero-txt .lead + .lead { margin-top: 26px; }
.hero-stats {
  display: flex;
  gap: 26px;
  margin-top: 56px;
  color: var(--rouge);
  font-size: 16px;
  white-space: nowrap;
}
.hero-stats span { position: relative; }
.hero-stats span + span { padding-left: 26px; border-left: 1px solid #D8D8D6; }
.hero-img { align-self: end; }
.hero-img img { width: 529px; max-width: none; margin-left: auto; }

/* ---------- Section histoire (2 colonnes texte/photos) ---------- */
.section { padding: 110px 0; }
.split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.photo-stack { position: relative; min-height: 640px; }
.photo-stack .ph-1 {
  width: 290px;
  border-radius: 22px;
  position: absolute;
  top: 0;
  left: 140px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, .14);
}
.photo-stack .ph-2 {
  width: 270px;
  border-radius: 22px;
  position: absolute;
  top: 360px;
  left: 0;
  box-shadow: 0 24px 50px rgba(0, 0, 0, .14);
}
/* (bloc beige retiré : il n'existe pas sur le site d'origine) */

/* ---------- Cartes "je peux t'aider" ---------- */
.section-aide {
  background: linear-gradient(180deg, #FDFDFD 0%, #F2F6FC 100%);
  padding: 110px 0 120px;
  text-align: center;
}
.section-aide .display { max-width: 831px; margin: 0 auto; }
.cards3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 70px;
  text-align: left;
}
.card {
  background: var(--blanc);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(22, 22, 22, .07);
  padding: 40px 34px 34px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform .45s cubic-bezier(.645,.045,.355,1), box-shadow .45s ease;
}
.card:hover {
  transform: translateY(-21.5px);
  box-shadow: 0 30px 60px rgba(22, 22, 22, .12);
  z-index: 1;
}
.card h4 {
  font-family: var(--font-alt);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: 0;
}
.card p { font-size: 15px; }
.card .link-plus { margin-top: auto; }

/* ---------- Témoignages ---------- */
.section-temoignages { text-align: center; padding: 110px 0 60px; }
.section-temoignages .display { max-width: 840px; margin: 0 auto; }
.embed-temoignages { max-width: 980px; margin: 40px auto 0; min-height: 420px; }

/* ---------- Guides gratuits ---------- */
.section-guides {
  background: var(--fond-gris);
  padding: 110px 0;
}
.guides-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}
.guides-card {
  background: var(--blanc);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(22, 22, 22, .06);
  padding: 66px 60px;
}
.guides-card h2 { margin-bottom: 30px; }
.guides-card ul { margin-bottom: 40px; }
.guides-card ul li { margin-bottom: 6px; }
.guides-img img { max-width: 560px; width: 100%; }

/* ---------- Appel découverte ---------- */
.section-rdv { padding: 40px 0 110px; background: var(--fond-gris); }
.rdv-card {
  background: var(--blanc);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(22, 22, 22, .06);
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.rdv-embed { min-height: 700px; }
.rdv-right img {
  width: 340px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.rdv-right h2 { font-size: 32px; margin-bottom: 8px; }

/* ---------- Bandeau légal ---------- */
.legal-strip {
  background: var(--blanc);
  padding: 26px 0;
}
.legal-strip .container {
  display: flex;
  gap: 34px;
  align-items: center;
  font-family: var(--font-ui);
  font-size: 14px;
  color: var(--gris-fonce);
}
.legal-strip a:hover { color: var(--bleu); }
.legal-strip .copyright { margin-left: auto; }
.legal-strip .copyright a { text-decoration: underline; text-underline-offset: 2px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--bleu);
  color: var(--blanc);
  padding: 90px 0 100px;
}
.site-footer .container {
  max-width: 1240px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 60px;
}
.footer-logo {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 0.02em;
}
.footer-sub {
  font-family: var(--font-alt);
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 26px;
}
.site-footer p:not(.footer-logo):not(.footer-sub) { font-size: 14px; line-height: 2; }
.site-footer .btn { margin-top: 34px; }
.footer-col h5 {
  font-family: var(--font-alt);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px;
}
.footer-col h5 + ul { margin-bottom: 40px; }
.footer-col ul li { margin-bottom: 13px; font-size: 14px; line-height: 1.6; }
.footer-col a:hover { text-decoration: underline; }

/* ---------- Page Mon histoire ---------- */
.hero-photo {
  position: relative;
  background-size: cover;
  background-position: center;
}
.hero-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.62) 55%, rgba(255,255,255,.28) 100%);
}
.hero-photo .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 480px;
}
.hero-photo .portrait {
  width: 300px;
  border-radius: 22px;
  box-shadow: 0 24px 50px rgba(0,0,0,.18);
  justify-self: end;
}
.timeline-block { padding: 90px 0; }
.timeline-block .split { align-items: center; }
.timeline-block .ph {
  width: 300px;
  border-radius: 22px;
  box-shadow: 0 24px 50px rgba(0,0,0,.14);
}
.band-gris { background: var(--fond-gris); border-radius: 60px; }
.section-centre { text-align: center; padding: 110px 0 40px; }
.section-centre .display { max-width: 900px; margin: 0 auto; }
.carte-longue {
  background: var(--blanc);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(22,22,22,.07);
  max-width: 860px;
  margin: 46px auto 0;
  padding: 54px 50px;
  text-align: left;
}
.carte-longue h4 {
  font-family: var(--font-alt);
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 22px;
  letter-spacing: 0;
}
.carte-longue ul { list-style: disc; padding-left: 22px; }
.carte-longue li { margin-bottom: 10px; }
.mascotte {
  width: 74px;
  margin: -20px auto -20px;
  position: relative;
  left: 400px;
  z-index: 2;
}

/* ---------- Page Services ---------- */
.btn-noir { background: var(--noir); border-radius: 40px; text-align: center; }
.btn-large { display: block; width: 100%; }

.check-list { list-style: none; padding: 0; }
.check-list li {
  position: relative;
  padding: 10px 0 10px 44px;
  font-family: var(--font-alt);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0;
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #3A3A3A;
  color: var(--blanc);
  border-radius: 6px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-family: var(--font-body);
}

.circle-guide {
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, #FDFDFD 0%, #F1F1EF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.circle-guide img { width: 401px; height: 401px; object-fit: cover; mix-blend-mode: multiply; }

.mc-card {
  background: var(--blanc);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(22,22,22,.07);
  padding: 32px;
  text-align: left;
}
.mc-card .visuel { border-radius: 14px; width: 100%; margin-bottom: 30px; }
.mc-card h3 { font-family: var(--font-display); font-size: 27px; margin-bottom: 20px; }
.mc-card .note-rouge { color: var(--rouge); font-style: italic; }
.gratuit-line { display: flex; align-items: baseline; gap: 16px; margin: 26px 0; flex-wrap: wrap; }
.gratuit-line .gros { font-family: var(--font-display); font-size: 58px; line-height: 1; }
.gratuit-line .date { color: var(--rouge); }

.offre-card {
  background: var(--blanc);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(22,22,22,.07);
  padding: 42px 0 42px;
  text-align: left;
}
.offre-card > * { padding-left: 40px; padding-right: 40px; }
.offre-card .intro-hl {
  font-family: var(--font-alt);
  font-weight: 600;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.offre-card .intro-hl mark {
  background: var(--bleu);
  color: var(--blanc);
  padding: 2px 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.offre-card h3 { font-family: var(--font-display); font-size: 28px; margin-bottom: 16px; }
.offre-card .seances { font-size: 17px; margin-bottom: 16px; }
.offre-card .details { font-size: 15px; color: var(--gris-fonce); }
.offre-card .details li { margin-bottom: 4px; }
.offre-feature { padding-top: 26px; padding-bottom: 26px; margin-top: 26px; border-top: 1px solid var(--ligne); }
.offre-feature h6 {
  font-family: var(--font-alt);
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
  padding-left: 34px;
  position: relative;
  letter-spacing: 0;
}
.offre-feature h6::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #3A3A3A;
  color: var(--blanc);
  border-radius: 6px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.offre-feature p { font-size: 15px; color: var(--gris-fonce); }
.offre-card .btn-noir { margin: 30px 40px 0; display: block; text-align: center; }

.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 50px; align-items: start; }
.faq-card {
  background: var(--blanc);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(22,22,22,.06);
  padding: 80px 34px 40px;
}
.faq-card.compacte { padding-top: 40px; }
.faq-card h4 { font-family: var(--font-alt); font-weight: 500; font-size: 21px; margin-bottom: 22px; letter-spacing: 0; }
.faq-card a, .lien-bleu { color: var(--bleu); }
.faq-col { display: grid; gap: 26px; }

/* ---------- Pages offres (gymnaste stressée / bloquée / clubs / coachs) ---------- */
.hero-offre { background: var(--fond-gris); padding: 90px 0; }
.hero-offre .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.hero-offre h1 { font-size: 44px; }
.stats3 { display: grid; grid-template-columns: repeat(3, auto); gap: 40px; margin: 44px 0; }
.stats3 .num { font-family: var(--font-display); font-style: italic; font-size: 34px; color: var(--rouge); }
.stats3 .lib { font-size: 14px; color: var(--gris-fonce); margin-top: 6px; }
.blob-duo { position: relative; min-height: 620px; }
.blob-duo .b1 {
  width: 360px; height: 410px;
  object-fit: cover;
  display: block;
  border-radius: 46% 54% 45% 55% / 55% 48% 52% 45%;
  position: absolute; top: 0; left: 40px;
}
.blob-duo .b2 {
  width: 350px; height: 350px;
  object-fit: cover;
  border-radius: 50%;
  position: absolute; top: 230px; right: 0;
}
.pill-titre {
  display: inline-block;
  background: var(--rouge);
  color: var(--blanc);
  font-family: var(--font-display);
  font-size: 27px;
  border-radius: 8px;
  padding: 4px 22px;
}
.ruban {
  display: inline-block;
  color: var(--blanc);
  font-family: var(--font-display);
  font-size: 26px;
  padding: 4px 20px;
  transform: rotate(-3deg);
}
.ruban-rouge { background: var(--rouge); }
.ruban-bleu { background: var(--bleu); transform: rotate(2deg); }
.mini-divider { width: 54px; border: none; border-top: 1px solid #C9C9C7; margin: 34px auto; }
.bande-alt { padding: 90px 0; }
.bande-alt .container { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.bande-alt .visuel { width: 100%; max-width: 400px; border-radius: 22px; }
.grille-emojis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-top: 70px; text-align: left; }
.grille-emojis .item .emo {
  display: inline-grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  font-size: 22px;
  margin-bottom: 22px;
}
.emo-rouge { background: var(--rouge); }
.emo-bleu { background: var(--bleu); }
.grille-emojis h6 { font-family: var(--font-alt); font-weight: 600; font-size: 19px; letter-spacing: 0; margin-bottom: 14px; }
.grille-emojis p { font-size: 15px; color: var(--gris); }
.bande-guide { background: var(--fond-gris); padding: 90px 0; }
.bande-guide .container { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; }
.tag-bleu {
  display: inline-block;
  background: var(--bleu);
  color: var(--blanc);
  font-family: var(--font-alt);
  font-weight: 600;
  font-size: 15px;
  padding: 1px 8px;
  margin-bottom: 16px;
}
.offre3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 70px; text-align: left; }
.offre3 .carte { background: var(--blanc); border-radius: 18px; box-shadow: 0 18px 45px rgba(22,22,22,.07); padding: 38px 0 38px; display: flex; flex-direction: column; }
.offre3 .carte > * { padding-left: 30px; padding-right: 30px; }
.offre3 h4 { font-family: var(--font-alt); font-weight: 700; font-size: 24px; letter-spacing: 0; margin-bottom: 20px; }
.offre3 .desc { font-size: 15.5px; padding-bottom: 26px; border-bottom: 1px solid var(--ligne); margin-bottom: 8px; }
.offre3 .check-list li { font-size: 15.5px; padding-top: 6px; padding-bottom: 6px; }
.offre3 .btn-noir { margin: 26px 30px 0; display: block; text-align: center; margin-top: auto; }

@media (max-width: 1000px) {
  .hero-offre .container, .bande-alt .container, .bande-guide .container { grid-template-columns: 1fr; }
  .grille-emojis { grid-template-columns: 1fr 1fr; }
  .offre3 { grid-template-columns: 1fr; }
  .blob-duo { min-height: 0; display: flex; flex-wrap: wrap; gap: 18px; }
  .blob-duo .b1, .blob-duo .b2 { position: static; width: 48%; height: auto; aspect-ratio: 1; }
  .stats3 { grid-template-columns: 1fr; gap: 18px; }
}

/* ---------- Popup guide ---------- */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 500;
  align-items: center;
  justify-content: center;
}
.popup-overlay.open { display: flex; }
.popup {
  background: var(--blanc);
  border-radius: 22px;
  padding: 54px 50px;
  width: min(480px, 92vw);
  position: relative;
  text-align: center;
}
.popup .fermer {
  position: absolute;
  top: 16px;
  right: 22px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: var(--noir);
}
.popup h3 { font-family: var(--font-display); font-size: 30px; margin-bottom: 30px; }
.popup input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #B5B5B5;
  padding: 12px 2px;
  margin-bottom: 18px;
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
}
.popup input:focus { border-bottom-color: var(--bleu); }
.popup .btn { width: 100%; margin-top: 16px; }

/* ---------- Page Contact ---------- */
.tri-bande { display: grid; grid-template-columns: 1fr 1.15fr 1fr; min-height: 480px; }
.tri-bande > div { display: flex; align-items: center; justify-content: center; padding: 40px; }
.bande-bleue { background: var(--bleu); }
.bande-photo { padding: 0 !important; }
.bande-photo img { width: 100%; height: 100%; object-fit: cover; }
.bande-sombre { background: #4A4A4A; }
.carte-contact {
  background: var(--blanc);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,.15);
  padding: 50px 44px;
  text-align: center;
  width: 100%;
  max-width: 300px;
}
.carte-contact .label {
  font-family: var(--font-body);
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.carte-contact .valeur { font-family: var(--font-display); font-size: 26px; margin-bottom: 30px; }

.form-card {
  background: #FBFBFC;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(22,22,22,.06);
  padding: 60px;
  margin-top: 50px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 32px; }
.form-grid label {
  display: block;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--bleu);
  margin: 14px 0 8px;
}
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%;
  background: #E3E9F8;
  border: none;
  border-radius: 8px;
  padding: 15px 18px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--noir);
  outline: none;
}
.form-grid textarea { height: 100%; min-height: 280px; resize: vertical; }
.form-actions { text-align: right; margin-top: 34px; }

@media (max-width: 1000px) {
  .tri-bande { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .faq-grid, .cards3 { grid-template-columns: 1fr; }
}

/* ---------- Pages contenu (mentions, cookies) ---------- */
.page-simple { padding: 90px 0; }
.page-simple h1 { margin-bottom: 40px; }
.page-simple h2 { font-family: var(--font-display); font-size: 26px; margin: 40px 0 14px; }
.page-simple p, .page-simple li { margin-bottom: 14px; }
.page-simple ul { list-style: disc; padding-left: 24px; }
.page-simple a { color: var(--bleu); text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .container { padding: 0 24px; }
  h1.display { font-size: 38px; }
  h2.display, .h2 { font-size: 30px; }
  .site-header .container { height: 74px; }
  .main-nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: var(--blanc);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px 30px;
    gap: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
  }
  .main-nav.open { display: flex; }
  .submenu {
    visibility: visible;
    opacity: 1;
    position: static;
    transform: none;
    box-shadow: none;
    padding: 6px 0 0 16px;
  }
  .header-cta { display: none; }
  .burger { display: block; }
  .hero .container, .split, .guides-grid, .rdv-card { grid-template-columns: 1fr; }
  .hero-img img { margin: 0 auto; }
  .cards3 { grid-template-columns: 1fr; }
  .photo-stack { min-height: 0; display: flex; gap: 18px; }
  .photo-stack .ph-1, .photo-stack .ph-2 { position: static; width: 48%; }
  .photo-stack::before { display: none; }
  .site-footer .container { grid-template-columns: 1fr; gap: 40px; }
  .section { padding: 70px 0; }
  .legal-strip .container { flex-wrap: wrap; gap: 12px 24px; }
}

/* ============================================================
   ANIMATIONS D'ENTRÉE — reprises à l'identique du site Wix
   (motion-revealIn / fadeIn / floatIn / glideIn)
   durée 1200ms · cubic-bezier(.645,.045,.355,1) · délais échelonnés
   ============================================================ */
@keyframes ap-revealIn {
  0%       { opacity: 0; animation-timing-function: step-end; }
  0.0001%  { opacity: 1; clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
  100%     { opacity: 1; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
}
@keyframes ap-fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes ap-floatIn {
  0%      { opacity: 0; animation-timing-function: step-end; }
  0.0001% { opacity: 0; transform: translate(var(--ap-tx, 0px), var(--ap-ty, 42px)); }
  100%    { opacity: 1; transform: translate(0, 0); }
}
@keyframes ap-glideIn {
  0%      { opacity: 0; animation-timing-function: step-end; }
  0.0001% { opacity: 1; transform: translate(var(--ap-tx, -60px), var(--ap-ty, 0px)); }
  100%    { opacity: 1; transform: translate(0, 0); }
}

@media (prefers-reduced-motion: no-preference) {
  [data-anim] { opacity: 0; will-change: opacity, transform, clip-path; }
  [data-anim].ap-in {
    animation-duration: 1200ms;
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-fill-mode: both;
    animation-iteration-count: 1;
  }
  [data-anim="reveal"].ap-in { animation-name: ap-revealIn; }
  [data-anim="fade"].ap-in   { animation-name: ap-fadeIn; }
  [data-anim="float"].ap-in  { animation-name: ap-floatIn; }
  [data-anim="glide"].ap-in  { animation-name: ap-glideIn; }

  /* délais échelonnés, identiques à ceux relevés sur l'original */
  [data-delay="700"].ap-in  { animation-delay: 700ms; }
  [data-delay="1000"].ap-in { animation-delay: 1000ms; }
  [data-delay="1400"].ap-in { animation-delay: 1400ms; }
  [data-delay="2000"].ap-in { animation-delay: 2000ms; }
}

/* ---------- Bloc des bulles memoji (page coachs) ---------- */
.bloc-bulles {
  background: #F7F7F7;
  border-radius: 4px;
  padding: 46px 34px 52px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: start;
}
.bloc-bulles img { width: 100%; height: auto; }
.bloc-bulles img:nth-child(odd)  { align-self: flex-start; }
.bloc-bulles img:nth-child(even) { align-self: flex-end; }

/* ---------- Encarts gris de la grille méthode ---------- */
.grille-cartes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 60px; text-align: left; }
.grille-cartes .item {
  background: #FAFAFA;
  padding: 34px 30px 40px;
  transition: transform .45s cubic-bezier(.645,.045,.355,1), box-shadow .45s ease;
}
.grille-cartes .item:hover { transform: translateY(-10px); box-shadow: 0 18px 40px rgba(22,22,22,.08); }
.grille-cartes .item .sym { color: var(--rouge); font-size: 24px; display: block; margin-bottom: 20px; }
.grille-cartes h6 {
  font-family: var(--font-alt);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.35;
  margin-bottom: 16px;
}
.grille-cartes p { font-size: 15px; color: var(--gris); line-height: 1.75; }

/* ---------- Bulle « La coach de Simone Biles » avec sa flèche ---------- */
.bulle-legende {
  position: relative;
  display: inline-block;
  background: var(--blanc);
  border: 1px solid var(--ligne);
  border-radius: 14px;
  padding: 16px 24px;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.5;
  max-width: 210px;
  margin-bottom: 8px;
  z-index: 3;
}
.bulle-legende svg {
  position: absolute;
  top: calc(100% - 8px);
  left: 26px;
  width: 90px;
  height: 130px;
  overflow: visible;
  z-index: 3;
  pointer-events: none;
}

/* ---------- Étoiles d'avis ---------- */
.etoiles { color: #FFC107; font-size: 19px; letter-spacing: 2px; line-height: 1; margin-bottom: 12px; }

@media (max-width: 1000px) {
  .grille-cartes { grid-template-columns: 1fr 1fr; }
  .bloc-bulles img:nth-child(odd), .bloc-bulles img:nth-child(even) { align-self: center; }
}

/* proportions de la section bulles, calées sur l'original */
.bande-alt .container-bulles { grid-template-columns: 1.06fr .94fr; gap: 56px; align-items: start; }
.container-bulles .bloc-bulles { padding: 38px 28px 42px; gap: 13px; }
.container-bulles .bloc-bulles img { width: 92%; }

/* vidéos intégrées : mêmes formes que les images qu'elles remplacent */
.blob-duo video.b1, .blob-duo video.b2 { object-fit: cover; display: block; }
.bande-alt video.visuel { width: 100%; max-width: 400px; border-radius: 22px; display: block; }

/* ruban rouge incliné sur deux lignes (page gymnaste bloquée) */
.ruban-bloc { display: flex; flex-direction: column; align-items: center; gap: 4px; margin-top: 10px; }
.ruban-bloc .ruban { transform: rotate(-3deg); }
.ruban-bloc .ruban:last-child { transform: rotate(-3deg) translateX(-14px); }

/* vidéo de fond du hero « Mon histoire » */
.hero-photo { overflow: hidden; }
.hero-photo .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* ---------- Texte justifié, comme sur le site d'origine ----------
   (l'accroche du hero reste alignée à gauche, conforme à l'original) */
.section p,
.bande-alt p,
.split p,
.timeline-block p,
.carte-longue p,
.section-centre .carte-longue p {
  text-align: justify;
}
.hero-txt .lead,
.eyebrow,
.hero-stats,
.card p,
.offre3 p,
.mc-card p,
.grille-cartes p,
.faq-card p,
.site-footer p,
.legal-strip,
.check-list li {
  text-align: left;
}


/* ---------- Vague décorative (profil relevé au pixel sur le site d'origine) ----------
   Sépare deux sections par une courbe douce plutôt qu'un arrondi symétrique. */
.vague { position: relative; }
.vague::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201280%2030%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%2C0%20L1280%2C0%20L1280%2C23%20C1180%2C27%201050%2C29%20910%2C25%20C760%2C14%20640%2C2%20460%2C0%20C280%2C2%20150%2C10%200%2C21%20Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}
.vague-sur-gris::before { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201280%2030%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%2C0%20L1280%2C0%20L1280%2C23%20C1180%2C27%201050%2C29%20910%2C25%20C760%2C14%20640%2C2%20460%2C0%20C280%2C2%20150%2C10%200%2C21%20Z%22%20fill%3D%22%23F6F6F6%22%2F%3E%3C%2Fsvg%3E"); }
