/* ============================================================
   LES PETITS YEUX VERTS — Spirituel Mindful x Navy/Gold
   Design custom (anti-empreinte) — child-theme override
   ============================================================ */

:root {
  --fc0-primary:    #0b1341;
  --fc0-primary-dk: #050a26;
  --fc0-accent:     #c69a51;
  --fc0-accent-dk:  #b58a41;
  --fc0-text:       #1a1a2e;
  --fc0-text-soft:  #6b6b85;
  --fc0-bg:         #FAF8F5;
  --fc0-surface:    #FFFFFF;
  --fc0-line:       #E5E0D5;
  --fc0-shadow:     0 4px 18px rgba(11,19,65,.07);
  --fc0-shadow-hi:  0 14px 38px rgba(11,19,65,.14);
  --fc0-radius:     12px;
  --fc0-radius-lg:  18px;
  --fc0-font-head:  "Cormorant Garamond", Georgia, serif;
  --fc0-font-body:  "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.fc0-body {
  margin: 0;
  font-family: var(--fc0-font-body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--fc0-text);
  background: var(--fc0-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5 {
  font-family: var(--fc0-font-head);
  font-weight: 500;
  color: var(--fc0-primary);
  line-height: 1.18;
  margin: 0 0 .8rem;
  letter-spacing: -.005em;
}
h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); font-weight: 500; }
h2 { font-size: clamp(1.55rem, 2.8vw, 2.2rem); }
h3 { font-size: clamp(1.2rem, 1.9vw, 1.45rem); }
p  { margin: 0 0 1rem; color: var(--fc0-text); }
a  { color: var(--fc0-primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--fc0-accent); }
img { max-width: 100%; height: auto; display: block; }
main, .fc0-main { padding-top: 0 !important; margin-top: 0 !important; }
.fc0-container { width: min(1180px, 92%); margin-inline: auto; }

/* ============================================================
   BUTTONS
   ============================================================ */
.fc0-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.6rem;
  font-family: var(--fc0-font-body);
  font-weight: 600; font-size: .98rem;
  border-radius: 8px;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
}
.fc0-btn--primary { background: var(--fc0-primary); color: #fff; }
.fc0-btn--primary:hover { background: var(--fc0-primary-dk); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(11,19,65,.28); }
.fc0-btn--ghost { background: transparent; color: var(--fc0-primary); border-color: var(--fc0-primary); }
.fc0-btn--ghost:hover { background: var(--fc0-primary); color: #fff; }
.fc0-btn--cta {
  background: var(--fc0-accent); color: #fff;
  letter-spacing: .015em;
}
.fc0-btn--cta:hover { background: var(--fc0-accent-dk); color: #fff; }

/* ============================================================
   HEADER  (logo-center-menu-split)
   ============================================================ */
.fc0-header {
  background: var(--fc0-surface);
  border-bottom: 1px solid var(--fc0-line);
  position: sticky; top: 0; z-index: 500;
  box-shadow: 0 1px 0 rgba(11,19,65,.04);
}
.fc0-header-inner {
  width: min(1240px, 95%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  padding: .9rem 0;
  position: relative;
}

/* Brand center */
.fc0-brand-link { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.fc0-brand-logo { width: auto; height: auto; }
.fc0-brand-name {
  font-family: var(--fc0-font-head);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--fc0-primary);
  letter-spacing: .005em;
  /* Casing style B — Title Case, no text-transform */
}

/* Nav split left/right */
.fc0-nav-left, .fc0-nav-right {
  display: none;
}
.fc0-nav-list {
  display: flex; gap: 1.4rem; align-items: center;
  list-style: none; margin: 0; padding: 0;
}
.fc0-nav-list a {
  font-family: var(--fc0-font-body);
  font-size: .92rem;
  font-weight: 500;
  color: var(--fc0-text);
  padding: .4rem .2rem;
  border-bottom: 2px solid transparent;
  display: inline-flex; align-items: center; gap: .35rem;
  transition: border-color .2s, color .2s;
}
.fc0-nav-list a:hover { color: var(--fc0-accent); border-bottom-color: var(--fc0-accent); }
.fc0-nav-list svg { width: 17px; height: 17px; flex-shrink: 0; color: currentColor; }

/* Header CTA desktop (yes — show on desktop, hide on mobile) */
.fc0-header-cta-desktop {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
}

/* Burger (mobile only) */
.fc0-burger {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  display: none;
  width: 42px; height: 42px;
  background: rgba(255,255,255,.95);
  border: 1.5px solid rgba(11,19,65,.16);
  border-radius: 8px;
  cursor: pointer; padding: 8px;
  align-items: center; justify-content: center;
  z-index: 600;
}
.fc0-burger > span {
  display: flex; flex-direction: column; gap: 4px;
  width: 22px; height: 16px;
}
.fc0-burger > span::before, .fc0-burger > span::after, .fc0-burger > span i {
  content: ""; display: block; height: 2px; background: var(--fc0-primary); border-radius: 2px;
  transition: transform .25s;
}
.fc0-burger > span i { width: 100%; }
.fc0-burger > span::before, .fc0-burger > span::after { width: 100%; }

@media (min-width: 1024px) {
  .fc0-nav-left, .fc0-nav-right { display: flex; }
  .fc0-nav-left { padding-right: .8rem; }
  .fc0-nav-right { padding-left: .8rem; }
}
@media (max-width: 1023px) {
  .fc0-header-inner { justify-content: space-between; padding: .8rem 0; }
  .fc0-brand-name { font-size: 1.25rem; }
  .fc0-header-cta-desktop { display: none !important; }
  .fc0-burger {
    display: inline-flex !important;
    flex-shrink: 0 !important;
  }
}

/* Drawer mobile */
.fc0-nav-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .fc0-nav-mobile.is-open {
    display: flex !important; flex-direction: column;
    position: fixed; top: 0; right: 0; bottom: 0;
    width: 88%; max-width: 380px;
    background: var(--fc0-surface);
    padding: 4.5rem 1.5rem 1.5rem;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: -10px 0 30px rgba(11,19,65,.25);
    animation: rpDrawerIn .28s ease;
  }
  .fc0-nav-mobile-list {
    display: flex; flex-direction: column; list-style: none;
    margin: 0; padding: 0;
  }
  .fc0-nav-mobile-list li {
    border-bottom: 1px solid var(--fc0-line);
  }
  .fc0-nav-mobile-list a {
    display: flex; align-items: center; gap: .6rem;
    padding: 1rem .3rem;
    color: var(--fc0-text);
    font-size: 1.05rem; font-weight: 500;
  }
  .fc0-nav-mobile-list a:hover { color: var(--fc0-accent); }
  .fc0-nav-mobile-list svg { width: 20px; height: 20px; color: var(--fc0-accent); }
  .fc0-drawer-close {
    position: absolute; top: 1rem; right: 1rem;
    background: transparent; border: none;
    font-size: 1.8rem; color: var(--fc0-primary); cursor: pointer;
    line-height: 1;
  }
  .fc0-drawer-cta {
    display: block !important;
    margin: 1.6rem 0 .5rem !important;
    padding: 1rem 1.5rem !important;
    text-align: center !important;
    background: var(--fc0-accent) !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 1.02rem !important;
  }
}
@media (min-width: 1024px) {
  .fc0-drawer-cta { display: none !important; }
}
@keyframes rpDrawerIn {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}
.fc0-drawer-backdrop {
  display: none;
  position: fixed; inset: 0;
  background: rgba(11,19,65,.45);
  z-index: 9998;
}
.fc0-drawer-backdrop.is-visible { display: block; }

/* ============================================================
   HERO  (mosaic-categories — mosaïque de catégories)
   ============================================================ */
.fc0-hero {
  position: relative;
  background: linear-gradient(180deg, #FAF8F5 0%, #F2EEE7 100%);
  padding: 3.2rem 0 3.6rem;
  overflow: hidden;
}
.fc0-hero::before {
  content: "";
  position: absolute; top: -120px; right: -100px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,154,81,.18), transparent 70%);
  pointer-events: none;
}
.fc0-hero::after {
  content: "";
  position: absolute; bottom: -180px; left: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11,19,65,.08), transparent 70%);
  pointer-events: none;
}
.fc0-hero-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.fc0-hero-content { padding: 1rem 0; }
.fc0-hero-title {
  font-size: clamp(2.3rem, 4.8vw, 3.8rem);
  font-weight: 500;
  line-height: 1.08;
  margin: .6rem 0 1.1rem;
  color: var(--fc0-primary);
}
.fc0-hero-title em {
  font-style: italic;
  color: var(--fc0-accent);
}
.fc0-hero-tagline {
  font-size: 1.15rem;
  color: var(--fc0-text-soft);
  margin-bottom: 1.6rem;
  max-width: 460px;
  line-height: 1.55;
}
.fc0-hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }

