/*
Theme Name: Réseau de coachs
Description: Sous-thème de Twenty Twenty-Five aux couleurs de la charte Réseau de coachs (piste B validée le 24/09/2026).
Template: twentytwentyfive
Version: 1.3.0
Requires at least: 6.5
Text Domain: rdc
*/

/* ============================================================ Jetons (charte) */
:root {
	--rdc-nuit: #1E2C46; --rdc-marine: #2C3F63; --rdc-bleu-profond: #3E5685; --rdc-bleu-600: #4F6CA1; --rdc-bleu: #6482B7;
	--rdc-bleu-200: #BCCAE3; --rdc-bleu-100: #DCE4F1; --rdc-bleu-pale: #EEF2F9;
	--rdc-corail: #D98C87; --rdc-corail-300: #E2A39D; --rdc-corail-profond: #B05C56; --rdc-corail-pale: #FBF0EF;
	--rdc-texte: #191919; --rdc-texte-doux: #43474D; --rdc-ligne: #E4E7EC; --rdc-ligne-forte: #CBD2DC;
	--rdc-titres: Montserrat, system-ui, sans-serif; --rdc-corps: Carlito, Calibri, system-ui, sans-serif;
	--rdc-shell: min(1248px, calc(100% - 40px));
	--rdc-pad: clamp(56px, 8vw, 112px);
}
/* ---- Jetons historiques (ex-en-tête) : la page Blog et d’autres contenus les utilisent encore ---- */
/* ============================================================
   AIR CONSULTING SERVICES — Colors & Type foundations
   ============================================================ */


:root {
  /* ---- BRAND CORE ---------------------------------------- */
  --air-blue:        #6482B7;   /* primary — Bleu AIR        */
  --air-coral:       #D98C87;   /* accent  — Corail AIR      */

  /* ---- BLUE SCALE (derived, harmonious) ------------------ */
  --blue-50:   #EEF2F9;
  --blue-100:  #DCE4F1;
  --blue-200:  #BCCAE3;
  --blue-300:  #9DB1D4;
  --blue-400:  #7E97C5;
  --blue-500:  #6482B7;   /* = --air-blue */
  --blue-600:  #4F6CA1;
  --blue-700:  #3E5685;
  --blue-800:  #2C3F63;
  --blue-900:  #1E2C46;   /* deep navy ink-on-light */

  /* ---- CORAL SCALE --------------------------------------- */
  --coral-50:  #FBF0EF;
  --coral-100: #F6DEDC;
  --coral-200: #ECC0BC;
  --coral-300: #E2A39D;
  --coral-400: #D98C87;   /* = --air-coral */
  --coral-500: #C9756F;
  --coral-600: #B05C56;

  /* ---- NEUTRALS (from deck usage) ------------------------ */
  --paper:       #FFFFFF;
  --paper-alt:   #F6F6F6;   /* light section bg used in decks */
  --paper-blue:  #EEF2F9;   /* faint blue wash background     */
  --line:        #E4E7EC;   /* hairline borders               */
  --line-strong: #CBD2DC;
  --ink:         #191919;   /* near-black body text           */
  --ink-soft:    #43474D;
  --gray:        #6D6B6B;   /* secondary text                 */
  --gray-soft:   #989AA0;

  /* ---- SEMANTIC FOREGROUNDS ------------------------------ */
  --fg-1: var(--ink);
  --fg-2: var(--gray);
  --fg-3: var(--gray-soft);
  --fg-brand: var(--blue-700);
  --fg-on-blue: #FFFFFF;
  --fg-on-coral: #FFFFFF;

  /* ---- SEMANTIC BACKGROUNDS ------------------------------ */
  --bg-1: var(--paper);
  --bg-2: var(--paper-alt);
  --bg-3: var(--paper-blue);
  --bg-brand: var(--air-blue);
  --bg-brand-deep: var(--blue-800);
  --bg-accent: var(--air-coral);

  /* ---- TYPE FAMILIES ------------------------------------- */
  --font-display: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body:    'Carlito', 'Calibri', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* ---- TYPE WEIGHTS -------------------------------------- */
  --w-light: 300;
  --w-regular: 400;
  --w-medium: 500;
  --w-semibold: 600;
  --w-bold: 700;
  --w-black: 800;

  /* ---- RADIUS -------------------------------------------- */
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-pill: 999px;

  /* ---- SHADOWS / ELEVATION ------------------------------- */
  --shadow-sm: 0 1px 2px rgba(30,44,70,.06), 0 1px 3px rgba(30,44,70,.08);
  --shadow-md: 0 4px 12px rgba(30,44,70,.08), 0 2px 4px rgba(30,44,70,.05);
  --shadow-lg: 0 18px 44px rgba(30,44,70,.14), 0 4px 12px rgba(30,44,70,.06);
  --shadow-blue: 0 14px 34px rgba(100,130,183,.30);

  /* ---- SPACING (8pt base) -------------------------------- */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 24px;
  --sp-6: 32px;
  --sp-7: 48px;
  --sp-8: 64px;
  --sp-9: 96px;
}

