/* ==========================================================================
   GODFATHER.FR — « LE PARRAIN DES BONS PLANS »  v2.0.0
   Direction « Confiance & bonne humeur ». Blanc et bleu, vivant, rassurant.
   Fredoka (display) · Figtree (body). Aucun montant de prime inventé nulle
   part sur le site — c'est la règle de la maison, le design la respecte.
   ========================================================================== */

:root {
  --bleu:        #1458F0;
  --bleu-vif:    #2E6BFF;
  --bleu-nuit:   #0A2A6B;
  --bleu-pale:   #EAF2FF;
  --bleu-glacier:#DCE9FF;
  --blanc:       #FFFFFF;
  --fond:        #F7FAFF;
  --or-prime:    #FFB100;
  --or-prime-doux:#FFF3D9;
  --vert-frais:  #16B364;
  --vert-pale:   #E4F9EE;
  --encre:       #101B33;
  --gris-bleu:   #5C6B85;
  --rouge:       #C23B3B;

  --f-display: "Fredoka", "Segoe UI", sans-serif;
  --f-body: "Figtree", "Segoe UI", sans-serif;

  --ombre: 0 20px 45px -12px rgba(20, 88, 240, 0.18);
  --ombre-sm: 0 8px 22px -8px rgba(20, 88, 240, 0.16);
  --ombre-dark: 0 24px 48px -14px rgba(10, 42, 107, 0.4);
  --rayon: 20px;
}

/* ==========================================================================
   1. BASE + NEUTRALISATION DU CHROME KADENCE
   ========================================================================== */

body #masthead.site-header { display: none !important; }

body {
  background: var(--fond) !important;
  font-family: var(--f-body);
  color: var(--encre);
}

h1, h2, h3, .gdf-h2 {
  font-family: var(--f-display);
  font-weight: 700;
  color: var(--bleu-nuit);
  letter-spacing: -0.01em;
}

a { color: var(--bleu); }
a:hover { color: var(--bleu-nuit); }

#colophon.site-footer { display: none !important; }

/* ==========================================================================
   2. TOPBAR
   ========================================================================== */

.gdf-topbar {
  background: var(--bleu-nuit);
  color: #DCE9FF;
  position: relative;
  z-index: 60;
}
.gdf-topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  font-size: 0.88rem;
  font-weight: 500;
}
.gdf-topbar-note { font-weight: 700; color: #fff; }
.gdf-topbar-txt strong { color: var(--or-prime); font-weight: 700; }
.gdf-topbar-gift { color: var(--or-prime); flex: 0 0 auto; }

/* ==========================================================================
   3. MASTHEAD
   ========================================================================== */

.gdf-masthead {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--bleu-glacier);
}
.gdf-mast-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.gdf-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}
.gdf-logo-mark {
  width: 42px; height: 42px;
  border-radius: 13px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--bleu-vif), var(--bleu));
  display: grid;
  place-items: center;
  box-shadow: var(--ombre-sm);
}
.gdf-logo-mark svg { width: 22px; height: 22px; }
.gdf-logo-word {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.45rem;
  color: var(--bleu-nuit);
  line-height: 1;
}
.gdf-logo-word span { color: var(--bleu); }
.gdf-logo-base {
  display: block;
  font-family: var(--f-body);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gris-bleu);
  margin-top: 0.25rem;
}
.gdf-nav ul {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  list-style: none;
  margin: 0;
  padding: 0.3rem;
  background: var(--blanc);
  border-radius: 999px;
  box-shadow: var(--ombre-sm);
  flex-wrap: wrap;
}
.gdf-nav a {
  display: block;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--bleu-nuit);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.gdf-nav a:hover { background: var(--bleu-pale); }
.gdf-nav-cta a {
  background: var(--bleu);
  color: #fff !important;
  font-weight: 700;
}
.gdf-nav-cta a:hover { background: var(--bleu-nuit); }

/* ==========================================================================
   4. BOUTONS, KICKERS, SECTIONS
   ========================================================================== */

.gdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--bleu);
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;
  text-decoration: none !important;
  box-shadow: var(--ombre);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.gdf-btn:hover { background: var(--bleu-nuit); transform: translateY(-2px); box-shadow: 0 26px 50px -12px rgba(10,42,107,0.35); }