/* Mosaïque de 6 catégories (3+3 ou 2+2+2) */
.fc0-hero-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 165px);
  gap: 12px;
}
.fc0-hero-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--fc0-radius);
  box-shadow: var(--fc0-shadow);
  cursor: pointer;
  transition: transform .35s ease, box-shadow .35s ease;
  display: block;
  text-decoration: none;
}
.fc0-hero-tile:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: var(--fc0-shadow-hi);
}
.fc0-hero-tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s ease;
}
.fc0-hero-tile:hover img { transform: scale(1.06); }
.fc0-hero-tile-label {
  position: absolute; left: .85rem; bottom: .8rem;
  background: rgba(255,255,255,.93);
  color: var(--fc0-primary);
  font-family: var(--fc0-font-head);
  font-size: 1.05rem;
  font-weight: 500;
  padding: .35rem .8rem;
  border-radius: 6px;
  letter-spacing: .005em;
}
.fc0-hero-tile.is-tall { grid-row: span 2; }

@media (max-width: 880px) {
  .fc0-hero-inner { grid-template-columns: 1fr; gap: 1.8rem; }
  .fc0-hero-mosaic { grid-template-rows: repeat(2, 130px); gap: 9px; }
  .fc0-hero { padding: 2rem 0 2.4rem; }
}

/* ============================================================
   EDITORIAL HOME (after-hero — 1 site / 2 selon hash%3)
   ============================================================ */
.fc0-editorial {
  padding: 3.4rem 0;
  background: var(--fc0-bg);
}
.fc0-editorial-inner {
  max-width: 880px; margin-inline: auto;
  width: 92%;
}
.fc0-editorial h2 {
  text-align: center;
  margin-bottom: 1.4rem;
}
.fc0-editorial p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--fc0-text);
  margin-bottom: 1.1rem;
}
.fc0-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2.6rem 0;
}
.fc0-editorial-card {
  background: var(--fc0-surface);
  padding: 1.6rem;
  border-radius: var(--fc0-radius);
  border: 1px solid var(--fc0-line);
  box-shadow: var(--fc0-shadow);
}
.fc0-editorial-card h3 { margin-bottom: .6rem; }
.fc0-editorial-card p { font-size: .98rem; color: var(--fc0-text-soft); margin-bottom: 0; }
.fc0-editorial-pull {
  border-left: 3px solid var(--fc0-accent);
  padding: .4rem 1.4rem;
  margin: 2rem 0;
  font-family: var(--fc0-font-head);
  font-style: italic;
  font-size: 1.18rem;
  color: var(--fc0-primary);
}
@media (max-width: 720px) {
  .fc0-editorial-grid { grid-template-columns: 1fr; gap: 1.2rem; }
}

/* ============================================================
   CATEGORIES SECTION
   ============================================================ */
