:root { scroll-behavior:smooth; } body { -webkit-font-smoothing:antialiased; }
/* Masque la barre de défilement (ex. ligne de filtres défilable en mobile). */
.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}
.uline{position:relative;color:#E0603C;white-space:nowrap}.uline::after{content:"";position:absolute;left:-2%;right:-2%;bottom:-.3em;height:.4em;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 18'%3E%3Cpath d='M4 11 C 60 3 120 16 180 8 S 280 5 296 11' stroke='%23EBB14C' stroke-width='6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%}
.eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#C9522F}.eyebrow .dot{width:.5rem;height:.5rem;border-radius:9999px;background:#E0603C;display:inline-block}
.eyebrow-pill{display:inline-flex;align-items:center;gap:.55rem;background:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#C9522F;box-shadow:0 8px 24px -12px rgba(33,63,70,.25)}
.exlabel{display:inline-flex;align-items:center;gap:.7rem;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#C9522F}.exlabel::before{content:"";width:2.2rem;height:1px;background:#C9522F;opacity:.45}
.src{font-size:.7rem;color:#9A988F;font-style:italic}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}
@keyframes riseIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}.hero-rise{opacity:0;animation:riseIn 1.1s cubic-bezier(.22,1,.36,1) forwards}
@keyframes breathe{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.08);opacity:.75}}.breathe{animation:breathe 10s ease-in-out infinite}
@keyframes drift{0%,100%{transform:translate(0,0)}50%{transform:translate(14px,-18px)}}.drift{animation:drift 16s ease-in-out infinite}
.nav-link{position:relative}.nav-link::after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:#E0603C;border-radius:2px;transition:width .35s ease}.nav-link:hover::after{width:100%}
.barfill{width:0;transition:width 1.3s cubic-bezier(.22,1,.36,1)}
/* self-assessment sliders */
.rng{-webkit-appearance:none;appearance:none;width:100%;height:8px;border-radius:9999px;background:linear-gradient(90deg,#CFE3D6,#F8E0CE);outline:none}
.rng::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;border-radius:50%;background:#E0603C;border:3px solid #fff;box-shadow:0 2px 8px rgba(33,63,70,.25);cursor:pointer;transition:transform .15s}
.rng::-webkit-slider-thumb:active{transform:scale(1.15)}
.rng::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#E0603C;border:3px solid #fff;box-shadow:0 2px 8px rgba(33,63,70,.25);cursor:pointer}
/* radar draw-in */
.radar-shape{opacity:0;transform:scale(.6);transform-origin:center;transition:opacity 1s ease,transform 1.1s cubic-bezier(.22,1,.36,1)}
.is-visible .radar-shape{opacity:1;transform:scale(1)}
.is-visible .radar-shape.d2{transition-delay:.35s}
/* testimonial carousel */
.tslide{opacity:0;visibility:hidden;position:absolute;inset:0;transition:opacity .6s ease,transform .6s ease;transform:translateY(12px)}
.tslide.on{opacity:1;visibility:visible;position:relative;transform:none}
.tdot{width:8px;height:8px;border-radius:9999px;background:#213F46;opacity:.25;transition:all .3s;cursor:pointer}
.tdot.on{opacity:1;width:26px;background:#E0603C}
/* animated learning curve + synced stage cards */
/* Tracé du graph synchronisé avec l'apparition des cartes d'étapes :
   vitesse constante (linear) sur 5s ; chaque carte apparaît quand la courbe
   atteint sa position en séances (≈ 0 / 22 / 46 / 72 / 100 %). */
.curve-line{stroke-dasharray:1;stroke-dashoffset:1}
.is-visible .curve-line{animation:draw 5s linear forwards}
@keyframes draw{to{stroke-dashoffset:0}}
.curve-area{opacity:0}.is-visible .curve-area{animation:fadein 5s linear forwards}
@keyframes fadein{0%{opacity:0}30%{opacity:0}100%{opacity:1}}
.curve-dot{offset-path:path('M52 218 C 130 208 165 150 230 120 C 300 88 365 70 440 60');offset-rotate:0deg;opacity:0}
.is-visible .curve-dot{animation:dotrun 5s linear forwards}
@keyframes dotrun{0%{offset-distance:0%;opacity:1;fill:#EBB14C}50%{offset-distance:50%;fill:#EBB14C}60%{fill:#E89A45}100%{offset-distance:100%;opacity:1;fill:#E0603C}}
.stg{opacity:0;transform:translateX(22px)}
.is-visible .stg{animation:stgin .6s cubic-bezier(.34,1.4,.64,1) forwards}
.is-visible .stg:nth-child(1){animation-delay:0s}.is-visible .stg:nth-child(2){animation-delay:1.1s}.is-visible .stg:nth-child(3){animation-delay:2.3s}.is-visible .stg:nth-child(4){animation-delay:3.6s}.is-visible .stg:nth-child(5){animation-delay:5s}
@keyframes stgin{to{opacity:1;transform:none}}
.pop{opacity:0;transform:translateY(26px) scale(.96)}
.is-visible .pop{animation:popin .6s cubic-bezier(.34,1.56,.64,1) forwards}
.is-visible .pop:nth-child(1){animation-delay:.05s}.is-visible .pop:nth-child(2){animation-delay:.15s}.is-visible .pop:nth-child(3){animation-delay:.25s}.is-visible .pop:nth-child(4){animation-delay:.35s}.is-visible .pop:nth-child(5){animation-delay:.45s}.is-visible .pop:nth-child(6){animation-delay:.55s}
@keyframes popin{to{opacity:1;transform:none}}
details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}
@media (prefers-reduced-motion:reduce){.reveal,.hero-rise{transition:none;animation:none;opacity:1;transform:none}.breathe,.drift{animation:none}.barfill{transition:none}:root{scroll-behavior:auto}}
/* index des problématiques (apparition en cascade) */
.patho-row{opacity:0;transform:translateY(18px)}
.patho-index.play .patho-row{animation:pathoIn .6s cubic-bezier(.22,1,.36,1) forwards}
.patho-index.play .patho-row:nth-child(1){animation-delay:.05s}
.patho-index.play .patho-row:nth-child(2){animation-delay:.13s}
.patho-index.play .patho-row:nth-child(3){animation-delay:.21s}
.patho-index.play .patho-row:nth-child(4){animation-delay:.29s}
.patho-index.play .patho-row:nth-child(5){animation-delay:.37s}
.patho-index.play .patho-row:nth-child(6){animation-delay:.45s}
.patho-index.play .patho-row:nth-child(7){animation-delay:.53s}
.patho-index.play .patho-row:nth-child(8){animation-delay:.61s}
@keyframes pathoIn{to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.patho-row{opacity:1;transform:none}}

/* ---- Typographie du contenu d'article (.neuro-prose) ---- */
.neuro-prose{color:#41494A;font-size:1.09rem;line-height:1.85}
.neuro-prose > *{margin-top:1.3em;margin-bottom:0}
.neuro-prose > *:first-child{margin-top:0}
.neuro-prose p{color:rgba(65,73,74,.88)}
/* Blocs « larges » : seuls la boucle et les tarifs sortent de la colonne de texte. */
.neuro-prose .nf-wide{width:min(64rem,94vw);max-width:94vw;margin-left:50%;transform:translateX(-50%);margin-top:1.6em}
/* Espace AVANT chaque titre de section : identique partout. */
.neuro-prose h2{font-family:"Playfair Display",serif;color:#213F46;font-size:clamp(2rem,4.2vw,2.7rem);line-height:1.18;margin-top:1.8em;margin-bottom:.35em;scroll-margin-top:6rem}
.neuro-prose h2:first-child{margin-top:0}
/* Filet décoratif sous les titres de section */
.neuro-prose h2::after{content:"";display:block;width:2.6rem;height:3px;border-radius:3px;background:linear-gradient(90deg,#E0603C,#EBB14C);margin-top:.7rem}
.neuro-prose h3{font-family:"Playfair Display",serif;color:#213F46;font-size:clamp(1.4rem,2.6vw,1.7rem);line-height:1.28;margin-top:2em;margin-bottom:.2em;scroll-margin-top:6rem}
.neuro-prose h4{font-family:"Inter",sans-serif;font-weight:600;color:#213F46;font-size:1.1rem;margin-top:1.6em}
.neuro-prose a{color:#C9522F;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px;transition:color .2s}
.neuro-prose a:hover{color:#E0603C}
.neuro-prose strong{color:#213F46;font-weight:600}
.neuro-prose ul,.neuro-prose ol{padding-left:1.4em}
.neuro-prose li{margin-top:.5em;padding-left:.25em}
.neuro-prose ul li::marker{color:#E0603C}
.neuro-prose ol li::marker{color:#C9522F;font-weight:600}
.neuro-prose blockquote{margin:1.8em 0;padding:1.3em 1.6em;border-left:4px solid #EBB14C;background:#FBEAD7;border-radius:0 1rem 1rem 0;font-family:"Playfair Display",serif;font-size:1.25rem;line-height:1.5;color:#213F46;font-style:italic}
.neuro-prose blockquote p{margin:0;color:#213F46}
.neuro-prose img,.neuro-prose figure img,.neuro-prose .wp-block-image img{border-radius:1.25rem;width:100%;height:auto}
.neuro-prose figure{margin:2em 0}
.neuro-prose figcaption,.neuro-prose .wp-element-caption{margin-top:.7em;text-align:center;font-size:.8rem;color:#9A988F;font-style:italic}
.neuro-prose hr{border:0;height:1px;background:rgba(33,63,70,.12);margin:2.6em 0}
.neuro-prose code{background:#F8E0CE;color:#C9522F;padding:.15em .4em;border-radius:.35em;font-size:.9em}
.neuro-prose pre{background:#213F46;color:#FBF3E6;padding:1.2em 1.4em;border-radius:1rem;overflow:auto;font-size:.9rem}
.neuro-prose pre code{background:transparent;color:inherit;padding:0}
.neuro-prose table{width:100%;border-collapse:collapse;font-size:.95rem;margin:2em 0}
.neuro-prose th,.neuro-prose td{border:1px solid rgba(33,63,70,.12);padding:.7em 1em;text-align:left}
.neuro-prose th{background:#FBEAD7;font-family:"Inter",sans-serif;color:#213F46;font-weight:600}
.neuro-prose .wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;background:#E0603C;color:#fff;border-radius:9999px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s}
.neuro-prose .wp-block-button__link:hover{background:#C9522F}
.neuro-prose .wp-block-pullquote,.neuro-prose .wp-block-quote{border-color:#EBB14C}

/* ---- Illustrations de contenu (articles scientifiques) ---- */
.neuro-prose .neuro-src{display:block;font-size:.8rem;color:#9A988F;font-style:italic;margin-top:.5em}
.neuro-prose .neuro-src a{color:#9A988F;text-decoration:underline;text-underline-offset:2px}
/* Frise chronologique */
.nf-timeline{margin:1.6em 0;list-style:none;padding:0}
.nf-tl{position:relative;padding-left:3.4rem;padding-bottom:1.6rem}
.nf-tl:last-child{padding-bottom:0}
.nf-tl::before{content:"";position:absolute;left:1.05rem;top:.5rem;bottom:-.5rem;width:2px;background:linear-gradient(#E0603C,#EBB14C)}
.nf-tl:last-child::before{display:none}
.nf-tl-dot{position:absolute;left:.45rem;top:.3rem;width:1.25rem;height:1.25rem;border-radius:9999px;background:#fff;border:3px solid #E0603C;box-shadow:0 0 0 4px #FBEAD7}
.nf-tl-year{font-family:"Playfair Display",serif;color:#C9522F;font-weight:600;font-size:1.05rem}
.nf-tl-card{background:#fff;border:1px solid rgba(33,63,70,.08);border-radius:1rem;padding:.85rem 1.15rem;margin-top:.4rem;box-shadow:0 10px 30px -22px rgba(33,63,70,.5)}
.nf-tl-card p{margin:0;font-size:.95rem;color:rgba(65,73,74,.85);line-height:1.6}
/* Boucle de feedback (identique à la page d'accueil) */
.nf-loop{display:grid;gap:2rem;align-items:center;background:#fff;border:1px solid rgba(33,63,70,.06);border-radius:1.9rem;padding:1.8rem;margin:1.9em 0;box-shadow:0 26px 64px -46px rgba(33,63,70,.6)}
@media(min-width:768px){.nf-loop{grid-template-columns:5fr 7fr;padding:2.2rem}}
.nf-loop-svg{width:100%;max-width:22rem;margin:0 auto;display:block}
.nf-steps{display:grid;gap:1.4rem}
@media(min-width:640px){.nf-steps{grid-template-columns:1fr 1fr}}
.nf-step{display:flex;gap:.9rem;align-items:flex-start}
.nf-step-n{flex:none;width:2.25rem;height:2.25rem;border-radius:9999px;background:#213F46;color:#fff;display:grid;place-items:center;font-family:"Playfair Display",serif;font-size:1rem}
.nf-step.is-gold .nf-step-n{background:#EBB14C;color:#213F46}
.nf-step-t{font-family:"Playfair Display",serif;color:#213F46;font-size:1.05rem;line-height:1.2}
.nf-step-d{font-size:.9rem;color:rgba(65,73,74,.8);margin-top:.2rem;line-height:1.5}
.nf-loop-cap{grid-column:1/-1;font-size:.78rem;color:#9A988F;font-style:italic;border-top:1px solid rgba(33,63,70,.08);padding-top:1rem;margin-top:.3rem}
/* Deux colonnes : c'est / ce n'est pas (design soigné) */
.nf-two{display:grid;gap:1.1rem;margin:1.6em 0}
@media(min-width:700px){.nf-two{grid-template-columns:1fr 1fr}}
.nf-col{border-radius:1.5rem;padding:1.6rem 1.7rem;border:1px solid;box-shadow:0 20px 50px -42px rgba(33,63,70,.55)}
.nf-yes{background:linear-gradient(140deg,#EEF6F0,#E0EEE5);border-color:#CFE3D6}
.nf-no{background:linear-gradient(140deg,#FDEFE3,#FBE5D4);border-color:#F2D6BF}
.nf-col-head{display:flex;align-items:center;gap:.7rem;margin-bottom:1.1rem}
.nf-col-ic{flex:none;width:2.3rem;height:2.3rem;border-radius:.75rem;display:grid;place-items:center}
.nf-col-ic svg{width:1.3rem;height:1.3rem}
.nf-yes .nf-col-ic{background:#CFE3D6;color:#1f5a3a}
.nf-no .nf-col-ic{background:#F4C8AD;color:#C9522F}
.nf-col-h{font-family:"Inter",sans-serif;font-size:.74rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;margin:0}
.nf-yes .nf-col-h{color:#1f5a3a}.nf-no .nf-col-h{color:#C9522F}
.nf-li{display:flex;gap:.65rem;align-items:flex-start;margin-top:.7rem;font-size:.98rem;color:#41494A;line-height:1.5}
.nf-li:first-of-type{margin-top:0}
.nf-li-badge{flex:none;width:1.35rem;height:1.35rem;border-radius:9999px;display:grid;place-items:center;margin-top:.08rem}
.nf-li-badge svg{width:.82rem;height:.82rem}
.nf-yes .nf-li-badge{background:#2D7A4F;color:#fff}
.nf-no .nf-li-badge{background:#E0603C;color:#fff}
/* Grille des familles + recherche */
.nf-grid{display:grid;gap:1rem;margin:1.6em 0}
@media(min-width:640px){.nf-grid{grid-template-columns:1fr 1fr}}
.nf-card{background:#fff;border:1px solid rgba(33,63,70,.08);border-radius:1.25rem;padding:1.3rem 1.4rem}
.nf-card.is-feature{border-color:#EBB14C;background:#FFFDF8;box-shadow:0 12px 32px -24px rgba(224,96,60,.6)}
.nf-card h4{margin:0 0 .35rem!important;font-family:"Playfair Display",serif!important;color:#213F46;font-size:1.12rem!important}
.nf-card p{margin:.2rem 0 0;font-size:.92rem;color:rgba(65,73,74,.85);line-height:1.6}
.nf-badge{display:inline-block;font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#C9522F;background:#FBEAD7;padding:.22rem .6rem;border-radius:9999px;margin-bottom:.55rem}
/* Encart pratique / CTA sombre */
.nf-callout{background:#213F46;color:#FBF3E6;border-radius:1.5rem;padding:1.5rem 1.7rem;margin:1.8em 0}
.nf-callout p{margin:0;color:#FBF3E6}.nf-callout strong{color:#EBB14C}
.nf-callout .nf-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;background:#E0603C;color:#fff;border-radius:9999px;padding:.75rem 1.5rem;font-size:.875rem;line-height:1.2;font-weight:600;text-decoration:none;transition:background .25s ease,box-shadow .25s ease}
.nf-callout .nf-cta:hover{background:#C9522F;box-shadow:0 12px 24px -10px rgba(224,96,60,.5)}
/* FAQ */
.nf-faq{margin:1.6em 0}
.nf-faq details{background:#fff;border:1px solid rgba(33,63,70,.08);border-radius:1rem;margin-top:.7rem;overflow:hidden}
.nf-faq summary{cursor:pointer;padding:1rem 1.2rem;font-family:"Playfair Display",serif;color:#213F46;font-size:1.05rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;list-style:none}
.nf-faq summary::-webkit-details-marker{display:none}
.nf-faq summary::after{content:"+";color:#E0603C;font-size:1.35rem;line-height:1;transition:transform .3s}
.nf-faq details[open] summary::after{transform:rotate(45deg)}
.nf-faq .nf-a{padding:0 1.2rem 1.05rem;color:rgba(65,73,74,.85);font-size:.95rem;line-height:1.7}
/* Encadré « repères » (esthétique) */
.nf-repere{position:relative;background:linear-gradient(135deg,#FFFDF9,#FBEAD7);border:1px solid rgba(235,177,76,.5);border-radius:1.7rem;padding:1.8rem 1.9rem;margin:1.9em 0;box-shadow:0 28px 60px -46px rgba(33,63,70,.55);overflow:hidden}
.nf-repere::before{content:"";position:absolute;top:-3rem;right:-3rem;width:11rem;height:11rem;border-radius:9999px;background:radial-gradient(circle,rgba(235,177,76,.35),transparent 70%)}
.nf-repere-head{position:relative;display:flex;align-items:center;gap:.85rem;margin-bottom:1.2rem}
.nf-repere-ic{flex:none;width:2.6rem;height:2.6rem;border-radius:.95rem;background:#213F46;color:#EBB14C;display:grid;place-items:center}
.nf-repere-ic svg{width:1.4rem;height:1.4rem}
.nf-repere-title{font-family:"Playfair Display",serif;color:#213F46;font-size:1.3rem;margin:0;line-height:1.2}
.nf-rep{position:relative;display:flex;gap:.85rem;align-items:flex-start;margin-top:.95rem;font-size:1.02rem;color:#41494A;line-height:1.5}
.nf-rep:first-of-type{margin-top:0}
.nf-rep-badge{flex:none;width:1.55rem;height:1.55rem;border-radius:9999px;background:#E0603C;color:#fff;display:grid;place-items:center;margin-top:.08rem;box-shadow:0 4px 10px -4px rgba(224,96,60,.7)}
.nf-rep-badge svg{width:.92rem;height:.92rem}
/* Grandes familles — liste éditoriale */
.nf-fams{margin:1.9em 0;display:grid;gap:.9rem}
.nf-fam-row{display:grid;grid-template-columns:auto 1fr;gap:1.1rem;align-items:start;background:#fff;border:1px solid rgba(33,63,70,.08);border-radius:1.3rem;padding:1.35rem 1.5rem;transition:box-shadow .3s,border-color .3s,transform .3s}
.nf-fam-row:hover{box-shadow:0 20px 46px -36px rgba(33,63,70,.5);border-color:rgba(235,177,76,.5);transform:translateY(-2px)}
.nf-fam-row.is-feature{border:1.5px solid #EBB14C;background:linear-gradient(135deg,#fff,#FFF7E9)}
.nf-fam-num{font-family:"Playfair Display",serif;font-size:1.7rem;color:#E0603C;opacity:.45;line-height:1;width:2.1rem}
.nf-fam-row.is-feature .nf-fam-num{opacity:1}
.nf-fam-top{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.35rem}
.nf-fam-name{font-family:"Playfair Display",serif;color:#213F46;font-size:1.18rem;line-height:1.2}
.nf-fam-tag{font-size:.64rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#2D525A;background:#E5EFE8;padding:.22rem .6rem;border-radius:9999px;white-space:nowrap}
.nf-fam-tag.t-high{color:#C9522F;background:#FBEAD7}
.nf-fam-tag.t-mid{color:#9A6A12;background:#FBF0D6}
.nf-fam-tag.t-none{color:#1f5a3a;background:#CFE3D6}
.nf-fam-desc{font-size:.96rem;color:rgba(65,73,74,.82);line-height:1.6;margin:0}
/* « Exhibit » recherche (style éditorial / data-viz) */
.nf-exhibit{background:#fff;border:1px solid rgba(33,63,70,.08);border-radius:1.6rem;padding:1.7rem 1.8rem;margin:1.8em 0;box-shadow:0 30px 64px -48px rgba(33,63,70,.7)}
.nf-ex-kicker{font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#C9522F;margin:0}
.nf-ex-title{font-family:"Playfair Display",serif;color:#213F46;font-size:1.4rem;line-height:1.25;margin:.35rem 0 1.3rem}
.nf-ev{display:grid;grid-template-columns:1fr;gap:.5rem;padding:1.05rem 0;border-top:1px solid rgba(33,63,70,.08)}
@media(min-width:640px){.nf-ev{grid-template-columns:12.5rem 1fr 6.5rem;align-items:center;gap:1.3rem}}
.nf-ev-name{display:block;font-weight:600;color:#213F46;white-space:nowrap}
.nf-ev-note{display:block;font-size:.82rem;color:#828A86;margin-top:.12rem}
.nf-ev-track{height:.68rem;border-radius:9999px;background:#F4ECE0;overflow:hidden}
.nf-ev-fill{display:block;height:100%;width:0;border-radius:9999px;background:linear-gradient(90deg,#EBB14C,#E0603C)}
.is-visible .nf-ev-fill{width:var(--w,40%);transition:width 1.5s cubic-bezier(.22,1,.36,1)}
.nf-ev-val{font-family:"Playfair Display",serif;color:#C9522F;font-size:1.12rem;text-align:left}
@media(min-width:640px){.nf-ev-val{text-align:right}}
.nf-ex-foot{font-size:.78rem;color:#9A988F;font-style:italic;margin:1.2rem 0 0;line-height:1.65}
.nf-ex-foot a{color:#9A988F;text-decoration:underline}
/* Bloc tarifs (rendu identique à la page d'accueil) */
.nf-pricing{position:relative;background:#213F46;border-radius:2.5rem;padding:3.2rem 1.5rem;margin:1.8em 0;color:#FBF3E6;overflow:hidden;box-shadow:0 40px 90px -60px rgba(33,63,70,.9)}
.nf-pricing::before{content:"";position:absolute;top:-5rem;left:-3rem;width:20rem;height:20rem;border-radius:9999px;background:#2D525A;opacity:.5;filter:blur(60px)}
.nf-pricing::after{content:"";position:absolute;bottom:-7rem;right:-3rem;width:22rem;height:22rem;border-radius:9999px;background:rgba(224,96,60,.2);filter:blur(60px)}
.nf-pricing > *{position:relative}
.nf-pricing-head{text-align:center;max-width:40rem;margin:0 auto 2.4rem}
.nf-pricing-kicker{display:inline-flex;align-items:center;gap:.5rem;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#EBB14C}
.nf-pricing-kicker::before{content:"";width:1.6rem;height:1px;background:#EBB14C;opacity:.5}
.nf-pricing-title{font-family:"Playfair Display",serif;font-size:clamp(1.7rem,3.4vw,2.4rem);line-height:1.2;margin:.7rem 0 0;color:#FBF3E6}
.nf-pricing-title .g{color:#EBB14C}
.nf-pricing-intro{margin:.9rem auto 0;color:rgba(251,243,230,.8);font-size:1.02rem;line-height:1.6}
.nf-tiers{display:grid;gap:1.1rem;align-items:stretch}
@media(min-width:760px){.nf-tiers{grid-template-columns:repeat(3,1fr)}}
.nf-tier{display:flex;flex-direction:column;border-radius:1.75rem;padding:1.7rem 1.6rem;border:1px solid rgba(251,243,230,.15);background:rgba(255,255,255,.05)}
.nf-tier.is-gold{border:2px solid #EBB14C;background:rgba(235,177,76,.1);position:relative;box-shadow:0 24px 50px -30px rgba(33,63,70,.8)}
@media(min-width:760px){.nf-tier.is-gold{margin-top:-1rem}}
.nf-tier.is-orange{border:1px solid rgba(224,96,60,.4);background:rgba(224,96,60,.1)}
.nf-tier-badge{position:absolute;top:-.8rem;left:50%;transform:translateX(-50%);background:#EBB14C;color:#213F46;font-size:.66rem;font-weight:700;padding:.25rem .85rem;border-radius:9999px;white-space:nowrap}
.nf-tier-name{font-family:"Playfair Display",serif;font-size:1.35rem;color:#FBF3E6}
.nf-tier-tag{margin-top:.25rem;font-size:.82rem;color:rgba(251,243,230,.6)}
.nf-tier-pricerow{margin-top:1.1rem;display:flex;align-items:baseline;gap:.35rem}
.nf-tier-price{font-family:"Playfair Display",serif;font-size:2.6rem;line-height:1;color:#FBF3E6}
.nf-tier.is-gold .nf-tier-price{color:#EBB14C}
.nf-tier.is-orange .nf-tier-price{color:#E0603C}
.nf-tier-unit{font-size:.82rem;color:rgba(251,243,230,.55);font-family:"Inter",sans-serif}
.nf-tier-note{margin-top:.35rem;font-size:.76rem}
.nf-tier.is-gold .nf-tier-note{color:rgba(235,177,76,.9)}
.nf-tier.is-orange .nf-tier-note{color:rgba(224,96,60,.9)}
.nf-feats{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:.7rem}
.nf-feat{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;color:rgba(251,243,230,.85);line-height:1.45}
.nf-feat svg{flex:none;width:1.05rem;height:1.05rem;margin-top:.15rem;color:#EBB14C}
.nf-tier.is-orange .nf-feat svg{color:#E0603C}
.nf-tier-cta{margin-top:1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;padding:.8rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;border:1px solid rgba(251,243,230,.3);color:#FBF3E6;transition:all .2s}
.nf-tier-cta{margin-top:auto;margin-top:1.5rem}
.nf-tier-feats-wrap{flex:1}
.nf-tier-cta:hover{border-color:#EBB14C;color:#EBB14C}
.nf-tier.is-gold .nf-tier-cta{background:#EBB14C;color:#213F46;border:0}
.nf-tier.is-gold .nf-tier-cta:hover{filter:brightness(.95)}
.nf-tier.is-orange .nf-tier-cta{background:#E0603C;color:#fff;border:0}
.nf-tier.is-orange .nf-tier-cta:hover{background:#C9522F}
.nf-guarantees{margin:2rem 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1.6rem;font-size:.88rem;color:rgba(251,243,230,.7)}
.nf-guarantees span{display:inline-flex;align-items:center;gap:.5rem}
.nf-guarantees span::before{content:"";width:.4rem;height:.4rem;border-radius:9999px;background:#EBB14C}
.nf-pricing-foot{margin:1.7rem 0 0;text-align:center;font-size:.88rem;color:rgba(251,243,230,.55)}
.nf-pricing-foot a{color:#EBB14C;text-decoration:underline;text-underline-offset:3px}
.nf-tier-cta{width:100%}
/* Neutralise la mise en forme « prose » à l'intérieur du bloc tarifs et du callout
   (sinon les <p> deviennent gris et les liens-boutons soulignés). */
.neuro-prose .nf-pricing p{margin:0;color:inherit}
.neuro-prose .nf-pricing ul{margin:0;padding:0;list-style:none}
.neuro-prose .nf-pricing li{margin:0;padding:0}
.neuro-prose .nf-pricing li::marker{content:""}
.neuro-prose .nf-pricing a,.neuro-prose .nf-callout a{text-decoration:none}
.neuro-prose .nf-pricing-intro{color:rgba(251,243,230,.8)}
.neuro-prose .nf-pricing-foot{color:rgba(251,243,230,.55)}
.neuro-prose .nf-pricing-foot a{color:#EBB14C;text-decoration:underline}
.neuro-prose .nf-feat{color:rgba(251,243,230,.85)}
.neuro-prose .nf-callout p{margin:0;color:#FBF3E6}

/* ---- Page blog (liste) ---- */
.cat-pill{padding:.5rem 1.05rem;border-radius:9999px;font-size:.85rem;font-weight:600;color:#213F46;background:#fff;border:1px solid #EBD9BE;cursor:pointer;transition:all .2s;white-space:nowrap}
.cat-pill:hover{border-color:#E0603C;color:#C9522F}
.cat-pill.on{background:#213F46;color:#FBF3E6;border-color:#213F46}
.search-in{width:100%;background:#fff;border:1px solid #EBD9BE;border-radius:9999px;padding:.85rem 1.3rem .85rem 3rem;color:#213F46;font-size:1rem;outline:none;transition:border-color .2s,box-shadow .2s}
.search-in:focus{border-color:#E0603C;box-shadow:0 0 0 4px rgba(224,96,60,.12)}
.post:hover .zoom{transform:scale(1.05)}.zoom{transition:transform .6s ease}

/* Listes d'article -> encadré à checks (même esthétique que les « repères ») */
.neuro-prose ul:not(.nf-feats):not(.nf-sources-list){list-style:none;margin:1.5em 0;padding:1.4rem 1.7rem;background:linear-gradient(135deg,#FFFDF9,#FBEAD7);border:1px solid rgba(235,177,76,.5);border-radius:1.5rem;box-shadow:0 22px 50px -42px rgba(33,63,70,.5)}
.neuro-prose ul:not(.nf-feats):not(.nf-sources-list) li{position:relative;list-style:none;margin:0;margin-top:.9rem;padding-left:2.4rem;color:#41494A;line-height:1.55}
.neuro-prose ul:not(.nf-feats):not(.nf-sources-list) li:first-child{margin-top:0}
.neuro-prose ul:not(.nf-feats):not(.nf-sources-list) li::marker{content:""}
.neuro-prose ul:not(.nf-feats):not(.nf-sources-list) li::before{content:"";position:absolute;left:0;top:.1rem;width:1.55rem;height:1.55rem;border-radius:9999px;background:#E0603C url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12.75l6 6 9-13.5'/%3E%3C/svg%3E") center/.9rem no-repeat;box-shadow:0 4px 10px -4px rgba(224,96,60,.7)}

/* Bloc Sources / Références */
.nf-sources{background:#fff;border:1px solid rgba(33,63,70,.1);border-radius:1.5rem;padding:1.5rem 1.7rem;margin:1.6em 0;box-shadow:0 24px 56px -44px rgba(33,63,70,.6)}
.nf-sources-head{display:flex;align-items:center;gap:.75rem;margin-bottom:1.1rem;padding-bottom:1rem;border-bottom:1px solid rgba(33,63,70,.08)}
.nf-sources-ic{flex:none;width:2.3rem;height:2.3rem;border-radius:.75rem;background:#FBEAD7;color:#C9522F;display:grid;place-items:center}
.nf-sources-ic svg{width:1.3rem;height:1.3rem}
.nf-sources-title{font-family:"Playfair Display",serif;color:#213F46;font-size:1.2rem}
.nf-sources-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}
.nf-source{display:flex;gap:.85rem;align-items:flex-start}
.nf-source-num{flex:none;width:1.65rem;height:1.65rem;border-radius:9999px;background:#213F46;color:#fff;display:grid;place-items:center;font-size:.78rem;font-weight:600;margin-top:.05rem}
.nf-source-body{font-size:.92rem;color:rgba(65,73,74,.85);line-height:1.5}
.nf-source-text{display:block}
.nf-source-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:.3rem;font-size:.82rem;font-weight:600;color:#C9522F;text-decoration:none}
.nf-source-link svg{width:.9rem;height:.9rem}
.nf-source-link:hover{color:#E0603C}
/* Neutralise la prose à l'intérieur du bloc Sources */
.neuro-prose .nf-sources :is(ol,ul,li){margin:0;padding:0;list-style:none}
.neuro-prose .nf-sources li::marker{content:""}
.neuro-prose .nf-sources a{text-decoration:none}

/* Logo du header : hauteur fixe, largeur auto (s'adapte à l'image importée) */
.neuro-nav-logo-img{height:2.6rem;width:auto;max-width:12rem;object-fit:contain;display:block}
@media(min-width:1024px){.neuro-nav-logo-img{height:3rem}}
.neuro-foot-logo-img{height:2.5rem;width:auto;max-width:11rem;object-fit:contain;display:block}

/* Menu mobile (rendu du menu principal) */
.neuro-mob-menu{list-style:none;margin:0;padding:0}
.neuro-mob-menu li{margin:0}
.neuro-mob-menu a{display:block;padding:.5rem .25rem;color:#213F46}
.neuro-mob-menu > li > a{font-weight:600}
.neuro-mob-menu .menu-item-has-children > a{color:#C9522F}
.neuro-mob-menu .sub-menu{list-style:none;margin:.1rem 0 .7rem .8rem;padding-left:.8rem;border-left:1px solid rgba(33,63,70,.12)}
.neuro-mob-menu .sub-menu a{font-weight:400;font-size:.92rem;color:#41494A;padding:.35rem .25rem}

/* Encadré « Avertissement » (article) */
.neuro-prose .nf-warning{display:flex;gap:.95rem;align-items:flex-start;background:linear-gradient(135deg,#FFF7EE,#FBEAD7);border:1px solid #F2D6BF;border-radius:1.3rem;padding:1.2rem 1.4rem;margin:1.6em 0}
.neuro-prose .nf-warning-ic{flex:none;width:2.1rem;height:2.1rem;border-radius:.65rem;background:#E0603C;color:#fff;display:grid;place-items:center;margin-top:.1rem}
.neuro-prose .nf-warning-ic svg{width:1.2rem;height:1.2rem}
.neuro-prose .nf-warning-label{display:block;font-weight:700;font-size:.7rem;letter-spacing:.09em;text-transform:uppercase;color:#C9522F;margin-bottom:.25rem}
.neuro-prose .nf-warning p{margin:0 0 .4rem;color:rgba(65,73,74,.85);font-size:.93rem;line-height:1.55}
.neuro-prose .nf-warning p:last-child{margin-bottom:0}

/* FAQ en mode article (bloc neuro/faq « plain ») : titre = section, accordéon sobre */
.neuro-prose .nf-faqblock{margin-top:1.8em}
.neuro-prose .nf-faqblock h2{margin-top:0}
.neuro-prose .nf-faqblock .nf-faq{margin-top:.6rem}
/* Bloc pleine largeur rendu après l'article (tarifs) : on resserre le haut. */
.neuro-fullblocks > section:first-child{padding-top:2.5rem}
@media(min-width:1024px){.neuro-fullblocks > section:first-child{padding-top:3.25rem}}
/* Espace entre une section pleine largeur et la colonne de texte qui suit
   (ex. encadré « Bon à savoir » après le bloc Parcours sur la page Tarifs). */
.neuro-fullblocks + div:not(.neuro-fullblocks){padding-top:3rem}
@media(min-width:1024px){.neuro-fullblocks + div:not(.neuro-fullblocks){padding-top:4rem}}

/* Carte (page À propos) : teinte chaude raccord avec la charte + pastille d'adresse. */
.neuro-prose .nf-map{position:relative;border-radius:1.6rem;overflow:hidden;border:1px solid rgba(33,63,70,.10);box-shadow:0 30px 60px -40px rgba(33,63,70,.55)}
.neuro-prose .nf-map::after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(251,243,230,.5)}
.neuro-prose .nf-map iframe{display:block;width:100%;aspect-ratio:4/3;min-height:18rem;border:0;filter:grayscale(.25) sepia(.32) saturate(.82) hue-rotate(-8deg) contrast(.96) brightness(1.04);transition:filter .55s ease}
.neuro-prose .nf-map:hover iframe{filter:none}
.nf-map-chip{position:absolute;left:.9rem;bottom:.9rem;z-index:2;display:inline-flex;align-items:center;gap:.4rem;margin:0;background:#213F46;color:#FBF3E6;font-size:.78rem;font-weight:600;line-height:1;padding:.5rem .85rem;border-radius:999px;box-shadow:0 12px 26px -12px rgba(33,63,70,.75);pointer-events:none}
.nf-map-chip svg{width:.95rem;height:.95rem;color:#EBB14C;flex:none}

/* ---- Ajustements éditeur Gutenberg ---- */
.editor-styles-wrapper{background:#FBF3E6;}
.neuro-block-edit .neuro-add-btn{margin-top:.75rem;}
/* Dans l'éditeur : on affiche les éléments « reveal » (pas d'IntersectionObserver),
   on remplit les barres de l'exhibit, et on neutralise la sortie de colonne « nf-wide ». */
.editor-styles-wrapper .reveal,
.block-editor-block-preview__content .reveal,
.neuro-block-edit .reveal{opacity:1!important;transform:none!important}
.editor-styles-wrapper .nf-ev-fill,
.neuro-block-edit .nf-ev-fill{width:var(--w,40%)!important}
.editor-styles-wrapper .nf-wide,
.neuro-block-edit .nf-wide{width:auto!important;max-width:100%!important;margin-left:0!important;transform:none!important}
/* Aperçu ServerSideRender : un peu de respiration autour du bloc. */
.neuro-block-edit{padding:.25rem 0}

/* -----------------------------------------------------------------------
 * Documents légaux (mentions légales, politique de confidentialité)
 * Style sobre et lisible, fond blanc, fort contraste (accessibilité).
 * --------------------------------------------------------------------- */
.neuro-legal{color:#41494A;font-size:1.0625rem;line-height:1.75;max-width:68ch}
.neuro-legal>*:first-child{margin-top:0}
.neuro-legal p{margin:0 0 1.1rem}
.neuro-legal h2{font-family:'Playfair Display',Georgia,serif;color:#213F46;font-size:1.5rem;line-height:1.3;margin:2.4rem 0 .8rem;font-weight:600}
.neuro-legal h3{color:#213F46;font-size:1.15rem;line-height:1.4;margin:1.7rem 0 .5rem;font-weight:600}
.neuro-legal ul{margin:0 0 1.2rem;padding-left:1.3rem;list-style:disc}
.neuro-legal ul li{margin:.45rem 0;padding-left:.2rem}
.neuro-legal ul li::marker{color:#E0603C}
.neuro-legal strong,.neuro-legal b{color:#213F46;font-weight:600}
.neuro-legal a{color:#C9522F;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}
.neuro-legal a:hover{color:#E0603C}
.neuro-legal a:focus-visible{outline:2px solid #E0603C;outline-offset:2px;border-radius:2px}
.neuro-legal em{color:#41494A}

/* -----------------------------------------------------------------------
 * Bouton orange canonique — comportement identique partout (taille, hover).
 * Référence : le bouton « Réserver une séance » de la navigation.
 * --------------------------------------------------------------------- */
.neuro-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;background:#E0603C;color:#fff;font-family:inherit;font-weight:600;font-size:.875rem;line-height:1.2;padding:.75rem 1.5rem;border:0;cursor:pointer;text-decoration:none;transition:background .25s ease,box-shadow .25s ease}
.neuro-btn:hover{background:#C9522F;box-shadow:0 12px 24px -10px rgba(224,96,60,.5);color:#fff}
.neuro-btn:focus-visible{outline:2px solid #C9522F;outline-offset:2px}
