@charset "UTF-8";

:root {
  --bg: #f6f3ee;
  --surface: #fffdf9;
  --surface-strong: #ffffff;
  --ink: #202124;
  --text: #34363a;
  --muted: #686c72;
  --primary: #274c4a;
  --primary-2: #386f69;
  --accent: #d57b53;
  --accent-soft: #f4d8c9;
  --sage: #dce7dc;
  --sage-strong: #b9cbc0;
  --line: rgba(32, 33, 36, 0.11);
  --focus: #8a3d1b;
  --shadow: 0 24px 70px rgba(35, 42, 45, 0.12);
  --shadow-soft: 0 14px 35px rgba(35, 42, 45, 0.08);
  --radius: 8px;
  --container: min(1720px, calc(100% - 24px));
  --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

/* Correction finale : contraste strict noir/blanc sans exception visible. */
html.gdp-contrast {
  color-scheme: dark;
}

html.gdp-contrast,
html.gdp-contrast body {
  background: #000 !important;
}

html.gdp-contrast body,
html.gdp-contrast main,
html.gdp-contrast section,
html.gdp-contrast article,
html.gdp-contrast aside,
html.gdp-contrast header,
html.gdp-contrast footer,
html.gdp-contrast nav,
html.gdp-contrast form,
html.gdp-contrast .container,
html.gdp-contrast .hero,
html.gdp-contrast .page-hero,
html.gdp-contrast .section,
html.gdp-contrast .alt,
html.gdp-contrast .hero-grid,
html.gdp-contrast .page-hero-grid,
html.gdp-contrast .card,
html.gdp-contrast .summary-card,
html.gdp-contrast .profile,
html.gdp-contrast .hero-card,
html.gdp-contrast .trust-item,
html.gdp-contrast .formation-card,
html.gdp-contrast .process-card,
html.gdp-contrast .pricing-card,
html.gdp-contrast .mini-card,
html.gdp-contrast .result-card,
html.gdp-contrast .focus-card,
html.gdp-contrast .testimonial-card,
html.gdp-contrast .contact-panel,
html.gdp-contrast .faq-item,
html.gdp-contrast .info-strip,
html.gdp-contrast .blog-card,
html.gdp-contrast .article-sidebar-card,
html.gdp-contrast .coeur-card,
html.gdp-contrast .expertise-card,
html.gdp-contrast .agenda-card,
html.gdp-contrast .dispo-card,
html.gdp-contrast .cta-band,
html.gdp-contrast .agenda-hero {
  background: #000 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html.gdp-contrast .card,
html.gdp-contrast .summary-card,
html.gdp-contrast .profile,
html.gdp-contrast .hero-card,
html.gdp-contrast .trust-item,
html.gdp-contrast .formation-card,
html.gdp-contrast .process-card,
html.gdp-contrast .pricing-card,
html.gdp-contrast .mini-card,
html.gdp-contrast .result-card,
html.gdp-contrast .focus-card,
html.gdp-contrast .testimonial-card,
html.gdp-contrast .contact-panel,
html.gdp-contrast .faq-item,
html.gdp-contrast .info-strip,
html.gdp-contrast .blog-card,
html.gdp-contrast .article-sidebar-card,
html.gdp-contrast .coeur-card,
html.gdp-contrast .expertise-card,
html.gdp-contrast .agenda-card,
html.gdp-contrast .dispo-card,
html.gdp-contrast .cta-band,
html.gdp-contrast .nav-links,
html.gdp-contrast .submenu,
html.gdp-contrast .cookie-banner,
html.gdp-contrast input,
html.gdp-contrast select,
html.gdp-contrast textarea {
  border: 2px solid #fff !important;
}

html.gdp-contrast *,
html.gdp-contrast *::before,
html.gdp-contrast *::after {
  border-color: #fff !important;
  color: #fff !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

html.gdp-contrast p,
html.gdp-contrast li,
html.gdp-contrast span,
html.gdp-contrast strong,
html.gdp-contrast em,
html.gdp-contrast h1,
html.gdp-contrast h2,
html.gdp-contrast h3,
html.gdp-contrast h4,
html.gdp-contrast h5,
html.gdp-contrast h6,
html.gdp-contrast label,
html.gdp-contrast div,
html.gdp-contrast .lead,
html.gdp-contrast .eyebrow,
html.gdp-contrast .small-label,
html.gdp-contrast .hero-grid *,
html.gdp-contrast .page-hero-grid *,
html.gdp-contrast .cta-band *,
html.gdp-contrast .coeur-card *,
html.gdp-contrast .profile *,
html.gdp-contrast .hero-card * {
  color: #fff !important;
}

html.gdp-contrast .btn,
html.gdp-contrast button,
html.gdp-contrast .nav-links a,
html.gdp-contrast .submenu-toggle,
html.gdp-contrast .submenu a,
html.gdp-contrast .footer-links a,
html.gdp-contrast .footer-formation-links a,
html.gdp-contrast .footer-contact a,
html.gdp-contrast .footer-contact span,
html.gdp-contrast input,
html.gdp-contrast select,
html.gdp-contrast textarea {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}

html.gdp-contrast .badge,
html.gdp-contrast .tag,
html.gdp-contrast .agenda-tag,
html.gdp-contrast .dispo-badge,
html.gdp-contrast .proof-chip,
html.gdp-contrast .floating-note,
html.gdp-contrast .coeur-index,
html.gdp-contrast .trust-item strong,
html.gdp-contrast .testimonial-hero-count,
html.gdp-contrast .blog-card-date {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #fff !important;
}

html.gdp-contrast .badge *,
html.gdp-contrast .tag *,
html.gdp-contrast .agenda-tag *,
html.gdp-contrast .dispo-badge *,
html.gdp-contrast .proof-chip *,
html.gdp-contrast .floating-note *,
html.gdp-contrast .coeur-index *,
html.gdp-contrast .trust-item strong *,
html.gdp-contrast .testimonial-hero-count *,
html.gdp-contrast .blog-card-date * {
  color: #000 !important;
}

html.gdp-contrast a {
  color: #fff !important;
  text-decoration-color: #fff !important;
}

html.gdp-contrast .btn:hover,
html.gdp-contrast .btn:focus-visible,
html.gdp-contrast button:hover,
html.gdp-contrast button:focus-visible,
html.gdp-contrast .nav-links a:hover,
html.gdp-contrast .nav-links a:focus-visible,
html.gdp-contrast .submenu a:hover,
html.gdp-contrast .submenu a:focus-visible,
html.gdp-contrast .submenu-toggle:hover,
html.gdp-contrast .submenu-toggle:focus-visible,
html.gdp-contrast .nav-links > a.is-active,
html.gdp-contrast .nav-parent.is-active .submenu-toggle,
html.gdp-contrast .nav-parent.is-open .submenu-toggle,
html.gdp-contrast .submenu a.is-active,
html.gdp-contrast .contrast-toggle[aria-pressed="true"] {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

html.gdp-contrast .btn:hover *,
html.gdp-contrast .btn:focus-visible *,
html.gdp-contrast button:hover *,
html.gdp-contrast button:focus-visible *,
html.gdp-contrast .nav-links a:hover *,
html.gdp-contrast .nav-links a:focus-visible *,
html.gdp-contrast .submenu a:hover *,
html.gdp-contrast .submenu a:focus-visible *,
html.gdp-contrast .submenu-toggle:hover *,
html.gdp-contrast .submenu-toggle:focus-visible *,
html.gdp-contrast .nav-links > a.is-active *,
html.gdp-contrast .nav-parent.is-active .submenu-toggle *,
html.gdp-contrast .nav-parent.is-open .submenu-toggle *,
html.gdp-contrast .submenu a.is-active *,
html.gdp-contrast .contrast-toggle[aria-pressed="true"] * {
  color: #000 !important;
}

html.gdp-contrast img,
html.gdp-contrast [style*="background"],
html.gdp-contrast .blog-card-cover,
html.gdp-contrast .article-hero-media img {
  filter: grayscale(1) contrast(1.35) !important;
}

html.gdp-contrast .mark,
html.gdp-contrast .footer-logo,
html.gdp-contrast .form-brand img {
  filter: grayscale(1) invert(1) contrast(1.8) brightness(1.15) !important;
}

html.gdp-contrast body::before,
html.gdp-contrast body::after,
html.gdp-contrast .topbar::after,
html.gdp-contrast .hero-card::after,
html.gdp-contrast .coeur-card::before,
html.gdp-contrast .cta-band::after {
  display: none !important;
}

/* Override final absolu : menu contrasté au survol = bouton blanc, texte noir. */
html.gdp-contrast .nav .nav-links > a:hover,
html.gdp-contrast .nav .nav-links > a:focus-visible,
html.gdp-contrast .nav .nav-links .submenu-toggle:hover,
html.gdp-contrast .nav .nav-links .submenu-toggle:focus-visible,
html.gdp-contrast .nav .nav-links .submenu a:hover,
html.gdp-contrast .nav .nav-links .submenu a:focus-visible,
html.gdp-contrast .nav .nav-links > a.is-active,
html.gdp-contrast .nav .nav-links .nav-parent.is-active .submenu-toggle,
html.gdp-contrast .nav .nav-links .nav-parent.is-open .submenu-toggle,
html.gdp-contrast .nav .nav-links .submenu a.is-active {
  background: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #fff !important;
}

html.gdp-contrast .nav .nav-links > a:hover *,
html.gdp-contrast .nav .nav-links > a:focus-visible *,
html.gdp-contrast .nav .nav-links .submenu-toggle:hover *,
html.gdp-contrast .nav .nav-links .submenu-toggle:focus-visible *,
html.gdp-contrast .nav .nav-links .submenu a:hover *,
html.gdp-contrast .nav .nav-links .submenu a:focus-visible *,
html.gdp-contrast .nav .nav-links > a.is-active *,
html.gdp-contrast .nav .nav-links .nav-parent.is-active .submenu-toggle *,
html.gdp-contrast .nav .nav-links .nav-parent.is-open .submenu-toggle *,
html.gdp-contrast .nav .nav-links .submenu a.is-active * {
  color: #000 !important;
}

html.gdp-contrast .card.result-card.result-card--primary.result-card--statement,
html.gdp-contrast .card.result-card.reveal-target.reveal.is-visible.result-card--primary.result-card--statement {
  background: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
}

html.gdp-contrast .card.result-card.result-card--primary.result-card--statement *,
html.gdp-contrast .card.result-card.result-card--primary.result-card--statement p,
html.gdp-contrast .card.result-card.reveal-target.reveal.is-visible.result-card--primary.result-card--statement *,
html.gdp-contrast .card.result-card.reveal-target.reveal.is-visible.result-card--primary.result-card--statement p {
  color: #fff !important;
}

html.gdp-contrast .card.result-card.result-card--primary.result-card--statement::before,
html.gdp-contrast .card.result-card.result-card--primary.result-card--statement::after,
html.gdp-contrast .card.result-card.result-card--primary.result-card--statement p::before,
html.gdp-contrast .card.result-card.reveal-target.reveal.is-visible.result-card--primary.result-card--statement::before,
html.gdp-contrast .card.result-card.reveal-target.reveal.is-visible.result-card--primary.result-card--statement::after,
html.gdp-contrast .card.result-card.reveal-target.reveal.is-visible.result-card--primary.result-card--statement p::before {
  color: #fff !important;
  background: transparent !important;
  background-image: none !important;
}

html.gdp-contrast .choice-grid,
html.gdp-contrast .choice-grid .process-card {
  background: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

html.gdp-contrast .choice-grid .process-card *,
html.gdp-contrast .choice-grid .process-card h3,
html.gdp-contrast .choice-grid .process-card h3 > span:first-child {
  color: #fff !important;
}

html.gdp-contrast .choice-grid .process-card::before {
  background: #000 !important;
  background-image: none !important;
}

html.gdp-contrast .choice-grid .process-card::after {
  color: #fff !important;
  opacity: .35;
}

/* Logo très lisible en mode contrasté : monochrome principalement blanc. */
html.gdp-contrast .mark,
html.gdp-contrast .footer-logo,
html.gdp-contrast .form-brand img {
  filter: grayscale(1) invert(1) brightness(2.4) contrast(2.4) !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  background: transparent !important;
  box-shadow: 0 0 0 2px #fff !important;
  border-radius: 8px;
}

html.gdp-contrast .racines-block-num--dark,
html.gdp-contrast .racines-block-num--mid,
html.gdp-contrast .racines-block-num--earth,
html.gdp-contrast .racines-block-num--dark *,
html.gdp-contrast .racines-block-num--mid *,
html.gdp-contrast .racines-block-num--earth * {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

/* Tout dernier override : menu contrasté au survol = fond blanc, écriture noire. */
html.gdp-contrast .nav-links a:hover,
html.gdp-contrast .nav-links a:focus-visible,
html.gdp-contrast .nav-links a:hover::before,
html.gdp-contrast .nav-links a:hover::after,
html.gdp-contrast .submenu-toggle:hover,
html.gdp-contrast .submenu-toggle:focus-visible,
html.gdp-contrast .submenu-toggle:hover::before,
html.gdp-contrast .submenu-toggle:hover::after,
html.gdp-contrast .submenu a:hover,
html.gdp-contrast .submenu a:focus-visible,
html.gdp-contrast .submenu a:hover::before,
html.gdp-contrast .submenu a:hover::after {
  background: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #fff !important;
  fill: #000 !important;
  stroke: #000 !important;
}

html.gdp-contrast .nav-links a:hover *,
html.gdp-contrast .nav-links a:focus-visible *,
html.gdp-contrast .submenu-toggle:hover *,
html.gdp-contrast .submenu-toggle:focus-visible *,
html.gdp-contrast .submenu a:hover *,
html.gdp-contrast .submenu a:focus-visible * {
  color: #000 !important;
  fill: #000 !important;
  stroke: #000 !important;
}

/* État actif du menu en contraste : fond blanc, texte noir. */
html.gdp-contrast .nav-links > a.is-active,
html.gdp-contrast .nav-parent.is-active .submenu-toggle,
html.gdp-contrast .nav-parent.is-open .submenu-toggle,
html.gdp-contrast .submenu a.is-active,
html.gdp-contrast .nav-links > a.is-active:hover,
html.gdp-contrast .nav-parent.is-active .submenu-toggle:hover,
html.gdp-contrast .submenu a.is-active:hover {
  background: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #fff !important;
}

html.gdp-contrast .nav-links > a.is-active *,
html.gdp-contrast .nav-parent.is-active .submenu-toggle *,
html.gdp-contrast .nav-parent.is-open .submenu-toggle *,
html.gdp-contrast .submenu a.is-active *,
html.gdp-contrast .nav-links > a.is-active:hover *,
html.gdp-contrast .nav-parent.is-active .submenu-toggle:hover *,
html.gdp-contrast .submenu a.is-active:hover * {
  color: #000 !important;
}

/* Textes de hero-checks en contraste : blanc dans la carte hero. */
html.gdp-contrast .hero-card .hero-checks,
html.gdp-contrast .hero-card .hero-checks *,
html.gdp-contrast .hero-card .hero-checks li,
html.gdp-contrast .hero-card .hero-checks li *,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks *,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks li,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks li * {
  color: #fff !important;
}

html.gdp-contrast .hero-card .hero-checks li::before,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks li::before {
  background: #fff !important;
  color: #000 !important;
}

/* État actif du menu en contraste : fond blanc, texte noir. */
html.gdp-contrast .nav-links > a.is-active,
html.gdp-contrast .nav-parent.is-active .submenu-toggle,
html.gdp-contrast .nav-parent.is-open .submenu-toggle,
html.gdp-contrast .submenu a.is-active,
html.gdp-contrast .nav-links > a.is-active:hover,
html.gdp-contrast .nav-parent.is-active .submenu-toggle:hover,
html.gdp-contrast .submenu a.is-active:hover {
  background: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #fff !important;
}

html.gdp-contrast .nav-links > a.is-active *,
html.gdp-contrast .nav-parent.is-active .submenu-toggle *,
html.gdp-contrast .nav-parent.is-open .submenu-toggle *,
html.gdp-contrast .submenu a.is-active *,
html.gdp-contrast .nav-links > a.is-active:hover *,
html.gdp-contrast .nav-parent.is-active .submenu-toggle:hover *,
html.gdp-contrast .submenu a.is-active:hover * {
  color: #000 !important;
}

/* Textes de hero-checks en contraste : blanc dans la carte hero. */
html.gdp-contrast .hero-card .hero-checks,
html.gdp-contrast .hero-card .hero-checks *,
html.gdp-contrast .hero-card .hero-checks li,
html.gdp-contrast .hero-card .hero-checks li *,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks *,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks li,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks li * {
  color: #fff !important;
}

html.gdp-contrast .hero-card .hero-checks li::before,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks li::before {
  background: #fff !important;
  color: #000 !important;
}

/* Priorité finale : textes des listes hero en blanc en mode contrasté. */
html.gdp-contrast .hero-card .hero-checks,
html.gdp-contrast .hero-card .hero-checks *,
html.gdp-contrast .hero-card .hero-checks li,
html.gdp-contrast .hero-card .hero-checks li *,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks *,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks li,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks li * {
  color: #fff !important;
}

html.gdp-contrast .hero-card .hero-checks li::before,
html.gdp-contrast .hero-card.reveal-target.reveal.is-visible .hero-checks li::before {
  background: #fff !important;
  color: #000 !important;
}

/* Priorité finale : menu en mode contrasté, survol en noir sur blanc. */
html.gdp-contrast .nav-links a:hover,
html.gdp-contrast .nav-links a:focus-visible,
html.gdp-contrast .submenu-toggle:hover,
html.gdp-contrast .submenu-toggle:focus-visible,
html.gdp-contrast .submenu a:hover,
html.gdp-contrast .submenu a:focus-visible,
html.gdp-contrast .nav-links > a.is-active,
html.gdp-contrast .nav-parent.is-active .submenu-toggle,
html.gdp-contrast .nav-parent.is-open .submenu-toggle,
html.gdp-contrast .submenu a.is-active {
  background: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #fff !important;
}

html.gdp-contrast .nav-links a:hover *,
html.gdp-contrast .nav-links a:focus-visible *,
html.gdp-contrast .submenu-toggle:hover *,
html.gdp-contrast .submenu-toggle:focus-visible *,
html.gdp-contrast .submenu a:hover *,
html.gdp-contrast .submenu a:focus-visible *,
html.gdp-contrast .nav-links > a.is-active *,
html.gdp-contrast .nav-parent.is-active .submenu-toggle *,
html.gdp-contrast .nav-parent.is-open .submenu-toggle *,
html.gdp-contrast .submenu a.is-active * {
  color: #000 !important;
}

html.gdp-contrast .article-sidebar-avatar,
html.gdp-contrast .article-sidebar-avatar * {
  background: #000 !important;
  background-image: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

html.gdp-contrast .nav-links a:hover,
html.gdp-contrast .nav-links a:focus-visible,
html.gdp-contrast .submenu a:hover,
html.gdp-contrast .submenu a:focus-visible,
html.gdp-contrast .submenu-toggle:hover,
html.gdp-contrast .submenu-toggle:focus-visible,
html.gdp-contrast .nav-links > a.is-active,
html.gdp-contrast .nav-parent.is-active .submenu-toggle,
html.gdp-contrast .nav-parent.is-open .submenu-toggle,
html.gdp-contrast .submenu a.is-active {
  background: #fff !important;
  color: #000 !important;
}

html.gdp-contrast .nav-links a:hover *,
html.gdp-contrast .nav-links a:focus-visible *,
html.gdp-contrast .submenu a:hover *,
html.gdp-contrast .submenu a:focus-visible *,
html.gdp-contrast .submenu-toggle:hover *,
html.gdp-contrast .submenu-toggle:focus-visible *,
html.gdp-contrast .nav-links > a.is-active *,
html.gdp-contrast .nav-parent.is-active .submenu-toggle *,
html.gdp-contrast .nav-parent.is-open .submenu-toggle *,
html.gdp-contrast .submenu a.is-active * {
  color: #000 !important;
}

html.gdp-contrast .coeur-card--dark,
html.gdp-contrast .coeur-card--dark *,
html.gdp-contrast .coeur-card--dark.reveal-target,
html.gdp-contrast .coeur-card--dark.reveal-target *,
html.gdp-contrast .coeur-card--dark.reveal-target.reveal,
html.gdp-contrast .coeur-card--dark.reveal-target.reveal *,
html.gdp-contrast .coeur-card--dark.reveal-target.reveal.is-visible,
html.gdp-contrast .coeur-card--dark.reveal-target.reveal.is-visible * {
  color: #fff !important;
}

html.gdp-contrast .hero-checks,
html.gdp-contrast .hero-checks *,
html.gdp-contrast .hero-checks li,
html.gdp-contrast .hero-checks li *,
html.gdp-contrast .hero-checks.reveal-target,
html.gdp-contrast .hero-checks.reveal-target *,
html.gdp-contrast .hero-checks.reveal-target.reveal,
html.gdp-contrast .hero-checks.reveal-target.reveal *,
html.gdp-contrast .hero-checks.reveal-target.reveal.is-visible,
html.gdp-contrast .hero-checks.reveal-target.reveal.is-visible * {
  color: #fff !important;
}

html.gdp-contrast .hero-checks li::before {
  color: #000 !important;
}

html.gdp-contrast .article-sidebar-avatar,
html.gdp-contrast .article-sidebar-avatar * {
  background: #000 !important;
  background-image: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

html.gdp-contrast .cta-band,
html.gdp-contrast .cta-band *,
html.gdp-contrast .cta-band.reveal-target,
html.gdp-contrast .cta-band.reveal-target *,
html.gdp-contrast .cta-band.reveal-target.reveal,
html.gdp-contrast .cta-band.reveal-target.reveal *,
html.gdp-contrast .cta-band.reveal-target.reveal.is-visible,
html.gdp-contrast .cta-band.reveal-target.reveal.is-visible *,
html.gdp-contrast .coeur-card--earth,
html.gdp-contrast .coeur-card--earth *,
html.gdp-contrast .coeur-card--earth.reveal-target,
html.gdp-contrast .coeur-card--earth.reveal-target *,
html.gdp-contrast .coeur-card--earth.reveal-target.reveal,
html.gdp-contrast .coeur-card--earth.reveal-target.reveal *,
html.gdp-contrast .coeur-card--earth.reveal-target.reveal.is-visible,
html.gdp-contrast .coeur-card--earth.reveal-target.reveal.is-visible *,
html.gdp-contrast .coeur-card--dark,
html.gdp-contrast .coeur-card--dark *,
html.gdp-contrast .hero-checks,
html.gdp-contrast .hero-checks *,
html.gdp-contrast .hero-checks li,
html.gdp-contrast .hero-checks li *,
html.gdp-contrast .blog-featured,
html.gdp-contrast .blog-featured *,
html.gdp-contrast .blog-featured.reveal-target,
html.gdp-contrast .blog-featured.reveal-target *,
html.gdp-contrast .blog-featured.reveal-target.reveal,
html.gdp-contrast .blog-featured.reveal-target.reveal *,
html.gdp-contrast .blog-featured.reveal-target.reveal.is-visible,
html.gdp-contrast .blog-featured.reveal-target.reveal.is-visible * {
  color: #fff !important;
}

html.gdp-contrast .cta-band,
html.gdp-contrast .coeur-card--earth,
html.gdp-contrast .coeur-card--dark,
html.gdp-contrast .hero-checks,
html.gdp-contrast .blog-featured {
  background: #000 !important;
  background-image: none !important;
  border-color: #fff !important;
}

html.gdp-contrast .hero-checks li::before {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    linear-gradient(115deg, rgba(220, 231, 220, 0.95), rgba(246, 243, 238, 0) 34%),
    var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(32, 33, 36, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(32, 33, 36, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

body::after {
  content: "";
  position: fixed;
  inset: auto 0 0;
  z-index: -1;
  height: 260px;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(213, 123, 83, 0.08), rgba(213, 123, 83, 0));
}

a { color: inherit; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 8px;
  color: white;
  background: var(--primary);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  font-family: var(--font-heading);
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

h1 {
  margin-bottom: 24px;
  font-size: 5rem;
  font-weight: 600;
}

h2 {
  margin-bottom: 16px;
  font-size: 3rem;
  font-weight: 600;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 600;
}

p { color: var(--muted); }
/* Preserve justified inline styles from CMS content. */
p[style*="justify"], div[style*="justify"], h1[style*="justify"], h2[style*="justify"], h3[style*="justify"], li[style*="justify"] {
  text-align: justify !important;
}

.container {
  position: relative;
  width: var(--container);
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 14px 0;
  background: rgba(246, 243, 238, 0.82);
  backdrop-filter: blur(16px);
}
.topbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--sage-strong), var(--accent));
}

.nav {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  overflow: visible;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  white-space: nowrap;
}

.mark {
  width: 300px;
  height: 166px;
  display: block;
  object-fit: contain;
  flex: 0 0 300px;
  margin-block: -46px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
}

.nav-links a,
.submenu-toggle {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-family: var(--font-heading);
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.nav-links a:hover,
.submenu-toggle:hover,
.nav-parent.is-open .submenu-toggle {
  color: white;
  background: var(--primary);
}

.nav-links > a.is-active,
.nav-parent.is-active .submenu-toggle {
  border-radius: 999px;
  color: var(--accent) !important;
  background: var(--accent-soft);
  border-color: var(--accent);
}

.nav-parent {
  position: relative;
}

.submenu-toggle::after {
  content: "▾";
  margin-left: 8px;
  font-size: 0.8rem;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  width: max-content;
  min-width: min(280px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
  gap: 8px;
  padding: 22px 12px 12px;
  transform: none;
  border: 1px solid rgba(39, 76, 74, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: var(--shadow-soft);
}

.submenu.is-open {
  display: grid;
}

@media (min-width: 681px) {
  .nav-parent:hover > .submenu {
    display: grid;
  }

  .nav-parent:hover > .submenu-toggle {
    color: white;
    background: var(--primary);
  }
}

.submenu-group {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 8px;
  min-width: 220px;
  max-width: 360px;
}

.submenu a.submenu-heading {
  width: 100%;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  color: #fff !important;
  background: var(--primary);
  font-family: var(--font-heading);
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.submenu a.submenu-heading::after {
  content: "→";
  flex: 0 0 auto;
  font-size: 0.9rem;
  transition: transform 0.18s ease;
}

.nav-links .submenu a.submenu-heading:hover,
.submenu a.submenu-heading:hover {
  color: #fff !important;
  background: var(--accent);
}

.submenu-items {
  display: none;
  gap: 8px;
}

.submenu-items.is-open {
  display: grid;
}

.submenu a {
  justify-content: flex-start;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(246, 243, 238, 0.62);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.2;
}

.submenu a.is-active {
  color: var(--accent) !important;
  background: var(--accent-soft);
  border-color: var(--accent);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(39, 76, 74, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.9);
  color: var(--primary);
  cursor: pointer;
}

.menu-icon {
  display: grid;
  gap: 5px;
}

.menu-icon span {
  width: 20px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.contrast-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(39, 76, 74, 0.24);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255, 253, 249, 0.86);
  font: 800 0.86rem/1 var(--font);
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(39, 76, 74, 0.08);
}

.contrast-toggle span[aria-hidden="true"] {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: var(--primary);
  font-size: 0.82rem;
}

.contrast-toggle:hover,
.contrast-toggle[aria-pressed="true"] {
  color: white;
  background: var(--primary);
}

.contrast-toggle:hover span[aria-hidden="true"],
.contrast-toggle[aria-pressed="true"] span[aria-hidden="true"] {
  color: var(--primary);
  background: white;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 800 0.94rem/1 var(--font);
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(39, 76, 74, 0.18);
}

.btn-primary {
  color: white;
  background: var(--primary);
  box-shadow: 0 16px 30px rgba(39, 76, 74, 0.22);
}

.btn-primary:hover { background: #1f3e3c; }

.btn-secondary {
  color: var(--primary);
  border-color: rgba(39, 76, 74, 0.22);
  background: rgba(255, 253, 249, 0.78);
}

.lecture-contenu {
  position: fixed;
  top: 112px;
  right: 20px;
  z-index: 35;
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin: 0;
  pointer-events: none;
}

.lecture-contenu--avec-programme {
  top: 166px;
}

.article-pdf-float {
  position: fixed;
  top: 166px;
  right: 20px;
  z-index: 35;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.lecture-contenu-bouton {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: #fff;
  background: var(--accent);
  box-shadow: 0 2px 10px rgba(213, 123, 83, 0.28);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.lecture-contenu-bouton[aria-pressed="true"] {
  color: white;
  border-color: #c06a42;
  background: #c06a42;
}

.lecture-contenu-bouton:hover {
  background: #c06a42;
  border-color: #c06a42;
  box-shadow: 0 8px 18px rgba(213, 123, 83, 0.24);
}

html.gdp-contrast .lecture-contenu-bouton,
html.gdp-contrast .article-pdf-float-btn {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html.gdp-contrast .lecture-contenu-bouton:hover,
html.gdp-contrast .article-pdf-float-btn:hover,
html.gdp-contrast .lecture-contenu-bouton:focus-visible,
html.gdp-contrast .article-pdf-float-btn:focus-visible {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

.lecture-contenu-icone {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.lecture-contenu-icone svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.formation-programme-pdf-floating {
  position: fixed;
  top: 112px;
  right: 20px;
  z-index: 35;
  pointer-events: none;
}

.formation-programme-pdf-floating .btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.9rem;
  font-weight: 700;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--accent);
  border: 1px solid var(--accent);
  box-shadow: 0 2px 10px rgba(213, 123, 83, 0.28);
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.formation-programme-pdf-floating .btn:hover {
  background: #c06a42;
  border-color: #c06a42;
  box-shadow: 0 8px 18px rgba(213, 123, 83, 0.24);
}

.formation-programme-pdf-floating .btn-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--sage-strong), var(--accent));
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section.alt {
  background: rgba(255, 253, 249, 0.45);
  border-block: 1px solid rgba(32, 33, 36, 0.06);
}

.hero,
.page-hero {
  display: grid;
  align-items: center;
  padding: 72px 0 52px;
}

.hero {
  min-height: calc(100vh - 72px);
}

.hero-grid,
.page-hero-grid,
.split,
.contact-wrap,
.contact-info-grid {
  display: grid;
  gap: 18px;
}

.hero-grid,
.page-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.58fr);
  align-items: center;
  gap: 42px;
}

.eyebrow,
.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(39, 76, 74, 0.18);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255, 253, 249, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before,
.breadcrumbs::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.lead {
  max-width: 1200px;
  margin-bottom: 32px;
  font-size: 1.22rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.actions.center {
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 0;
}

.quick-contact,
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-contact {
  margin-top: -18px;
  margin-bottom: 34px;
}

.quick-contact a,
.quick-contact span,
.pill-list span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(39, 76, 74, 0.17);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255, 253, 249, 0.62);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
}

.trust-row,
.grid,
.footer-menu {
  display: grid;
  gap: 18px;
}

.trust-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 900px;
  gap: 14px;
}

.grid {
  grid-template-columns: repeat(12, 1fr);
}

.card,
.trust-item,
.summary-card,
.contact-panel,
.faq-item,
.cta-band,
.info-strip {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.78);
  box-shadow: var(--shadow-soft);
}

.trust-item,
.card,
.summary-card,
.contact-panel,
.faq-item,
.info-strip {
  padding: 28px;
}

.card:hover,
.trust-item:hover {
  transform: translateY(-4px);
  border-color: rgba(39, 76, 74, 0.18);
  box-shadow: var(--shadow);
}

.trust-item {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.trust-item strong,
.result-word {
  display: block;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-card,
.profile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  color: white;
}

.hero-card {
  min-height: 560px;
  padding: 28px;
  background:
    linear-gradient(rgba(23, 45, 44, 0.08), rgba(23, 45, 44, 0.68)),
    url("https://images.unsplash.com/photo-1613900315996-905dc88def9b?auto=format&fit=crop&w=1100&q=80") center/cover;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.18) 45%, transparent 68%);
  transform: translateX(-120%);
  animation: heroShine 7s ease-in-out infinite;
}

.hero-proof {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  display: grid;
  gap: 10px;
}

.proof-chip,
.floating-note {
  width: fit-content;
  max-width: 100%;
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
  background: rgba(15, 32, 31, 0.74);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  white-space: normal;
}

.hero-card,
.hero-card h2,
.hero-card h3,
.hero-card p,
.hero-card li,
.hero-card span,
.hero-card strong,
.hero-card em,
.hero-card div {
  color: #fff !important;
}

.hero-card-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 12px;
}

.hero-card-content,
.hero-card-content * {
  color: #fff !important;
}

.hero-checks,
.check-list,
.list-reset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-checks {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(15, 32, 31, 0.5);
  backdrop-filter: blur(12px);
}

.hero-checks li,
.check-list li,
.list-check li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.hero-checks li::before,
.check-list li::before,
.list-check li::before {
  content: "✓";
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--accent);
  font-size: 1.08rem;
  font-weight: 900;
}

.section-head {
  max-width: 880px;
  margin-bottom: 36px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-head.center:has(.formation-section-title-media) {
  width: min(1180px, 100%);
  max-width: min(1180px, 100%);
}

.section-head p {
  margin-bottom: 0;
  font-size: 1.08rem;
}

.formation-section-title-media {
  position: relative;
  display: block;
  max-width: 100%;
  min-height: 208px;
  margin-bottom: 18px;
  padding: 0;
}

.section-head .formation-section-title-media h2 {
  max-width: min(980px, calc(100% - 80px));
  margin-inline: auto;
  margin-bottom: 0;
  text-align: center;
}

.formation-section-title-media img {
  position: absolute;
  top: 50%;
  right: -178px;
  width: 208px;
  height: 208px;
  transform: translateY(-50%);
  object-fit: contain;
  padding: 20px;
  border: 1px solid rgba(39, 76, 74, 0.14);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: var(--shadow-soft);
}

.formation-card,
.process-card,
.pricing-card,
.mini-card,
.result-card,
.focus-card {
  grid-column: span 4;
}

.formation-card,
.process-card,
.pricing-card,
.mini-card,
.result-card,
.focus-card,
.info-strip {
  background: var(--surface-strong);
}

.formation-card .card-meta,
.summary-group .label,
.contact-list .label,
.small-label {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.summary-group .label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border: 1px solid rgba(39, 76, 74, 0.18);
  border-radius: 999px;
  background: rgba(220, 231, 220, 0.72);
  color: var(--primary);
  line-height: 1;
}

.formation-theme {
  margin-top: 36px;
}

.section-head + .formation-theme {
  margin-top: 0;
}

.formation-theme-head {
  margin-bottom: 18px;
}

.formation-theme-head h3 {
  margin-bottom: 0;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-grid .faq-item {
  height: 100%;
}

.faq-item h2 {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 1.22rem;
  line-height: 1.25;
  font-weight: 900;
}

.testimonials-hero {
  position: relative;
  overflow: hidden;
}

.testimonials-hero::before {
  content: "";
  position: absolute;
  inset: 18% 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(39, 76, 74, 0.2), transparent);
}

.testimonial-hero-card {
  min-height: 430px;
  display: grid;
  align-content: end;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(39, 76, 74, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(39, 76, 74, 0.94), rgba(56, 111, 105, 0.82)),
    linear-gradient(45deg, rgba(213, 123, 83, 0.26), transparent);
  color: white;
  box-shadow: var(--shadow);
}

.testimonial-hero-count {
  font-family: var(--font-heading);
  font-size: clamp(5rem, 12vw, 8.5rem);
  font-weight: 700;
  line-height: 0.8;
}

.testimonial-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.25rem;
  font-weight: 900;
}

.testimonial-hero-card span {
  color: rgba(255, 255, 255, 0.78);
}

.testimonial-hero-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.testimonials-section {
  padding-top: 56px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.testimonial-card {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.86);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  top: -26px;
  right: 20px;
  color: rgba(213, 123, 83, 0.16);
  font-family: var(--font-heading);
  font-size: 8rem;
  line-height: 1;
}

.testimonial-card--featured {
  grid-column: span 2;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.96), rgba(244, 216, 201, 0.26)),
    var(--surface-strong);
}

.testimonial-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.testimonial-context {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--primary);
  background: var(--sage);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonial-rating {
  color: var(--accent);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.testimonial-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
}

.testimonial-card blockquote p {
  margin: 0;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.78;
}

.testimonial-card--featured blockquote p {
  font-size: 1.18rem;
}

.testimonial-author {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.testimonial-author strong {
  color: var(--ink);
}

.testimonial-author span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.formation-card p:last-child,
.summary-card p:last-child,
.card p:last-child {
  margin-bottom: 0;
}

.formation-theme-head h2 a {
  color: inherit;
  text-decoration: none;
}

.formation-theme-head h2 a:hover {
  color: var(--accent);
}

.summary-card {
  display: grid;
  gap: 18px;
  background: linear-gradient(180deg, #fffaf5, #ffffff);
}

.summary-group {
  display: grid;
  gap: 10px;
}

.summary-permaculture {
  color: var(--muted);
  font-size: 0.98rem;
}

.summary-group ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.summary-group li { margin-bottom: 8px; }

.card-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--primary);
  background: var(--sage);
  font-weight: 900;
}

.focus-card {
  grid-column: span 3;
}

.focus-card--empty,
.formation-card--empty {
  min-height: 180px;
  background:
    linear-gradient(145deg, rgba(220, 231, 220, 0.45), rgba(255, 255, 255, 0.82)),
    var(--surface-strong);
}

.focus-card--empty {
  display: flex;
  align-items: flex-start;
}

.pricing-card {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: 30px;
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.pricing-card.featured {
  border-color: rgba(213, 123, 83, 0.55);
  background: linear-gradient(180deg, #fffaf5, #ffffff);
  box-shadow: var(--shadow);
}

.pricing-grid-2 .pricing-card {
  grid-column: span 6;
}

.pricing-grid-1 .pricing-card {
  grid-column: 4 / span 6;
}

.badge {
  width: fit-content;
  margin-bottom: 20px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--primary);
  background: var(--accent-soft);
  font-size: 1.08rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  margin: 18px 0 6px;
  color: var(--ink);
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1;
}

.price small {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.pricing-list {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.pricing-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.pricing-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--accent);
}

.formation-germination-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(220, 231, 220, 0.78), rgba(244, 216, 201, 0.34)),
    rgba(255, 253, 249, 0.62);
}

.formation-germination-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--sage-strong), var(--accent));
}