.fc0-categories {
  padding: 3.4rem 0;
  background: var(--fc0-surface);
}
.fc0-section-head {
  text-align: center;
  max-width: 640px; margin: 0 auto 2.4rem;
}
.fc0-section-head p {
  color: var(--fc0-text-soft);
  font-size: 1.02rem;
}
.fc0-cat-grid {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
.fc0-cat-card {
  background: var(--fc0-surface);
  border: 1px solid var(--fc0-line);
  border-radius: var(--fc0-radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex; flex-direction: column;
  box-shadow: var(--fc0-shadow);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.fc0-cat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--fc0-shadow-hi);
  border-color: var(--fc0-accent);
}
.fc0-cat-card-img {
  display: block;
  width: 100%; height: 170px;
  background-size: cover; background-position: center;
  background-color: var(--fc0-primary);
}
.fc0-cat-card-body {
  padding: 1rem 1.1rem 1.2rem;
  flex: 1; display: flex; flex-direction: column;
}
.fc0-cat-card h3 {
  font-size: 1.25rem;
  margin: 0 0 .4rem;
}
.fc0-cat-card-arrow {
  margin-top: auto;
  color: var(--fc0-accent);
  font-size: .9rem;
  font-weight: 600;
  font-family: var(--fc0-font-body);
  letter-spacing: .03em;
}
@media (max-width: 980px) { .fc0-cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .fc0-cat-grid { grid-template-columns: 1fr; } }

/* ============================================================
   LATEST ARTICLES (home + archive)
   ============================================================ */
.fc0-latest {
  padding: 3.6rem 0;
  background: var(--fc0-bg);
}
.fc0-latest-grid {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.fc0-card {
  background: var(--fc0-surface);
  border-radius: var(--fc0-radius);
  overflow: hidden;
  border: 1px solid var(--fc0-line);
  box-shadow: var(--fc0-shadow);
  display: flex; flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform .3s, box-shadow .3s;
}
.fc0-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--fc0-shadow-hi);
}
.fc0-card-img {
  width: 100%; aspect-ratio: 16/10;
  background: var(--fc0-line);
  object-fit: cover;
}
.fc0-card-body {
  padding: 1rem 1.1rem 1.3rem;
  flex: 1; display: flex; flex-direction: column;
}
.fc0-card-cat {
  display: inline-block;
  font-size: .76rem;
  color: var(--fc0-accent);
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: .35rem;
}
.fc0-card-title {
  font-family: var(--fc0-font-head);
  font-size: 1.32rem;
  font-weight: 500;
  color: var(--fc0-primary);
  margin-bottom: .5rem;
  line-height: 1.22;
  transition: color .2s;
}
.fc0-card-excerpt {
  color: var(--fc0-text-soft);
  font-size: .92rem;
  line-height: 1.5;
  margin-bottom: .9rem;
  flex: 1;
}
.fc0-card-meta {
  font-size: .82rem;
  color: var(--fc0-text-soft);
  border-top: 1px solid var(--fc0-line);
  padding-top: .65rem;
}
@media (max-width: 980px) { .fc0-latest-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .fc0-latest-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CATEGORY PAGE (sandwich layout)
   ============================================================ */
.fc0-cat-hero {
  position: relative;
  height: 320px; max-height: 350px; overflow: hidden;
  background: var(--fc0-primary);
}
.fc0-cat-hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: .7;
}
.fc0-cat-hero-inner {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  width: min(1180px, 92%); margin: 0 auto;
  padding-bottom: 1.6rem;
  background: linear-gradient(180deg, transparent 40%, rgba(11,19,65,.78) 100%);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  /* Workaround: gradient applied via absolute overlay */
}
.fc0-cat-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(11,19,65,.2) 0%, rgba(11,19,65,.78) 100%);
}
.fc0-cat-hero h1 {
  position: relative; z-index: 3;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.5);
  margin-bottom: .4rem;
}
.fc0-cat-intro {
  padding: 2.6rem 0;
  background: var(--fc0-bg);
}
.fc0-cat-intro p {
  max-width: 720px; margin: 0 auto 1rem;
  font-size: 1.05rem;
  line-height: 1.78;
}
.fc0-cat-outro {
  padding: 3.2rem 0;
  background: var(--fc0-surface);
  border-top: 1px solid var(--fc0-line);
}
.fc0-cat-outro h2 { text-align: center; margin-bottom: 1.4rem; }
.fc0-cat-outro p {
  max-width: 760px; margin: 0 auto 1rem;
  line-height: 1.72;
}

/* ============================================================
   FOOTER  (spirit_columns — 4 cols)
   ============================================================ */
.fc0-footer {
  background: var(--fc0-primary);
  color: #e8e5f0;
  padding: 3.5rem 0 1.4rem;
  margin-top: 4rem;
}
.fc0-footer a { color: #e8e5f0; }
.fc0-footer a:hover { color: var(--fc0-accent); }
.fc0-footer-grid {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.4rem;
}
.fc0-footer-col h3, .fc0-footer-title {
  color: var(--fc0-accent);
  font-size: 1.05rem;
  font-family: var(--fc0-font-head);
  font-weight: 500;
  letter-spacing: .03em;
  margin: 0 0 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(198,154,81,.3);
}
.fc0-footer-brand .fc0-footer-logo {
  margin-bottom: 1rem;
  height: auto;
  filter: brightness(0) invert(1) opacity(.95);
}
.fc0-footer-brand-pitch {
  font-size: .95rem;
  line-height: 1.6;
  color: #d4d0e0;
  margin-bottom: 1rem;
}
.fc0-footer-brand-cta {
  display: inline-block;
  padding: .55rem 1rem;
  border: 1.5px solid var(--fc0-accent);
  border-radius: 6px;
  font-size: .9rem;
  color: var(--fc0-accent) !important;
  text-decoration: none;
  font-weight: 600;
  transition: all .2s;
}
.fc0-footer-brand-cta:hover {
  background: var(--fc0-accent);
  color: #fff !important;
}
.fc0-footer-links {
  list-style: none;
  padding: 0; margin: 0;
}
.fc0-footer-links li { margin-bottom: .5rem; }
.fc0-footer-links a {
  text-decoration: underline;
  text-decoration-color: rgba(232,229,240,.3);
  text-underline-offset: 3px;
  font-size: .94rem;
  color: #e8e5f0 !important;
}
.fc0-footer-bottom {
  width: min(1180px, 92%);
  margin: 2.6rem auto 0;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(232,229,240,.15);
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: space-between; align-items: center;
  font-size: .85rem;
  color: rgba(232,229,240,.7);
}
.fc0-social {
  display: flex; gap: .8rem;
}
.fc0-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border: 1px solid rgba(198,154,81,.4);
  border-radius: 50%;
  transition: all .2s;
}
.fc0-social a:hover { background: var(--fc0-accent); border-color: var(--fc0-accent); }
.fc0-social svg { width: 16px; height: 16px; }
@media (max-width: 900px) {
  .fc0-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 1.8rem; }
}
@media (max-width: 540px) {
  .fc0-footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PERSONA / ABOUT PAGE
   ============================================================ */
.fc0-persona-photo {
  width: 220px; height: 220px;
  border-radius: 50%;
  object-fit: cover;
  float: right;
  margin: 0 0 1.4rem 1.6rem;
  border: 3px solid var(--fc0-accent);
  box-shadow: var(--fc0-shadow-hi);
}
@media (max-width: 600px) {
  .fc0-persona-photo { float: none; margin: 0 auto 1.4rem; display: block; }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.fc0-contact-form {
  margin-top: 2rem;
  border-radius: var(--fc0-radius);
  overflow: hidden;
  box-shadow: var(--fc0-shadow);
  background: var(--fc0-surface);
}

/* ============================================================
   ANIMATIONS — CTA shake, CTR benefit hover, CTO sticky
   ============================================================ */
@keyframes rpShakeOnHover {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-2px); }
  20%, 40%, 60%, 80% { transform: translateX(2px); }
}
.fc0-btn--cta:hover {
  animation: rpShakeOnHover .55s ease-in-out;
  box-shadow: 0 8px 24px rgba(198,154,81,.32);
}