.gdf-btn-or { background: var(--or-prime); color: var(--bleu-nuit) !important; box-shadow: 0 16px 34px -10px rgba(255,177,0,0.45); }
.gdf-btn-or:hover { background: var(--bleu-nuit); color: #fff !important; }
.gdf-btn-ghost {
  background: var(--blanc);
  color: var(--bleu-nuit) !important;
  box-shadow: var(--ombre-sm);
}
.gdf-btn-ghost:hover { background: var(--bleu-pale); transform: translateY(-2px); box-shadow: var(--ombre-sm); }

.gdf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--bleu);
  background: var(--bleu-pale);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
}
.gdf-section { padding: 3.6rem 0; }
.gdf-section-inner { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.gdf-section-head { max-width: 640px; margin-bottom: 2.2rem; }
.gdf-section-head.gdf-centre { max-width: 640px; margin-left: auto; margin-right: auto; text-align: center; }
.gdf-h2 { font-size: clamp(1.7rem, 3.4vw, 2.3rem); margin: 0.2rem 0 0.6rem; text-wrap: balance; }
.gdf-h2 em { font-style: normal; color: var(--bleu); }
.gdf-section-lede { color: var(--gris-bleu); line-height: 1.7; margin: 0; }

/* ==========================================================================
   5. HOME — HERO
   ========================================================================== */

.gdf-hero {
  background:
    radial-gradient(ellipse 900px 480px at 88% -10%, rgba(20, 88, 240, 0.08), transparent 60%),
    var(--fond);
  padding: 3.2rem 0 6rem;
  position: relative;
  overflow: hidden;
}
.gdf-hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1.1fr 0.95fr;
  gap: 3rem;
  align-items: center;
}
.gdf-hero h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.3rem);
  line-height: 1.1;
  margin: 0.4rem 0 1.1rem;
  text-wrap: balance;
}
.gdf-hero h1 em { font-style: normal; color: var(--bleu); }
.gdf-hero-lede {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--gris-bleu);
  margin: 0 0 1.7rem;
  max-width: 33rem;
}
.gdf-hero-ctas { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.gdf-hero-confiance {
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
}
.gdf-hero-confiance span {
  display: flex; align-items: center; gap: 0.45rem;
  font-size: 0.86rem; font-weight: 600; color: var(--gris-bleu);
}
.gdf-hero-confiance svg { color: var(--vert-frais); flex: 0 0 auto; }
.gdf-hero-hint {
  margin: 1.2rem 0 0;
  font-size: 0.88rem;
  color: var(--gris-bleu);
}

/* visuel : photo + carte de vérification superposée */
.gdf-hero-visuel { position: relative; padding-bottom: 2.6rem; padding-left: 0.6rem; }
.gdf-hero-photo { border-radius: 28px; overflow: hidden; box-shadow: var(--ombre); position: relative; aspect-ratio: 4 / 3; }
.gdf-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gdf-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, rgba(10,42,107,0.02), rgba(10,42,107,0.38)); }

.gdf-verif-card {
  background: linear-gradient(155deg, var(--bleu) 0%, var(--bleu-vif) 55%, #4C86FF 100%);
  border-radius: 22px;
  padding: 1.6rem 1.6rem 1.5rem;
  color: #fff;
  box-shadow: var(--ombre-dark);
  position: absolute;
  left: -1.2rem;
  bottom: -2rem;
  width: 78%;
  z-index: 2;
  transform: rotate(-3deg);
}
.gdf-verif-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.4rem; gap: 0.8rem; }
.gdf-verif-badge { font-size: 0.68rem; font-weight: 700; background: rgba(255,255,255,0.18); padding: 0.32rem 0.6rem; border-radius: 999px; letter-spacing: 0.03em; flex: 0 0 auto; }
.gdf-verif-stat { font-family: var(--f-display); font-weight: 700; font-size: 1.9rem; line-height: 1; }
.gdf-verif-label { font-size: 0.8rem; opacity: 0.85; margin-top: 0.3rem; }
.gdf-verif-bas { display: flex; justify-content: space-between; align-items: center; gap: 0.6rem; }
.gdf-verif-nom { font-weight: 700; font-size: 0.9rem; }
.gdf-verif-check { width: 30px; height: 30px; border-radius: 50%; background: var(--or-prime); display: grid; place-items: center; color: var(--bleu-nuit); flex: 0 0 auto; }