/* .formation-section-divider — désormais géré par .section::before */

.germination-grid .result-card,
.choice-grid .process-card,
.related-grid .mini-card {
  position: relative;
  overflow: hidden;
}

.germination-grid .result-card {
  grid-column: span 3;
  min-height: 156px;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  border-color: rgba(39, 76, 74, 0.14);
}

.germination-grid .result-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--sage-strong);
}

.germination-grid .result-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(213, 123, 83, 0.14);
}

.germination-grid .result-card p {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-weight: 850;
  line-height: 1.45;
}

.germination-grid .result-card--warm {
  background: linear-gradient(145deg, #fff7f0, #ffffff);
}

.germination-grid .result-card--warm::before {
  background: var(--accent);
}

.germination-grid .result-card--sage {
  background: linear-gradient(145deg, #eef4ee, #ffffff);
}

.germination-grid .result-card--primary {
  grid-column: span 12;
  min-height: 190px;
  background: linear-gradient(135deg, rgba(39, 76, 74, 0.98), rgba(56, 111, 105, 0.9));
  border-color: rgba(39, 76, 74, 0.38);
}

.germination-grid .result-card--primary::before {
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
}

.germination-grid .result-card--primary::after {
  width: 92px;
  height: 92px;
  background: rgba(255, 255, 255, 0.1);
}

.germination-grid .result-card--primary p {
  max-width: 980px;
  color: white;
  font-size: 1.24rem;
}

.germination-grid .result-card--statement {
  min-height: 210px;
  align-items: center;
  padding: 42px 52px 42px 118px;
}

.germination-grid .result-card--statement p {
  max-width: 1180px;
  color: white;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
  font-weight: 600;
  line-height: 1.14;
}

.germination-grid .result-card--statement p::before {
  content: "“";
  position: absolute;
  left: -66px;
  top: -18px;
  color: rgba(244, 216, 201, 0.42);
  font-family: var(--font-heading);
  font-size: 6rem;
  line-height: 1;
}

.formation-choice-section {
  background: rgba(255, 253, 249, 0.74);
}

.choice-grid .process-card {
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  padding: 118px 32px 32px;
  border-color: rgba(39, 76, 74, 0.16);
}

.choice-grid .process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(145deg, rgba(220, 231, 220, 0.7), rgba(255, 255, 255, 0));
}

.choice-grid .process-card::after {
  position: absolute;
  top: 22px;
  right: 26px;
  z-index: 1;
  color: rgba(39, 76, 74, 0.14);
  font-family: var(--font-heading);
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.choice-grid .process-card:nth-child(1)::after { content: "01"; }
.choice-grid .process-card:nth-child(2)::after { content: "02"; }
.choice-grid .process-card:nth-child(3)::after { content: "03"; }

.choice-grid .process-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--text);
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0;
  text-align: justify !important;
  text-align-last: left;
  hyphens: auto;
}