@keyframes rpBenefitLift {
  from { transform: translateY(0); box-shadow: 0 2px 12px rgba(11,19,65,.06); }
  to   { transform: translateY(-6px); box-shadow: 0 14px 32px rgba(11,19,65,.14); }
}
.fc0-benefit:hover {
  animation: rpBenefitLift .35s ease forwards;
}

@keyframes rpStickySlide {
  from { transform: translateY(120%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.fc0-sticky-cto {
  position: fixed; bottom: 1.4rem; right: 1.4rem;
  background: #fff;
  border: 1.5px solid var(--fc0-accent);
  border-radius: 14px;
  padding: 1rem 1.4rem;
  box-shadow: 0 12px 30px rgba(11,19,65,.18);
  z-index: 990;
  max-width: 300px;
  display: none;
}
.fc0-sticky-cto.is-visible {
  display: block;
  animation: rpStickySlide .5s ease forwards;
}
@media (max-width: 680px) {
  .fc0-sticky-cto { left: 1rem; right: 1rem; max-width: none; }
}


/* Site-specific styles */
body section[class*="cat-hero"], body div[class*="cat-hero"] {
  position: relative !important;
  width: 100% !important; max-width: 100% !important;
  margin-left: 0 !important; margin-right: 0 !important;
  left: 0 !important; right: 0 !important;
  height: 360px !important; min-height: 360px !important; max-height: 360px !important;
  padding: 0 !important; overflow: hidden !important;
  display: flex !important; align-items: center !important;
  justify-content: center !important;
  border: none !important; box-shadow: none !important; outline: none !important;
  box-sizing: border-box !important;
}
/* Aussi force le parent <main> a etre full-width pour eviter cap a 1024 */
body main, body, body, body [class*="fc0-main"], body #content {
  width: 100% !important; max-width: 100% !important;
  margin-left: 0 !important; margin-right: 0 !important;
}
body [class*="cat-hero"] > img, body [class*="cat-hero-bg"], body [class*="cat-hero"] img {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important;
  max-height: 360px !important;
  object-fit: cover !important; z-index: 0 !important;
  border: none !important;
}
body [class*="cat-hero"]::before, body [class*="cat-hero"]::after {
  content: none !important; display: none !important;
}
/* Overlay : absolute par-dessus l'image, juste pour le gradient sombre */
body [class*="cat-hero-overlay"], body [class*="cat-hero"] > [class*="overlay"] {
  position: absolute !important; inset: 0 !important;
  width: 100% !important; height: 100% !important;
  margin: 0 !important; padding: 0 !important;
  max-width: none !important;
  display: block !important;
  z-index: 1 !important;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.55) 100%) !important;
  pointer-events: none !important;
  border: none !important;
}
/* Container / inner du titre : centré au-dessus de l'overlay (z-index 2) */
body [class*="cat-hero"] > [class*="container"],
body [class*="cat-hero"] > [class*="cat-hero-inner"],
body [class*="cat-hero"] > [class*="hero-inner"]:not([class*="overlay"]),
body [class*="cat-hero"] > div:not([class*="overlay"]):not([class*="-bg"]) {
  position: relative !important; z-index: 2 !important;
  text-align: center !important;
  max-width: 900px !important; margin: 0 auto !important;
  padding: 1.5rem 2rem !important;
  border: none !important; background: transparent !important;
}
body [class*="cat-hero"] h1 {
  color: #ffffff !important;
  font-size: clamp(2.4rem, 6vw, 4rem) !important;
  text-align: center !important;
  margin: 0 !important; font-weight: 800 !important;
  text-shadow: 0 3px 12px rgba(0,0,0,.85), 0 0 30px rgba(0,0,0,.5) !important;
  border: none !important; display: block !important;
}
body [class*="cat-hero"] [class*="breadcrumb"],
body [class*="cat-hero"] nav[aria-label*="riane"],
body [class*="cat-hero"] nav[aria-label*="readcrumb"] {
  display: none !important;
}


/* PERSONA PHOTO — Force taille raisonnable.
   Sans contrainte, l'image 1024x1024 (Codex output) s'affiche en grand
   sur la page "À propos". On force max 280px avec auto height.
*/
body [class*="persona-photo"], body img[class*="persona"], body [class*="-persona"] img {
  max-width: 280px !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 50% !important;
  display: block !important;
  margin: 0 auto !important;
}
@media (min-width: 768px) {
  body [class*="persona-photo"], body img[class*="persona"], body [class*="-persona"] img {
    max-width: 320px !important;
  }
}