.gdf-piece {
  position: absolute; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--f-display); font-weight: 700; color: #fff;
  z-index: 3;
}
.gdf-piece-1 {
  width: 60px; height: 60px; font-size: 0.85rem; top: -16px; right: -12px; transform: rotate(8deg);
  background: linear-gradient(155deg, var(--or-prime), #FF8A00);
  box-shadow: 0 12px 26px -6px rgba(255,177,0,0.5);
}
.gdf-piece-2 {
  width: 42px; height: 42px; font-size: 0.78rem; top: 40%; right: -1.3rem;
  background: linear-gradient(155deg, var(--vert-frais), #0E9457);
  box-shadow: 0 10px 20px -6px rgba(22,179,100,0.5);
}

/* ==========================================================================
   6. HOME — PRINCIPE (3 cartes)
   ========================================================================== */

.gdf-principe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.gdf-principe-card { background: var(--blanc); border-radius: var(--rayon); padding: 1.6rem 1.5rem; box-shadow: var(--ombre-sm); }
.gdf-principe-num {
  width: 38px; height: 38px; border-radius: 12px; background: var(--bleu-pale); color: var(--bleu);
  display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; margin-bottom: 0.9rem;
}
.gdf-principe-card h3 { font-size: 1.08rem; margin: 0 0 0.4rem; }
.gdf-principe-card p { margin: 0; font-size: 0.93rem; line-height: 1.6; color: var(--gris-bleu); }

/* ==========================================================================
   7. HOME — PERSONAS (3 profils de lecteurs, avec photo)
   ========================================================================== */

.gdf-persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.gdf-persona-card { background: var(--blanc); border-radius: var(--rayon); padding: 1.5rem 1.4rem; box-shadow: var(--ombre-sm); display: flex; flex-direction: column; gap: 0.9rem; }
.gdf-persona-top { display: flex; align-items: center; gap: 0.8rem; }
.gdf-persona-photo { width: 54px; height: 54px; border-radius: 50%; overflow: hidden; flex: 0 0 auto; box-shadow: 0 0 0 3px var(--bleu-pale); }
.gdf-persona-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gdf-persona-card h3 { font-size: 1rem; margin: 0; }
.gdf-persona-card p { margin: 0; font-size: 0.92rem; line-height: 1.6; color: var(--gris-bleu); }

/* ==========================================================================
   8. HOME — CARTES PROGRAMMES
   ========================================================================== */

.gdf-programmes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.gdf-prog-card {
  background: var(--papier, var(--blanc));
  background: var(--blanc);
  border-radius: var(--rayon);
  box-shadow: var(--ombre-sm);
  padding: 1.7rem 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
}
.gdf-prog-card:hover { transform: translateY(-6px); box-shadow: var(--ombre); }
.gdf-prog-top { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; }
.gdf-prog-tag {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--bleu);
  background: var(--bleu-pale);
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
}
.gdf-prog-verif { display: flex; align-items: center; gap: 0.3rem; font-size: 0.76rem; font-weight: 700; color: var(--vert-frais); flex: 0 0 auto; }
.gdf-prog-card h3 { font-size: 1.28rem; margin: 0.3rem 0 0; }
.gdf-prog-card h3 a { color: var(--bleu-nuit); text-decoration: none; }
.gdf-prog-card h3 a::after { content: ""; position: absolute; inset: 0; }
.gdf-prog-card h3 a:hover { color: var(--bleu); }
.gdf-prog-highlight {
  font-family: var(--f-display); font-weight: 700; font-size: 0.98rem; color: var(--bleu);
}
.gdf-prog-card p { margin: 0; font-size: 0.94rem; line-height: 1.6; color: var(--gris-bleu); flex: 1; }
.gdf-prog-lien {
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--bleu);
}

/* ==========================================================================
   9. HOME — PARCOURS (vérification, feuille bleu nuit + photo) + RÈGLES
   ========================================================================== */

