:root{
  --orange:#E8552C;--orange-dark:#c94220;--ink:#111214;--muted:#5f6268;
  --line:#ece9e5;--soft:#fff8f4;--white:#fff;--radius:18px;
  --shadow:0 18px 50px rgba(17,18,20,.07);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:125px}
body{margin:0;background:var(--white);color:var(--ink);font-family:Arial,"Arial Nova",sans-serif;font-size:16px;line-height:1.6}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 48px));margin:auto}
.section{padding:112px 0;scroll-margin-top:125px}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(236,233,229,.75)}
.nav{height:124px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:18px;min-width:0}.brand img{display:block;width:155px;height:auto;max-height:104px;object-fit:contain}.brand-baseline{font-size:16px;font-weight:800;line-height:1.25;color:var(--muted);white-space:nowrap;border-left:1px solid var(--line);padding-left:18px}
.nav-menu{display:flex;align-items:center;gap:22px;font-size:15px;font-weight:800}
.nav-menu>a:not(.button){position:relative;padding:48px 0}
.nav-menu>a:not(.button)::after{content:"";position:absolute;left:0;right:0;bottom:29px;height:2px;background:var(--orange);transform:scaleX(0);transition:.2s}
.nav-menu>a:not(.button):hover::after,.nav-menu>a.active::after{transform:scaleX(1)}
.nav-menu>a.active{color:var(--orange)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid var(--orange);border-radius:6px;background:var(--orange);color:#fff;font-weight:800;font-size:14px;transition:.2s ease}
.button:hover{background:var(--orange-dark);border-color:var(--orange-dark);transform:translateY(-1px)}
.button-outline{background:transparent;color:var(--orange)}.button-outline:hover{color:#fff}
.button-small{min-height:42px;padding:0 19px}.menu-toggle{display:none;border:0;background:none;padding:8px}
.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;background:var(--ink);margin:5px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hero{padding-top:72px;padding-bottom:90px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
h1,h2,h3{margin:0;line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(46px,5.4vw,72px);max-width:720px}h1 span,.accent{color:var(--orange)}h2{font-size:clamp(32px,3.7vw,50px)}h3{font-size:19px}
.questions{list-style:none;padding:0;margin:28px 0}.questions li{position:relative;padding-left:27px;margin:11px 0;font-weight:600}.questions li::before{content:"›";position:absolute;left:2px;top:50%;transform:translateY(-58%);color:var(--orange);font-size:25px;font-weight:800;line-height:1}
.lead{font-size:17px;line-height:1.55}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-visual{position:relative;min-height:560px}.logo-shape{position:absolute;left:0;top:0;width:100%;height:100%;background:url("assets/logo-khoreos.png") center/contain no-repeat;opacity:.14}
.shape{display:none}
.stat{position:absolute;width:26.1%;aspect-ratio:1/1;z-index:2}.stat-square{width:100%;height:100%;background:var(--orange);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px 13px;text-align:center;box-shadow:0 8px 24px rgba(232,85,44,.12)}.stat-square strong{display:block;color:#fff;font-size:clamp(22px,2.7vw,31px);line-height:1.05;letter-spacing:-.04em;text-align:center}.stat-square small{display:block;color:#fff;font-size:clamp(9px,1vw,11px);line-height:1.35;font-weight:700;margin-top:8px;max-width:145px}.stat span{display:none}.stat-one{right:6.4%;top:1.7%}.stat-two{right:6.4%;top:41.4%}
.eyebrow{margin:0 0 6px;color:var(--orange);font-size:clamp(32px,3.7vw,50px);line-height:1.08;letter-spacing:-.02em;font-weight:800}.centered{text-align:center}.centered>p:last-child{color:var(--muted);margin:14px auto 0;max-width:780px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:48px}.card{min-height:285px;border:1px solid var(--line);border-radius:14px;padding:28px;display:flex;flex-direction:column;transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#f1c0b2}.card-icon{color:var(--orange);font-size:34px;height:58px}.card p{color:var(--muted);font-size:14px}.card a{margin-top:auto;color:var(--orange);font-weight:800;font-size:13px}.card a span,.text-link span{font-size:18px;margin-left:4px}
.matrix-wrap{margin:46px auto 0;max-width:1080px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px;box-shadow:var(--shadow);overflow:hidden}.matrix-image{display:block;width:100%;height:auto;border-radius:10px}.services-list{max-width:980px;margin:34px auto 0;padding:28px 34px;border-left:3px solid var(--orange);background:var(--soft);border-radius:0 12px 12px 0}.services-list p{margin:0 0 10px;font-size:16px}.services-list ul{margin:0;padding-left:22px;color:var(--muted)}.services-list li{padding:5px 0}.services-list li::marker{color:var(--orange)}.formation-banner{max-width:1080px;margin:28px auto 0;border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px;box-shadow:var(--shadow);overflow:hidden}.formation-banner img{display:block;width:100%;height:auto;border-radius:10px}
.approach{background:var(--soft)}.approach-grid{display:grid;grid-template-columns:280px 1fr;gap:90px;align-items:center}.approach-art{min-height:390px;position:relative}.orange-shape{position:absolute;background:var(--orange);border-radius:5px}.shape-1{width:55px;height:155px;left:0;top:20px;clip-path:polygon(0 0,100% 0,0 100%)}.shape-2{width:105px;height:205px;left:78px;top:92px;clip-path:polygon(100% 0,100% 100%,0 50%)}.shape-3{width:55px;height:155px;left:0;bottom:20px;clip-path:polygon(0 0,100% 100%,0 100%)}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:42px 0}.principle-number{color:var(--orange);font-weight:800;font-size:12px}.principles p{font-size:14px;color:var(--muted)}
.organisation{background:#fff}.section-heading:not(.centered)>p:last-child{max-width:760px;color:var(--muted);font-size:17px;line-height:1.55;margin-top:14px}
.subsection-heading{margin:42px 0 28px}.subsection-heading span{display:inline-block;color:var(--ink);font-size:15px;font-weight:800;letter-spacing:.12em;padding-bottom:7px;border-bottom:2px solid var(--orange)}.subsection-centered{text-align:center;margin-top:48px}.people-intro{max-width:780px;margin-left:auto;color:#d0d0d0}.people-intro p{margin:0 0 18px}.people{padding-top:70px}
.regions{display:grid;grid-template-columns:1.3fr repeat(5,1fr);gap:10px;margin-top:42px;align-items:stretch}.region-main,.region{border:1px solid var(--line);border-radius:12px;padding:22px;display:flex;align-items:center;justify-content:center;text-align:center;min-height:145px}.region-main{background:var(--orange);color:#fff;display:flex;flex-direction:column}.region-main strong{font-size:52px;line-height:1}.region-main span{font-weight:700}.region{font-size:14px;font-weight:800}.organisation-note{margin-top:18px;color:var(--muted);font-size:14px}
.people{background:var(--ink);color:#fff}.people-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}.people p{color:#d0d0d0}.people .text-link{color:var(--orange);font-weight:800;font-size:14px}
.network-list{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:42px}.network-list span{border:1px solid var(--line);border-radius:10px;min-height:90px;display:flex;align-items:center;justify-content:center;text-align:center;padding:15px;font-weight:800;font-size:15px}
.dreams{padding-top:70px}.dreams-box{background:var(--soft);padding:72px;border-radius:20px}.dreams-box h2 span{color:var(--orange)}.dreams-box>p:not(.eyebrow){max-width:700px;color:var(--muted);font-size:17px}
.contact{padding-top:88px}.contact-box{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;padding:64px;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.contact-copy>p:not(.eyebrow){color:var(--muted);max-width:620px}.contact-message{border-left:3px solid var(--orange);padding-left:16px}
.contact-copy h2 span{color:var(--orange)}
.contact-details{margin-top:42px;display:grid;gap:14px;max-width:520px}.contact-details>div{padding:22px 24px;border:1px solid var(--line);border-radius:14px;background:#faf8f6;display:flex;flex-direction:column;gap:7px}.contact-detail-label{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--orange)}.contact-details strong{font-size:18px;line-height:1.45}.contact-details small{color:var(--muted);font-size:12px}
.contact-detail-phone{padding:34px 32px!important;border:2px solid var(--orange)!important;background:var(--soft)!important;gap:10px!important}.contact-detail-phone .contact-detail-label{font-size:13px}.contact-detail-phone strong{font-size:36px!important;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.contact-detail-phone small{font-size:13px}
.steps{margin-top:35px;display:grid;gap:18px}.steps>div{display:flex;gap:16px}.steps b{color:var(--orange);font-size:13px;min-width:25px}.steps strong{font-size:14px}.steps span{font-size:13px;color:var(--muted)}
.contact-form{display:grid;gap:16px}.contact-form label{font-size:12px;font-weight:800;display:grid;gap:7px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #ddd8d3;border-radius:7px;padding:12px 13px;outline:none;background:#fff;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(232,85,44,.1)}.optional{font-weight:500;color:var(--muted)}.form-note{margin:0;color:var(--muted);font-size:11px}.hp-field{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form-status{margin:0;font-size:13px;font-weight:700;min-height:18px}.form-status.success{color:#2e7d32}.form-status.error{color:#c94220}
.footer{border-top:1px solid var(--line);padding:52px 0 30px}.footer-row{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;flex-wrap:wrap}.footer-brand{flex:0 0 auto}.footer-logo{width:145px}.footer-baseline{font-size:16px!important;font-weight:800;line-height:1.25;margin-top:14px;color:var(--ink)}.footer-nav{display:flex;flex-direction:column;gap:9px;font-size:13px;padding-top:6px}.footer-nav a{color:var(--muted)}.footer-nav a:hover{color:var(--orange)}.footer-legal{text-align:right;max-width:340px;color:var(--muted);font-size:11px;line-height:1.7}.footer-legal a{display:inline-block;margin-top:10px;color:var(--muted);text-decoration:underline}.footer-legal a:hover{color:var(--orange)}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1080px){.nav-menu{gap:13px;font-size:14px}.cards{grid-template-columns:repeat(2,1fr)}.regions{grid-template-columns:repeat(3,1fr)}.region-main{grid-column:span 3;min-height:110px}.network-list{grid-template-columns:repeat(3,1fr)}}
@media(max-width:950px){.hero-grid{grid-template-columns:1fr;gap:20px}.hero-visual{min-height:420px}.approach-grid{grid-template-columns:170px 1fr;gap:50px}.contact-box{grid-template-columns:1fr;padding:45px}}
@media(max-width:720px){html{scroll-padding-top:96px}.section{padding:76px 0;scroll-margin-top:96px}.container{width:min(100% - 32px,1180px)}.nav{height:96px}.brand img{width:130px;max-height:82px}.brand-baseline{font-size:11px;white-space:normal;max-width:170px;padding-left:12px}.menu-toggle{display:block}.nav-menu{display:none;position:absolute;left:16px;right:16px;top:104px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0}.nav-menu.open{display:flex}.nav-menu>a:not(.button){padding:10px 8px}.nav-menu>a:not(.button)::after{display:none}.nav-menu .button{margin-top:10px}h1{font-size:44px}.hero-visual{min-height:330px}.logo-shape{width:100%;height:100%;left:0;top:0}.stat{width:26.1%}.stat-square{width:100%;height:100%;padding:10px 8px}.stat-square strong{font-size:clamp(17px,5.8vw,22px)}.stat-square small{font-size:clamp(7px,2.5vw,9px);margin-top:5px}.stat-one{right:6.4%;top:1.7%}.stat-two{right:6.4%;top:41.4%}.matrix-wrap{padding:8px;border-radius:12px}.cards,.principles,.people-grid{grid-template-columns:1fr}.regions{grid-template-columns:1fr 1fr}.region-main{grid-column:1/-1}.network-list{grid-template-columns:1fr 1fr}.approach-grid{grid-template-columns:1fr}.approach-art{min-height:180px}.contact-box,.dreams-box{padding:28px 22px}.footer-row{flex-direction:column;gap:28px}.footer-legal{text-align:left;max-width:100%}}
/* V7 — hero simplifié et organisation */
.hero-visual{min-height:500px;display:flex;align-items:center;justify-content:center}
.hero-squares{width:min(390px,72%);display:flex;flex-direction:column;gap:78px;align-items:center}
.hero-square{width:190px;aspect-ratio:1;border-radius:11px;background:var(--orange);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;box-shadow:0 14px 28px rgba(232,85,44,.16)}
.hero-square strong{font-size:30px;line-height:1.05;letter-spacing:-.03em}.hero-square span{font-size:12px;line-height:1.35;font-weight:700;margin-top:12px;max-width:155px}
.subsection{margin-top:55px}.sub-eyebrow{margin:0 0 10px;color:var(--orange);font-size:12px;letter-spacing:.16em;font-weight:800}.subsection-heading h3{font-size:30px;max-width:760px}.subsection-heading>p:last-child{color:var(--muted);max-width:760px;margin-top:12px}
.implantation{display:grid;grid-template-columns:.72fr 1.28fr;gap:55px;align-items:center}.map-card{border:1px solid var(--line);border-radius:18px;padding:18px;background:#fff;overflow:hidden}.map-card img{display:block;width:100%;height:auto}
.equipe{margin-top:105px}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}.team-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;cursor:pointer;transition:.25s;outline:none}.team-card:hover,.team-card:focus{border-color:#efb19e;box-shadow:var(--shadow);transform:translateY(-3px)}.team-photo{height:260px;background:#e7e0cd;display:flex;align-items:center;justify-content:center;color:#9a9691;font-size:12px;overflow:hidden}.team-photo img{width:100%;height:100%;object-fit:contain;display:block}.team-summary{padding:22px}.team-summary h4{font-size:21px;margin:0 0 8px;line-height:1.1}.team-summary p{font-size:13px;line-height:1.45;color:var(--muted);min-height:58px;margin:0}.team-summary .team-role{min-height:0;margin:2px 0 0;font-weight:700;color:var(--orange)}.team-more{display:block;color:var(--orange);font-size:12px;font-weight:800;margin-top:16px}.team-detail{display:none;padding:0 22px 24px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.team-card.open .team-detail{display:block}.team-card.open .team-more{font-size:0}.team-card.open .team-more::after{content:'Réduire −';font-size:12px}.team-detail p{margin:16px 0 0}.team-detail strong{color:var(--ink)}
@media(max-width:950px){.implantation{grid-template-columns:1fr;gap:28px}.team-grid{grid-template-columns:repeat(2,1fr)}.hero-visual{min-height:390px}}
@media(max-width:720px){.hero-visual{min-height:330px}.hero-squares{width:100%;gap:35px}.hero-square{width:145px;padding:18px}.hero-square strong{font-size:24px}.hero-square span{font-size:10px;max-width:118px}.subsection{margin-top:42px}.subsection-heading h3{font-size:25px}.equipe{margin-top:70px}.team-grid{grid-template-columns:1fr}.team-photo{height:230px}}
.logo-shape{display:none}

/* Réseaux — partenariats */
.networks{background:#fff}
.subsection-heading{margin-top:46px;display:flex;align-items:center;gap:14px;width:max-content;max-width:100%}
.subsection-heading h3{font-size:14px;letter-spacing:.14em;font-weight:800;color:var(--ink);margin:0}
.subsection-heading span{display:block;width:92px;height:2px;background:var(--orange);flex:0 0 auto}
.network-intro{max-width:760px;color:var(--muted);margin:18px 0 0;font-size:16px}
.school-slider-wrap{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:10px;margin-top:34px}
.school-slider{overflow:hidden;padding:8px 0 18px}
.school-track{display:flex;gap:14px;transition:transform .35s ease;will-change:transform}
.school-card{flex:0 0 calc((100% - 56px)/5);min-height:145px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 14px;box-shadow:0 8px 25px rgba(17,18,20,.035)}
.school-logo{max-width:100%;max-height:64px;width:auto;height:auto;object-fit:contain}
.clients-marquee{margin-top:34px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.clients-track{display:flex;width:max-content;animation:clients-scroll 84s linear infinite}
.clients-track:hover{animation-play-state:paused}
.clients-set{display:flex;gap:18px;padding-right:18px}
.client-card{flex:0 0 auto;width:190px;height:112px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;padding:18px;box-shadow:0 8px 25px rgba(17,18,20,.035)}
.client-logo{max-width:100%;max-height:60px;width:auto;height:auto;object-fit:contain}
@keyframes clients-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.clients-track{animation:none}}
.school-card span{font-size:10px;color:var(--muted);line-height:1.35;margin-top:10px;max-width:160px}
.school-arrow{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--orange);font-size:27px;line-height:1;cursor:pointer;transition:.2s}
.school-arrow:hover{border-color:var(--orange);background:var(--orange);color:#fff}
.logo-note{font-size:11px;color:#999;margin:8px 0 0;text-align:center}
.qualiopi-note{margin:10px auto 0;max-width:900px;text-align:center;color:#777;font-size:12px;line-height:1.5}.qualiopi-note a{color:#777;text-decoration:underline}.qualiopi-note a:hover{color:var(--orange)}
@media(max-width:1080px){.school-card{flex-basis:calc((100% - 28px)/3)}}
@media(max-width:720px){.school-slider-wrap{grid-template-columns:34px 1fr 34px;gap:7px}.school-card{flex-basis:100%;min-height:135px}.school-arrow{width:34px;height:34px;font-size:23px}.subsection-heading{margin-top:36px}.network-intro{font-size:14px}}


/* V10 — sous-sections harmonisées et témoignages */
.subsection-label{margin-top:46px;display:flex;align-items:center;gap:14px;width:max-content;max-width:100%}
.subsection-label h3{font-size:14px;letter-spacing:.14em;font-weight:800;color:var(--ink);margin:0}
.subsection-label span{display:block;width:92px;height:2px;background:var(--orange);flex:0 0 auto}
.highlight-copy{max-width:800px;margin:18px 0 0;padding:24px 28px;border-left:4px solid var(--orange);background:#faf8f6;border-radius:0 14px 14px 0}
.highlight-copy h4{font-size:26px;line-height:1.2;margin:0;max-width:720px}
.highlight-copy p{margin:10px 0 0;color:var(--muted);font-size:16px;line-height:1.65;max-width:720px}
.implantation{display:grid;grid-template-columns:.82fr 1.18fr;gap:55px;align-items:center}
.implantation .subsection-content{min-width:0}
.implantation .map-card{border:0;border-radius:18px;padding:0;background:#fff;overflow:hidden;box-shadow:none}
.implantation .map-card img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain}
.testimonial-heading{margin-top:78px}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.testimonial-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;cursor:pointer;transition:.25s;outline:none;box-shadow:0 8px 25px rgba(17,18,20,.035)}
.testimonial-card:hover,.testimonial-card:focus{border-color:#efb19e;box-shadow:var(--shadow);transform:translateY(-3px)}
.testimonial-photo{height:240px;background:#f3f0ed;display:flex;align-items:center;justify-content:center;color:#9a9691;font-size:12px;overflow:hidden}
.testimonial-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 20%;display:block}
.testimonial-summary{padding:22px}
.testimonial-summary h4{font-size:21px;line-height:1.1;margin:0 0 6px}
.testimonial-role{margin:0;color:var(--muted);font-size:12px;font-weight:700;line-height:1.4;min-height:32px}
.testimonial-quote{margin:14px 0 0;color:var(--ink);font-size:14px;font-style:italic;line-height:1.5;position:relative;padding-left:16px}
.testimonial-quote::before{content:'“';position:absolute;left:-4px;top:-6px;color:var(--orange);font-size:28px;font-weight:800;font-style:normal}
.testimonial-more{display:block;color:var(--orange);font-size:12px;font-weight:800;margin-top:16px}
.testimonial-detail{display:none;padding:0 22px 24px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
.testimonial-card.open .testimonial-detail{display:block}
.testimonial-card.open .testimonial-more{font-size:0}
.testimonial-card.open .testimonial-more::after{content:'Réduire −';font-size:12px}
.testimonial-detail p{margin:16px 0 0;line-height:1.65}
.testimonial-detail p.testimonial-question{color:var(--orange);font-style:italic;font-weight:700}
@media(max-width:950px){.implantation{grid-template-columns:1fr;gap:28px}.implantation .map-card img{max-height:none}.testimonial-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.subsection-label{margin-top:36px}.highlight-copy{padding:20px 18px}.highlight-copy h4{font-size:22px}.highlight-copy p{font-size:14px}.testimonial-grid{grid-template-columns:1fr}.testimonial-photo{height:230px}.testimonial-heading{margin-top:58px}}

/* V18 — ajustements responsive et harmonisation */
@media(max-width:720px){
  .hero-actions{display:none}
  .hero-visual{min-height:auto;margin-top:26px}
  .hero-squares{width:100%;flex-direction:row;gap:14px;justify-content:center}
  .hero-square{width:calc((100% - 14px)/2);max-width:145px;aspect-ratio:1;padding:14px}
  .hero-square strong{font-size:22px}
  .hero-square span{font-size:10px;margin-top:7px}
  h2{font-size:32px}
  .lead{font-size:16px}
  .section-heading:not(.centered)>p:last-child{font-size:16px}
}

/* V18 — défilement horizontal automatique des écoles */
.school-slider-wrap{grid-template-columns:1fr}
.school-arrow{display:none}
.school-slider{width:100%}
.school-track.school-auto{animation:school-scroll 34s linear infinite;width:max-content}
.school-track.school-auto.school-paused{animation-play-state:paused}
.school-track.school-auto > .school-card{flex-basis:190px}
@keyframes school-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 7px))}
}
@media(max-width:1080px){
  .school-track.school-auto > .school-card{flex-basis:calc((100vw - 64px)/3)}
}
@media(max-width:720px){
  .school-track.school-auto > .school-card{flex-basis:calc(100vw - 32px)}
}
@media(prefers-reduced-motion:reduce){
  .school-track.school-auto{animation:none}
}