/* BURGER MOBILE — Garantit l'affichage en mobile.
   Le CSS Claude met souvent display:none par defaut + media query qui
   n'est pas garantie. Force agnostique : tout selecteur contenant "burger"
   visible en mobile, invisible en desktop. Couvre tous prefixes
   (.fc0-, .bdf-, .lda-, etc.) via [class*="burger"].
*/
@media (max-width: 1023px) {
  /* FIX width:auto -> ne plus l'imposer (laisse child theme définir width).
     Sinon écrase le child et le burger devient 0 de large -> invisible. */
  body [class*="burger"], body button[class*="burger"] {
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 100 !important;
  }
}
@media (min-width: 1024px) {
  body [class*="burger"], body button[class*="burger"] {
    display: none !important;
  }
}

/* BURGER PARENT FIX : si un wrapper du header contient un
   burger, force-le visible en mobile. Claude met parfois le burger DANS un
   wrapper "cta-wrap" qui est display:none en mobile -> burger invisible.
*/
/* FOOTER COLOR HERITAGE — Force le footer ENTIER à hériter
   de la couleur du body. Claude définit parfois color:var(--bg) sur le footer
   (utile si bg sombre, illisible si bg clair). On force color:inherit → texte
   reste lisible peu importe le bg footer.
*/
body footer, body [class*="footer"]:not([class*="logo"]):not([class*="brand-logo"]) {
  color: inherit !important;
}

/* FOOTER LINKS HERITAGE — Force les liens à hériter du texte.
   Claude définit parfois color: var(--bg) sur les liens footer (utile si bg
   sombre, mais illisible si bg clair). On force color:inherit qui suit le
   texte parent → toujours lisible. underline pour distinguer du texte normal.
*/
body footer ul li a, body footer ol li a,
body [class*="footer"] ul li a:not([class*="btn"]):not([class*="cta"]),
body footer [class*="link"]:not([class*="brand"]):not([class*="btn"]) {
  color: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: currentColor !important;
  opacity: 0.85 !important;
  transition: opacity .2s ease !important;
}
body footer ul li a:hover, body footer ol li a:hover,
body [class*="footer"] ul li a:hover {
  opacity: 1 !important;
  text-decoration-thickness: 2px !important;
}

/* BURGER STYLE — 3 barres visibles + hover/animation.
   Le bouton burger Claude est souvent un <button> avec 3 <span> dedans qui
   représentent les barres, mais sans CSS la cible est un carré vide.
   Force ici un style propre, agnostique au prefixe.
*/
body [class*="burger"] {
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 6px;
  cursor: pointer !important;
  padding: 8px;
  color: inherit;
  transition: background .2s ease, border-color .2s ease !important;
}
body [class*="burger"]:hover, body [class*="burger"]:focus-visible {
  background: rgba(0,0,0,0.06);
  border-color: var(--fc0-accent, currentColor);
}
/* Container des 3 barres (peut s'appeler "bars", "lines", etc.) */
body [class*="burger"] > [class*="bar"],
body [class*="burger"] > [class*="line"],
body [class*="burger"] > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 16px;
  gap: 0;
}
/* Les 3 barres elles-mêmes */
body [class*="burger"] [class*="bar"] > span,
body [class*="burger"] [class*="line"] > span,
body [class*="burger"] > span > span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: currentColor;
  border-radius: 2px;
  margin: 2px 0;
  transition: transform .25s ease, opacity .25s ease !important;
}
/* Etat ouvert : transforme en X */
body [class*="burger"][aria-expanded="true"] [class*="bar"] > span:nth-child(1),
body [class*="burger"][aria-expanded="true"] [class*="line"] > span:nth-child(1),
body [class*="burger"][aria-expanded="true"] > span > span:nth-child(1) {
  transform: translateY(6px) rotate(45deg) !important;
}
body [class*="burger"][aria-expanded="true"] [class*="bar"] > span:nth-child(2),
body [class*="burger"][aria-expanded="true"] [class*="line"] > span:nth-child(2),
body [class*="burger"][aria-expanded="true"] > span > span:nth-child(2) {
  opacity: 0 !important;
}
body [class*="burger"][aria-expanded="true"] [class*="bar"] > span:nth-child(3),
body [class*="burger"][aria-expanded="true"] [class*="line"] > span:nth-child(3),
body [class*="burger"][aria-expanded="true"] > span > span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg) !important;
}

@media (max-width: 1023px) {
  body header [class*="cta-wrap"]:has([class*="burger"]),
  body header > div:has([class*="burger"]),
  body [class*="header"] [class*="-wrap"]:has([class*="burger"]),
  body [class*="header-inner"] > div:has([class*="burger"]) {
    display: flex;
    align-items: center;
    visibility: visible !important;
    opacity: 1 !important;
  }
}


/* Mobile : 1 SEUL CTA visible (dans le burger).
   Sur mobile le CTA original du header est masque ; sur desktop le clone est hidden. */
@media (max-width: 1023px) {
  body [class*="header-cta"] [class*="btn--cta"],
  body [class*="header__cta"] [class*="btn--cta"],
  body [class*="header-cta"] > [class*="cta"],
  body [class*="header__cta"] > a {
    display: none !important;
  }
}


/* ============================================================
   Section 'On parle de nous' (media press)
   Logos grayscale par defaut, couleur au hover.
   Grid responsive 2-6 colonnes, gap auto.
============================================================ */
.fc0-media-press {
  padding: 2.5rem 0;
  background: var(--fc0-bg-soft, var(--fc0-color-surface, #f9fafb));
  margin: 2rem 0;
}
.fc0-media-press > .fc0-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.fc0-media-press-title {
  text-align: center;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fc0-color-text-soft, var(--fc0-color-muted, #5a6a85));
  margin: 0 0 1.6rem;
  font-weight: 600;
}
.fc0-media-press-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
}
.fc0-media-press-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 160px;
  transition: opacity .25s ease, filter .25s ease, transform .25s ease;
  opacity: .65;
  filter: grayscale(100%);
}
.fc0-media-press-item:hover,
.fc0-media-press-item:focus {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-2px);
}
.fc0-media-press-item img {
  max-width: 100%;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 640px) {
  .fc0-media-press { padding: 1.8rem 0; }
  .fc0-media-press-grid { gap: 1.4rem; }
  .fc0-media-press-item { max-width: 110px; min-height: 36px; }
  .fc0-media-press-item img { max-height: 36px; }
}