.choice-grid .process-card h3:not(:has(span)) {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 1.8vw, 1.65rem);
  font-weight: 650;
  line-height: 1.16;
}

.choice-grid .process-card h3 > span:first-child {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 1.8vw, 1.72rem) !important;
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: 0;
}

.choice-grid .process-card--primary {
  background: linear-gradient(145deg, var(--primary), #203231);
}

.choice-grid .process-card--primary::before {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(213, 123, 83, 0.16));
}

.choice-grid .process-card--primary h3 {
  color: white;
}

.choice-grid .process-card--primary::after {
  color: rgba(255, 255, 255, 0.2);
}

.choice-grid .process-card--primary h3 > span:first-child {
  color: white;
}

.choice-grid .process-card--warm {
  background: linear-gradient(145deg, #fff4ec, #ffffff);
}

.choice-grid .process-card--sage {
  background: linear-gradient(145deg, #e8f0e8, #ffffff);
}

.formation-cta-section {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0), rgba(220, 231, 220, 0.42));
}

.cta-band--formation {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(39, 76, 74, 0.98), rgba(56, 111, 105, 0.86)),
    linear-gradient(90deg, rgba(213, 123, 83, 0.28), transparent);
}

.cta-band--formation::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.cta-band--formation .cta-band-inner {
  position: relative;
  z-index: 1;
}

.related-grid .mini-card {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  border-color: rgba(39, 76, 74, 0.15);
}

.related-grid .mini-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--sage-strong);
}

.related-grid .mini-card:nth-child(2)::before {
  background: var(--accent);
}

.related-grid .mini-card:nth-child(3)::before {
  background: var(--primary-2);
}

.related-grid .mini-card .btn {
  margin-top: auto;
}

.split {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
}

.profile {
  min-height: 420px;
  padding: 36px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--surface);
}

.profile .eyebrow {
  color: var(--primary);
  border-color: rgba(39, 76, 74, 0.18);
  background: rgba(220, 231, 220, 0.48);
}

.profile h2,
.profile h3,
.profile p,
.profile li,
.profile span,
.profile strong,
.profile em {
  color: var(--ink) !important;
}

.profile p { opacity: 1; }

.profile h3 {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--primary);
  margin-top: 32px;
  margin-bottom: 14px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.profile .check-list li {
  color: var(--ink);
  opacity: 1;
}