.gdf-parcours-sheet {
  background: var(--bleu-nuit);
  border-radius: 28px;
  padding: 3rem clamp(1.4rem, 4vw, 3rem);
  position: relative;
  overflow: hidden;
}
.gdf-parcours-sheet .gdf-section-head .gdf-h2,
.gdf-parcours-sheet .gdf-section-head .gdf-section-lede { color: #fff; }
.gdf-parcours-sheet .gdf-section-lede { color: #B9CBFF; }
.gdf-parcours-sheet .gdf-kicker { background: rgba(255,255,255,0.12); color: var(--or-prime); }
.gdf-parcours-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.6rem; align-items: center; }

.gdf-steps { display: flex; flex-direction: column; gap: 1.5rem; position: relative; }
.gdf-steps::before { content: ""; position: absolute; top: 8px; bottom: 8px; left: 26px; width: 2px; background: repeating-linear-gradient(180deg, rgba(255,255,255,0.35) 0 8px, transparent 8px 16px); }
.gdf-step { position: relative; z-index: 1; display: flex; gap: 1.1rem; align-items: flex-start; }
.gdf-step-num {
  display: inline-grid;
  place-items: center;
  width: 54px; height: 54px;
  flex: 0 0 auto;
  background: var(--or-prime);
  color: var(--bleu-nuit);
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.3rem;
  border-radius: 50%;
  box-shadow: 0 12px 26px -8px rgba(255,177,0,0.45);
}
.gdf-step h3 { font-size: 1.05rem; margin: 0.4rem 0 0.4rem; color: #fff; }
.gdf-step p { margin: 0; font-size: 0.9rem; line-height: 1.6; color: #B9CBFF; }

.gdf-parcours-photo { border-radius: 22px; overflow: hidden; position: relative; box-shadow: 0 24px 45px -10px rgba(0,0,0,0.4); aspect-ratio: 3 / 4; }
.gdf-parcours-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gdf-parcours-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(165deg, rgba(10,42,107,0.05), rgba(10,42,107,0.55)); }
.gdf-parcours-photo-tag { position: absolute; bottom: 1rem; left: 1rem; right: 1rem; z-index: 2; background: rgba(255,255,255,0.96); color: var(--bleu-nuit); font-weight: 700; font-size: 0.82rem; padding: 0.6rem 0.9rem; border-radius: 14px; }

.gdf-regles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
.gdf-regle {
  text-align: center;
  padding: 1.7rem 1.2rem;
  background: var(--blanc);
  border-radius: var(--rayon);
  box-shadow: var(--ombre-sm);
}
.gdf-regle-badge {
  width: 52px; height: 52px;
  margin: 0 auto 0.85rem;
  display: grid;
  place-items: center;
  background: var(--bleu-pale);
  border-radius: 50%;
  color: var(--bleu);
}
.gdf-regle-badge svg { width: 26px; height: 26px; }
.gdf-regle h3 { font-size: 1.05rem; margin: 0 0 0.35rem; }
.gdf-regle p { margin: 0; font-size: 0.9rem; line-height: 1.55; color: var(--gris-bleu); }

/* ==========================================================================
   10. HOME — HÉRITAGE (avec photo) + CTA BLOG
   ========================================================================== */

.gdf-heritage {
  background: linear-gradient(120deg, var(--vert-pale), var(--bleu-pale));
  border-radius: 26px;
  padding: 2.6rem clamp(1.4rem, 4vw, 3rem);
  position: relative;
  overflow: hidden;
}
.gdf-heritage-inner { display: grid; grid-template-columns: 1fr auto; gap: 2.4rem; align-items: center; }
.gdf-heritage .gdf-kicker { background: rgba(255,255,255,0.7); }
.gdf-heritage h2 { font-size: clamp(1.7rem, 3.4vw, 2.3rem); margin: 0.4rem 0 1rem; }
.gdf-heritage h2 em { font-style: normal; color: var(--bleu); }
.gdf-heritage p { line-height: 1.75; margin: 0 0 1.2rem; color: var(--gris-bleu); }
.gdf-heritage-photo { width: 190px; height: 190px; border-radius: 24px; overflow: hidden; box-shadow: var(--ombre-sm); flex: 0 0 auto; }
.gdf-heritage-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.gdf-blogcta { text-align: center; }
.gdf-blogcta p {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--gris-bleu);
  margin: 0 0 1.2rem;
}

/* ==========================================================================
   11. PAGES & ARTICLES
   ========================================================================== */

body:not(.home) .content-container { padding-top: 1.5rem; }

body:not(.home) article.post,
body:not(.home) article.page {
  background: var(--blanc) !important;
  border-radius: 18px;
  box-shadow: var(--ombre-sm);
  padding: 2.5rem clamp(1.2rem, 4vw, 3.4rem) 3rem !important;
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:not(.home) .entry-content {
  max-width: 740px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 1.1rem;
  line-height: 1.75;
}
.entry-title {
  font-family: var(--f-display) !important;
  color: var(--bleu-nuit) !important;
  letter-spacing: -0.01em;
}
.entry-content h2 {
  font-size: 1.6rem;
  margin-top: 2.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--bleu-pale);
}
.entry-content h3 { font-size: 1.25rem; margin-top: 1.8rem; }
.entry-content a { text-decoration-color: var(--bleu); text-underline-offset: 3px; }
.entry-content img { border-radius: 12px; }
.entry-content figcaption { font-size: 0.85rem; color: var(--gris-bleu); }

.entry-meta time.updated { display: none; }

/* disclaimer auteur */
.gdf-author-disclaimer {
  background: var(--fond);
  border-left: 4px solid var(--bleu);
  border-radius: 0 10px 10px 0;
  padding: 0.9rem 1.2rem;
  margin: 1.4rem 0;
  font-size: 0.95rem;
  color: var(--gris-bleu);
  font-style: normal;
}
.gdf-author-disclaimer p { margin: 0; }

/* encart transparence (pages programmes) */
.gdf-disclo {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  background: var(--bleu-pale);
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  margin: 1.4rem 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--bleu-nuit);
}
.gdf-disclo svg { flex: 0 0 auto; margin-top: 0.15rem; color: var(--bleu); }
.gdf-disclo p { margin: 0; color: inherit; }