/* ============================================================
   SEMANTIC TYPE — base specimens
   ============================================================ */

.air-overline {
  font-family: var(--font-display);
  font-weight: var(--w-semibold);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--air-coral);
}

.air-body {
  font-family: var(--font-body);
  font-weight: var(--w-regular);
  font-size: 1.0625rem;
  line-height: 1.62;
  color: var(--ink-soft);
  text-wrap: pretty;
}

.air-body-lg {
  font-family: var(--font-body);
  font-weight: var(--w-regular);
  font-size: 1.25rem;
  line-height: 1.55;
  color: var(--ink-soft);
  text-wrap: pretty;
}


@keyframes air-kenburns{0%{transform:scale(1.08) translate3d(0,0,0);}100%{transform:scale(1.22) translate3d(-2%,-2%,0);}}
@keyframes air-mesh{0%{transform:translate3d(0,0,0) rotate(0deg);}50%{transform:translate3d(4%,-3%,0) rotate(8deg);}100%{transform:translate3d(0,0,0) rotate(0deg);}}
@keyframes air-mesh2{0%{transform:translate3d(0,0,0) scale(1);}50%{transform:translate3d(-5%,4%,0) scale(1.15);}100%{transform:translate3d(0,0,0) scale(1);}}
@keyframes air-float{0%{transform:translateY(0);}50%{transform:translateY(-16px);}100%{transform:translateY(0);}}
@keyframes air-scroll-cue{0%{transform:translateY(0);opacity:.9;}50%{transform:translateY(9px);opacity:.35;}100%{transform:translateY(0);opacity:.9;}}
.air-coach:hover .air-coach-img{transform:scale(1.07);}
.air-coach:hover .air-coach-cta{opacity:1!important;transform:none!important;}
.air-logo{filter:grayscale(1);opacity:.62;transition:filter .3s,opacity .3s,transform .3s;}
.air-logo:hover{filter:grayscale(0);opacity:1;transform:scale(1.05);}
@media (prefers-reduced-motion:reduce){*{animation:none!important;}}


/* ===================== RDC design bridge ===================== */
/* home only: neutralise the site-wide dark photo bg (snippet #5) + base resets */