.profile .check-list li::before {
  background: var(--accent);
  flex-shrink: 0;
}

.check-list--2col {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 640px) {
  .check-list--2col { grid-template-columns: 1fr; }
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.tag {
  padding: 9px 12px;
  border: 1px solid rgba(39, 76, 74, 0.18);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(220, 231, 220, 0.52);
  font-size: 0.86rem;
  font-weight: 800;
}

.method {
  display: grid;
  gap: 18px;
}

.contact-wrap {
  grid-template-columns: 0.8fr 1.2fr;
}

.contact-request-summary-mobile {
  display: none;
}

.contact-panel {
  background: linear-gradient(160deg, var(--sage), #f5efe7);
  position: relative;
  overflow: hidden;
}

.contact-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 190px;
  height: 190px;
  border: 36px solid rgba(255, 253, 249, 0.42);
  border-radius: 50%;
}

.contact-panel h3 {
  font-size: 1.55rem;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list a,
.contact-list strong {
  color: var(--ink);
  text-decoration: none;
}

.contact-cta {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-cta .btn {
  width: 100%;
}

.contact-rgpd-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.contact-rgpd-note a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

form {
  position: relative;
  display: grid;
  gap: 16px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(39, 76, 74, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(255, 253, 249, 0.9)),
    var(--surface-strong);
  box-shadow: var(--shadow);
}

form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--sage-strong));
}

.form-brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(39, 76, 74, 0.1);
}

.form-brand img {
  width: 118px;
  height: 64px;
  object-fit: contain;
  margin-block: -14px;
}

.form-brand strong {
  display: block;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.1;
}

.form-brand span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.form-grid,
.contact-info-grid,
.footer-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(32, 33, 36, 0.13);
  border-radius: var(--radius);
  padding: 15px 14px;
  background: #fbfaf7;
  color: var(--ink);
  font: inherit;
  transition: border 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input:hover,
select:hover,
textarea:hover {
  border-color: rgba(39, 76, 74, 0.25);
}

input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  border-color: #b42318;
  background: #fff7f6;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.09);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--primary-2);
  background: white;
  box-shadow: 0 0 0 4px rgba(56, 111, 105, 0.13);
}

.success {
  padding: 13px 14px;
  border-radius: var(--radius);
  color: #1f5a38;
  background: #e6f4ea;
  font-weight: 800;
  text-align: center;
}

.success-error {
  background: #fff1f0;
  color: #9f2f24;
}

.contact-success-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: min(420px, calc(100% - 32px));
  padding: 18px 22px;
  border: 1px solid rgba(31, 90, 56, 0.18);
  border-radius: 16px;
  background: rgba(230, 244, 234, 0.96);
  color: #1f5a38;
  box-shadow: 0 24px 70px rgba(31, 90, 56, 0.22);
  transform: translate(-50%, -50%);
  animation: contactToastIn 220ms ease-out both, contactToastOut 420ms ease-in 4.2s forwards;
}

@keyframes contactToastIn {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 14px)) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes contactToastOut {
  to {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 10px)) scale(0.98);
    visibility: hidden;
  }
}

.cta-band {
  padding: 32px;
  background: linear-gradient(135deg, rgba(39, 76, 74, 0.97), rgba(56, 111, 105, 0.88));
  color: white;
}

.cta-band h2,
.cta-band p { color: white; }

.cta-band,
.cta-band h2,
.cta-band h3,
.cta-band p,
.cta-band span,
.cta-band strong,
.cta-band em,
.cta-band div {
  color: #fff !important;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.info-strip {
  display: grid;
  gap: 8px;
}

footer {
  padding: 28px 0 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.62), rgba(220, 231, 220, 0.72));
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: center;
}

.footer-brand {
  display: grid;
  gap: 6px;
  justify-items: start;
}

.footer-logo {
  width: 160px;
  height: 88px;
  display: block;
  object-fit: contain;
  margin-block: -20px;
}

.footer-brand p {
  width: min(100%, 560px);
  max-width: 560px;
  margin: 0;
  font-weight: 700;
  text-align: justify;
  text-justify: inter-word;
}

.footer-content {
  display: grid;
  gap: 20px;
}

.footer-links,
.footer-formation-links,
.footer-contact,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a,
.footer-formation-links a,
.footer-contact a,
.footer-contact span,
.footer-social a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(39, 76, 74, 0.14);
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255, 253, 249, 0.58);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-social-link {
  gap: 8px;
}

.footer-social-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: currentColor;
}

.footer-bottom {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(39, 76, 74, 0.12);
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.footer-contrast-toggle {
  justify-self: start;
  margin: 4px 0 0;
}

.footer-accessibility {
  color: var(--primary);
  width: min(100%, 520px);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(39, 76, 74, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  margin: 0;
  font-size: 0.94rem;
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(32, 33, 36, 0.42);
  backdrop-filter: blur(8px);
}

.modal-backdrop.is-visible {
  display: grid;
}

.modal-box {
  width: min(460px, 100%);
  padding: 26px;
  border: 1px solid rgba(180, 35, 24, 0.14);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: var(--shadow);
}

.modal-box h3 {
  margin-bottom: 10px;
  color: #9f2f24;
}

.modal-box p {
  margin-bottom: 18px;
}

@keyframes heroShine {
  0%, 55% { transform: translateX(-120%); }
  75%, 100% { transform: translateX(120%); }
}

/* ─── Blog — hero ─────────────────────────────────────────── */

.blog-hero {
  padding: 46px 0 28px;
  overflow: hidden;
}

.blog-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.5fr);
  gap: 48px;
  align-items: center;
}

.blog-hero-title {
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1;
  margin-bottom: 14px;
}

.blog-hero-lead {
  max-width: 600px;
}

.blog-hero-stats {
  display: grid;
  gap: 16px;
}

.blog-hero-stat {
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.78);
  box-shadow: var(--shadow-soft);
}

.blog-hero-stat strong {
  display: block;
  color: var(--primary);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4px;
  font-family: var(--font-heading);
}

.blog-hero-stat span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* ─── Blog — empty state ──────────────────────────────────── */

.blog-empty {
  max-width: 520px;
  margin: 0 auto;
  padding: 64px 0;
  text-align: center;
}

.blog-empty-icon {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 20px;
}

.blog-empty h2 {
  margin-bottom: 14px;
}

/* ─── Blog — featured article ─────────────────────────────── */

.section--featured {
  padding-top: 18px;
  padding-bottom: 0;
}

.blog-featured {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) * 2);
  overflow: hidden;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--shadow);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.blog-featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 80px rgba(35, 42, 45, 0.16);
}

.blog-featured-cover {
  position: relative;
  min-height: 380px;
  overflow: hidden;
}

.blog-featured-cover-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 40%),
    linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.blog-featured-cover-chip {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-featured-body {
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.blog-featured-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.12;
  color: var(--ink);
}

.blog-featured-title a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.blog-featured-title a:hover {
  color: var(--primary);
}

.blog-featured-extract {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 520px;
}

/* ─── Blog — card grid ────────────────────────────────────── */

.blog-grid {
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
}

.blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) * 1.5);
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--shadow-soft);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.blog-card-cover {
  position: relative;
  height: 160px;
  overflow: hidden;
  flex-shrink: 0;
}

.blog-card-cover-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.15) 0%, transparent 55%),
    radial-gradient(circle at 75% 75%, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
}

.blog-card-body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.blog-card-date {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.blog-card-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
}

.blog-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.blog-card-title a:hover {
  color: var(--primary);
}

.blog-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
  flex: 1;
}

.blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap 160ms ease;
}

.blog-read-link:hover {
  gap: 11px;
}

/* ─── Article — cover banner ──────────────────────────────── */

.admin-preview-banner {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 10px 14px;
  border: 1px solid rgba(213, 123, 83, 0.32);
  border-radius: 999px;
  color: #8c4523;
  background: var(--accent-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.article-cover-banner {
  position: relative;
  width: 100%;
  max-height: 800px;
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid rgba(39, 76, 74, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(220, 231, 220, 0.52), rgba(255, 253, 249, 0.92)),
    #fffdf9;
  box-shadow: 0 18px 42px rgba(39, 76, 74, 0.12);
  overflow: hidden;
}

.article-cover-banner::before {
  content: "";
  position: absolute;
  inset: -35%;
  background: url("/assets/logo-graines-de-pratiques.png") center / 240px auto repeat;
  opacity: 0.14;
  transform: rotate(-24deg);
  pointer-events: none;
}

.article-cover-banner img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 800px;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  display: block;
}

img.image-wrap-left,
img.image-wrap-right {
  width: 280px;
  max-width: 42%;
  height: auto;
  display: block;
}

img.image-round {
  width: 220px;
  max-width: 42%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;
}

img.image-wrap-left {
  float: left;
  margin: 0 24px 18px 0;
}

img.image-wrap-right {
  float: right;
  margin: 0 0 18px 24px;
}

/* ─── Article — hero ──────────────────────────────────────── */

.article-hero {
  padding: 28px 0 56px;
  background:
    linear-gradient(180deg, rgba(220, 231, 220, 0.5) 0%, rgba(246, 243, 238, 0) 100%),
    var(--bg);
  border-bottom: 1px solid var(--line);
}

.article-breadcrumb {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
  padding: 7px 10px;
  border: 1px solid rgba(39, 76, 74, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.82);
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(39, 76, 74, 0.06);
  overflow: hidden;
}

.article-breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(220, 231, 220, 0.55);
  color: var(--primary);
  text-decoration: none;
  white-space: nowrap;
}

.article-breadcrumb a:hover {
  background: var(--sage);
}

.article-breadcrumb span {
  flex-shrink: 0;
}

.article-breadcrumb span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text);
}

.article-breadcrumb span[aria-hidden="true"] {
  color: var(--accent);
  font-size: 1.28rem;
  line-height: 1;
}

.article-hero-body {
  width: 100%;
}

.article-title {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.06;
  margin-bottom: 20px;
}

.article-lead {
  font-size: 1.2rem;
  line-height: 1.65;
  color: var(--text);
  margin-bottom: 28px;
}

.article-meta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(39, 76, 74, 0.12);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.78);
  box-shadow: 0 10px 24px rgba(39, 76, 74, 0.06);
}

.article-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(39, 76, 74, 0.1);
  border-radius: 999px;
  background: #fffdf9;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.article-meta-item svg {
  width: 18px;
  height: 18px;
  color: var(--accent);
  flex-shrink: 0;
}

.article-meta-author {
  color: var(--primary);
  background: rgba(220, 231, 220, 0.55);
}

.article-meta-author-photo {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(39, 76, 74, 0.18);
  flex-shrink: 0;
}

.article-meta-author:hover {
  background: var(--sage);
}


.btn-article-pdf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  background: #d57b53;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.18s;
}

.btn-article-pdf:hover {
  background: #c06843;
  color: #fff;
}

.btn-article-pdf--contraste {
  background: transparent;
  color: #d57b53;
  border: 1.5px solid #d57b53;
}

.btn-article-pdf--contraste:hover {
  background: #d57b53;
  color: #fff;
}

.article-share {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  margin-left: auto;
}

.article-share-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 0;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d7dedb;
  box-shadow: 0 12px 28px rgba(25, 38, 32, 0.14);
  backdrop-filter: blur(8px);
}

.cookie-banner.is-visible + .article-share-float {
  bottom: var(--share-cookie-bottom, 132px);
}

.article-share-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 2px;
}

.article-share-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  color: #4f5b56;
  background: #f5f7f6;
  border: 1px solid #d7dedb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  text-decoration: none;
}

.article-share-button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: currentColor;
  stroke: currentColor;
}

.article-share-button:hover {
  background: #eef1ef;
  border-color: #c8d1cc;
  transform: translateY(-1px);
}

.article-share-linkedin,
.article-share-facebook,
.article-share-instagram,
.article-share-whatsapp {
  color: #4a5450;
}

@media (max-width: 720px) {
  .article-share-float {
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    padding: 8px 10px;
    border-radius: 16px;
    gap: 3px;
  }

  .cookie-banner.is-visible + .article-share-float {
    bottom: var(--share-cookie-bottom, 228px);
  }

  .article-share-label {
    font-size: 0.72rem;
  }

  .article-share-button {
    width: 36px;
    height: 36px;
  }

  .article-share-button svg {
    width: 15px;
    height: 15px;
  }
}

/* ─── Article — layout ────────────────────────────────────── */

.article-layout {
  padding: 12px 0 0;
}

.article-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  align-items: start;
}

/* ─── Article — prose ─────────────────────────────────────── */

.article-prose {
  font-size: 1.07rem;
  line-height: 1.85;
  color: var(--text);
}

.article-prose > :first-child {
  margin-top: 0;
}

.article-prose > p:first-child::first-letter {
  float: left;
  font-family: var(--font-heading);
  font-size: 4.2em;
  line-height: 0.78;
  margin: 0.08em 0.1em 0 0;
  color: var(--primary);
  font-weight: 600;
}

.article-prose h2 {
  margin-top: 2.2em;
  margin-bottom: 0.65em;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--ink);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--sage);
}

.article-prose h3 {
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  color: var(--primary);
}

.article-prose p {
  margin: 0 0 1.3em;
  color: var(--text);
  text-align: justify;
}

.article-prose ul,
.article-prose ol {
  margin: 0 0 1.4em;
  padding-left: 1.5em;
  color: var(--text);
}

.article-prose li {
  margin-bottom: 0.55em;
  line-height: 1.75;
  text-align: justify;
}

.article-prose a {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 3px;
  transition: color 150ms ease;
}

.article-prose a:hover {
  color: var(--accent);
}

.article-prose strong {
  color: var(--ink);
  font-weight: 700;
}

.article-prose blockquote {
  margin: 2em 0;
  padding: 22px 28px;
  border-left: 4px solid var(--accent);
  background: rgba(213, 123, 83, 0.05);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.article-prose blockquote p {
  margin: 0;
  font-style: italic;
  font-size: 1.1em;
  color: var(--ink);
  line-height: 1.6;
}

.article-prose img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: calc(var(--radius) * 1.5);
  margin: 2em 0;
  box-shadow: var(--shadow-soft);
}

.article-prose figure {
  margin: 2.2em 0;
}

.article-prose figure img {
  margin: 0;
}

.article-prose figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.85rem;
  font-style: italic;
  text-align: center;
}

.article-prose hr {
  border: none;
  border-top: 2px solid var(--sage);
  margin: 2.5em 0;
}

/* ─── Article — sidebar ───────────────────────────────────── */

.article-sidebar {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 16px;
}