/* bloc En bref */
.en-bref {
  background: var(--fond);
  border: 1px solid var(--bleu-glacier);
  border-radius: var(--rayon);
  padding: 1.4rem 1.5rem 1.2rem;
  margin: 1.8rem 0;
}
.en-bref__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--bleu-nuit);
  margin: 0 0 0.5rem;
}
.en-bref__lead { margin: 0 0 0.7rem; font-size: 0.98rem; color: var(--gris-bleu); }
.en-bref__list { list-style: none; margin: 0; padding: 0; }
.en-bref__list li {
  padding: 0.35rem 0;
  font-size: 0.98rem;
  line-height: 1.55;
}

/* tableau récap */
.recap-table, .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6rem 0;
  font-size: 0.97rem;
  background: var(--blanc);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--ombre-sm);
}
.recap-table th, .entry-content table th {
  background: var(--bleu-nuit);
  color: #fff;
  text-align: left;
  padding: 0.7rem 0.9rem;
  font-weight: 600;
}
.recap-table td, .entry-content table td {
  padding: 0.65rem 0.9rem;
  border-bottom: 1px solid var(--bleu-glacier);
  vertical-align: top;
}
.recap-table tr:nth-child(even) td { background: var(--fond); }

/* étapes numérotées dans les contenus */
.gdf-etapes { counter-reset: etape; list-style: none; margin: 1.4rem 0; padding: 0; }
.gdf-etapes li {
  counter-increment: etape;
  position: relative;
  padding: 0.4rem 0 0.9rem 3rem;
}
.gdf-etapes li::before {
  content: counter(etape);
  position: absolute;
  left: 0; top: 0.35rem;
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  background: var(--bleu-pale);
  color: var(--bleu);
  font-family: var(--f-display);
  font-weight: 700;
  border-radius: 50%;
}

/* FAQ (core/details + faq-section) */
.faq-section { margin: 2rem 0 0.5rem; }
.entry-content details,
.wp-block-details {
  background: var(--fond);
  border: 1px solid var(--bleu-glacier);
  border-radius: 10px;
  padding: 0;
  margin: 0.6rem 0;
}
.entry-content details summary,
.wp-block-details summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--bleu-nuit);
  padding: 0.85rem 1.1rem;
  list-style: none;
  position: relative;
  padding-right: 2.4rem;
}
.entry-content details summary::-webkit-details-marker { display: none; }
.entry-content details summary::after,
.wp-block-details summary::after {
  content: "+";
  position: absolute;
  right: 1.1rem; top: 50%;
  transform: translateY(-50%);
  font-family: var(--f-display);
  font-size: 1.3rem;
  color: var(--bleu);
}
.entry-content details[open] summary::after { content: "–"; }
.entry-content details p { padding: 0 1.1rem 0.9rem; margin: 0 0 0.4rem; font-size: 1rem; }