/* FIX gap header->hero (parent theme override) + media-press compact centre */
body main, body.home main, body.archive main, body.single main,
body, body, body main[class*="-main"] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* MEDIA PRESS : layout horizontal compact CENTRE (titre + logos cote a cote au centre) */
.fc0-media-press section[class*="media-press"] {
  padding: 24px 0 !important;
  margin: 0 !important;
  background: #fafafa;
  border-block: 1px solid rgba(0,0,0,0.06);
}
.fc0-media-press .fc0-container.bdf-container,
section[class*="media-press"] [class*="container"] {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  flex-wrap: wrap;
  text-align: center;
}
.fc0-media-press-title, .bdf-media-press-title,
section[class*="media-press"] [class*="title"] {
  margin: 0 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fc0-muted, #666);
  flex: 0 0 auto;
}
.fc0-media-press-grid, .bdf-media-press-grid,
section[class*="media-press"] [class*="grid"] {
  display: flex !important;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  flex: 0 1 auto;
  justify-content: center;
}
.fc0-media-press-item, .bdf-media-press-item,
section[class*="media-press"] [class*="item"] {
  display: inline-flex !important;
  align-items: center;
  opacity: 0.65;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.fc0-media-press-item:hover, .bdf-media-press-item:hover,
section[class*="media-press"] [class*="item"]:hover {
  opacity: 1;
}
.fc0-media-press imgimg,
section[class*="media-press"] img {
  max-height: 48px !important;
  width: auto !important;
  max-width: 140px !important;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.2s ease;
}
.fc0-media-press a:hover imga:hover img {
  filter: grayscale(0%);
}
@media (max-width: 768px) {
  .fc0-media-press .fc0-container.bdf-container,
  section[class*="media-press"] [class*="container"] {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }
}


/* FIX anti-empreinte : variation alignement titre categorie (left/center seedee) */
.fc0-cat-hero--align-left .fc0-cat-hero-inner
section[class*="cat-hero--align-left"] [class*="cat-hero-inner"] {
  text-align: left !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding-left: 24px;
}
.fc0-cat-hero--align-center .fc0-cat-hero-inner
section[class*="cat-hero--align-center"] [class*="cat-hero-inner"] {
  text-align: center !important;
  align-items: center !important;
  margin: 0 auto !important;
}


/* ============================================================
   SAFETY-NET BURGER MOBILE (auto-injected — fonctionnel only)
   ============================================================
   But : empêcher le burger d'être 0×0 / caché / non-cliquable.
   N'impose PAS le design (couleur/border/shape) — Claude garde
   le contrôle visuel. N'impose QUE les règles fonctionnelles.
   ============================================================ */
@media (max-width: 1023.98px) {
  /* Parent wrap du burger : doit être visible mobile (pas display:none) */
  [class*="-header-cta-wrap"],
  [class*="-header-actions"],
  [class*="-burger-wrap"],
  [class*="-header-right"],
  [class*="-header-actions-mobile"] {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
  }
  /* Le bouton burger lui-même : visible, taille minimum touchable */
  [class*="-burger"]:not([class*="-bars"]):not([class*="-label"]):not([class*="-menu"]) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 42px !important;
    min-height: 42px !important;
    flex-shrink: 0 !important;
    z-index: 9999;
    pointer-events: auto !important;
    cursor: pointer !important;
  }
  /* Les bars (container) du burger : visibles, dimensions minimum */
  [class*="-burger"] > span,
  [class*="-burger-bars"] {
    display: flex !important;
    flex-direction: column !important;
    min-width: 24px !important;
    min-height: 16px !important;
  }
  /* Les bars individuelles (i / span enfant) */
  [class*="-burger-bars"] > *,
  [class*="-burger"] > span > * {
    display: block !important;
    min-width: 24px !important;
    min-height: 2px !important;
  }
  /* CTA desktop caché mobile (sinon il mange la place du burger) */
  [class*="-header-cta-desktop"] {
    display: none !important;
  }
  /* Label texte du burger (Menu / Open menu) : icône seule mobile */
  [class*="-burger-label"] {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  /* Desktop : burger caché (la nav horizontale prend le relais) */
  [class*="-burger"]:not([class*="-bars"]):not([class*="-label"]):not([class*="-menu"]) {
    display: none !important;
  }
}
/* ============================================================
   FIN SAFETY-NET BURGER MOBILE
   ============================================================ */

/* Validator: cap hauteur hero cat v2 */
body section[class*="cat-hero"], body div[class*="cat-hero"], body section[class*="category-hero"], body div[class*="category-hero"] { position: relative !important; height: 320px !important; max-height: 320px !important; min-height: 200px !important; padding: 0 !important; overflow: hidden !important; display: flex !important; align-items: center !important; border: none !important; box-shadow: none !important; }
body [class*="cat-hero"] > img, body [class*="cat-hero-bg"], body [class*="cat-hero"] img, body [class*="category-hero"] img { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-height: 320px !important; object-fit: cover !important; z-index: 0 !important; border: none !important; }
body [class*="cat-hero"] > [class*="container"], body [class*="cat-hero"] > [class*="wrap"], body [class*="cat-hero"] > [class*="inner"], body [class*="cat-hero"] > div { position: relative !important; z-index: 2 !important; max-width: 900px !important; margin: 0 auto !important; padding: 1.5rem 2rem !important; background: transparent !important; }
body [class*="cat-hero"] h1, body [class*="category-hero"] h1 { color: #ffffff !important; font-size: clamp(2rem, 5vw, 3.5rem) !important; margin: 0 !important; font-weight: 800 !important; text-shadow: 0 3px 12px rgba(0,0,0,.85), 0 0 30px rgba(0,0,0,.5) !important; }
body [class*="cat-hero"][style*="background-image"] { background-size: cover !important; background-position: center !important; }
body [class*="cat-hero"] [class*="breadcrumb"], body [class*="cat-hero"] nav[aria-label*="riane"], body [class*="cat-hero"] nav[aria-label*="readcrumb"] { display: none !important; }

/* Validator: nav-mobile drawer hidden by default v2 */
/* Drawer/burger menu mobile : hidden par defaut, visible mobile+is-open */
[class*="-nav-mobile"]:not(.is-open), [id*="-nav-mobile"]:not(.is-open), [class*="-drawer"]:not(.is-open), [class*="-burger-menu"]:not(.is-open), [class*="-mobile-menu"]:not(.is-open) { display: none !important; }
@media (max-width: 980px) {
  [class*="-nav-mobile"].is-open, [id*="-nav-mobile"].is-open, [class*="-drawer"].is-open, [class*="-burger-menu"].is-open, [class*="-mobile-menu"].is-open { display: flex !important; flex-direction: column !important; position: fixed !important; top: 0 !important; right: 0 !important; bottom: 0 !important; width: 86% !important; max-width: 380px !important; background: #fff !important; padding: 4.5rem 1.5rem 2rem !important; z-index: 9999 !important; overflow-y: auto !important; box-shadow: -10px 0 30px rgba(0,0,0,0.3) !important; }
}

/* Validator: drawer-mobile height fix v1 */
/* Force height:100vh sur le drawer ouvert : top:0;bottom:0 sans !important peut etre overrides par Claude → on impose 100vh. */
/* [2026-06-06] Broadening : ajout patterns supplementaires (X-nav sans 'mobile', X-side, X-menu-drawer, etc.) sinon le validator manque les sites comme artois-moto.com qui utilise fe8-nav (sans 'mobile' dans le nom). */
@media (max-width: 1023px) {
  [class*="-nav-mobile"].is-open, [id*="-nav-mobile"].is-open, [class*="-drawer"].is-open, [class*="-burger-menu"].is-open, [class*="-mobile-menu"].is-open, [class*="-side-nav"].is-open, [class*="-side-menu"].is-open, [class*="-offcanvas"].is-open, nav[aria-label*="mobile" i].is-open, nav[aria-label*="Menu mobile" i].is-open, nav[id*="nav"].is-open[class*="-nav"]:not([class*="desktop"]) { height: 100vh !important; min-height: 100vh !important; max-height: 100vh !important; }
}

/* Validator: footer logo no-filter v1 */
footer img, [class*="-footer"] img, [role="contentinfo"] img, footer [class*="logo"], [class*="-footer"] [class*="logo"] { filter: none !important; mix-blend-mode: normal !important; opacity: 1 !important; }
footer[class*="dark"] img, footer[class*="black"] img, [class*="-footer"][class*="dark"] img, [class*="-footer"][class*="black"] img { filter: brightness(0) invert(1) !important; }

/* Validator: header-hero gap fix v1 */
/* Bug recurrent : <main class="X-main"> a padding-top:30px qui creait un
 * gap entre header sticky et hero/cat-hero. Force padding-top:0 sur le
 * wrapper <main> + margin-top:0 sur le 1er hero enfant. */
body > main, body > [role="main"], main[class*="-main"], [id="main"] { padding-top: 0 !important; }
main > [class*="-hero"]:first-child, main > [class*="-cat-hero"]:first-child, main > [class*="-category-hero"]:first-child { margin-top: 0 !important; }
/* Fallback : si sibling direct du header */
header + section, header + [class*="-hero"], header + [class*="-cat-hero"], header + [class*="-category-hero"], [class*="-header"] + section, [class*="-header"] + [class*="-hero"], [class*="-header"] + [class*="-cat-hero"], [class*="-header"] + [class*="-category-hero"] { margin-top: 0 !important; padding-top: 0 !important; }
section[class*="-hero"]:first-of-type, section[class*="-cat-hero"]:first-of-type, section[class*="-category-hero"]:first-of-type { margin-top: 0 !important; }

/* Validator: contraste lisible header+menu-mobile+footer v2 */
[class*="-nav-mobile"], [id*="-nav-mobile"], [class*="-drawer"], [class*="-burger-menu"], [class*="-mobile-menu"], [class*="-side-nav"] { background: #ffffff !important; }
[class*="-nav-mobile"] *, [id*="-nav-mobile"] *, [class*="-drawer"] *, [class*="-burger-menu"] *, [class*="-mobile-menu"] *, [class*="-side-nav"] * { color: #0a0a0a !important; }
[class*="-nav-mobile"] a, [id*="-nav-mobile"] a, [class*="-drawer"] a, [class*="-burger-menu"] a, [class*="-mobile-menu"] a { color: #0a0a0a !important; font-weight: 600 !important; }
[class*="-nav-mobile"] a:hover, [class*="-drawer"] a:hover, [class*="-burger-menu"] a:hover, [class*="-mobile-menu"] a:hover { color: #000 !important; opacity: 0.7 !important; }
footer *, [class*="-footer"] *, [role="contentinfo"] * { color: #1a1a1a !important; }
footer a, [class*="-footer"] a, [role="contentinfo"] a { color: #1a1a1a !important; text-decoration: underline !important; text-decoration-color: currentColor !important; text-underline-offset: 3px !important; font-weight: 600 !important; }
footer a:hover, [class*="-footer"] a:hover, [role="contentinfo"] a:hover { color: #000 !important; opacity: 1 !important; }
footer h1, footer h2, footer h3, footer h4, footer h5, [class*="-footer"] h1, [class*="-footer"] h2, [class*="-footer"] h3, [class*="-footer"] h4, [class*="-footer"] h5 { color: #0a0a0a !important; font-weight: 700 !important; }
footer p, footer span, footer li, [class*="-footer"] p, [class*="-footer"] span, [class*="-footer"] li { color: #2a2a2a !important; }
footer[class*="dark"] *, footer[class*="black"] *, [class*="-footer"][class*="dark"] *, [class*="-footer"][class*="black"] *, footer[style*="background:#0"] *, footer[style*="background: #0"] *, footer[style*="background:#1"] *, footer[style*="background: #1"] *, footer[style*="background:#2"] *, footer[style*="background: #2"] * { color: #f5f5f5 !important; }
footer[class*="dark"] a, [class*="-footer"][class*="dark"] a, footer[style*="background:#0"] a, footer[style*="background:#1"] a { color: #ffffff !important; }
header a, [class*="-header"] a, [role="banner"] a { text-shadow: none !important; }
header a:hover, [class*="-header"] a:hover { opacity: 0.7 !important; }
[class*="-nav-mobile"] [class*="-btn"], [class*="-footer"] [class*="-btn"] { border: 1.5px solid currentColor !important; }

/* Validator: burger button always visible+clickable v2 */
/* === Burger button : VISIBLE + CLIQUABLE garanti === */
[class*="-burger"], [class*="burger-menu"], [class*="menu-toggle"], button[aria-controls*="nav"], button[aria-label*="menu" i] { color: #1a1a1a !important; pointer-events: auto !important; cursor: pointer !important; z-index: 100 !important; position: relative !important; user-select: none !important; -webkit-tap-highlight-color: transparent !important; background: rgba(255,255,255,0.92) !important; border-radius: 8px !important; border: 1.5px solid rgba(0,0,0,0.15) !important; box-shadow: 0 1px 3px rgba(0,0,0,0.12) !important; padding: 8px !important; }
[class*="-burger"] svg, [class*="burger-menu"] svg, [class*="menu-toggle"] svg, button[aria-controls*="nav"] svg { stroke: #1a1a1a !important; fill: none !important; pointer-events: none !important; stroke-width: 2.5 !important; width: 22px !important; height: 22px !important; }
[class*="-burger"] svg path, [class*="-burger"] svg line, [class*="-burger"] svg rect, [class*="-burger"] svg polyline { stroke: #1a1a1a !important; stroke-width: 2.5 !important; fill: none !important; }
[class*="-burger"]:hover, [class*="-burger"]:focus { background: rgba(255,255,255,1) !important; border-color: rgba(0,0,0,0.3) !important; outline: 2px solid rgba(0,0,0,0.15) !important; outline-offset: 1px !important; }
/* Si le header est sombre : inverse en clair (detection elargie) */
[class*="-header"][style*="background:#0"] [class*="-burger"], [class*="-header"][style*="background:#1"] [class*="-burger"], [class*="-header"][style*="background:#2"] [class*="-burger"], [class*="-header"][style*="background-color:#0"] [class*="-burger"], [class*="-header"][style*="background-color:#1"] [class*="-burger"], [class*="-header"][style*="background-color:#2"] [class*="-burger"], [class*="-header"][class*="dark"] [class*="-burger"], [class*="-header"][class*="black"] [class*="-burger"], [class*="-header"][class*="--dark"] [class*="-burger"], [class*="-header"][class*="-night"] [class*="-burger"] { color: #f5f5f5 !important; background: rgba(0,0,0,0.55) !important; border-color: rgba(255,255,255,0.4) !important; box-shadow: 0 1px 3px rgba(0,0,0,0.4) !important; }
[class*="-header"][style*="background:#0"] [class*="-burger"] svg, [class*="-header"][style*="background:#1"] [class*="-burger"] svg, [class*="-header"][class*="dark"] [class*="-burger"] svg, [class*="-header"][class*="black"] [class*="-burger"] svg { stroke: #f5f5f5 !important; }
@media (max-width: 1023px) {
  [class*="-burger"], button[aria-controls*="nav"] { display: inline-flex !important; align-items: center !important; justify-content: center !important; min-width: 44px !important; min-height: 44px !important; }
}
@media (min-width: 1024px) {
  [class*="-burger"], button[aria-controls*="nav"] { display: none !important; }
}

/* Validator: nav-mobile-list visible inside open drawer v1 */
/* Burger drawer ouvert : la UL des liens DOIT etre visible. */
[class*="-nav-mobile"].is-open ul, [id*="-nav-mobile"].is-open ul, [class*="-nav-mobile"].is-open [class*="-nav-mobile-list"], [class*="-drawer"].is-open ul, [class*="-burger-menu"].is-open ul { display: block !important; visibility: visible !important; height: auto !important; max-height: none !important; overflow: visible !important; padding: 0 !important; margin: 0 !important; list-style: none !important; }
[class*="-nav-mobile"].is-open ul li, [id*="-nav-mobile"].is-open ul li, [class*="-drawer"].is-open ul li, [class*="-burger-menu"].is-open ul li { display: list-item !important; height: auto !important; padding: 0 !important; margin: 0 !important; list-style: none !important; }
[class*="-nav-mobile"].is-open ul li a, [id*="-nav-mobile"].is-open ul li a, [class*="-drawer"].is-open ul li a, [class*="-burger-menu"].is-open ul li a { display: block !important; padding: 0.9rem 0 !important; text-decoration: none !important; border-bottom: 1px solid rgba(0,0,0,0.08) !important; font-size: 1rem !important; }


/* Burger style (auto-applied 2026-06-23) */
@media (max-width: 1023.98px) {
  [class*="-burger"]:not([class*="-bars"]):not([class*="-label"]):not([class*="-menu"]) {
    width: 42px !important; height: 42px !important;
    border-radius: 6px !important; padding: 8px !important;
     
  }
  [class*="-burger"] > span, [class*="-burger-bars"] {
    gap: 5px !important; width: 24px !important; height: 16px !important;
    align-items: flex-start !important;
  }
  [class*="-burger-bars"] > *, [class*="-burger"] > span > * {
    height: 2px !important; border-radius: 1px !important;
  }
  [class*="-burger-bars"] > *:nth-child(1), [class*="-burger"] > span > *:nth-child(1) { width: 16px !important; }
  [class*="-burger-bars"] > *:nth-child(2), [class*="-burger"] > span > *:nth-child(2) { width: 24px !important; }
  [class*="-burger-bars"] > *:nth-child(3), [class*="-burger"] > span > *:nth-child(3) { width: 24px !important; }
}