.article-sidebar-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) * 1.5);
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--shadow-soft);
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.article-sidebar-avatar {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 2px solid rgba(255, 253, 249, .95);
  background: var(--sage);
  box-shadow: 0 8px 18px rgba(39, 76, 74, .16);
}

.article-sidebar-name {
  display: block;
  text-align: center;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 700;
}

.article-sidebar-role {
  display: block;
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.article-sidebar-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.article-sidebar-cta {
  background: linear-gradient(145deg, rgba(39, 76, 74, 0.06), rgba(220, 231, 220, 0.4));
}

.article-sidebar-cta strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  font-family: var(--font-heading);
  line-height: 1.3;
}

/* ─── Article — footer ────────────────────────────────────── */

.article-footer {
  margin-top: 56px;
  padding: 32px 0 56px;
  border-top: 1px solid var(--line);
}

.article-footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.article-footer-back,
.article-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(39, 76, 74, .16);
  border-radius: 999px;
  background: rgba(255, 253, 249, .86);
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(39, 76, 74, .07);
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.article-footer-contact {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.article-footer-back:hover,
.article-footer-contact:hover {
  border-color: var(--accent);
}

@media (min-width: 681px) {
  .submenu {
    grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ─── Blog & Article responsive ──────────────────────────── */

@media (max-width: 1100px) {
  .blog-hero-inner {
    grid-template-columns: 1fr 200px;
    gap: 32px;
  }

  .blog-featured {
    grid-template-columns: 0.48fr 0.52fr;
  }

  .article-columns {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 32px;
  }
}

@media (max-width: 860px) {
  .blog-hero-inner {
    grid-template-columns: 1fr;
  }

  .blog-hero-stats {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }

  .blog-featured {
    grid-template-columns: 1fr;
  }

  .blog-featured-cover {
    min-height: unset;
    aspect-ratio: 16 / 9;
  }

  .blog-featured-body {
    padding: 28px 28px 32px;
  }

  .article-columns {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .blog-hero { padding: 48px 0 40px; }

  .blog-hero-stats { grid-template-columns: 1fr; }

  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .article-footer-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .article-footer-back,
  .article-footer-contact {
    min-height: 38px;
    padding: 0 13px;
    font-size: .82rem;
    line-height: 1;
  }

  .article-prose > p:first-child::first-letter {
    font-size: 3.2em;
  }

  img.image-wrap-left,
  img.image-wrap-right {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 1.5em 0;
  }

  img.image-round {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  h1 { font-size: 4rem; }
  h2 { font-size: 2.6rem; }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-grid,
  .page-hero-grid,
  .split,
  .contact-wrap,
  .footer-inner,
  .footer-columns,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .contact-wrap form {
    order: 1;
  }

  .contact-wrap .contact-panel {
    order: 3;
  }

  .contact-request-summary {
    display: none;
  }

  .contact-request-summary-mobile {
    display: block;
    order: 2;
  }

  .testimonial-card--featured {
    grid-column: auto;
  }

  .formation-card,
  .process-card,
  .pricing-card,
  .mini-card,
  .result-card,
  .focus-card {
    grid-column: span 6;
  }

  .germination-grid .result-card {
    grid-column: span 6;
  }

  .germination-grid .result-card--primary {
    grid-column: span 12;
  }

  .pricing-grid-1 .pricing-card {
    grid-column: 4 / span 6;
  }

  .coeur-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .racines-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .racines-block-aside {
    position: static;
  }

  .racines-block-aside h2 {
    font-size: 1.35rem;
  }

  .page-hero .quick-contact,
  .page-hero .pill-list,
  .page-hero .trust-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100%;
    max-width: none;
  }

  .page-hero .quick-contact a,
  .page-hero .quick-contact span,
  .page-hero .pill-list span,
  .page-hero .trust-item,
  .page-hero .proof-chip,
  .page-hero .floating-note {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    line-height: 1.25 !important;
  }

  .page-hero .quick-contact a,
  .page-hero .quick-contact span,
  .page-hero .pill-list span {
    padding: 9px 12px !important;
    border-radius: 8px !important;
  }

  .page-hero .trust-item {
    padding: 18px !important;
  }

  .page-hero .trust-item strong,
  .page-hero .trust-item span,
  .page-hero .proof-chip span,
  .page-hero .floating-note span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.25 !important;
  }

  .page-hero .trust-item strong {
    font-size: 1.38rem !important;
  }

  .page-hero .hero-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    gap: 14px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 18px !important;
    overflow: visible !important;
  }

  .page-hero .hero-card::after {
    display: none !important;
  }

  .page-hero .hero-proof,
  .page-hero .hero-card-content {
    position: static !important;
    inset: auto !important;
    display: grid !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1720px); }

  html {
    scroll-padding-top: 56px;
  }

  .topbar { padding: 10px 0; }

  .nav {
    position: relative;
    min-height: 92px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .mark {
    width: 240px;
    height: 132px;
    flex: 0 0 240px;
    margin-block: -28px;
  }

  .menu-toggle {
    position: absolute;
    top: 46px;
    right: 0;
    z-index: 30;
    transform: translateY(-50%);
    display: grid;
    box-shadow: 0 12px 25px rgba(39, 76, 74, 0.12);
  }

  .nav-links {
    order: 3;
    width: 100%;
    position: relative;
    z-index: 20;
    max-height: calc(100vh - 124px);
    overflow-y: auto;
    overscroll-behavior: contain;
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 6px;
    padding: 10px;
    border-radius: 8px;
    border-color: rgba(39, 76, 74, 0.13);
    background: rgba(255, 253, 249, 0.96);
    box-shadow: var(--shadow-soft);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a,
  .submenu-toggle {
    justify-content: flex-start;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 8px;
    color: var(--ink);
    font-size: 1.02rem;
    background: rgba(246, 243, 238, 0.62);
    line-height: 1.18;
  }

  .nav-parent {
    display: grid;
    gap: 8px;
    position: relative;
  }

  .submenu {
    position: static;
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: none;
    overflow: visible;
    display: none;
    grid-template-columns: 1fr;
    padding: 12px;
    transform: none;
    box-shadow: none;
    background: rgba(246, 243, 238, 0.5);
  }

  .submenu.is-open {
    display: grid;
  }

  .submenu-group {
    gap: 6px;
    padding: 6px;
  }

  .submenu-items {
    gap: 6px;
  }

  .section { padding: 64px 0; }

  .hero,
  .page-hero { padding: 34px 0 32px; }

  h1 { font-size: 2.85rem; }
  h2 { font-size: 2.15rem; }

  .lead { font-size: 1.06rem; }

  .formation-programme-pdf-floating {
    top: 122px;
    right: 10px;
  }

  .lecture-contenu {
    top: 122px;
    right: 10px;
  }

  .lecture-contenu--avec-programme {
    top: 166px;
  }

  .article-pdf-float {
    top: 176px;
    right: 10px;
  }

  .formation-programme-pdf-floating .btn {
    font-size: 0.8rem;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    justify-content: center;
  }

  .lecture-contenu-bouton {
    font-size: 0.8rem;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    justify-content: center;
  }

  .article-pdf-float-btn {
    font-size: 0.8rem;
    height: 40px;
    min-height: 40px;
    padding: 0 14px;
  }

  .formation-programme-pdf-floating .btn > span:not(.btn-icon),
  .lecture-contenu-bouton > span:not(.lecture-contenu-icone) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .formation-programme-pdf-floating .btn-icon,
  .lecture-contenu-icone,
  .lecture-contenu-icone svg {
    width: 19px;
    height: 19px;
  }

  .actions,
  .actions .btn,
  form .btn,
  .cta-band-inner,
  .cookie-actions,
  .cookie-actions .btn {
    width: 100%;
  }

  .trust-row,
  .form-grid,
  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .quick-contact,
  .pill-list {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 8px;
  }

  .quick-contact a,
  .quick-contact span,
  .pill-list span {
    width: 100%;
    min-height: 0;
    max-width: 100%;
    justify-content: flex-start;
    padding: 8px 11px;
    border-radius: 8px;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .trust-row {
    gap: 10px;
    max-width: none;
  }

  .trust-item {
    min-width: 0;
    padding: 18px;
  }

  .trust-item strong {
    font-size: 1.42rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .trust-item span {
    display: block;
    margin-top: 4px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .hero-card {
    min-height: 0;
    height: auto;
    padding: 18px;
  }

  .hero-proof {
    position: static;
    top: 16px;
    left: 16px;
    right: 16px;
  }

  .proof-chip,
  .floating-note {
    width: auto;
    max-width: 100%;
    padding: 9px 11px;
    border-radius: 8px;
    line-height: 1.25;
  }

  .proof-chip span,
  .floating-note span {
    font-size: inherit !important;
    line-height: inherit !important;
  }

  .hero-card-content {
    position: static;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .formation-card,
  .process-card,
  .pricing-card,
  .mini-card,
  .result-card,
  .focus-card {
    grid-column: span 12;
  }

  .germination-grid .result-card,
  .germination-grid .result-card--primary {
    grid-column: span 12;
  }

  .choice-grid .process-card {
    min-height: 220px;
    padding: 94px 24px 26px;
  }

  .choice-grid .process-card::after {
    top: 18px;
    right: 20px;
    font-size: 4.3rem;
  }

  .choice-grid .process-card h3 {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .choice-grid .process-card h3:not(:has(span)) {
    font-size: 1.3rem;
  }

  .choice-grid .process-card h3 > span:first-child {
    font-size: 1.32rem !important;
  }

  .germination-grid .result-card--statement {
    padding: 34px 30px 34px 74px;
  }

  .germination-grid .result-card--statement p::before {
    left: -44px;
    top: -12px;
    font-size: 4.6rem;
  }

  .cta-band--formation::after {
    display: none;
  }

  .pricing-grid-1 .pricing-card,
  .pricing-grid-2 .pricing-card {
    grid-column: span 12;
  }

  .blog-card {
    grid-column: span 12 !important;
  }

  .faq-grid,
  .testimonials-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .summary-card,
  .profile,
  .testimonial-card,
  .contact-panel,
  form,
  .faq-item,
  .info-strip,
  .cta-band {
    padding: 22px;
  }

  .formation-section-title-media {
    display: grid;
    justify-items: center;
    gap: 12px;
    min-height: 0;
    padding: 0;
  }

  .section-head .formation-section-title-media h2 {
    max-width: 100%;
  }

  .formation-section-title-media img {
    position: static;
    width: 82px;
    height: 82px;
    max-width: 28vw;
    transform: none;
    padding: 8px;
  }

  .testimonial-hero-card {
    min-height: 300px;
    padding: 24px;
  }

  .form-brand {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .form-brand img {
    width: 150px;
    height: 82px;
  }

  .footer-brand,
  .footer-content {
    justify-items: stretch;
    width: 100%;
  }

  .footer-logo {
    width: 150px;
    height: 83px;
    justify-self: center;
  }

  .footer-brand p {
    width: 100%;
    max-width: none;
    text-align: justify;
  }

  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .footer-contrast-toggle {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .footer-contrast-toggle span[aria-hidden="true"] {
    width: 24px;
    height: 24px;
  }

  .coeur-grid {
    grid-template-columns: 1fr;
  }

  /* Coeur cards */
  .coeur-card {
    padding: 22px 20px;
  }

  .coeur-card h3 {
    font-size: 1.2rem;
  }

  /* Mes racines */
  .racines-section {
    gap: 36px;
  }

  .racines-block-content blockquote {
    padding: 14px 16px;
  }

  /* Expertises */
  .expertise-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 32px;
  }

  .expertise-card {
    padding: 24px 20px 22px;
  }

  .expertise-detail {
    padding: 24px 20px;
  }

  .expertise-detail.is-visible {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Section padding */
  .section {
    padding: 48px 0;
  }

  .page-hero {
    padding: 24px 0 20px;
  }
}

/* ── Section Au cœur de Graines de Pratiques ─────────────────────── */
.coeur-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.coeur-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
  overflow: hidden;
}

.coeur-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), #3a6a68, var(--accent));
}

.coeur-card:hover {
  transform: translateY(-4px);
  border-color: rgba(39, 76, 74, 0.18);
  box-shadow: var(--shadow);
}

.coeur-card--dark {
  background: linear-gradient(145deg, var(--primary) 0%, #1d3b39 100%);
  border-color: transparent;
  color: white;
}

.coeur-card--dark::before { background: linear-gradient(90deg, rgba(255,255,255,0.35), rgba(255,255,255,0.12)); }
.coeur-card--dark h3 { color: white; }

.coeur-card--dark p,
.coeur-card--dark li { color: rgba(255, 255, 255, 0.82); }

.coeur-card--earth {
  background: linear-gradient(145deg, #c96b3f 0%, #b85c33 100%);
  border-color: transparent;
  color: white;
}

.coeur-card--earth::before { background: linear-gradient(90deg, rgba(255,255,255,0.35), rgba(255,255,255,0.12)); }
.coeur-card--earth h3 { color: white; }

.coeur-card--dark p,
.coeur-card--dark li,
.coeur-card--earth p,
.coeur-card--earth li { color: rgba(255, 255, 255, 0.85) !important; }

.coeur-card--dark,
.coeur-card--earth,
.coeur-card--dark h3,
.coeur-card--earth h3,
.coeur-card--dark p,
.coeur-card--earth p,
.coeur-card--dark li,
.coeur-card--earth li,
.coeur-card--dark span,
.coeur-card--earth span,
.coeur-card--dark strong,
.coeur-card--earth strong,
.coeur-card--dark em,
.coeur-card--earth em,
.coeur-card--dark div,
.coeur-card--earth div {
  color: #fff !important;
}

.coeur-index {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #3a6a68);
  color: white;
  font-size: 0.88rem;
  font-weight: 900;
  font-family: var(--font);
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.coeur-card--dark .coeur-index,
.coeur-card--earth .coeur-index {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.coeur-card h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
  text-align: center;
}

.coeur-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.coeur-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.coeur-card ul li {
  margin-bottom: 6px;
  font-size: 0.93rem;
  line-height: 1.5;
}

.coeur-arrow {
  margin-top: auto;
  padding-top: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  font-style: italic;
}

.coeur-card--dark .coeur-arrow,
.coeur-card--earth .coeur-arrow { color: rgba(255, 255, 255, 0.9); }

/* ── Page Mes racines ─────────────────────────────────────────────── */
.badge-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 0;
}

.badge-cloud .badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease;
  width: auto;
  margin-bottom: 0;
  text-transform: none;
  background: none;
}

.badge-cloud .badge:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.badge--sage {
  background: var(--sage) !important;
  color: var(--primary) !important;
  border-color: rgba(39, 76, 74, 0.15) !important;
}

.badge--warm {
  background: rgba(213, 123, 83, 0.12) !important;
  color: #8c4a25 !important;
  border-color: rgba(213, 123, 83, 0.25) !important;
}

.badge--ink {
  background: rgba(32, 33, 36, 0.06) !important;
  color: var(--ink) !important;
  border-color: rgba(32, 33, 36, 0.1) !important;
}

.racines-section {
  display: grid;
  gap: 56px;
}

.racines-block {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.racines-block-aside {
  position: sticky;
  top: 96px;
}

.racines-block-num {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 18px;
}

.racines-block-num--dark { background: var(--primary); }
.racines-block-num--mid { background: #3a6a68; }
.racines-block-num--earth { background: #c96b3f; }

.racines-block-label {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.racines-block-aside h2 {
  font-size: 1.55rem;
  line-height: 1.25;
  margin: 0;
}

.racines-block-content p { margin-bottom: 18px; }
.racines-block-content p:last-child { margin-bottom: 0; }

.racines-block-content blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--accent);
  background: rgba(213, 123, 83, 0.06);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  color: var(--ink);
}

.racines-block-content blockquote p { margin: 0; }

.racines-divider {
  height: 1px;
  background: var(--line);
}

.portrait-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.portrait-word {
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--sage);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
}

/* ── Page Expertises et Interventions ────────────────────────────── */
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.expertise-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px 30px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  overflow: hidden;
}

.expertise-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: var(--radius) var(--radius) 0 0;
  opacity: 0;
  transition: opacity 200ms ease;
}

.expertise-card--equipe::before  { background: linear-gradient(90deg, var(--primary), #3a6a68); }
.expertise-card--pros::before    { background: linear-gradient(90deg, #3a6a68, var(--accent)); }
.expertise-card--direction::before { background: linear-gradient(90deg, var(--accent), #c96b3f); }

.expertise-card:hover,
.expertise-card.is-open {
  transform: translateY(-4px);
  border-color: rgba(39, 76, 74, 0.22);
  box-shadow: var(--shadow);
}

.expertise-card:hover::before,
.expertise-card.is-open::before {
  opacity: 1;
}

.expertise-card.is-open {
  transform: translateY(-4px);
}

.expertise-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.expertise-icon svg {
  display: block;
}

.expertise-card--equipe    .expertise-icon { background: rgba(39, 76, 74, 0.1);  color: var(--primary); }
.expertise-card--pros      .expertise-icon { background: rgba(58, 106, 104, 0.1); color: #3a6a68; }
.expertise-card--direction .expertise-icon { background: rgba(213, 123, 83, 0.12); color: #9d4e22; }

.expertise-audience {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}

.expertise-card--pros      .expertise-audience { color: #3a6a68; }
.expertise-card--direction .expertise-audience { color: #9d4e22; }

.expertise-card h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.expertise-card > p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 0 20px;
  flex: 1;
}

.expertise-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--primary);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: gap 180ms ease;
}

.expertise-card--pros      .expertise-toggle { color: #3a6a68; }
.expertise-card--direction .expertise-toggle { color: #9d4e22; }

.expertise-toggle::after {
  content: "→";
  transition: transform 200ms ease;
}

.expertise-card.is-open .expertise-toggle::after {
  transform: rotate(90deg);
}

/* Panneau de détail */
.expertise-detail {
  display: none;
  grid-column: 1 / -1;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(255, 253, 249, 0.98), rgba(246, 243, 238, 0.6));
  box-shadow: var(--shadow-soft);
  animation: expertiseIn 280ms ease;
}

.expertise-detail.is-visible {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

@keyframes expertiseIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.expertise-detail-intro {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 24px;
}

.expertise-detail-quote {
  margin: 0 0 28px;
  padding: 16px 20px;
  border-left: 3px solid var(--accent);
  background: rgba(213, 123, 83, 0.06);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  color: var(--ink);
  font-size: 1rem;
}

.expertise-detail-quote p { margin: 0; color: inherit; }

.expertise-detail-side h4 {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink);
  font-family: var(--font);
}

.expertise-offers {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.expertise-offers li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.8);
  font-size: 0.92rem;
}

.expertise-offers li::before {
  content: "✦";
  flex-shrink: 0;
  color: var(--accent);
  font-size: 0.7rem;
  margin-top: 3px;
}

.expertise-offers strong {
  display: block;
  color: var(--ink);
  font-weight: 800;
  margin-bottom: 2px;
}

.expertise-offers span {
  color: var(--muted);
  font-size: 0.88rem;
}

.expertise-format-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.expertise-format-pills span {
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--sage);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
}

/* ── Responsive — nouvelles sections (doit être après les déclarations de base) ── */
@media (max-width: 980px) {
  .coeur-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .expertise-detail.is-visible {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .racines-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .racines-block-aside {
    position: static;
  }

  .racines-block-aside h2 {
    font-size: 1.35rem;
  }
}

@media (max-width: 680px) {
  /* Coeur cards */
  .coeur-grid {
    grid-template-columns: 1fr;
  }

  .coeur-card {
    padding: 22px 20px;
  }

  .coeur-card h3 {
    font-size: 1.2rem;
  }

  /* Mes racines */
  .racines-section {
    gap: 36px;
  }

  .racines-block-content blockquote {
    padding: 14px 16px;
  }

  /* Expertises */
  .expertise-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 32px;
  }

  .expertise-card {
    padding: 24px 20px 22px;
  }

  .expertise-detail {
    padding: 24px 20px;
  }

  .expertise-detail.is-visible {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Images - adaptatives sur mobile */
  img {
    max-width: 100%;
    height: auto;
  }

  img.image-wrap-left,
  img.image-wrap-right,
  img.image-round {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 0 18px;
  }

  img.image-round {
    aspect-ratio: 1 / 1;
  }
}

/* ── Agenda ───────────────────────────────────────────────────────────────── */

/* Hero agenda compact */
.agenda-hero {
  background: var(--primary);
  padding: 32px 0;
  position: relative;
}
.agenda-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--sage-strong), var(--accent));
}
.agenda-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.agenda-hero-text .eyebrow { color: #fff; margin-bottom: 4px; }
.agenda-hero-text h1 { color: #fff; font-size: clamp(1.4rem, 3vw, 2rem); margin: 0 0 6px; }
.agenda-hero-text p { color: rgba(255,255,255,.72); font-size: 0.95rem; margin: 0; max-width: 480px; }
.agenda-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; flex-shrink: 0; }
.btn-agenda-hero-primary {
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0 20px;
  min-height: 42px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background 150ms;
}
.btn-agenda-hero-primary:hover { background: #c06a42; }
.btn-agenda-hero-secondary {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.35);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0 20px;
  min-height: 42px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background 150ms;
}
.btn-agenda-hero-secondary:hover { background: rgba(255,255,255,.22); }

/* ── Colonnes pris / disponibles ── */
.dispo-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 36px;
  align-items: start;
}
.dispo-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
}

.dispo-col-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--line);
}
.dispo-col-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.dispo-col-badge--pris  { background: #2d4a49; color: #fff; }
.dispo-col-badge--libre { background: var(--accent); color: #fff; }
.dispo-col-count { font-size: 12px; color: var(--muted); }
.dispo-col-empty { font-size: 13px; color: var(--muted); font-style: italic; padding: 20px 0; }
.dispo-col--libres .dispo-col-empty a { color: var(--primary); font-weight: 600; }

.dispo-col { display: flex; flex-direction: column; }
.dispo-col > .dispo-card + .dispo-card { margin-top: 12px; }

/* Cards communes */
.dispo-card {
  background: var(--bg);
  border: 1.5px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transition: box-shadow 200ms, transform 150ms;
}
.dispo-card--libre:hover {
  box-shadow: 0 8px 28px rgba(39,76,74,.13);
  transform: translateY(-2px);
  border-color: var(--accent);
}
.dispo-card--pris { opacity: .7; }

/* Bloc date */
.dispo-card-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  padding: 16px 8px;
  text-align: center;
  flex-shrink: 0;
  gap: 1px;
}
.dispo-card-date--libre { background: var(--primary); }
.dispo-card-date--pris  { background: #6b7a7a; }

.dispo-card-jour-sem {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.dispo-card-day {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.dispo-card-month {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.dispo-card-date--libre .dispo-card-month { color: #e8b49a; }
.dispo-card-date--pris  .dispo-card-month { color: rgba(255,255,255,.65); }
.dispo-card-year {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
  opacity: .7;
  color: #fff;
  margin-top: 2px;
}

/* Corps card */
.dispo-card-body {
  flex: 1;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-left: 1px solid var(--line);
}
.dispo-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.dispo-card-title {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
  line-height: 1.2;
}
.dispo-formation { font-size: 11px; font-weight: 600; color: var(--accent); margin: 0; }
.dispo-desc { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.45; }

/* Badges statut */
.dispo-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .03em;
  white-space: nowrap;
  flex-shrink: 0;
}
.dispo-badge--libre   { background: var(--accent); color: #fff; }
.dispo-badge--complet { background: #5a3525; color: #fff; }
.dispo-badge--annule  { background: #888; color: #fff; }

/* Bouton réserver */
.btn-dispo-reserver {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  align-self: flex-start;
  transition: background 150ms, transform 120ms;
  border: none;
  cursor: pointer;
}
.btn-dispo-reserver:hover { background: #c06a42; transform: translateY(-1px); }

/* ── Détails communs (liste) ── */
.agenda-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  font-size: 12.5px;
  color: var(--muted);
}
.agenda-details-list li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.agenda-details-list .agenda-detail--prix { color: var(--accent); font-weight: 700; }

/* ── Split écran ── */
.agenda-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 60vh;
}
.agenda-split-col {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.agenda-split-col--events {
  background: var(--bg);
  border-right: 1px solid var(--line);
}
.agenda-split-col--dispos {
  background: var(--surface);
}
.agenda-split-col-header {
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--line);
}
.agenda-split-col-header .eyebrow { margin-bottom: 4px; }
.agenda-split-col-header h2 { margin: 0; font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
.agenda-split-empty { color: var(--muted); font-size: 14px; font-style: italic; }

/* ── Événements groupés par mois ── */
.agenda-mois { margin-bottom: 32px; }
.agenda-mois-label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.agenda-mois .agenda-card + .agenda-card { margin-top: 10px; }

.agenda-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.agenda-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transition: box-shadow 200ms, transform 150ms;
}
.agenda-card:hover {
  box-shadow: 0 6px 24px rgba(39,76,74,.1);
  transform: translateY(-2px);
}
.agenda-card--annule { opacity: .55; filter: grayscale(.4); }
.agenda-card--with-img { flex-direction: column; }
.agenda-card-inner { display: flex; flex-direction: row; flex: 1; min-width: 0; }
.agenda-card-img { width: 100%; height: 180px; object-fit: cover; display: block; flex-shrink: 0; }

.agenda-card-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  padding: 14px 8px;
  text-align: center;
  flex-shrink: 0;
}
.agenda-card-day {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.agenda-card-month {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--primary);
  margin-top: 2px;
}
.agenda-card-year {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--text-muted, #8a9e9c);
  margin-top: 1px;
}

.agenda-card-body {
  flex: 1;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-left: 1px solid var(--line);
}
.agenda-card-top { display: flex; flex-wrap: wrap; gap: 5px; }

.agenda-tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  background: #dce7dc;
  color: var(--primary);
}
.agenda-tag--complet { background: #fde8d8; color: #8c4523; }
.agenda-tag--annule  { background: #eee; color: #666; }

.agenda-card-title {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
  line-height: 1.3;
}
.agenda-card-meta { font-size: 12px; color: var(--muted); margin: 0; }
.agenda-card-desc { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.5; }

.agenda-formation-link { font-size: 12px; color: var(--primary); font-weight: 600; text-decoration: none; }
.agenda-formation-link:hover { text-decoration: underline; }

.btn-agenda-inscription,
.btn-agenda-contact {
  display: inline-flex;
  align-items: center;
  padding: 7px 15px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 4px;
  align-self: flex-start;
  transition: background 150ms;
}
.btn-agenda-inscription { background: var(--accent); color: #fff; }
.btn-agenda-inscription:hover { background: #c06a42; }
.btn-agenda-contact { background: var(--surface); color: var(--primary); border: 1.5px solid var(--line); }
.btn-agenda-contact:hover { background: var(--bg); }

/* Empty state */
.agenda-empty {
  text-align: center;
  padding: 64px 20px;
  color: var(--muted);
  font-size: 15px;
  border: 1.5px dashed var(--line);
  border-radius: 18px;
  margin-top: 36px;
}
.agenda-empty-icon { margin-bottom: 16px; color: var(--line); }
.agenda-empty a { color: var(--primary); font-weight: 600; }

@media (max-width: 980px) {
  .agenda-split { grid-template-columns: 1fr; }
  .agenda-split-col { padding: 32px 24px; }
  .agenda-split-col--events { border-right: none; border-bottom: 2px solid var(--line); }
  .dispo-columns { grid-template-columns: 1fr; gap: 20px; }
  .agenda-hero-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
}
@media (max-width: 640px) {
  .dispo-card-date { min-width: 58px; }
  .dispo-card-day { font-size: 26px; }
  .agenda-card-date { min-width: 58px; }
  .agenda-card-day { font-size: 24px; }
  .agenda-hero { padding: 22px 0; }
  .agenda-split-col { padding: 24px 16px; }
}

html.gdp-contrast {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --ink: #000000;
  --text: #111111;
  --muted: #1f1f1f;
  --primary: #003f3b;
  --primary-2: #005a54;
  --accent: #9a3f14;
  --accent-soft: #fff0e8;
  --sage: #e6f0e6;
  --sage-strong: #7a9b8a;
  --line: #595959;
  --focus: #000000;
  --shadow: none;
  --shadow-soft: none;
}

html.gdp-contrast body {
  background: #ffffff;
  color: #111111;
}

html.gdp-contrast body::before,
html.gdp-contrast body::after,
html.gdp-contrast .topbar::after {
  display: none;
}

html.gdp-contrast h1,
html.gdp-contrast h2,
html.gdp-contrast h3,
html.gdp-contrast p,
html.gdp-contrast li,
html.gdp-contrast label,
html.gdp-contrast .lead,
html.gdp-contrast .eyebrow,
html.gdp-contrast .small-label {
  color: #000000;
}

html.gdp-contrast a:not(.btn):not(.brand):not(.article-share-button) {
  color: #003f3b;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

html.gdp-contrast .topbar,
html.gdp-contrast .nav-links,
html.gdp-contrast .submenu,
html.gdp-contrast footer,
html.gdp-contrast .cookie-banner,
html.gdp-contrast .modal-card {
  border-color: #595959;
  background: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
}

html.gdp-contrast .card,
html.gdp-contrast .summary-card,
html.gdp-contrast .formation-card,
html.gdp-contrast .process-card,
html.gdp-contrast .pricing-card,
html.gdp-contrast .mini-card,
html.gdp-contrast .result-card,
html.gdp-contrast .focus-card,
html.gdp-contrast .testimonial-card,
html.gdp-contrast .contact-panel,
html.gdp-contrast form,
html.gdp-contrast .faq-item,
html.gdp-contrast .info-strip,
html.gdp-contrast .blog-card,
html.gdp-contrast .article-sidebar-card,
html.gdp-contrast .coeur-card,
html.gdp-contrast .expertise-card,
html.gdp-contrast .agenda-card,
html.gdp-contrast .dispo-card {
  border: 2px solid #595959;
  background: #ffffff;
  color: #111111;
  box-shadow: none;
}

html.gdp-contrast .btn,
html.gdp-contrast .nav-links a,
html.gdp-contrast .submenu-toggle,
html.gdp-contrast .submenu a,
html.gdp-contrast .footer-links a,
html.gdp-contrast .footer-formation-links a,
html.gdp-contrast .footer-contact a,
html.gdp-contrast .footer-contact span,
html.gdp-contrast .badge,
html.gdp-contrast .agenda-tag,
html.gdp-contrast .dispo-badge {
  border: 2px solid #003f3b;
  color: #003f3b;
  background: #ffffff;
  box-shadow: none;
}

html.gdp-contrast .btn-primary,
html.gdp-contrast .btn:hover,
html.gdp-contrast .nav-links a:hover,
html.gdp-contrast .submenu-toggle:hover,
html.gdp-contrast .nav-links > a.is-active,
html.gdp-contrast .nav-parent.is-active .submenu-toggle,
html.gdp-contrast .nav-parent.is-open .submenu-toggle,
html.gdp-contrast .submenu a:hover,
html.gdp-contrast .submenu a.is-active,
html.gdp-contrast .submenu a.submenu-heading,
html.gdp-contrast .submenu a.submenu-heading:hover,
html.gdp-contrast .contrast-toggle:hover,
html.gdp-contrast .contrast-toggle[aria-pressed="true"],
html.gdp-contrast .btn-agenda-inscription,
html.gdp-contrast .btn-dispo-reserver {
  border-color: #000000;
  color: #ffffff;
  background: #000000;
}

html.gdp-contrast .nav-links a:hover,
html.gdp-contrast .submenu-toggle:hover,
html.gdp-contrast .submenu a:hover,
html.gdp-contrast .nav-parent.is-open .submenu-toggle {
  color: #ffffff !important;
}

html.gdp-contrast .hero-card,
html.gdp-contrast .hero-card h2,
html.gdp-contrast .hero-card h3,
html.gdp-contrast .hero-card p,
html.gdp-contrast .hero-card li,
html.gdp-contrast .hero-card span,
html.gdp-contrast .hero-card strong,
html.gdp-contrast .hero-card em,
html.gdp-contrast .hero-card div {
  color: #000000 !important;
}

html.gdp-contrast .hero-card,
html.gdp-contrast .cta-band,
html.gdp-contrast .agenda-hero,
html.gdp-contrast .coeur-card--dark,
html.gdp-contrast .coeur-card--earth,
html.gdp-contrast .germination-grid .result-card--primary {
  border: 2px solid #000000;
  background: #ffffff;
  box-shadow: none;
}

html.gdp-contrast .hero-card h2,
html.gdp-contrast .hero-card h3,
html.gdp-contrast .hero-card p,
html.gdp-contrast .hero-card li,
html.gdp-contrast .hero-card span,
html.gdp-contrast .hero-card strong,
html.gdp-contrast .hero-card em,
html.gdp-contrast .hero-card div,
html.gdp-contrast .cta-band h2,
html.gdp-contrast .cta-band h3,
html.gdp-contrast .cta-band p,
html.gdp-contrast .cta-band span,
html.gdp-contrast .cta-band strong,
html.gdp-contrast .cta-band em,
html.gdp-contrast .cta-band div,
html.gdp-contrast .agenda-hero h1,
html.gdp-contrast .agenda-hero p,
html.gdp-contrast .coeur-card--dark h3,
html.gdp-contrast .coeur-card--dark p,
html.gdp-contrast .coeur-card--dark li,
html.gdp-contrast .coeur-card--dark span,
html.gdp-contrast .coeur-card--dark strong,
html.gdp-contrast .coeur-card--dark em,
html.gdp-contrast .coeur-card--dark div,
html.gdp-contrast .coeur-card--earth h3,
html.gdp-contrast .coeur-card--earth p,
html.gdp-contrast .coeur-card--earth li,
html.gdp-contrast .coeur-card--earth span,
html.gdp-contrast .coeur-card--earth strong,
html.gdp-contrast .coeur-card--earth em,
html.gdp-contrast .coeur-card--earth div,
html.gdp-contrast .germination-grid .result-card--primary p {
  color: #000000 !important;
}

html.gdp-contrast .hero-card::after,
html.gdp-contrast .coeur-card--dark::before,
html.gdp-contrast .coeur-card--earth::before {
  display: none;
}

html.gdp-contrast .proof-chip,
html.gdp-contrast .floating-note,
html.gdp-contrast .coeur-index {
  border: 2px solid #000000;
  color: #000000 !important;
  background: #ffffff;
}

html.gdp-contrast input,
html.gdp-contrast select,
html.gdp-contrast textarea {
  border: 2px solid #595959;
  background: #ffffff;
  color: #000000;
}

html.gdp-contrast .blog-card-cover,
html.gdp-contrast .article-hero-media img,
html.gdp-contrast .hero-card img {
  filter: contrast(1.12) saturate(0.86);
}

html.gdp-contrast .reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-contrast: more) {
  :root {
    --bg: #ffffff;
    --surface: #ffffff;
    --surface-strong: #ffffff;
    --ink: #000000;
    --text: #111111;
    --muted: #1f1f1f;
    --primary: #003f3b;
    --primary-2: #005a54;
    --accent: #9a3f14;
    --accent-soft: #fff0e8;
    --sage: #e6f0e6;
    --sage-strong: #7a9b8a;
    --line: #595959;
    --focus: #000000;
    --shadow: none;
    --shadow-soft: none;
  }

  body { background: #ffffff; color: #111111; }
  body::before, body::after, .topbar::after { display: none; }
  h1, h2, h3, p, li, label, .lead, .eyebrow, .small-label { color: #000000; }
  a:not(.btn):not(.brand):not(.article-share-button) { color: #003f3b; text-decoration-thickness: 2px; text-underline-offset: 0.18em; }
  .topbar, .nav-links, .submenu, footer, .cookie-banner, .modal-card { border-color: #595959; background: #ffffff; box-shadow: none; backdrop-filter: none; }
  .card, .summary-card, .formation-card, .process-card, .pricing-card, .mini-card, .result-card, .focus-card, .testimonial-card, .contact-panel, form, .faq-item, .info-strip, .blog-card, .article-sidebar-card, .coeur-card, .expertise-card, .agenda-card, .dispo-card { border: 2px solid #595959; background: #ffffff; color: #111111; box-shadow: none; }
  .btn, .nav-links a, .submenu-toggle, .submenu a, .footer-links a, .footer-formation-links a, .footer-contact a, .footer-contact span, .badge, .agenda-tag, .dispo-badge { border: 2px solid #003f3b; color: #003f3b; background: #ffffff; box-shadow: none; }
  .btn-primary, .btn:hover, .nav-links a:hover, .submenu-toggle:hover, .nav-links > a.is-active, .nav-parent.is-active .submenu-toggle, .nav-parent.is-open .submenu-toggle, .submenu a:hover, .submenu a.is-active, .submenu a.submenu-heading, .submenu a.submenu-heading:hover, .contrast-toggle:hover, .contrast-toggle[aria-pressed="true"], .btn-agenda-inscription, .btn-dispo-reserver { border-color: #000000; color: #ffffff !important; background: #000000; }
  .hero-card, .cta-band, .agenda-hero, .coeur-card--dark, .coeur-card--earth, .germination-grid .result-card--primary { border: 2px solid #000000; background: #ffffff; box-shadow: none; }
  .hero-card h2, .hero-card h3, .hero-card p, .hero-card li, .hero-card span, .hero-card strong, .hero-card em, .hero-card div, .cta-band h2, .cta-band h3, .cta-band p, .cta-band span, .cta-band strong, .cta-band em, .cta-band div, .agenda-hero h1, .agenda-hero p, .coeur-card--dark h3, .coeur-card--dark p, .coeur-card--dark li, .coeur-card--dark span, .coeur-card--dark strong, .coeur-card--dark em, .coeur-card--dark div, .coeur-card--earth h3, .coeur-card--earth p, .coeur-card--earth li, .coeur-card--earth span, .coeur-card--earth strong, .coeur-card--earth em, .coeur-card--earth div, .germination-grid .result-card--primary p { color: #000000 !important; }
  .hero-card::after, .coeur-card--dark::before, .coeur-card--earth::before { display: none; }
  .proof-chip, .floating-note, .coeur-index { border: 2px solid #000000; color: #000000 !important; background: #ffffff; }
  input, select, textarea { border: 2px solid #595959; background: #ffffff; color: #000000; }
  .blog-card-cover, .article-hero-media img, .hero-card img { filter: contrast(1.12) saturate(0.86); }
}

/* Mode contrasté strict : uniquement noir, blanc et gris neutres. */
html.gdp-contrast,
html.gdp-contrast body {
  --bg: #000000;
  --surface: #000000;
  --surface-strong: #000000;
  --ink: #ffffff;
  --text: #ffffff;
  --muted: #ffffff;
  --primary: #ffffff;
  --primary-2: #ffffff;
  --accent: #ffffff;
  --accent-soft: #000000;
  --sage: #000000;
  --sage-strong: #ffffff;
  --line: #ffffff;
  --focus: #ffffff;
  --shadow: none;
  --shadow-soft: none;
  background: #000000 !important;
  color: #ffffff !important;
}

html.gdp-contrast body,
html.gdp-contrast .topbar,
html.gdp-contrast .nav-links,
html.gdp-contrast .submenu,
html.gdp-contrast footer,
html.gdp-contrast .cookie-banner,
html.gdp-contrast .modal-card,
html.gdp-contrast .card,
html.gdp-contrast .summary-card,
html.gdp-contrast .formation-card,
html.gdp-contrast .process-card,
html.gdp-contrast .pricing-card,
html.gdp-contrast .mini-card,
html.gdp-contrast .result-card,
html.gdp-contrast .focus-card,
html.gdp-contrast .testimonial-card,
html.gdp-contrast .contact-panel,
html.gdp-contrast form,
html.gdp-contrast .faq-item,
html.gdp-contrast .info-strip,
html.gdp-contrast .blog-card,
html.gdp-contrast .article-sidebar-card,
html.gdp-contrast .coeur-card,
html.gdp-contrast .expertise-card,
html.gdp-contrast .agenda-card,
html.gdp-contrast .dispo-card,
html.gdp-contrast .profile,
html.gdp-contrast .hero-card,
html.gdp-contrast .cta-band,
html.gdp-contrast .agenda-hero,
html.gdp-contrast .coeur-card--dark,
html.gdp-contrast .coeur-card--earth,
html.gdp-contrast .germination-grid .result-card--primary {
  border-color: #ffffff !important;
  background: #000000 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

html.gdp-contrast h1,
html.gdp-contrast h2,
html.gdp-contrast h3,
html.gdp-contrast h4,
html.gdp-contrast h5,
html.gdp-contrast h6,
html.gdp-contrast p,
html.gdp-contrast li,
html.gdp-contrast label,
html.gdp-contrast span,
html.gdp-contrast strong,
html.gdp-contrast em,
html.gdp-contrast small,
html.gdp-contrast blockquote,
html.gdp-contrast div,
html.gdp-contrast .lead,
html.gdp-contrast .eyebrow,
html.gdp-contrast .small-label,
html.gdp-contrast .footer-accessibility,
html.gdp-contrast .hero-card *,
html.gdp-contrast .profile *,
html.gdp-contrast .cta-band *,
html.gdp-contrast .coeur-card--dark *,
html.gdp-contrast .coeur-card--earth *,
html.gdp-contrast .germination-grid .result-card--primary * {
  color: #ffffff !important;
}

html.gdp-contrast a:not(.btn):not(.brand):not(.article-share-button),
html.gdp-contrast .footer-links a,
html.gdp-contrast .footer-formation-links a,
html.gdp-contrast .footer-contact a {
  color: #ffffff !important;
  text-decoration-color: #ffffff !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

html.gdp-contrast .btn,
html.gdp-contrast .nav-links a,
html.gdp-contrast .submenu-toggle,
html.gdp-contrast .submenu a,
html.gdp-contrast .submenu a.submenu-heading,
html.gdp-contrast .footer-links a,
html.gdp-contrast .footer-formation-links a,
html.gdp-contrast .footer-contact a,
html.gdp-contrast .footer-contact span,
html.gdp-contrast .badge,
html.gdp-contrast .tag,
html.gdp-contrast .agenda-tag,
html.gdp-contrast .dispo-badge,
html.gdp-contrast .proof-chip,
html.gdp-contrast .floating-note,
html.gdp-contrast .coeur-index,
html.gdp-contrast input,
html.gdp-contrast select,
html.gdp-contrast textarea {
  border: 2px solid #ffffff !important;
  background: #000000 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

html.gdp-contrast .btn:hover,
html.gdp-contrast .btn:focus-visible,
html.gdp-contrast .nav-links a:hover,
html.gdp-contrast .nav-links a:focus-visible,
html.gdp-contrast .submenu-toggle:hover,
html.gdp-contrast .submenu-toggle:focus-visible,
html.gdp-contrast .submenu a:hover,
html.gdp-contrast .submenu a:focus-visible,
html.gdp-contrast .nav-links > a.is-active,
html.gdp-contrast .nav-parent.is-active .submenu-toggle,
html.gdp-contrast .nav-parent.is-open .submenu-toggle,
html.gdp-contrast .submenu a.is-active,
html.gdp-contrast .contrast-toggle:hover,
html.gdp-contrast .contrast-toggle:focus-visible,
html.gdp-contrast .contrast-toggle[aria-pressed="true"] {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #000000 !important;
}

html.gdp-contrast .btn:hover *,
html.gdp-contrast .btn:focus-visible *,
html.gdp-contrast .nav-links a:hover *,
html.gdp-contrast .nav-links a:focus-visible *,
html.gdp-contrast .submenu-toggle:hover *,
html.gdp-contrast .submenu-toggle:focus-visible *,
html.gdp-contrast .submenu a:hover *,
html.gdp-contrast .submenu a:focus-visible *,
html.gdp-contrast .nav-links > a.is-active *,
html.gdp-contrast .nav-parent.is-active .submenu-toggle *,
html.gdp-contrast .nav-parent.is-open .submenu-toggle *,
html.gdp-contrast .submenu a.is-active *,
html.gdp-contrast .contrast-toggle:hover *,
html.gdp-contrast .contrast-toggle:focus-visible *,
html.gdp-contrast .contrast-toggle[aria-pressed="true"] * {
  color: #000000 !important;
}

html.gdp-contrast input::placeholder,
html.gdp-contrast textarea::placeholder {
  color: #dddddd !important;
}

html.gdp-contrast body::before,
html.gdp-contrast body::after,
html.gdp-contrast .topbar::after,
html.gdp-contrast .hero-card::after,
html.gdp-contrast .coeur-card::before,
html.gdp-contrast .cta-band::after {
  display: none !important;
}

html.gdp-contrast img,
html.gdp-contrast .blog-card-cover,
html.gdp-contrast .article-hero-media img,
html.gdp-contrast .hero-card img {
  filter: grayscale(1) contrast(1.25) !important;
}

@media (prefers-contrast: more) {
  :root {
    --bg: #000000;
    --surface: #000000;
    --surface-strong: #000000;
    --ink: #ffffff;
    --text: #ffffff;
    --muted: #ffffff;
    --primary: #ffffff;
    --primary-2: #ffffff;
    --accent: #ffffff;
    --accent-soft: #000000;
    --sage: #000000;
    --sage-strong: #ffffff;
    --line: #ffffff;
    --focus: #ffffff;
    --shadow: none;
    --shadow-soft: none;
  }

  body,
  .topbar,
  .nav-links,
  .submenu,
  footer,
  .cookie-banner,
  .modal-card,
  .card,
  .summary-card,
  .formation-card,
  .process-card,
  .pricing-card,
  .mini-card,
  .result-card,
  .focus-card,
  .testimonial-card,
  .contact-panel,
  form,
  .faq-item,
  .info-strip,
  .blog-card,
  .article-sidebar-card,
  .coeur-card,
  .expertise-card,
  .agenda-card,
  .dispo-card,
  .profile,
  .hero-card,
  .cta-band,
  .agenda-hero,
  .coeur-card--dark,
  .coeur-card--earth,
  .germination-grid .result-card--primary {
    border-color: #ffffff !important;
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  h1, h2, h3, h4, h5, h6, p, li, label, span, strong, em, small, blockquote, div,
  .lead, .eyebrow, .small-label, .footer-accessibility,
  .hero-card *, .profile *, .cta-band *, .coeur-card--dark *, .coeur-card--earth *,
  .germination-grid .result-card--primary * {
    color: #ffffff !important;
  }

  a:not(.btn):not(.brand):not(.article-share-button),
  .footer-links a,
  .footer-formation-links a,
  .footer-contact a {
    color: #ffffff !important;
    text-decoration-color: #ffffff !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.18em;
  }

  .btn,
  .nav-links a,
  .submenu-toggle,
  .submenu a,
  .submenu a.submenu-heading,
  .footer-links a,
  .footer-formation-links a,
  .footer-contact a,
  .footer-contact span,
  .badge,
  .tag,
  .agenda-tag,
  .dispo-badge,
  .proof-chip,
  .floating-note,
  .coeur-index,
  input,
  select,
  textarea {
    border: 2px solid #ffffff !important;
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: none !important;
  }

  .btn:hover,
  .btn:focus-visible,
  .nav-links a:hover,
  .nav-links a:focus-visible,
  .submenu-toggle:hover,
  .submenu-toggle:focus-visible,
  .submenu a:hover,
  .submenu a:focus-visible,
  .nav-links > a.is-active,
  .nav-parent.is-active .submenu-toggle,
  .nav-parent.is-open .submenu-toggle,
  .submenu a.is-active,
  .contrast-toggle:hover,
  .contrast-toggle:focus-visible,
  .contrast-toggle[aria-pressed="true"] {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #000000 !important;
  }

  .btn:hover *,
  .btn:focus-visible *,
  .nav-links a:hover *,
  .nav-links a:focus-visible *,
  .submenu-toggle:hover *,
  .submenu-toggle:focus-visible *,
  .submenu a:hover *,
  .submenu a:focus-visible *,
  .nav-links > a.is-active *,
  .nav-parent.is-active .submenu-toggle *,
  .nav-parent.is-open .submenu-toggle *,
  .submenu a.is-active *,
  .contrast-toggle:hover *,
  .contrast-toggle:focus-visible *,
  .contrast-toggle[aria-pressed="true"] * {
    color: #000000 !important;
  }

  input::placeholder,
  textarea::placeholder {
    color: #dddddd !important;
  }

  body::before,
  body::after,
  .topbar::after,
  .hero-card::after,
  .coeur-card::before,
  .cta-band::after {
    display: none !important;
  }

  img,
  .blog-card-cover,
  .article-hero-media img,
  .hero-card img {
    filter: grayscale(1) contrast(1.25) !important;
  }
}

/* Surcouche finale du mode contrasté : noir/blanc strict sur toute la partie publique. */
html.gdp-contrast,
html.gdp-contrast body {
  color-scheme: dark;
  background: #000 !important;
  color: #fff !important;
}

html.gdp-contrast body,
html.gdp-contrast main,
html.gdp-contrast section,
html.gdp-contrast article,
html.gdp-contrast aside,
html.gdp-contrast header,
html.gdp-contrast footer,
html.gdp-contrast nav,
html.gdp-contrast form,
html.gdp-contrast .container,
html.gdp-contrast .hero,
html.gdp-contrast .page-hero,
html.gdp-contrast .section,
html.gdp-contrast .alt,
html.gdp-contrast .hero-grid,
html.gdp-contrast .page-hero-grid,
html.gdp-contrast .card,
html.gdp-contrast .summary-card,
html.gdp-contrast .profile,
html.gdp-contrast .hero-card,
html.gdp-contrast .trust-item,
html.gdp-contrast .formation-card,
html.gdp-contrast .process-card,
html.gdp-contrast .pricing-card,
html.gdp-contrast .mini-card,
html.gdp-contrast .result-card,
html.gdp-contrast .focus-card,
html.gdp-contrast .testimonial-card,
html.gdp-contrast .contact-panel,
html.gdp-contrast .faq-item,
html.gdp-contrast .info-strip,
html.gdp-contrast .blog-card,
html.gdp-contrast .article-sidebar-card,
html.gdp-contrast .coeur-card,
html.gdp-contrast .expertise-card,
html.gdp-contrast .agenda-card,
html.gdp-contrast .dispo-card,
html.gdp-contrast .cta-band,
html.gdp-contrast .agenda-hero,
html.gdp-contrast .article-share,
html.gdp-contrast .article-share-label {
  background: #000 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html.gdp-contrast *,
html.gdp-contrast *::before,
html.gdp-contrast *::after {
  border-color: #fff !important;
  color: #fff !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

html.gdp-contrast .card,
html.gdp-contrast .summary-card,
html.gdp-contrast .profile,
html.gdp-contrast .hero-card,
html.gdp-contrast .trust-item,
html.gdp-contrast .formation-card,
html.gdp-contrast .process-card,
html.gdp-contrast .pricing-card,
html.gdp-contrast .mini-card,
html.gdp-contrast .result-card,
html.gdp-contrast .focus-card,
html.gdp-contrast .testimonial-card,
html.gdp-contrast .contact-panel,
html.gdp-contrast .faq-item,
html.gdp-contrast .info-strip,
html.gdp-contrast .blog-card,
html.gdp-contrast .article-sidebar-card,
html.gdp-contrast .coeur-card,
html.gdp-contrast .expertise-card,
html.gdp-contrast .agenda-card,
html.gdp-contrast .dispo-card,
html.gdp-contrast .cta-band,
html.gdp-contrast .nav-links,
html.gdp-contrast .submenu,
html.gdp-contrast .cookie-banner,
html.gdp-contrast .article-share,
html.gdp-contrast input,
html.gdp-contrast select,
html.gdp-contrast textarea {
  border: 2px solid #fff !important;
}

html.gdp-contrast a,
html.gdp-contrast p,
html.gdp-contrast li,
html.gdp-contrast span,
html.gdp-contrast strong,
html.gdp-contrast em,
html.gdp-contrast small,
html.gdp-contrast div,
html.gdp-contrast label,
html.gdp-contrast blockquote,
html.gdp-contrast h1,
html.gdp-contrast h2,
html.gdp-contrast h3,
html.gdp-contrast h4,
html.gdp-contrast h5,
html.gdp-contrast h6,
html.gdp-contrast .lead,
html.gdp-contrast .eyebrow,
html.gdp-contrast .small-label,
html.gdp-contrast .hero-grid *,
html.gdp-contrast .page-hero-grid *,
html.gdp-contrast .cta-band *,
html.gdp-contrast .coeur-card *,
html.gdp-contrast .profile *,
html.gdp-contrast .hero-card * {
  color: #fff !important;
  text-decoration-color: #fff !important;
}

html.gdp-contrast .btn,
html.gdp-contrast button,
html.gdp-contrast .nav-links a,
html.gdp-contrast .submenu-toggle,
html.gdp-contrast .submenu a,
html.gdp-contrast .footer-links a,
html.gdp-contrast .footer-formation-links a,
html.gdp-contrast .footer-contact a,
html.gdp-contrast .footer-contact span,
html.gdp-contrast .article-share-button,
html.gdp-contrast input,
html.gdp-contrast select,
html.gdp-contrast textarea {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}

html.gdp-contrast .badge,
html.gdp-contrast .tag,
html.gdp-contrast .agenda-tag,
html.gdp-contrast .dispo-badge,
html.gdp-contrast .proof-chip,
html.gdp-contrast .floating-note,
html.gdp-contrast .coeur-index,
html.gdp-contrast .trust-item strong,
html.gdp-contrast .testimonial-hero-count,
html.gdp-contrast .blog-card-date {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #fff !important;
}

html.gdp-contrast .badge *,
html.gdp-contrast .tag *,
html.gdp-contrast .agenda-tag *,
html.gdp-contrast .dispo-badge *,
html.gdp-contrast .proof-chip *,
html.gdp-contrast .floating-note *,
html.gdp-contrast .coeur-index *,
html.gdp-contrast .trust-item strong *,
html.gdp-contrast .testimonial-hero-count *,
html.gdp-contrast .blog-card-date * {
  color: #000 !important;
}

html.gdp-contrast .btn:hover,
html.gdp-contrast .btn:focus-visible,
html.gdp-contrast button:hover,
html.gdp-contrast button:focus-visible,
html.gdp-contrast .nav-links a:hover,
html.gdp-contrast .nav-links a:focus-visible,
html.gdp-contrast .submenu a:hover,
html.gdp-contrast .submenu a:focus-visible,
html.gdp-contrast .submenu-toggle:hover,
html.gdp-contrast .submenu-toggle:focus-visible,
html.gdp-contrast .nav-links > a.is-active,
html.gdp-contrast .nav-parent.is-active .submenu-toggle,
html.gdp-contrast .nav-parent.is-open .submenu-toggle,
html.gdp-contrast .submenu a.is-active,
html.gdp-contrast .contrast-toggle[aria-pressed="true"],
html.gdp-contrast .article-share-button:hover,
html.gdp-contrast .article-share-button:focus-visible {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

html.gdp-contrast .btn:hover *,
html.gdp-contrast .btn:focus-visible *,
html.gdp-contrast button:hover *,
html.gdp-contrast button:focus-visible *,
html.gdp-contrast .nav-links a:hover *,
html.gdp-contrast .nav-links a:focus-visible *,
html.gdp-contrast .submenu a:hover *,
html.gdp-contrast .submenu a:focus-visible *,
html.gdp-contrast .submenu-toggle:hover *,
html.gdp-contrast .submenu-toggle:focus-visible *,
html.gdp-contrast .nav-links > a.is-active *,
html.gdp-contrast .nav-parent.is-active .submenu-toggle *,
html.gdp-contrast .nav-parent.is-open .submenu-toggle *,
html.gdp-contrast .submenu a.is-active *,
html.gdp-contrast .contrast-toggle[aria-pressed="true"] *,
html.gdp-contrast .article-share-button:hover *,
html.gdp-contrast .article-share-button:focus-visible * {
  color: #000 !important;
}

html.gdp-contrast svg,
html.gdp-contrast svg * {
  color: currentColor !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

html.gdp-contrast img,
html.gdp-contrast [style*="background"],
html.gdp-contrast .blog-card-cover,
html.gdp-contrast .article-hero-media img {
  filter: grayscale(1) contrast(1.35) !important;
}

html.gdp-contrast body::before,
html.gdp-contrast body::after,
html.gdp-contrast .topbar::after,
html.gdp-contrast .hero-card::after,
html.gdp-contrast .coeur-card::before,
html.gdp-contrast .cta-band::after {
  display: none !important;
}

/* Override final absolu : menu contrasté au survol = bouton blanc, texte noir. */
html.gdp-contrast .nav .nav-links > a:hover,
html.gdp-contrast .nav .nav-links > a:focus-visible,
html.gdp-contrast .nav .nav-links .submenu-toggle:hover,
html.gdp-contrast .nav .nav-links .submenu-toggle:focus-visible,
html.gdp-contrast .nav .nav-links .submenu a:hover,
html.gdp-contrast .nav .nav-links .submenu a:focus-visible,
html.gdp-contrast .nav .nav-links > a.is-active,
html.gdp-contrast .nav .nav-links .nav-parent.is-active .submenu-toggle,
html.gdp-contrast .nav .nav-links .nav-parent.is-open .submenu-toggle,
html.gdp-contrast .nav .nav-links .submenu a.is-active {
  background: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #fff !important;
}

html.gdp-contrast .nav .nav-links > a:hover *,
html.gdp-contrast .nav .nav-links > a:focus-visible *,
html.gdp-contrast .nav .nav-links .submenu-toggle:hover *,
html.gdp-contrast .nav .nav-links .submenu-toggle:focus-visible *,
html.gdp-contrast .nav .nav-links .submenu a:hover *,
html.gdp-contrast .nav .nav-links .submenu a:focus-visible *,
html.gdp-contrast .nav .nav-links > a.is-active *,
html.gdp-contrast .nav .nav-links .nav-parent.is-active .submenu-toggle *,
html.gdp-contrast .nav .nav-links .nav-parent.is-open .submenu-toggle *,
html.gdp-contrast .nav .nav-links .submenu a.is-active * {
  color: #000 !important;
}