/* TOC (easy-table-of-contents) */
#ez-toc-container {
  background: var(--fond) !important;
  border: 1px solid var(--bleu-glacier) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  padding: 1.1rem 1.3rem !important;
}
#ez-toc-container a { color: var(--encre) !important; }
#ez-toc-container a:hover { color: var(--bleu) !important; }

/* archives catégorie */
.archive .content-container article,
.blog .content-container article {
  background: var(--blanc);
  border-radius: var(--rayon);
  box-shadow: var(--ombre-sm);
  overflow: hidden;
}
.archive-title, .page-title {
  font-family: var(--f-display) !important;
  color: var(--bleu-nuit) !important;
}

/* pagination */
.pagination .page-numbers {
  border-radius: 9px;
  font-weight: 600;
}
.pagination .page-numbers.current { background: var(--bleu-nuit); color: #fff; }

/* ==========================================================================
   12. FOOTER
   ========================================================================== */

.gdf-footer {
  background: var(--bleu-nuit);
  color: #B9CBFF;
  margin-top: 4rem;
  position: relative;
}
.gdf-foot-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 3rem 1.5rem 1.6rem;
}
.gdf-foot-mast { margin-bottom: 2rem; max-width: 460px; }
.gdf-foot-logo {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.45rem;
  color: #fff;
}
.gdf-foot-logo span { color: var(--or-prime); }
.gdf-foot-tag { margin: 0.5rem 0 0; line-height: 1.65; font-size: 0.95rem; }
.gdf-foot-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.gdf-foot-col h4 {
  color: var(--or-prime);
  font-family: var(--f-display);
  font-size: 1rem;
  margin: 0 0 0.8rem;
}
.gdf-foot-col ul { list-style: none; margin: 0; padding: 0; }
.gdf-foot-col li { margin: 0.45rem 0; }
.gdf-foot-col a { color: #B9CBFF; text-decoration: none; font-size: 0.95rem; }
.gdf-foot-col a:hover { color: #fff; }
.gdf-foot-base {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.4rem;
  font-size: 0.87rem;
  color: #7D93C9;
}
.gdf-foot-note { font-family: var(--f-display); font-weight: 600; color: var(--or-prime); }

/* ==========================================================================
   13. RÉVEIL AU SCROLL (progressive enhancement)
   ========================================================================== */

.gdf-io { opacity: 0; transform: translateY(14px); transition: opacity 0.55s ease, transform 0.55s ease; }
.gdf-io.in { opacity: 1; transform: none; }
html.gdf-no-motion .gdf-io { opacity: 1; transform: none; }

/* ==========================================================================
   14. RESPONSIVE
   ========================================================================== */

@media (max-width: 960px) {
  .gdf-hero-inner { grid-template-columns: 1fr; gap: 2.4rem; }
  .gdf-hero-visuel { margin-top: 0.5rem; }
  .gdf-principe-grid, .gdf-persona-grid, .gdf-programmes-grid, .gdf-steps { grid-template-columns: repeat(2, 1fr); }
  .gdf-parcours-inner { grid-template-columns: 1fr; }
  .gdf-parcours-photo { aspect-ratio: 16 / 9; order: -1; }
  .gdf-regles-grid { grid-template-columns: repeat(2, 1fr); }
  .gdf-heritage-inner { grid-template-columns: 1fr; text-align: left; }
  .gdf-heritage-photo { width: 100%; height: 200px; }
}
@media (max-width: 640px) {
  .gdf-mast-inner { justify-content: center; }
  .gdf-nav a { padding: 0.45rem 0.7rem; font-size: 0.9rem; }
  .gdf-principe-grid, .gdf-persona-grid, .gdf-programmes-grid, .gdf-regles-grid, .gdf-foot-cols { grid-template-columns: 1fr; }
  .gdf-steps { grid-template-columns: 1fr; }
  .gdf-parcours-sheet { padding: 2.2rem 1.5rem; }
  .gdf-section { padding: 2.6rem 0; }
}