/* ============================================================ Base */
html, body { overflow-x: clip; }
/* Le snippet « Global Background Serenity » impose une photo sombre en fond : on la neutralise. */
html body { background: #fff !important; background-image: none !important; color: var(--rdc-texte); font-family: var(--rdc-corps); }
html body::before { display: none !important; }
.wp-site-blocks { padding: 0 !important; background: #fff; }
.wp-site-blocks > * { margin-block: 0 !important; }
.rdc-main { margin: 0 !important; padding: 0 !important; }
.rdc-main > *, .rdc-page-content > :first-child { margin-block-start: 0 !important; }
.wp-site-blocks :is(h1, h2, h3, h4) { font-family: var(--rdc-titres) !important; text-wrap: balance; }
.rdc-shell { width: var(--rdc-shell); max-width: none !important; margin-inline: auto !important; }
.rdc-home, .rdc-home > *, .rdc-bio-page, .rdc-bio-page > * { margin-block: 0 !important; max-width: none !important; }
.rdc-home :is(p, h1, h2, h3, figure, ul), .rdc-bio-page :is(h1, figure) { margin-block: 0; }
:is(.rdc-shell, .rdc-head, .rdc-head__main, .rdc-cards, .rdc-card, .rdc-steps, .rdc-step, .rdc-coaches, .rdc-coach, .rdc-coach__body, .rdc-testis, .rdc-logos, .rdc-proof, .rdc-proof__text, .rdc-stats__grid, .rdc-stat, .rdc-cta__in, .rdc-cta__text, .rdc-bio__grid, .rdc-bio__text, .rdc-bio__aside, .rdc-footer__grid) > * { margin-block: 0 !important; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ============================================================ En-tête */
.wp-site-blocks > .wp-block-template-part:has(#rdc-header) { position: sticky; top: 0; z-index: 100; }
.admin-bar .wp-site-blocks > .wp-block-template-part:has(#rdc-header) { top: 32px; }
body.home .wp-site-blocks > .wp-block-template-part:has(#rdc-header) { position: fixed; left: 0; right: 0; }
.rdc-header { background: var(--rdc-nuit); transition: background .3s ease, box-shadow .3s ease; }
body.home .rdc-header:not(.is-solid) { background: transparent; }
.rdc-header.is-solid { box-shadow: 0 6px 24px rgba(14, 22, 38, .22); }
.rdc-header__in { width: var(--rdc-shell); margin: 0 auto; height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.rdc-brand img { display: block; height: 44px; width: auto; }
.rdc-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); }
.rdc-nav a { color: #fff; text-decoration: none; font-family: var(--rdc-titres); font-weight: 600; font-size: 15px; }
.rdc-nav a:hover, .rdc-nav a:focus-visible { color: var(--rdc-corail-300); }
.rdc-nav a.rdc-nav__cta { display: inline-flex; align-items: center; min-height: 44px; padding: 0 20px; border-radius: 12px; background: #fff; color: var(--rdc-nuit); font-weight: 700; }
.rdc-nav a.rdc-nav__cta:hover { background: var(--rdc-corail-300); color: var(--rdc-nuit); }
.rdc-burger-cb, .rdc-burger { display: none; }
@media (max-width: 1100px) {
	.rdc-header__in { height: 68px; }
	.rdc-brand img { height: 34px; }
	.rdc-burger { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 12px; cursor: pointer; padding: 0 11px; box-sizing: border-box; position: relative; z-index: 2; }
	.rdc-burger span[aria-hidden] { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform .25s, opacity .25s; }
	.rdc-burger-cb:checked ~ .rdc-burger span[aria-hidden]:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
	.rdc-burger-cb:checked ~ .rdc-burger span[aria-hidden]:nth-of-type(3) { opacity: 0; }
	.rdc-burger-cb:checked ~ .rdc-burger span[aria-hidden]:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
	.rdc-nav { position: fixed; inset: 0; z-index: 1; flex-direction: column; justify-content: center; gap: 22px; background: var(--rdc-nuit); visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
	.rdc-nav a { font-size: 20px; }
	.rdc-burger-cb:checked ~ .rdc-nav { visibility: visible; opacity: 1; }
	body.home .rdc-header:has(.rdc-burger-cb:checked) { background: var(--rdc-nuit); }
}
@media (max-width: 782px) { .admin-bar .wp-site-blocks > .wp-block-template-part:has(#rdc-header) { top: 46px; } }

/* ============================================================ Composants */
.rdc-eyebrow { font-family: var(--rdc-titres); font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--rdc-corail-profond); }
.rdc-section { padding-block: var(--rdc-pad); }
.rdc-section h2 { font-size: clamp(30px, 3.6vw, 48px); line-height: 1.06; letter-spacing: -.025em; font-weight: 800; color: var(--rdc-nuit); }
.rdc-head { display: flex; flex-direction: column; gap: 16px; max-width: 760px; margin-bottom: clamp(28px, 4vw, 48px) !important; }
.rdc-head__main { display: flex; flex-direction: column; gap: 16px; max-width: 680px; }
.rdc-head--split { max-width: none; flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 48px; }
.rdc-head--center { max-width: none; align-items: center; text-align: center; }
.rdc-head p:not(.rdc-eyebrow), .rdc-head__aside { font-size: clamp(18px, 1.5vw, 20px); line-height: 1.55; color: var(--rdc-texte-doux); }
.rdc-head__aside { max-width: 440px; }
.rdc-actions { gap: 12px; }
.rdc-btn .wp-block-button__link, a.rdc-btn { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 24px; border-radius: 12px; font-family: var(--rdc-titres); font-weight: 700; font-size: 15px; text-decoration: none; line-height: 1.2; }
.rdc-btn .wp-block-button__link::after { content: ""; width: 16px; height: 16px; background: currentColor; -webkit-mask: var(--rdc-arrow) center / contain no-repeat; mask: var(--rdc-arrow) center / contain no-repeat; }
:root { --rdc-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M13 6l6 6-6 6'/%3E%3C/svg%3E"); }
.rdc-btn--primary .wp-block-button__link { background: var(--rdc-bleu-profond); color: #fff; }
.rdc-btn--primary .wp-block-button__link:hover { background: var(--rdc-nuit); }
.rdc-btn--coral .wp-block-button__link, a.rdc-btn--coral { background: var(--rdc-corail); color: var(--rdc-nuit); }
.rdc-btn--coral .wp-block-button__link:hover, a.rdc-btn--coral:hover { background: var(--rdc-corail-300); color: var(--rdc-nuit); }
.rdc-btn--light .wp-block-button__link { background: #fff; color: var(--rdc-nuit); }
.rdc-btn--light .wp-block-button__link:hover { background: var(--rdc-bleu-pale); }
.rdc-btn--outline .wp-block-button__link { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.7); }
.rdc-btn--outline .wp-block-button__link:hover { background: rgba(255,255,255,.12); color: #fff; }
.rdc-ico { flex: 0 0 auto; }

/* ============================================================ Accueil : héro + chiffres */
.rdc-hero { position: relative; background-color: var(--rdc-nuit); background-image: linear-gradient(90deg, rgba(30,44,70,.96) 0%, rgba(30,44,70,.82) 52%, rgba(30,44,70,.35) 100%), url(https://reseaudecoachs.com/wp-content/uploads/2026/06/rdc-hero.jpg); background-size: cover; background-position: center; color: #fff; }
.rdc-hero__in { display: flex; flex-direction: column; gap: 30px; padding-top: calc(84px + clamp(48px, 8vw, 120px)); padding-bottom: clamp(40px, 7vw, 110px); }
.rdc-hero .rdc-eyebrow { color: var(--rdc-corail-300); }
.rdc-hero__title { max-width: 820px; color: #fff !important; font-size: clamp(42px, 5.6vw, 76px) !important; line-height: 1.02 !important; letter-spacing: -.03em; font-weight: 800; }
.rdc-accent { color: var(--rdc-corail-300); }
.rdc-hero__lead { max-width: 580px; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.55; color: var(--rdc-bleu-100); }
.rdc-stats { background: rgba(30,44,70,.92); border-top: 1px solid rgba(255,255,255,.14); }
.rdc-stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rdc-stat { padding: 26px 24px; border-left: 1px solid rgba(255,255,255,.18); }
.rdc-stat__v { font-family: var(--rdc-titres); font-weight: 800; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.02em; color: #fff; line-height: 1.15; }
.rdc-stat__l { font-size: 17px; color: var(--rdc-bleu-200); margin-top: 4px !important; }

/* ============================================================ Approches */
.rdc-approches { background: #fff; }
.rdc-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.rdc-card { display: flex; flex-direction: column; gap: 14px; padding: 32px; border-radius: 16px; background: #fff; border: 1px solid var(--rdc-ligne-forte); position: relative; }
.rdc-card::before { content: ""; width: 26px; height: 26px; background: var(--rdc-bleu-profond); -webkit-mask: var(--ico) center / contain no-repeat; mask: var(--ico) center / contain no-repeat; }
.rdc-card--1 { background: var(--rdc-nuit); border-color: var(--rdc-nuit); }
.rdc-card--1::before { background: #fff; }
.rdc-card__num { position: absolute; top: 34px; left: 72px; font-family: var(--rdc-titres); font-weight: 800; font-size: 14px; letter-spacing: .1em; color: var(--rdc-corail-profond); }
.rdc-card--1 .rdc-card__num { color: var(--rdc-corail-300); }
.rdc-card__title { font-size: 23px !important; line-height: 1.2 !important; font-weight: 800; color: var(--rdc-nuit); }
.rdc-card--1 .rdc-card__title { color: #fff !important; }
.rdc-card p:not(.rdc-card__num) { font-size: 17px; line-height: 1.55; color: var(--rdc-texte-doux); }
.rdc-card--1 p:not(.rdc-card__num) { color: var(--rdc-bleu-100); }
.rdc-card--1 { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M15.5 8.5l-2 5-5 2 2-5z'/%3E%3C/svg%3E"); }
.rdc-card--2 { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.2'/%3E%3Cpath d='M3.5 19c.6-3.2 2.8-5 5.5-5s4.9 1.8 5.5 5'/%3E%3Ccircle cx='17' cy='9' r='2.4'/%3E%3Cpath d='M16 14.2c2.3.2 3.9 1.8 4.5 4.8'/%3E%3C/svg%3E"); }
.rdc-card--3 { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 9.5L12 5l9.5 4.5L12 14z'/%3E%3Cpath d='M6.5 11.5v4c1.5 1.4 3.4 2 5.5 2s4-.6 5.5-2v-4'/%3E%3C/svg%3E"); }
.rdc-card--4 { --ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7.5 3v5.5c0 4.4-3.1 8-7.5 9.5-4.4-1.5-7.5-5.1-7.5-9.5V6z'/%3E%3Cpath d='M8.5 12.3l2.4 2.4 4.6-4.9'/%3E%3C/svg%3E"); }
.rdc-proof { display: flex; align-items: center; gap: 32px; margin-top: 20px !important; padding: 24px 32px; border-radius: 16px; background: var(--rdc-corail-pale); }
.rdc-proof__logo { flex: 0 0 auto; }
.rdc-proof__logo a { display: block; background: #fff; border-radius: 10px; padding: 6px; }
.rdc-proof__logo img { display: block; width: 210px; height: auto; }
.rdc-proof__text { display: flex; flex-direction: column; gap: 6px; }
.rdc-proof__text p { font-size: 16px; line-height: 1.5; }
.rdc-proof__src { color: var(--rdc-texte-doux); font-size: 15px !important; }
.rdc-proof a { font-weight: 700; }

/* ============================================================ Citation */
.rdc-quote-band { background: linear-gradient(120deg, var(--rdc-nuit) 0%, var(--rdc-marine) 100%); padding-block: clamp(64px, 9vw, 128px); }
.rdc-bigquote { margin: 0; padding: 0; border: 0; max-width: 960px; display: flex; flex-direction: column; gap: 22px; }
.rdc-bigquote p { font-family: var(--rdc-titres); font-weight: 700; font-size: clamp(26px, 3vw, 44px); line-height: 1.2; letter-spacing: -.015em; color: #fff; margin: 0; }
.rdc-bigquote p::before { content: "« "; } .rdc-bigquote p::after { content: " »"; }
.rdc-bigquote cite { display: flex; align-items: center; gap: 14px; font-style: normal; font-size: 16px; color: var(--rdc-bleu-100); }
.rdc-bigquote cite::before { content: ""; width: 40px; height: 2px; background: var(--rdc-corail); }

/* ============================================================ Parcours */
.rdc-parcours { background: var(--rdc-marine); }
.rdc-parcours .rdc-eyebrow { color: var(--rdc-corail-300); }
.rdc-parcours h2 { color: #fff !important; }
.rdc-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px; }
.rdc-step { display: flex; flex-direction: column; gap: 12px; padding-top: 22px; border-top: 2px solid var(--rdc-corail); }
.rdc-step__num { font-family: var(--rdc-titres); font-weight: 800; font-size: 34px; color: var(--rdc-corail-300); line-height: 1; }
.rdc-step__title { font-size: 20px !important; font-weight: 700; color: #fff !important; }
.rdc-step p:not(.rdc-step__num) { font-size: 17px; line-height: 1.5; color: var(--rdc-bleu-200); }

/* ============================================================ Collectif */
.rdc-collectif { background: var(--rdc-bleu-pale); }
.rdc-coaches { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.rdc-coach { position: relative; display: flex; align-items: center; gap: 20px; padding: 16px; border: 1px solid var(--rdc-ligne-forte); border-radius: 16px; background: #fff; }
.rdc-coach--link { transition: border-color .2s, box-shadow .2s, transform .2s; }
.rdc-coach--link:hover, .rdc-coach--link:focus-within { border-color: var(--rdc-bleu-profond); box-shadow: 0 10px 28px rgba(30,44,70,.12); transform: translateY(-2px); }
.rdc-coach__photo { flex: 0 0 auto; margin: 0 !important; }
.rdc-coach__photo img { display: block; width: 112px; height: 112px; object-fit: cover; object-position: 50% 25%; border-radius: 12px; }
.rdc-coach__body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.rdc-coach__name { font-size: 19px !important; font-weight: 800; color: var(--rdc-nuit); line-height: 1.25 !important; }
.rdc-coach__name a { color: inherit; text-decoration: none; }
.rdc-coach__name a::after { content: ""; position: absolute; inset: 0; border-radius: 16px; }
.rdc-coach__role { font-size: 15px; color: var(--rdc-texte-doux); }
.rdc-coach__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px !important; font-family: var(--rdc-titres); font-weight: 700; font-size: 14px; color: var(--rdc-bleu-profond); }
.rdc-coach__more::after { content: ""; width: 14px; height: 14px; background: currentColor; -webkit-mask: var(--rdc-arrow) center / contain no-repeat; mask: var(--rdc-arrow) center / contain no-repeat; }

/* ============================================================ Témoignages */
.rdc-temoignages { background: #fff; }
.rdc-testis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; }
.rdc-testi { margin: 0; padding: 0 8px; border: 0; display: flex; flex-direction: column; gap: 18px; }
.rdc-testi::before { content: ""; width: 32px; height: 32px; background: var(--rdc-corail); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 18v-5.5C4 8.6 6 6.3 9.6 5.5l.6 1.5C8.4 7.8 7.5 9.2 7.4 11H10v7zm10 0v-5.5c0-3.9 2-6.2 5.6-7l.6 1.5c-1.8.8-2.7 2.2-2.8 4H20v7z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 18v-5.5C4 8.6 6 6.3 9.6 5.5l.6 1.5C8.4 7.8 7.5 9.2 7.4 11H10v7zm10 0v-5.5c0-3.9 2-6.2 5.6-7l.6 1.5c-1.8.8-2.7 2.2-2.8 4H20v7z'/%3E%3C/svg%3E") center / contain no-repeat; }
.rdc-testi p { font-family: var(--rdc-titres); font-weight: 600; font-size: 22px; line-height: 1.4; color: var(--rdc-nuit); margin: 0; }
.rdc-testi cite { font-style: normal; font-size: 15px; color: var(--rdc-texte-doux); }

/* ============================================================ Références */
.rdc-refs { background: #fff; border-top: 1px solid var(--rdc-ligne); padding-block: clamp(48px, 6vw, 88px); }
.rdc-refs__title { font-size: clamp(24px, 2.4vw, 32px) !important; }
.rdc-logos { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); column-gap: 24px; row-gap: 16px; }
.rdc-logo { height: 88px; display: flex !important; align-items: center; justify-content: center; padding: 12px; margin: 0 !important; }
.rdc-logo img { max-width: 100%; max-height: 56px; width: auto !important; height: auto !important; object-fit: contain; }

/* ============================================================ Appel final */
.rdc-cta { background: var(--rdc-corail-profond); padding-block: clamp(56px, 7vw, 96px); }
.rdc-cta__in { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.rdc-cta__text { display: flex; flex-direction: column; gap: 14px; max-width: 660px; }
.rdc-cta__title { color: #fff !important; font-size: clamp(30px, 3.4vw, 48px) !important; font-weight: 800; line-height: 1.06; }
.rdc-cta p { color: #fff; font-size: clamp(18px, 1.5vw, 20px); line-height: 1.55; }

/* ============================================================ Pages intérieures */
.rdc-band { background-color: var(--rdc-nuit); background-image: linear-gradient(90deg, rgba(30,44,70,.97) 0%, rgba(30,44,70,.88) 60%, rgba(30,44,70,.6) 100%), url(https://reseaudecoachs.com/wp-content/uploads/2026/06/rdc-hero.jpg); background-size: cover; background-position: center; padding-block: clamp(36px, 5vw, 64px); }
.rdc-band__title { color: #fff !important; font-size: clamp(38px, 4.6vw, 64px) !important; font-weight: 800; letter-spacing: -.03em; line-height: 1.04; margin: 0 !important; text-align: left !important; }
.rdc-page-content { padding-block: clamp(32px, 6vw, 88px); }
/* Page Blog : elle a son propre bandeau ; biographies : bandeau intégré au contenu. */
body.page-id-70 .rdc-band, body:has(.rdc-bio-page) .rdc-band { display: none; }
body.page-id-70 .rdc-page-content, body:has(.rdc-bio-page) .rdc-page-content { padding: 0; }
body:has(.rdc-bio-page) .rdc-page-content > * { max-width: none !important; margin-block: 0 !important; }

/* ============================================================ Pages de texte (à propos, légales, auteurs) */
.rdc-prose { display: flex; flex-direction: column; gap: 18px; }
.rdc-prose > * { margin: 0 !important; }
.rdc-prose p, .rdc-prose li { font-size: 19px; line-height: 1.65; color: var(--rdc-texte); }
.rdc-prose h2 { font-size: clamp(24px, 2.4vw, 32px) !important; font-weight: 800; color: var(--rdc-nuit) !important; margin-top: 18px !important; letter-spacing: -.015em; }
.rdc-prose a { color: var(--rdc-bleu-profond); font-weight: 700; }
.rdc-prose__list { margin: 0; padding-left: 0 !important; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.rdc-prose__list li { position: relative; padding-left: 22px; }
.rdc-prose__list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--rdc-corail); }
.rdc-refs-page { display: flex; flex-direction: column; gap: 28px; }
.rdc-refs-page > * { margin: 0 !important; }
.rdc-logos--page { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.rdc-logos--page .rdc-logo { height: 120px; border: 1px solid var(--rdc-ligne); border-radius: 14px; background: #fff; }
.rdc-logos--page .rdc-logo img { max-height: 72px; }
/* FAQ (rendue par le snippet [lnf_faq]) et contact */
.lnf-faq-item { border: 1px solid var(--rdc-ligne-forte) !important; border-radius: 16px !important; padding: 22px 24px !important; margin: 0 0 14px !important; background: #fff !important; box-shadow: none !important; }
.lnf-faq-item :is(h2, h3, strong, summary) { font-family: var(--rdc-titres) !important; color: var(--rdc-nuit) !important; }
.lnf-faq-item :is(p, div) { font-family: var(--rdc-corps) !important; font-size: 18px !important; line-height: 1.6 !important; color: var(--rdc-texte-doux) !important; }
.rdc-page-content .lnf-contact-intro { font-family: var(--rdc-corps); font-size: 20px !important; color: var(--rdc-texte) !important; }
.rdc-page-content :is(.lnf-wrap, .lnf-authors-wrap, .lnf-contact-wrap) { font-family: var(--rdc-corps); }

/* ============================================================ Biographies */
.rdc-bio-band { background-color: var(--rdc-nuit); background-image: linear-gradient(90deg, rgba(30,44,70,.97) 0%, rgba(30,44,70,.88) 60%, rgba(30,44,70,.6) 100%), url(https://reseaudecoachs.com/wp-content/uploads/2026/06/rdc-hero.jpg); background-size: cover; background-position: center; padding-block: clamp(28px, 4vw, 56px) clamp(36px, 5vw, 64px); }
.rdc-bio-band .rdc-shell { display: flex; flex-direction: column; gap: 14px; }
.rdc-bio-band .rdc-shell > * { margin: 0 !important; }
.rdc-bio__back a { display: inline-flex; align-items: center; min-height: 44px; color: var(--rdc-bleu-100); text-decoration: none; font-family: var(--rdc-titres); font-weight: 600; font-size: 15px; }
.rdc-bio__back a:hover { color: #fff; }
.rdc-bio__name { color: #fff !important; font-size: clamp(38px, 4.6vw, 64px) !important; font-weight: 800; letter-spacing: -.03em; line-height: 1.04 !important; }
.rdc-bio__role { font-family: var(--rdc-titres); font-weight: 600; font-size: 18px; color: var(--rdc-corail-300); }
.rdc-bio { background: #fff; padding-block: clamp(32px, 6vw, 88px) clamp(48px, 7vw, 104px); }
.rdc-bio__grid { display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: 72px; align-items: start; }
.rdc-bio__aside { margin-top: -150px !important; }
.rdc-bio__photo img { display: block; width: 100%; height: 480px; object-fit: cover; object-position: 50% 25%; border-radius: 20px; box-shadow: 0 16px 40px rgba(30,44,70,.18); }
.rdc-bio__text { display: flex; flex-direction: column; gap: 22px; max-width: 760px; }
.rdc-bio__text p { font-size: 20px; line-height: 1.65; margin: 0; }
.rdc-bio__list { list-style: none; margin: 0; padding: 24px !important; display: flex; flex-direction: column; gap: 12px; border-radius: 16px; background: var(--rdc-bleu-pale); }
.rdc-bio__list li { position: relative; padding-left: 22px; font-size: 20px; line-height: 1.6; }
.rdc-bio__list li::before { content: ""; position: absolute; left: 0; top: .6em; width: 8px; height: 8px; border-radius: 50%; background: var(--rdc-corail); }
.rdc-bio__subtitle { font-family: var(--rdc-titres) !important; font-size: 13px !important; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--rdc-corail-profond) !important; margin-top: 8px !important; }
.rdc-bio__links { display: flex; flex-wrap: wrap; gap: 10px; }
.rdc-bio__links br { display: none; }
.rdc-bio__links a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 18px; border: 1px solid var(--rdc-ligne-forte); border-radius: 12px; text-decoration: none; font-family: var(--rdc-titres); font-weight: 700; font-size: 15px; color: var(--rdc-bleu-profond); }
.rdc-bio__links a:hover { border-color: var(--rdc-bleu-profond); }

/* ============================================================ Prise de rendez-vous */
.rdc-rdv-page { display: flex; flex-direction: column; gap: 22px; }
.rdc-rdv-page > * { margin: 0 !important; }
.rdc-rdv__lead { font-size: clamp(19px, 1.6vw, 22px); line-height: 1.55; }
.rdc-rdv { display: flex; flex-direction: column; gap: 12px; padding: 24px; border-radius: 16px; background: var(--rdc-bleu-pale); }
.rdc-rdv__status { margin: 0; font-family: var(--rdc-titres); font-weight: 600; font-size: 16px; color: var(--rdc-nuit); }
.rdc-rdv__note { font-size: 16px; color: var(--rdc-texte-doux); }

/* ============================================================ Articles et rubriques */
.rdc-article-head { display: flex; flex-direction: column; gap: 12px; max-width: 900px; }
.rdc-article-head > * { margin: 0 !important; }
.rdc-back a { display: inline-flex; align-items: center; min-height: 44px; color: var(--rdc-bleu-100); text-decoration: none; font-family: var(--rdc-titres); font-weight: 600; font-size: 15px; }
.rdc-back a:hover { color: #fff; }
.rdc-article-cat a, .rdc-article-cat { color: var(--rdc-corail-300) !important; font-family: var(--rdc-titres); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }
.rdc-article-title { font-size: clamp(32px, 4vw, 54px) !important; }
.rdc-article-date, .rdc-archive-desc, .rdc-archive-desc p { color: var(--rdc-bleu-100); font-size: 17px; }
.rdc-article { padding-block: clamp(32px, 5vw, 64px); }
.rdc-article > * { margin-block: 0 0 28px !important; }
.rdc-article-img img { border-radius: 20px; }
.rdc-article-body { font-size: 19px; line-height: 1.7; }
.rdc-article-body > * + * { margin-block-start: 1.1em !important; }
.rdc-article-body :is(h2, h3) { color: var(--rdc-nuit); margin-block-start: 1.6em !important; line-height: 1.15; }
.rdc-article-body h2 { font-size: clamp(26px, 2.6vw, 34px); }
.rdc-article-body h3 { font-size: clamp(21px, 2vw, 25px); }
.rdc-article-body :is(ul, ol) { padding-left: 1.3em; }
.rdc-article-body li + li { margin-top: .4em; }
.rdc-article-body a { color: var(--rdc-bleu-profond); }
.rdc-article-body blockquote { border-left: 3px solid var(--rdc-corail); margin-inline: 0; padding-left: 20px; font-style: italic; }
.rdc-article-body table { width: 100%; border-collapse: collapse; font-size: 17px; }
.rdc-article-body :is(td, th) { border: 1px solid var(--rdc-ligne-forte); padding: 8px 10px; }
.rdc-article-nav { gap: 20px; padding-top: 28px; border-top: 1px solid var(--rdc-ligne); font-family: var(--rdc-titres); font-weight: 600; font-size: 15px; }
.rdc-article-nav a { color: var(--rdc-bleu-profond); text-decoration: none; }
.rdc-archive { background: var(--rdc-bleu-pale); }
.rdc-post-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; list-style: none; padding: 0 !important; margin: 0 !important; }
.rdc-post-grid > li { margin: 0 !important; }
.rdc-post-card { height: 100%; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--rdc-ligne-forte); border-radius: 16px; overflow: hidden; }
.rdc-post-card > * { margin: 0 !important; }
.rdc-post-card__img img { display: block; width: 100%; }
.rdc-post-card__body { display: flex; flex-direction: column; gap: 10px; padding: 22px; }
.rdc-post-card__body > * { margin: 0 !important; }
.rdc-post-card__cat, .rdc-post-card__cat a { font-family: var(--rdc-titres); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--rdc-corail-profond) !important; text-decoration: none; }
.rdc-post-card__title { font-size: 21px !important; line-height: 1.25 !important; }
.rdc-post-card__title a { color: var(--rdc-nuit); text-decoration: none; }
.rdc-post-card__title a:hover { color: var(--rdc-bleu-profond); }
.rdc-post-card__excerpt p { font-size: 17px; line-height: 1.55; color: var(--rdc-texte-doux); margin: 0; }
.rdc-post-card__excerpt .wp-block-post-excerpt__more-text { display: none; }
.rdc-post-card__date { font-size: 15px; color: var(--rdc-texte-doux); }
.rdc-pagination { margin-top: 40px !important; gap: 12px; font-family: var(--rdc-titres); font-weight: 600; }
.rdc-pagination a { color: var(--rdc-bleu-profond); }

/* ============================================================ Pied de page */
.rdc-footer { background: var(--rdc-nuit); color: #fff; padding: 72px 0 32px; }
.rdc-footer__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; padding-bottom: 36px; }
.rdc-footer__brand img { display: block; height: 40px; width: auto; margin-bottom: 14px; }
.rdc-footer p { margin: 0 0 14px; font-size: 16px; line-height: 1.55; color: var(--rdc-bleu-200); }
.rdc-footer .rdc-footer__h { font-family: var(--rdc-titres); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--rdc-corail); }
.rdc-footer__nav { display: flex; flex-direction: column; gap: 10px; }
.rdc-footer__nav a { color: #fff; text-decoration: none; font-size: 16px; }
.rdc-footer__nav a:hover { color: var(--rdc-corail-300); }
.rdc-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--rdc-bleu-profond); font-size: 15px; color: var(--rdc-bleu-200); }
.rdc-footer__legal { display: flex; gap: 20px; flex-wrap: wrap; }
.rdc-footer__legal a { color: var(--rdc-bleu-200); }
.rdc-footer__legal a:hover { color: #fff; }

/* ============================================================ Tablette */
@media (max-width: 1100px) {
	.rdc-cards, .rdc-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rdc-coaches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rdc-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rdc-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.rdc-bio__grid { grid-template-columns: 300px minmax(0, 1fr); gap: 48px; }
}
/* ============================================================ Mobile */
@media (max-width: 781px) {
	.rdc-head--split, .rdc-cta__in, .rdc-proof { flex-direction: column; align-items: flex-start; gap: 20px; }
	.rdc-head--center { align-items: flex-start; text-align: left; }
	.rdc-hero__in { padding-top: calc(68px + 48px); gap: 22px; }
	.rdc-stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; }
	.rdc-stat { padding: 16px 0; border-left: 0; }
	.rdc-cards, .rdc-steps, .rdc-coaches, .rdc-testis { grid-template-columns: minmax(0, 1fr); }
	.rdc-cards { gap: 12px; } .rdc-card { padding: 24px; } .rdc-card__num { top: 26px; left: 64px; }
	.rdc-steps { gap: 28px; } .rdc-step { padding-top: 0; padding-left: 20px; border-top: 0; border-left: 2px solid var(--rdc-corail); }
	.rdc-coaches { gap: 10px; } .rdc-coach { padding: 12px; gap: 14px; }
	.rdc-coach__photo img { width: 76px; height: 76px; }
	.rdc-coach__name { font-size: 17px !important; }
	.rdc-testis { gap: 24px; } .rdc-testi { padding: 20px 0 0; border-top: 1px solid var(--rdc-ligne-forte); }
	.rdc-testi p { font-size: 19px; }
	.rdc-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 12px; row-gap: 8px; }
	.rdc-logos--page { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rdc-logos--page .rdc-logo { height: 96px; }
	.rdc-prose p, .rdc-prose li { font-size: 18px; }
	.rdc-post-grid { grid-template-columns: minmax(0, 1fr); }
	.rdc-article-body { font-size: 18px; }
	.rdc-logo { height: 64px; padding: 6px; } .rdc-logo img { max-height: 44px; }
	.rdc-proof { padding: 20px; }
	.rdc-proof__logo img { width: 200px; }
	.rdc-btn .wp-block-button__link { min-height: 48px; }
	.rdc-bio__grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
	.rdc-bio__aside { margin-top: 0 !important; }
	.rdc-bio__photo img { height: 360px; }
	.rdc-bio__text p, .rdc-bio__list li { font-size: 18px; }
	.rdc-bio__list { padding: 18px !important; }
	.rdc-footer { padding-top: 48px; }
	.rdc-footer__grid { grid-template-columns: minmax(0, 1fr); }
	.rdc-footer__bottom { flex-direction: column; align-items: flex-start; }
}
