:root{--navy:#0f2a44;--navy-dark:#0a1d30;--accent:#e8a33d;--accent-dark:#c9862a;--ink:#1f2933;--muted:#5b6770;--line:#dde3e8;--bg:#f7f8fa;--white:#fff;--max:1100px;--radius:10px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-y:scroll}body{color:var(--ink);background:var(--bg);margin:0;font-family:Segoe UI,system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.6}a{color:var(--navy)}img{max-width:100%}h1,h2,h3{color:var(--navy);margin:0 0 .5em;line-height:1.2}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:1.2rem}p{margin:0 0 1em}.wrap{max-width:var(--max);margin:0 auto;padding:0 1.25rem}.muted{color:var(--muted)}.todo{color:#8a5a00;border:1px dashed var(--accent);background:#fff3dc;border-radius:4px;padding:0 .4em;font-size:.8rem;font-weight:600;display:inline-block}.site-header{background:var(--navy);color:var(--white);z-index:10;position:sticky;top:0}.site-header .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:.9rem;padding-bottom:.9rem;display:flex}.brand{color:var(--white);letter-spacing:.02em;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.brand-mark{background:var(--accent);width:34px;height:34px;color:var(--navy-dark);border-radius:8px;place-items:center;font-size:.95rem;font-weight:800;display:grid}.site-nav{flex-wrap:wrap;gap:.25rem;display:flex}.site-nav a{color:#d6dee7;border-radius:6px;padding:.45rem .8rem;font-weight:500;text-decoration:none}.site-nav a:hover{color:var(--white);background:#ffffff14}.site-nav a[aria-current=page]{color:var(--white);background:#ffffff1f}.btn{border:2px solid #0000;border-radius:8px;padding:.8rem 1.4rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-block}.btn-primary{background:var(--accent);color:var(--navy-dark)}.btn-primary:hover{background:var(--accent-dark)}.btn-ghost{color:var(--white);border-color:#ffffff80}.btn-ghost:hover{background:#ffffff1a}.btn-outline{border-color:var(--navy);color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.hero{background:linear-gradient(135deg, var(--navy-dark), var(--navy) 60%, #163a5e);color:var(--white);padding:5rem 0 4.5rem}.hero h1{color:var(--white);max-width:24ch}.hero p.lead{color:#d6dee7;max-width:60ch;font-size:1.25rem}.hero .actions{flex-wrap:wrap;gap:.8rem;margin-top:1.5rem;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.8rem;font-size:.8rem;font-weight:700}.page-head{background:var(--navy);color:var(--white);padding:3.5rem 0 3rem}.page-head h1{color:var(--white)}.page-head p{color:#d6dee7;max-width:72ch;margin:0;font-size:1.1rem}section.alt{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-title{max-width:70ch;margin-bottom:2rem}.section-title p{color:var(--muted);font-size:1.05rem}.grid{gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;box-shadow:0 1px 2px #0f2a440a}section.alt .card{background:var(--bg)}.card .num{background:var(--navy);width:40px;height:40px;color:var(--accent);border-radius:50%;place-items:center;margin-bottom:.9rem;font-weight:800;display:inline-grid}.card ul{margin:.5rem 0 0;padding-left:1.1rem}.card li{margin-bottom:.3rem}.steps{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.step{border-left:4px solid var(--accent);background:var(--white);border-radius:0 var(--radius) var(--radius) 0;padding:1.4rem;position:relative}.step:before{counter-increment:step;content:counter(step, decimal-leading-zero);color:var(--accent);margin-bottom:.3rem;font-size:.95rem;font-weight:800;display:block}.cta{background:var(--navy);color:var(--white);text-align:center;padding:4rem 0}.cta p{color:#d6dee7;max-width:55ch;margin:0 auto 1.5rem}.person{grid-template-columns:96px 1fr;align-items:start;gap:1.25rem;display:grid}.avatar{background:var(--navy);width:96px;height:96px;color:var(--accent);border-radius:50%;place-items:center;font-size:1.6rem;font-weight:800;display:grid}.person .role{color:var(--muted);margin-bottom:.6rem;font-weight:600}.tags{flex-wrap:wrap;gap:.4rem;margin-top:.8rem;display:flex}.tag{color:var(--navy);background:#e9eef3;border-radius:999px;padding:.15rem .7rem;font-size:.8rem;font-weight:600}form{gap:1rem;display:grid}label{margin-bottom:.3rem;font-weight:600;display:block}input,textarea,select{width:100%;font:inherit;background:var(--white);border:1px solid #b9c3cc;border-radius:8px;padding:.75rem .9rem}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent);border-color:var(--accent)}.form-note{color:var(--muted);font-size:.9rem}.contact-info dt{color:var(--navy);margin-top:1rem;font-weight:700}.contact-info dd{margin:0}.site-footer{background:var(--navy-dark);color:#b8c4d0;padding:2.5rem 0;font-size:.95rem}.site-footer .wrap{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}.site-footer a{color:#d6dee7}@media (width<=640px){.hero{padding:3.5rem 0 3rem}section{padding:3rem 0}.person{grid-template-columns:1fr}}.service-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.service{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;align-items:flex-start;gap:.9rem;padding:1.6rem 1.7rem;display:flex;box-shadow:0 1px 2px #0f2a440a}.service .num{background:var(--navy);width:44px;height:44px;color:var(--accent);border-radius:50%;place-items:center;font-weight:800;display:inline-grid}.service h3{margin-bottom:.4rem}.service p{margin:0}@media (width<=640px){.service{padding:1.3rem}}.service-index{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.6rem 2rem;margin:0;padding:0;list-style:none;display:grid}.service-index li{border-bottom:1px solid var(--line);padding:.7rem 0 .7rem 1.6rem;position:relative}.service-index li:before{content:"";background:var(--accent);border-radius:50%;width:9px;height:9px;position:absolute;top:1.15rem;left:0}.service-index a{font-weight:600;text-decoration:none}.service-index a:hover{text-decoration:underline}.service-index span{color:var(--muted);font-size:.95rem;display:block}.stat-band{background:var(--white);border-bottom:1px solid var(--line);padding:2.5rem 0}.stat-band-inner{grid-template-columns:minmax(220px,300px) 1fr;align-items:center;gap:2.5rem;display:grid}.stat-figure{color:var(--navy);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.1}.stat-sep{color:var(--accent-dark);text-transform:uppercase;letter-spacing:.08em;margin:0 .3rem;font-size:1rem;font-weight:600}.stat-label{color:var(--muted);margin-top:.3rem;font-weight:600}.stat-band p{color:var(--ink);margin:0}@media (width<=720px){.stat-band-inner{grid-template-columns:1fr;gap:1rem}}#services,.service{scroll-margin-top:90px}.post-list{gap:1.25rem;max-width:820px;display:grid}.post{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem 1.8rem}.post h3{margin-bottom:.3rem}.post h3 a{text-decoration:none}.post h3 a:hover{text-decoration:underline}.post-meta{color:var(--muted);margin-bottom:.6rem;font-size:.9rem}.post p{margin:0}.post-empty{color:var(--muted);font-style:italic}.article{max-width:var(--max);margin:0 auto;padding:3rem 1.25rem 4rem}.article>*{max-width:820px}.article h1{font-size:clamp(1.8rem,3.5vw,2.4rem)}.article .post-meta{margin-bottom:2rem}.article h2{margin-top:2.2rem;font-size:1.4rem}.article p,.article li{font-size:1.05rem;line-height:1.7}.article blockquote{border-left:4px solid var(--accent);background:var(--white);margin:1.5rem 0;padding:1rem 1.4rem}.article .source{color:var(--muted);border-top:1px solid var(--line);margin-top:2.5rem;padding-top:1rem;font-size:.95rem}.article .takeaway{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);margin:2rem 0;padding:1.4rem 1.6rem}.article .takeaway h2{margin-top:0}.article .signature{border-top:1px solid var(--line);align-items:center;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.article .signature .avatar{width:56px;height:56px;font-size:1.1rem}.article .signature p{margin:0;font-size:.95rem}.back{color:var(--muted);margin-bottom:1.5rem;text-decoration:none;display:inline-block}.back:hover{text-decoration:underline}img.avatar{object-fit:cover;display:block}.hero.hero-light{background:var(--white);color:var(--ink);border-bottom:1px solid var(--line);padding:3.5rem 0 3rem}.hero.hero-light h1{color:var(--navy);max-width:none}.hero.hero-light p.lead{color:var(--muted)}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:center;gap:2.5rem;display:grid}.hero-art{margin:0;display:block}.hero-art img{width:100%;height:auto;display:block}@media (width<=860px){.hero-grid{grid-template-columns:1fr}.hero-art{order:-1;max-width:560px;margin:0 auto}.hero.hero-light h1{max-width:none}}.section-split{grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:start;gap:1.5rem 3rem;display:grid}.section-split h2{margin:0}.section-split p{margin:0;font-size:1.1rem;line-height:1.7}.section-split p+p{margin-top:1em}@media (width<=760px){.section-split{grid-template-columns:1fr}}.brand{letter-spacing:0;gap:.55rem;font-size:1.2rem}.brand-sym{flex:none;display:block}.brand-word{font-weight:400}.i-strate{vertical-align:baseline;background:repeating-linear-gradient(currentColor 0 .144em,#0000 .144em .2em) bottom/100% .544em no-repeat;width:.2em;height:.544em;margin:0 .064em;display:inline-block;position:relative}.i-strate:before{content:"";background:var(--accent);border-radius:50%;width:.2em;height:.2em;margin-left:-.1em;position:absolute;top:-.272em;left:50%}.site-header .brand-sym{border-radius:6px;box-shadow:0 0 0 1.5px #ffffff47}.lecture{flex-wrap:wrap;gap:.5rem;margin:1.2rem 0 1.8rem;display:flex}.btn-lecture{font:inherit;cursor:pointer;background:var(--white);color:var(--navy);border:1px solid var(--line);border-radius:999px;align-items:center;gap:.4rem;padding:.45rem 1.1rem;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.btn-lecture:hover{background:var(--bg);border-color:var(--navy)}.btn-lecture:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-lecture-stop{color:var(--muted)}.skip{z-index:100;background:var(--accent);color:var(--navy-dark);border-radius:0 0 8px;padding:.7rem 1.2rem;font-weight:700;text-decoration:none;position:absolute;top:0;left:-9999px}.skip:focus{left:0}:root{--accent-texte:#8a5a00}.eyebrow,.stat-sep,.step:before{color:var(--accent-texte)}.page-head .eyebrow,.hero:not(.hero-light) .eyebrow,.cta .eyebrow{color:var(--accent)}@media (width<=640px){.site-header{position:static}}a:focus-visible,button:focus-visible,.btn:focus-visible{outline:3px solid var(--accent-dark);outline-offset:2px}.after-list{margin-top:1.5rem}.service-list-v1{gap:3rem;display:grid}.famille{border-top:3px solid var(--navy);padding-top:1.5rem}.famille-head{grid-template-columns:52px 1fr;align-items:start;gap:1.2rem;margin-bottom:1.2rem;display:grid}.famille-head .num{background:var(--navy);width:52px;height:52px;color:var(--accent);border-radius:50%;place-items:center;font-size:1.3rem;font-weight:800;display:inline-grid}.famille h2{margin:0 0 .4rem}.famille-lead{color:var(--muted);max-width:70ch;margin:0;font-size:1.08rem}.exemples{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.exemples li{border-left:3px solid var(--line);padding-left:1.1rem;font-size:.97rem}.exemples li b{color:var(--navy);margin-bottom:.15rem;display:block}@media (width<=640px){.famille-head{grid-template-columns:1fr;gap:.8rem}}.portrait-block{grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:start;gap:2.5rem;display:grid}.portrait{margin:0}.portrait img{border-radius:8px;width:100%;height:auto;display:block}.portrait figcaption{color:var(--navy);margin-top:.9rem;font-size:1.15rem;font-weight:700;line-height:1.3}.portrait figcaption span{color:var(--muted);margin-top:.2rem;font-size:.95rem;font-weight:600;display:block}.portrait-text p{font-size:1.08rem;line-height:1.7}@media (width<=760px){.portrait-block{grid-template-columns:1fr}.portrait{max-width:240px}}.chiffres{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.chiffres div{border-top:3px solid var(--navy);padding-top:.9rem}.chiffres b{color:var(--navy);font-size:2rem;font-weight:800;line-height:1.1;display:block}.chiffres span{color:var(--muted);margin-top:.4rem;font-size:.93rem;display:block}.chiffres-note{color:var(--muted);max-width:80ch;font-size:.95rem}.contact-grid{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);align-items:start;gap:3rem;display:grid}@media (width<=800px){.contact-grid{grid-template-columns:1fr}}.pot-de-miel{position:absolute;left:-9999px}.texte{max-width:760px}.texte h2{margin-top:2.2rem;font-size:1.3rem}.texte p,.texte li{font-size:1rem;line-height:1.7}.texte ul{padding-left:1.2rem}.texte li{margin-bottom:.4rem}.hero.hero-light .eyebrow{color:var(--accent-texte)}:root{--titre:"Roboto Slab", Georgia, "Times New Roman", serif;--texte:"Source Sans 3", "Segoe UI", system-ui, -apple-system, sans-serif;--max-large:1240px}body{font-family:var(--texte);font-size:18px;line-height:1.6}h1,h2,h3,.brand-word{font-family:var(--titre)}h1{letter-spacing:-.015em;font-size:clamp(2.4rem,5.2vw,3.9rem);font-weight:600;line-height:1.08}h2{letter-spacing:-.01em;font-size:clamp(1.7rem,3.4vw,2.45rem);font-weight:600}h3{font-size:1.35rem;font-weight:600}.eyebrow{font-family:var(--texte);letter-spacing:.14em;font-size:.82rem;font-weight:600}*,:before,:after{box-shadow:none!important}.card,section.alt .card{background:0 0;border:0;border-radius:0;padding:0}.grid{gap:2.5rem 3rem}.hero.hero-light{background:var(--white);padding:5.5rem 0 5rem}.hero.hero-light .wrap{max-width:var(--max-large)}.hero-grid{grid-template-columns:minmax(0,58fr) minmax(0,42fr);align-items:center;gap:4rem}.hero.hero-light p.lead{max-width:46ch;color:var(--ink);font-size:1.2rem;line-height:1.6}.hero .actions{margin-top:2.2rem}@media (width<=900px){.hero.hero-light{padding:3rem 0 2.5rem}.hero-grid{grid-template-columns:1fr;gap:2.5rem}}.diagramme{width:100%;height:auto;display:block}.publics{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:0 3.5rem;display:grid}.public{border-top:1px solid var(--line);padding:1.9rem 0}.public h3{align-items:center;gap:.7rem;margin-bottom:.5rem;display:flex}.public h3:before{content:"";background:linear-gradient(var(--accent), var(--accent)) 0 0 / 16px 3px no-repeat, linear-gradient(var(--navy), var(--navy)) 0 4px / 16px 3px no-repeat, linear-gradient(var(--navy), var(--navy)) 0 8px / 16px 3px no-repeat;flex:none;width:16px;height:11px}.public p{color:var(--muted);margin:0;font-size:1rem}.familles{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:0;display:grid}.famille-col{border-left:1px solid var(--line);padding:0 2.4rem}.famille-col:first-child{border-left:0;padding-left:0}.famille-col:last-child{padding-right:0}.famille-col .n{font-family:var(--texte);font-variant-numeric:tabular-nums;color:var(--accent-texte);letter-spacing:.1em;margin-bottom:.8rem;font-size:.95rem;font-weight:700;display:block}.famille-col h3{margin-bottom:.6rem}.famille-col h3 a{text-decoration:none}.famille-col h3 a:hover{text-decoration:underline}.famille-col p{color:var(--muted);margin:0;font-size:1rem}@media (width<=900px){.famille-col{border-left:0;border-top:1px solid var(--line);padding:1.8rem 0}.famille-col:first-child{border-top:0;padding-top:0}}section{padding:5rem 0}section.alt{border-top:1px solid var(--line);background:0 0;border-bottom:0}.section-title{margin-bottom:2.6rem}.section-title p{font-size:1.1rem}.btn{font-family:var(--texte);border-radius:3px;padding:.85rem 1.6rem}.site-header .wrap{padding-top:.65rem;padding-bottom:.65rem}.brand{font-size:1.15rem;font-weight:600}.brand-word b{font-weight:700}.site-nav a{border-radius:3px;font-size:.95rem}.cta{background:var(--navy);padding:5rem 0}.cta h2{color:var(--white)}.profils{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:3rem 3.5rem;display:grid}.profils .portrait-block{grid-template-columns:minmax(140px,180px) minmax(0,1fr);gap:1.6rem}.profils .portrait-text p{font-size:1rem}.familles{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=900px){.familles{grid-template-columns:1fr}}.cta-lead{color:var(--white);max-width:60ch;margin:0 auto 1.6rem;font-size:1.25rem;line-height:1.5}.livrable{border-top:1px solid var(--line);color:var(--ink);margin-top:.8rem;padding-top:.8rem;font-size:.97rem}.livrable:before{content:"Ce que vous obtenez";letter-spacing:.1em;text-transform:uppercase;color:var(--accent-texte);margin-bottom:.35rem;font-size:.75rem;font-weight:700;display:block}.cta-direct{color:#c3cedb;margin:1.4rem 0 0;font-size:.97rem}.cta-direct a{color:var(--white);text-underline-offset:3px;text-decoration:underline}.lecture[hidden],.btn-lecture[hidden]{display:none}.contact-second-bloc{margin-top:2.5rem}.famille{scroll-margin-top:90px}.form-status{border-radius:3px;padding:.8rem 1rem;font-size:.95rem;display:none}.form-status[data-etat]{display:block}.form-status[data-etat=ok]{color:#15532f;background:#e7f3ec;border:1px solid #b6d8c4}.form-status[data-etat=err]{color:#7a1f1f;background:#fdecec;border:1px solid #efc0c0}
