:root {
  --blue-950: #082b4c;
  --blue-900: #003c71;
  --blue-800: #00519a;
  --blue-700: #0068b8;
  --blue-100: #eaf5fc;
  --blue-50: #f4faff;
  --yellow: #f3d34a;
  --yellow-soft: #fff6c9;
  --ink: #152a3a;
  --muted: #5d6e7b;
  --line: #dce7ee;
  --white: #fff;
  --surface: #f7fafc;
  --green: #2f7663;
  --shadow-sm: 0 8px 24px rgba(7, 48, 81, .08);
  --shadow-lg: 0 24px 70px rgba(5, 42, 73, .18);
  --radius-sm: .65rem;
  --radius: 1.15rem;
  --radius-lg: 1.8rem;
  --container: 1200px;
  --font: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.03em; line-height: 1.1; }
h1 { font-size: clamp(2.6rem, 6vw, 5.25rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.35rem; }
ul { padding: 0; margin: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.narrow { max-width: 780px; }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-sm { padding: 3.5rem 0; }
.section-blue { background: var(--blue-950); color: var(--white); }
.section-soft { background: var(--surface); }
.section-blue-soft { background: var(--blue-50); }
.section-yellow { background: var(--yellow); }
.muted { color: var(--muted); }
.text-white-muted { color: rgba(255,255,255,.72); }
.center { text-align: center; }
.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; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1rem; color: var(--blue-700); font-weight: 800; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 2.2rem; height: .35rem; border-radius: 99px; background: var(--yellow); }
.section-blue .eyebrow { color: #8fd1ff; }
.section-heading { max-width: 760px; margin-bottom: 2.5rem; }
.section-heading h2 { margin-bottom: 1rem; }
.section-heading p { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.section-blue .section-heading p { color: rgba(255,255,255,.72); }
.section-heading.center { margin-inline: auto; }
.section-heading.center p { margin-inline: auto; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 3.3rem; padding: .8rem 1.25rem; border: 1px solid var(--blue-700); border-radius: .8rem; background: var(--blue-700); color: var(--white); font-weight: 800; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--blue-900); box-shadow: 0 10px 26px rgba(0, 81, 154, .22); transform: translateY(-2px); }
.button .icon { width: 1.1rem; }
.button-small { min-height: 2.8rem; padding: .7rem 1rem; font-size: .9rem; }
.button-light { background: var(--white); border-color: var(--white); color: var(--blue-900); }
.button-light:hover { background: var(--blue-100); color: var(--blue-950); }
.button-outline { background: transparent; color: var(--blue-800); }
.button-outline:hover { color: var(--white); }
.button-outline-light { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.4); color: var(--white); }
.button-outline-light:hover { background: var(--white); color: var(--blue-900); }
.button-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--blue-700); font-weight: 800; }
.button-link .icon { transition: transform .2s ease; }
.button-link:hover .icon { transform: translateX(4px); }
.button-group { display: flex; flex-wrap: wrap; gap: .8rem; }

.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .8rem 1rem; border-radius: .4rem; background: var(--yellow); color: var(--blue-950); font-weight: 900; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.utility-bar { background: var(--blue-950); color: var(--white); font-size: .78rem; }
.utility-inner { min-height: 2.45rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-contact, .utility-links { display: flex; align-items: center; gap: 1.35rem; }
.utility-inner a, .utility-inner span { display: inline-flex; align-items: center; gap: .4rem; }
.utility-inner a:hover { color: var(--yellow); }
.utility-inner .icon { width: 1rem; height: 1rem; }
.main-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,231,238,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 5.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; flex: 0 0 auto; }
.brand-seal { width: 3.2rem; height: 3.2rem; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--blue-700); color: var(--white); box-shadow: inset 0 0 0 .22rem var(--white), 0 0 0 .12rem var(--blue-700); line-height: .8; }
.brand-seal strong { font-size: 1.05rem; letter-spacing: -.05em; }
.brand-seal small { margin-top: .2rem; font-size: .45rem; font-weight: 900; letter-spacing: .12em; }
.brand-logo { width: 150px; height: auto; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: .96rem; color: var(--blue-900); }
.brand-copy span { margin-top: .28rem; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.desktop-nav ul { display: flex; align-items: center; gap: 1.45rem; }
.desktop-nav a { position: relative; display: block; padding: 1.9rem 0; font-size: .9rem; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1.35rem; height: .18rem; border-radius: 2px; background: var(--yellow); transition: right .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--blue-700); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: .65rem; }
.icon-button { width: 2.8rem; height: 2.8rem; display: inline-grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: .75rem; background: var(--white); cursor: pointer; }
.icon-button:hover { background: var(--blue-50); color: var(--blue-700); }
.menu-toggle { display: none; }
.mobile-menu { border-top: 1px solid var(--line); background: var(--white); max-height: calc(100vh - 5rem); overflow: auto; }
.mobile-menu ul { padding: 1rem 0 1.5rem; }
.mobile-menu a { display: block; padding: .85rem .25rem; border-bottom: 1px solid var(--line); font-weight: 800; }
.mobile-menu a[aria-current="page"] { color: var(--blue-700); }

.search-panel { position: fixed; z-index: 900; inset: 0; display: grid; place-items: start center; padding: 8vh 1rem; background: rgba(4, 31, 54, .75); backdrop-filter: blur(8px); overflow: auto; }
.search-panel[hidden] { display: none; }
.search-dialog { position: relative; width: min(700px, 100%); padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-lg); }
.search-close { position: absolute; top: 1rem; right: 1rem; }
.search-dialog h2 { margin-bottom: 1.8rem; }
.search-field { display: flex; align-items: center; gap: .8rem; padding: .75rem 1rem; border: 2px solid var(--blue-700); border-radius: .85rem; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 1.05rem; }
.search-results { margin-top: 1.25rem; }
.search-results a { display: flex; align-items: center; justify-content: space-between; padding: .9rem .2rem; border-bottom: 1px solid var(--line); color: var(--blue-900); font-weight: 800; }

.hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; background: var(--blue-950); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,36,63,.96) 0%, rgba(3,45,79,.86) 35%, rgba(3,45,79,.22) 71%, rgba(3,45,79,.04) 100%), url("assets/facebook-couverture.jpg") center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 8rem; background: linear-gradient(transparent, rgba(3,36,63,.33)); }
.hero-content { position: relative; z-index: 1; width: min(720px, 100%); padding: 6rem 0 9rem; }
.hero .eyebrow { color: var(--white); }
.hero h1 { max-width: 690px; margin-bottom: 1.4rem; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 620px; margin-bottom: 2rem; color: rgba(255,255,255,.88); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-meta { position: absolute; z-index: 2; left: 50%; bottom: 0; width: min(calc(100% - 2rem), var(--container)); transform: translateX(-50%) translateY(50%); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; }
.hero-meta a, .hero-meta > div { min-height: 7.5rem; display: flex; align-items: center; gap: 1rem; padding: 1.25rem 1.5rem; border-right: 1px solid var(--line); }
.hero-meta > :last-child { border-right: 0; }
.meta-icon { width: 3rem; height: 3rem; display: grid; place-items: center; border-radius: .85rem; background: var(--blue-100); color: var(--blue-700); flex: 0 0 auto; }
.meta-copy { display: grid; }
.meta-copy small { color: var(--muted); }
.meta-copy strong { color: var(--blue-950); font-size: 1rem; }

.page-hero { position: relative; padding: 5.5rem 0 4.5rem; background: var(--blue-950); color: var(--white); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; width: 28rem; height: 28rem; right: -8rem; top: -13rem; border: 5rem solid rgba(243,211,74,.1); border-radius: 50%; }
.page-hero::after { content: ""; position: absolute; width: 18rem; height: 18rem; right: 16%; bottom: -14rem; background: var(--blue-700); border-radius: 50%; opacity: .3; }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-bottom: 2rem; color: rgba(255,255,255,.7); font-size: .85rem; }
.breadcrumbs a:hover { color: var(--yellow); }
.breadcrumbs .icon { width: .9rem; }
.page-hero h1 { max-width: 850px; margin-bottom: 1.2rem; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.page-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.15rem; }

.profiles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.profile-card, .service-card, .news-card, .document-card, .partner-card { position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.profile-card:hover, .service-card:hover, .news-card:hover, .document-card:hover, .partner-card:hover { transform: translateY(-5px); border-color: #bcd8e8; box-shadow: 0 18px 42px rgba(7,48,81,.12); }
.profile-card { min-height: 310px; display: flex; flex-direction: column; padding: 1.6rem; }
.card-icon { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; margin-bottom: 2.4rem; border-radius: 1rem; background: var(--blue-100); color: var(--blue-700); }
.card-icon .icon { width: 1.75rem; height: 1.75rem; }
.profile-card:nth-child(2) .card-icon { background: var(--yellow-soft); color: #8a6a00; }
.profile-card:nth-child(3) .card-icon { background: #edf8f3; color: var(--green); }
.profile-card:nth-child(4) .card-icon { background: #f2edfa; color: #6d4b9c; }
.profile-card h3 { margin-bottom: .75rem; color: var(--blue-950); }
.profile-card p { color: var(--muted); }
.profile-card .button-link { margin-top: auto; }

.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.feature-visual { position: relative; min-height: 520px; border-radius: var(--radius-lg); background: url("assets/hero-paris-reunion.jpg") center / cover; box-shadow: var(--shadow-lg); overflow: hidden; }
.feature-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(2,35,60,.82)); }
.visual-note { position: absolute; z-index: 1; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; padding: 1.3rem; border: 1px solid rgba(255,255,255,.3); border-radius: 1rem; background: rgba(4,42,73,.75); color: var(--white); backdrop-filter: blur(12px); }
.visual-note strong { display: block; font-size: 1.1rem; }
.visual-note span { color: rgba(255,255,255,.72); }
.feature-copy h2 { margin-bottom: 1.25rem; }
.feature-copy > p { color: var(--muted); font-size: 1.08rem; }
.check-list { display: grid; gap: .85rem; margin: 1.8rem 0 2.1rem; }
.check-list li { display: flex; align-items: flex-start; gap: .8rem; }
.check-list .icon { margin-top: .18rem; color: var(--green); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.service-card { padding: 1.6rem; }
.service-card .card-icon { margin-bottom: 1.4rem; }
.service-card p { color: var(--muted); }
.service-card .button-link { margin-top: 1rem; }
.service-card-dark { color: var(--white); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); box-shadow: none; }
.service-card-dark h3 { color: var(--white); }
.service-card-dark p { color: rgba(255,255,255,.68); }
.service-card-dark .card-icon { background: rgba(255,255,255,.1); color: var(--yellow); }
.service-card-dark .button-link { color: var(--yellow); }

.news-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 1.1rem; }
.news-card { display: flex; flex-direction: column; }
.news-visual { min-height: 200px; position: relative; display: flex; align-items: flex-end; padding: 1rem; background: linear-gradient(145deg, var(--blue-700), var(--blue-950)); color: var(--white); }
.news-card-featured .news-visual { min-height: 300px; background: linear-gradient(0deg, rgba(2,34,59,.62), rgba(0,91,170,.05)), url("assets/hero-paris-reunion.jpg") center / cover; }
.news-photo-group { background: linear-gradient(0deg, rgba(0,45,80,.42), rgba(0,45,80,.04)), url("assets/facebook-couverture.jpg") center / cover !important; }
.news-photo-fet-kaf { background: url("assets/facebook-publication-1.jpg") center / cover no-repeat !important; }
.news-photo-concours { background: url("assets/facebook-publication-2.jpg") center / cover no-repeat !important; }
.news-visual-yellow { background: linear-gradient(145deg, #efd13c, #f8e991); color: var(--blue-950); }
.news-visual-green { background: linear-gradient(145deg, #2f7663, #70ae8b); }
.news-tag { display: inline-flex; align-items: center; min-height: 1.8rem; padding: .25rem .65rem; border-radius: 99px; background: rgba(255,255,255,.9); color: var(--blue-900); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.news-body { flex: 1; display: flex; flex-direction: column; padding: 1.35rem; }
.news-meta { margin-bottom: .7rem; color: var(--muted); font-size: .8rem; font-weight: 700; }
.news-body p { color: var(--muted); }
.news-body .button-link { margin-top: auto; }

.cta-panel { position: relative; padding: clamp(2rem, 6vw, 4rem); border-radius: var(--radius-lg); background: var(--blue-700); color: var(--white); overflow: hidden; }
.cta-panel::after { content: "974"; position: absolute; right: -1rem; bottom: -4rem; color: rgba(255,255,255,.06); font-size: 14rem; font-weight: 900; line-height: 1; }
.cta-panel-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-panel h2 { max-width: 650px; margin-bottom: .7rem; }
.cta-panel p { max-width: 670px; margin: 0; color: rgba(255,255,255,.78); }

.contact-ribbon { background: var(--yellow); color: var(--blue-950); }
.contact-ribbon-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.contact-ribbon a { min-height: 7.6rem; display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.5rem; border-right: 1px solid rgba(8,43,76,.18); }
.contact-ribbon a:last-child { border-right: 0; }
.contact-ribbon a:hover { background: rgba(255,255,255,.3); }
.ribbon-icon { width: 2.8rem; height: 2.8rem; display: grid; place-items: center; border-radius: .8rem; background: var(--blue-950); color: var(--white); }
.contact-ribbon span span, .contact-ribbon a > span:last-child { display: grid; }
.contact-ribbon small { font-weight: 700; opacity: .7; }
.contact-ribbon strong { font-size: .95rem; }
.site-footer { padding: 4.5rem 0 1.5rem; background: var(--blue-950); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 3rem; }
.brand-light .brand-seal { background: var(--yellow); color: var(--blue-950); box-shadow: inset 0 0 0 .22rem var(--blue-950), 0 0 0 .12rem var(--yellow); }
.brand-light .brand-copy strong { color: var(--white); }
.brand-light .brand-copy span { color: rgba(255,255,255,.6); }
.footer-brand p { max-width: 360px; margin: 1.4rem 0; color: rgba(255,255,255,.62); }
.site-footer h2 { margin-bottom: 1.1rem; color: var(--yellow); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer li + li { margin-top: .65rem; }
.site-footer li a { color: rgba(255,255,255,.7); font-size: .9rem; }
.site-footer li a:hover { color: var(--white); }
.social-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--yellow); font-weight: 800; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .78rem; }
.footer-bottom p { margin: 0; }

.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.stat { padding: 1.6rem; border-left: .35rem solid var(--yellow); border-radius: .5rem var(--radius) var(--radius) .5rem; background: var(--white); box-shadow: var(--shadow-sm); }
.stat strong { display: block; color: var(--blue-700); font-size: 2rem; line-height: 1.1; }
.stat span { color: var(--muted); }
.timeline { position: relative; display: grid; gap: 1.5rem; margin-top: 2rem; }
.timeline::before { content: ""; position: absolute; top: .5rem; bottom: .5rem; left: 1.2rem; width: 2px; background: var(--line); }
.timeline-item { position: relative; display: grid; grid-template-columns: 2.4rem 1fr; gap: 1rem; }
.timeline-marker { z-index: 1; width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--blue-950); font-weight: 900; }
.timeline-content { padding: .25rem 0 1rem; }
.timeline-content p { color: var(--muted); }

.info-banner { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border: 1px solid #bedceb; border-radius: var(--radius-sm); background: var(--blue-50); }
.info-banner .icon { margin-top: .15rem; color: var(--blue-700); }
.info-banner p { margin: 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: step; }
.process-card { position: relative; padding: 1.5rem; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.process-card::before { counter-increment: step; content: counter(step); width: 2.7rem; height: 2.7rem; display: grid; place-items: center; margin-bottom: 1.2rem; border-radius: .8rem; background: var(--yellow); color: var(--blue-950); font-weight: 900; }
.process-card p { color: var(--muted); }

.form-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.contact-details { display: grid; gap: .9rem; }
.contact-detail { display: flex; align-items: flex-start; gap: .9rem; padding: 1.1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.contact-detail .card-icon { width: 2.7rem; height: 2.7rem; margin: 0; border-radius: .7rem; }
.contact-detail strong, .contact-detail span { display: block; }
.contact-detail span { color: var(--muted); font-size: .9rem; }
.form-card { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.form-card h2 { font-size: 2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid .full { grid-column: 1 / -1; }
.field { display: grid; gap: .4rem; font-size: .9rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 3.2rem; padding: .75rem .85rem; border: 1px solid #bfd0dc; border-radius: .65rem; background: var(--white); color: var(--ink); font-weight: 500; }
.field textarea { min-height: 9rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-700); outline: 3px solid rgba(0,104,184,.13); }
.checkbox { display: flex; align-items: flex-start; gap: .65rem; color: var(--muted); font-size: .82rem; }
.checkbox input { margin-top: .25rem; accent-color: var(--blue-700); }
.form-note { margin-top: 1rem; color: var(--muted); font-size: .8rem; }
.map-card { min-height: 360px; display: grid; place-content: center; padding: 2rem; border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--blue-100), #d9edf8); text-align: center; overflow: hidden; position: relative; }
.map-card::before, .map-card::after { content: ""; position: absolute; border: 2px solid rgba(0,81,154,.12); border-radius: 50%; }
.map-card::before { width: 22rem; height: 22rem; left: -6rem; top: -7rem; }
.map-card::after { width: 15rem; height: 15rem; right: -5rem; bottom: -5rem; }
.map-pin { z-index: 1; width: 4rem; height: 4rem; display: grid; place-items: center; margin: 0 auto 1rem; border-radius: 50% 50% 50% .3rem; transform: rotate(-45deg); background: var(--blue-700); color: var(--white); box-shadow: var(--shadow-lg); }
.map-pin .icon { width: 1.8rem; height: 1.8rem; transform: rotate(45deg); }
.map-card > * { position: relative; z-index: 1; }

.filter-bar { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.filter-bar button { padding: .65rem 1rem; border: 1px solid var(--line); border-radius: 99px; background: var(--white); color: var(--muted); font-weight: 800; cursor: pointer; }
.filter-bar button:hover, .filter-bar button.is-active { border-color: var(--blue-700); background: var(--blue-700); color: var(--white); }
.agenda-list { display: grid; gap: 1rem; }
.event-card { display: grid; grid-template-columns: 7rem 1fr auto; align-items: center; gap: 1.4rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.event-card[hidden], [data-category][hidden] { display: none; }
.event-date { display: grid; place-content: center; min-height: 6.2rem; border-radius: .85rem; background: var(--blue-950); color: var(--white); text-align: center; }
.event-date strong { font-size: 2rem; line-height: 1; }
.event-date span { color: var(--yellow); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.event-body h3 { margin-bottom: .5rem; }
.event-body p { margin: 0; color: var(--muted); }
.tag { display: inline-flex; align-items: center; padding: .25rem .6rem; border-radius: 99px; background: var(--blue-100); color: var(--blue-800); font-size: .72rem; font-weight: 900; text-transform: uppercase; }

.documents-grid, .partners-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.document-card, .partner-card { padding: 1.5rem; }
.document-card .card-icon, .partner-card .card-icon { margin-bottom: 1.2rem; }
.document-card p, .partner-card p { color: var(--muted); }
.document-meta { display: flex; gap: .6rem; margin: 1rem 0; color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.legal-content h2 { margin-top: 3rem; font-size: 1.8rem; }
.legal-content h3 { margin-top: 2rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { padding-left: 1.3rem; list-style: disc; }
.legal-content li + li { margin-top: .45rem; }
.placeholder { display: inline-flex; align-items: center; padding: .15rem .45rem; border-radius: .35rem; background: #fff1c0; color: #725500; font-weight: 800; }
.toast { position: fixed; z-index: 1100; right: 1rem; bottom: 1rem; max-width: 360px; padding: 1rem 1.2rem; border-radius: .8rem; background: var(--blue-950); color: var(--white); box-shadow: var(--shadow-lg); transform: translateY(140%); opacity: 0; transition: .25s ease; }
.toast.is-visible { transform: translateY(0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-grid; }
  .profiles-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .documents-grid, .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card-featured { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .utility-links, .utility-contact span { display: none; }
  .utility-inner { justify-content: center; }
  .header-inner { min-height: 4.6rem; gap: .5rem; }
  .brand-seal { width: 2.75rem; height: 2.75rem; }
  .brand-copy strong { font-size: .78rem; }
  .brand-copy span { font-size: .65rem; }
  .header-actions .button { display: none; }
  .hero { min-height: auto; }
  .hero::before { background: linear-gradient(90deg, rgba(3,36,63,.93), rgba(3,45,79,.62)), url("assets/facebook-couverture.jpg") 58% center / cover no-repeat; }
  .hero-content { padding: 5rem 0 11rem; }
  .hero h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .hero-meta { grid-template-columns: 1fr; transform: translateX(-50%) translateY(65%); }
  .hero-meta a, .hero-meta > div { min-height: 5.6rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-meta > :last-child { border-bottom: 0; }
  .profiles-section { padding-top: 17rem; }
  .profiles-grid, .services-grid, .news-grid, .documents-grid, .partners-grid, .process-grid, .stats-grid { grid-template-columns: 1fr; }
  .news-card-featured { grid-column: auto; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-visual { min-height: 400px; }
  .cta-panel-inner { align-items: flex-start; flex-direction: column; }
  .contact-ribbon-grid { grid-template-columns: 1fr; }
  .contact-ribbon a { min-height: 5.5rem; border-right: 0; border-bottom: 1px solid rgba(8,43,76,.18); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .form-layout, .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .event-card { grid-template-columns: 5.5rem 1fr; }
  .event-card > .button-link { grid-column: 2; }
}

@media (max-width: 440px) {
  .container { width: min(calc(100% - 1.25rem), var(--container)); }
  .brand-copy strong { max-width: 145px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .button { width: 100%; }
  .button-group { display: grid; }
  .event-card { grid-template-columns: 1fr; }
  .event-date { min-height: 5rem; }
  .event-card > .button-link { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .utility-bar, .main-header, .contact-ribbon, .site-footer, .button, .filter-bar { display: none !important; }
  body { color: #000; }
  .page-hero { padding: 2rem 0; background: #fff; color: #000; }
  .page-hero p, .breadcrumbs { color: #333; }
  .section { padding: 2rem 0; }
}

/* --------------------------------------------------------------------------
   Thème institutionnel v2 — proche de departement974.fr
   Blanc dominant, bleu typographique, touches jaunes et aplats pastel.
   -------------------------------------------------------------------------- */
:root {
  --blue-950: #00477f;
  --blue-900: #005baa;
  --blue-800: #005baa;
  --blue-700: #006eb8;
  --blue-100: #e5f6fc;
  --blue-50: #f4fbfe;
  --yellow: #f1d64c;
  --yellow-soft: #fff8d9;
  --coral: #fe4d55;
  --coral-soft: #ffe6e3;
  --ink: #005baa;
  --muted: #4f7896;
  --line: #dcecf4;
  --surface: #f7fcfe;
  --shadow-sm: none;
  --shadow-lg: 0 15px 45px rgba(0, 91, 170, .10);
  --radius-sm: 1rem;
  --radius: 1.3rem;
  --radius-lg: 1.7rem;
}

body { color: var(--blue-900); background: #fff; font-size: 15px; }
h1, h2, h3 { color: var(--blue-900); }
h1 { font-size: clamp(2.55rem, 5vw, 4.2rem); }
h2 { font-size: clamp(2.1rem, 4vw, 2.75rem); }
h3 { font-size: 1.3rem; }
.section { padding: clamp(4rem, 7vw, 6rem) 0; }
.section-sm { padding: 3rem 0; }
.section-soft { background: #fff; }
.section-blue-soft { background: var(--blue-100); }
.section-yellow { background: var(--coral-soft); }
.eyebrow { color: var(--blue-900); }
.eyebrow::before { width: 2.7rem; height: .42rem; }
.section-heading { margin-bottom: 2.7rem; }
.section-heading p, .feature-copy > p { color: var(--muted); }

.button { min-height: 3.45rem; padding: .85rem 1.4rem; border-radius: 30px; background: var(--blue-900); border-color: var(--blue-900); box-shadow: none; }
.button:hover { background: #00477f; box-shadow: none; }
.button-small { min-height: 2.85rem; padding: .7rem 1.2rem; }
.button-light { background: #fff; border-color: #fff; color: var(--blue-900); }
.button-outline { border-color: var(--blue-900); color: var(--blue-900); }
.button-outline-light { border-color: var(--blue-900); color: var(--blue-900); background: transparent; }
.button-outline-light:hover { background: var(--blue-900); color: #fff; }

.utility-bar { color: var(--blue-900); background: #fff; border-bottom: 1px solid var(--line); }
.utility-inner { min-height: 2.8rem; }
.utility-inner a:hover { color: var(--coral); }
.main-header { position: relative; top: auto; background: #fff; border-bottom: 0; backdrop-filter: none; }
.header-inner { min-height: 6.2rem; }
.brand-seal { background: #fff; color: var(--blue-900); box-shadow: inset 0 0 0 .18rem #fff, 0 0 0 .13rem var(--blue-900); }
.brand-copy strong { color: var(--blue-900); }
.brand-copy span { color: var(--blue-900); opacity: .72; }
.desktop-nav a { color: var(--blue-900); padding: 2.25rem 0; }
.desktop-nav a::after { bottom: 1.55rem; }
.header-actions .button { background: var(--coral); border-color: var(--coral); }
.header-actions .button:hover { background: #dc3743; }
.header-actions > .search-open { display: none; }
.icon-button { border-color: var(--line); border-radius: 50%; color: var(--blue-900); }
.header-search-row { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.header-search-trigger { width: 100%; min-height: 3.55rem; display: flex; align-items: center; justify-content: space-between; padding: 0 .25rem; border: 0; background: transparent; color: #6f90a8; font-size: .95rem; font-style: italic; cursor: pointer; }
.header-search-trigger:hover { color: var(--blue-900); }
.header-search-trigger .icon { width: 1.5rem; height: 1.5rem; }

.hero { min-height: 570px; background: #fff; color: var(--blue-900); overflow: visible; }
.hero::before { inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 35%, rgba(255,255,255,.84) 48%, rgba(255,255,255,.10) 72%), url("assets/facebook-couverture.jpg") 64% center / cover no-repeat; }
.hero::after { display: none; }
.hero-content { width: min(590px, 100%); padding: 5rem 0 8rem; }
.hero .eyebrow { color: var(--blue-900); }
.hero h1 { max-width: 590px; margin-bottom: 1.2rem; color: var(--blue-900); font-size: clamp(2.7rem, 5vw, 4rem); }
.hero h1 em { color: var(--blue-900); }
.hero-lead { max-width: 560px; color: var(--muted); font-size: 1.1rem; }
.hero .button-light { background: var(--blue-900); border-color: var(--blue-900); color: #fff; }
.hero .button-light:hover { background: #00477f; }
.hero-meta { grid-template-columns: repeat(2, 1fr); color: var(--blue-900); border: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.hero-meta a { min-height: 8rem; padding: 1.35rem 1.6rem; }
.hero-meta a:hover { background: var(--blue-50); }
.hero-meta .meta-icon { border-radius: 50%; background: var(--blue-100); color: var(--blue-900); }
.hero-meta .meta-copy small { color: var(--blue-900); font-size: 1.05rem; font-weight: 800; }
.hero-meta .meta-copy strong { margin-top: .15rem; color: var(--muted); font-size: .82rem; font-weight: 500; }
.meta-arrow { margin-left: auto; color: var(--blue-900); }

.page-hero { padding: 4.7rem 0 4rem; color: var(--blue-900); background: var(--blue-100); }
.page-hero::before { width: 20rem; height: 20rem; right: -6rem; top: -12rem; border: 4rem solid rgba(241,214,76,.45); }
.page-hero::after { display: none; }
.page-hero h1 { color: var(--blue-900); font-size: clamp(2.6rem, 5vw, 3.8rem); }
.page-hero p { color: var(--muted); }
.breadcrumbs { color: var(--muted); }
.breadcrumbs a:hover { color: var(--coral); }

.profile-card, .service-card, .news-card, .document-card, .partner-card { border: 0; box-shadow: none; }
.profile-card:hover, .service-card:hover, .news-card:hover, .document-card:hover, .partner-card:hover { border-color: transparent; box-shadow: none; transform: translateY(-3px); }
.profile-card { min-height: 300px; background: var(--blue-100); }
.profile-card:nth-child(2) { background: var(--coral-soft); }
.profile-card:nth-child(3) { background: #e9f5ee; }
.profile-card:nth-child(4) { background: var(--yellow-soft); }
.profile-card .card-icon, .service-card .card-icon { background: #fff; color: var(--blue-900); }
.profile-card:nth-child(2) .card-icon, .profile-card:nth-child(3) .card-icon, .profile-card:nth-child(4) .card-icon { background: #fff; color: var(--blue-900); }
.profile-card h3, .service-card h3 { color: var(--blue-900); }
.profile-card p, .service-card p { color: var(--muted); }
.service-card { background: var(--blue-50); }
.services-grid .service-card:nth-child(2n) { background: var(--yellow-soft); }
.services-grid .service-card:nth-child(3n) { background: var(--coral-soft); }

.section-blue { color: var(--blue-900); background: var(--blue-100); }
.section-blue h2, .section-blue h3 { color: var(--blue-900); }
.section-blue .eyebrow { color: var(--blue-900); }
.section-blue .section-heading p, .section-blue .text-white-muted, .text-white-muted { color: var(--muted); }
.service-card-dark { color: var(--blue-900); background: #fff; border-color: transparent; }
.service-card-dark h3 { color: var(--blue-900); }
.service-card-dark p { color: var(--muted); }
.service-card-dark .card-icon { color: var(--blue-900); background: var(--blue-100); }
.service-card-dark .button-link { color: var(--blue-900); }
.section-blue .button-light { background: var(--blue-900); border-color: var(--blue-900); color: #fff; }

.feature-visual { min-height: 470px; box-shadow: none; }
.visual-note { border: 0; background: rgba(255,255,255,.92); color: var(--blue-900); }
.visual-note span { color: var(--muted); }
.check-list .icon { color: var(--coral); }
.news-card { background: #fff; border: 1px solid var(--line); }
.news-card-featured .news-visual { background: linear-gradient(0deg, rgba(0,91,170,.28), rgba(0,91,170,.02)), url("assets/hero-paris-reunion.jpg") center / cover; }
.news-visual { background: var(--blue-100); color: var(--blue-900); }
.news-visual-yellow { background: var(--yellow-soft); }
.news-visual-green { background: #e9f5ee; color: var(--blue-900); }
.news-tag { color: var(--blue-900); background: #fff; }

.cta-panel { color: var(--blue-900); background: var(--coral-soft); }
.cta-panel h2 { color: var(--blue-900); }
.cta-panel p { color: var(--muted); }
.cta-panel::after { color: rgba(0,91,170,.05); }
.cta-panel .eyebrow { color: var(--blue-900); }
.cta-panel .button-light { background: var(--coral); border-color: var(--coral); color: #fff; }
.cta-panel .button-outline-light { border-color: var(--blue-900); color: var(--blue-900); }
.cta-panel .button-outline-light:hover { color: #fff; background: var(--blue-900); }

.contact-ribbon { background: var(--yellow); }
.contact-ribbon a { border-color: rgba(0,91,170,.18); }
.ribbon-icon { background: #fff; color: var(--blue-900); }
.site-footer { background: var(--blue-900); }
.brand-light .brand-seal { background: #fff; color: var(--blue-900); box-shadow: inset 0 0 0 .18rem #fff, 0 0 0 .13rem #fff; }
.brand-light .brand-logo { width: 170px; padding: .45rem .55rem; border-radius: .35rem; background: #fff; }
.brand-light .brand-copy strong { color: #fff; }

.stat { border-left-color: var(--coral); box-shadow: none; }
.stat strong { color: var(--blue-900); }
.process-card { border: 0; background: var(--blue-50); box-shadow: none; }
.process-card::before { border-radius: 50%; }
.info-banner { border: 0; background: var(--blue-100); }
.contact-detail, .form-card { border-color: var(--line); box-shadow: none; }
.map-card { background: var(--blue-100); }
.event-card { border: 0; background: var(--blue-50); }
.event-date { color: #fff; background: var(--coral); }
.event-date span { color: #fff; }
.filter-bar button { border-radius: 30px; }
.filter-bar button:hover, .filter-bar button.is-active { border-color: var(--coral); background: var(--coral); }
.document-card, .partner-card { background: var(--blue-50); }
.documents-grid .document-card:nth-child(2), .partners-grid .partner-card:nth-child(2) { background: var(--yellow-soft); }
.documents-grid .document-card:nth-child(3), .partners-grid .partner-card:nth-child(3) { background: var(--coral-soft); }
.search-dialog { box-shadow: none; }
.search-panel { background: rgba(0,91,170,.48); }
.reveal { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .header-actions > .search-open { display: inline-grid; }
}

@media (max-width: 760px) {
  .header-inner { min-height: 4.9rem; }
  .header-search-row { display: none; }
  .hero { min-height: auto; background: #fff; }
  .hero::before { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 66%, rgba(255,255,255,.60) 100%), url("assets/facebook-couverture.jpg") 64% center / cover no-repeat; }
  .hero-content { padding: 4.2rem 0 10rem; }
  .hero h1 { font-size: clamp(2.45rem, 11vw, 3.5rem); }
  .hero-lead { color: var(--muted); }
  .hero-meta { grid-template-columns: 1fr; transform: translateX(-50%) translateY(65%); }
  .hero-meta a { min-height: 6.5rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .profiles-section { padding-top: 13.5rem; }
}

/* Direction visuelle v3 — chaleureuse, moderne et réunionnaise */
@font-face {
  font-family: "Nunito Sans";
  src: url("assets/fonts/nunito-sans-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("assets/fonts/nunito-sans-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("assets/fonts/nunito-sans-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("assets/fonts/nunito-sans-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("assets/fonts/nunito-sans-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-950: #083c58;
  --blue-900: #075b83;
  --blue-800: #086f98;
  --blue-700: #0b7fa3;
  --blue-100: #e2f3f5;
  --blue-50: #f1f9f8;
  --yellow: #f2c94c;
  --yellow-soft: #fff4c9;
  --coral: #df655a;
  --coral-soft: #fae9e3;
  --green: #34765a;
  --green-soft: #e4f1e9;
  --sand: #f5eadc;
  --cream: #fffaf4;
  --ink: #183946;
  --muted: #5d7480;
  --line: #d9e8e7;
  --surface: #f7fbfa;
  --shadow-sm: 0 12px 34px rgba(8, 60, 88, .09);
  --shadow-lg: 0 26px 70px rgba(8, 60, 88, .16);
  --radius-sm: .85rem;
  --radius: 1.35rem;
  --radius-lg: 2.2rem;
  --font: "Nunito Sans", "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

body { background: var(--cream); font-weight: 600; }
main { overflow: hidden; }
h1, h2, h3 { color: var(--blue-950); font-weight: 900; letter-spacing: -.045em; }
p { text-wrap: pretty; }
.section { background: var(--cream); }
.section-soft, .section-blue-soft { background: var(--blue-50); }
.section-sand { background: var(--sand); }
.section-heading h2 { max-width: 920px; }
.section-heading p { color: var(--muted); }
.eyebrow { color: var(--coral); letter-spacing: .09em; }
.eyebrow::before { height: .42rem; background: var(--yellow); }
.button { min-height: 3.25rem; border: 0; border-radius: 999px; background: var(--coral); box-shadow: 0 8px 20px rgba(223, 101, 90, .18); }
.button:hover { background: #c84f47; box-shadow: 0 13px 28px rgba(223, 101, 90, .25); }
.button-outline { border: 2px solid var(--blue-900); background: transparent; color: var(--blue-900); box-shadow: none; }
.button-outline:hover { border-color: var(--blue-900); background: var(--blue-900); }
.button-link { color: var(--blue-900); }

.utility-bar { background: var(--cream); color: var(--blue-950); border-bottom: 1px solid var(--line); }
.utility-inner a:hover { color: var(--coral); }
.main-header { top: 0; border-bottom: 0; background: rgba(255, 255, 255, .93); box-shadow: 0 10px 36px rgba(8, 60, 88, .08); }
.header-inner { min-height: 5.55rem; }
.brand-logo { width: 158px; }
.brand-copy strong { color: var(--blue-950); font-weight: 900; }
.brand-copy span { color: var(--muted); font-size: .7rem; }
.desktop-nav a { color: var(--blue-950); font-weight: 800; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--coral); }
.desktop-nav a::after { background: var(--yellow); }
.header-actions .button { background: var(--blue-900); box-shadow: none; }
.header-actions .button:hover { background: var(--coral); }
.header-search-row { background: rgba(255, 255, 255, .96); }
.header-search-trigger { color: #6e8790; }

.hero { min-height: 660px; background: var(--cream); }
.hero::before {
  background:
    linear-gradient(90deg, var(--cream) 0%, rgba(255, 250, 244, .98) 34%, rgba(255, 250, 244, .83) 49%, rgba(255, 250, 244, .12) 73%),
    url("assets/facebook-couverture.jpg") 64% center / cover no-repeat;
}
.hero::after { display: block; inset: auto auto 4rem -4rem; width: 13rem; height: 13rem; border-radius: 50%; background: var(--yellow-soft); opacity: .72; }
.hero-content { width: min(650px, 100%); padding: 5.2rem 0 9.5rem; }
.hero h1 { max-width: 650px; color: var(--blue-950); font-size: clamp(3rem, 5.2vw, 4.8rem); line-height: 1.02; }
.hero h1 em { color: var(--coral); }
.hero-lead { max-width: 585px; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.hero .button-light { background: var(--blue-900); border-color: var(--blue-900); color: #fff; }
.hero .button-outline-light { border: 2px solid var(--blue-900); background: rgba(255, 255, 255, .65); color: var(--blue-900); }
.hero .button-outline-light:hover { background: var(--blue-900); color: #fff; }
.hero-location { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem .8rem; width: fit-content; margin: 1.6rem 0 1.9rem; padding: .62rem .9rem; border: 1px solid rgba(52, 118, 90, .2); border-radius: 999px; background: rgba(255, 255, 255, .78); color: var(--green); box-shadow: var(--shadow-sm); font-size: .83rem; backdrop-filter: blur(10px); }
.hero-location strong { color: var(--blue-950); }
.hero-location-dot { width: .6rem; height: .6rem; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 rgba(223, 101, 90, .45); animation: location-pulse 2.4s infinite; }
.hero-meta { grid-template-columns: repeat(2, 1fr); border: 0; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero-meta a { min-height: 8rem; padding: 1.25rem 1.6rem; background: var(--coral-soft); }
.hero-meta a + a { background: var(--green-soft); }
.hero-meta a:hover { background: var(--yellow-soft); }
.hero-meta .meta-icon { background: #fff; color: var(--coral); }
.hero-meta a + a .meta-icon { color: var(--green); }
.hero-meta .meta-copy small { color: var(--blue-950); }
.hero-meta .meta-copy strong { color: var(--muted); }
.meta-arrow { color: var(--blue-950); }

.profiles-section { padding-top: 8.5rem; }
.profile-card, .service-card, .news-card, .document-card, .partner-card { border: 1px solid rgba(8, 60, 88, .07); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.profile-card:hover, .service-card:hover, .news-card:hover, .document-card:hover, .partner-card:hover { box-shadow: 0 22px 46px rgba(8, 60, 88, .13); transform: translateY(-7px); }
.profile-card { min-height: 310px; padding: 1.7rem; background: #e9f5f4; }
.profile-card:nth-child(2) { background: var(--coral-soft); }
.profile-card:nth-child(3) { background: var(--green-soft); }
.profile-card:nth-child(4) { background: var(--yellow-soft); }
.profile-card .card-icon, .service-card .card-icon { border-radius: 50%; box-shadow: 0 7px 20px rgba(8, 60, 88, .06); }

.feature-visual { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.visual-coworking { background: url("assets/officiel-coworking.jpg") center / cover no-repeat; }
.visual-culture { background: url("assets/officiel-20-decembre.jpg") center / cover no-repeat; }
.visual-note { border-radius: 1.1rem; background: rgba(255, 250, 244, .92); color: var(--blue-950); }
.visual-note strong { font-weight: 900; }

.reunion-showcase { background: var(--sand); }
.showcase-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 1rem; }
.showcase-card { position: relative; min-height: 390px; margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.showcase-card:first-child { min-height: 500px; }
.showcase-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.showcase-card::after { content: ""; position: absolute; inset: 36% 0 0; background: linear-gradient(transparent, rgba(5, 43, 58, .84)); }
.showcase-card figcaption { position: absolute; z-index: 1; left: 1.5rem; right: 1.5rem; bottom: 1.4rem; color: #fff; }
.showcase-card figcaption strong, .showcase-card figcaption span { display: block; }
.showcase-card figcaption strong { margin-bottom: .25rem; font-size: 1.35rem; font-weight: 900; }
.showcase-card figcaption span { color: rgba(255, 255, 255, .82); font-size: .9rem; }
.showcase-card:hover img { transform: scale(1.06); }

.news-grid { grid-template-columns: repeat(3, 1fr); }
.news-card { background: #fff; }
.news-card-featured .news-visual, .news-visual { min-height: 245px; }
.news-visual { background-color: var(--blue-100); background-position: center; background-size: cover; background-repeat: no-repeat; }
.news-photo-familles { background-image: linear-gradient(0deg, rgba(5, 45, 61, .35), transparent 55%), url("assets/officiel-fete-familles-2025.jpg") !important; }
.news-photo-basket { background-image: linear-gradient(0deg, rgba(5, 45, 61, .35), transparent 55%), url("assets/officiel-basket.jpg") !important; }
.news-photo-coworking { background-image: linear-gradient(0deg, rgba(5, 45, 61, .32), transparent 55%), url("assets/officiel-coworking.jpg") !important; }
.news-photo-20-decembre { background-image: linear-gradient(0deg, rgba(5, 45, 61, .36), transparent 55%), url("assets/officiel-20-decembre.jpg") !important; }
.news-photo-nout-kaz { background-image: linear-gradient(0deg, rgba(5, 45, 61, .34), transparent 55%), url("assets/officiel-nout-kaz.jpg") !important; }
.news-card .news-visual { overflow: hidden; }
.news-card .news-visual::after { content: ""; position: absolute; inset: 0; background: inherit; background-position: center; background-size: cover; z-index: -1; transition: transform .65s cubic-bezier(.2, .7, .2, 1); }
.news-card:hover .news-visual::after { transform: scale(1.05); }
.news-body h3 { font-size: 1.45rem; }
.news-tag { background: var(--cream); color: var(--blue-950); box-shadow: 0 5px 16px rgba(8, 60, 88, .14); }

.page-hero-photo { min-height: 500px; display: flex; align-items: center; padding: 5.6rem 0; background: var(--cream); }
.page-hero-photo::before { width: 48%; height: 100%; inset: 0 0 0 auto; border: 0; border-radius: 11rem 0 0 2rem; background-position: center; background-size: cover; background-repeat: no-repeat; opacity: 1; }
.page-hero-photo::after { display: block; width: 62%; height: 100%; inset: 0 auto 0 0; border-radius: 0; background: linear-gradient(90deg, var(--cream) 0%, var(--cream) 72%, rgba(255, 250, 244, 0) 100%); opacity: 1; }
.page-hero-photo .container { width: min(calc(100% - 2rem), var(--container)); }
.page-hero-photo .container > h1, .page-hero-photo .container > p { max-width: 55%; }
.page-hero-photo h1 { color: var(--blue-950); font-size: clamp(2.9rem, 5vw, 4.6rem); }
.page-hero-photo p, .page-hero-photo .breadcrumbs { color: var(--muted); }
.page-hero-antenne::before { background-image: url("assets/officiel-boutique-paris.jpg"); }
.page-hero-services::before { background-image: url("assets/facebook-couverture.jpg"); }
.page-hero-culture::before { background-image: url("assets/officiel-20-decembre.jpg"); }
.page-hero-actualites::before { background-image: url("assets/officiel-basket.jpg"); }
.page-hero-agenda::before { background-image: url("assets/facebook-publication-1.jpg"); background-color: var(--coral-soft); background-size: contain; }

.location-stack { display: grid; gap: 1.2rem; }
.location-photo { position: relative; min-height: 360px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.location-photo img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.location-photo .photo-caption { position: absolute; left: 1.2rem; bottom: 1.2rem; }
.map-card-compact { min-height: 210px; }
.photo-story { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.photo-story-reverse .photo-story-media { order: 2; }
.photo-story-media { position: relative; min-height: 500px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.photo-story-media img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; transition: transform .75s cubic-bezier(.2, .7, .2, 1); }
.photo-story-media:hover img { transform: scale(1.04); }
.photo-caption { display: inline-flex; padding: .65rem .9rem; border-radius: 999px; background: rgba(255, 250, 244, .9); color: var(--blue-950); font-size: .8rem; font-weight: 900; backdrop-filter: blur(8px); }
.photo-story-media .photo-caption { position: absolute; left: 1.2rem; right: auto; bottom: 1.2rem; }
.photo-story-copy > p { color: var(--muted); font-size: 1.06rem; }
.mini-features { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.4rem 0 1.9rem; }
.mini-features span { padding: .5rem .8rem; border-radius: 999px; background: #fff; color: var(--green); font-size: .82rem; font-weight: 900; }

.journey-visual { position: relative; min-height: 560px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.journey-visual img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.journey-steps { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; display: grid; gap: .55rem; }
.journey-steps span { display: flex; align-items: center; gap: .7rem; padding: .75rem .9rem; border-radius: 1rem; background: rgba(255, 250, 244, .92); color: var(--blue-950); box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); }
.journey-steps strong { width: 1.8rem; height: 1.8rem; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--yellow); }

.culture-gallery-section { background: var(--cream); }
.culture-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 260px); gap: 1rem; }
.culture-photo { position: relative; margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.culture-photo-tall { grid-row: 1 / 3; }
.culture-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.culture-photo::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(5, 43, 58, .85)); }
.culture-photo figcaption { position: absolute; z-index: 1; left: 1.35rem; bottom: 1.25rem; color: #fff; }
.culture-photo figcaption strong, .culture-photo figcaption span { display: block; }
.culture-photo figcaption strong { font-size: 1.3rem; }
.culture-photo figcaption span { color: rgba(255, 255, 255, .8); }
.culture-photo:hover img { transform: scale(1.05); }

.section-blue { background: var(--green-soft); color: var(--blue-950); }
.section-blue h2, .section-blue h3, .section-blue .eyebrow { color: var(--blue-950); }
.section-blue .section-heading p, .section-blue .text-white-muted, .text-white-muted { color: var(--muted); }
.service-card-dark { background: #fff; }
.service-card-dark .card-icon { background: var(--yellow-soft); color: var(--coral); }
.section-blue .button-light { background: var(--blue-900); }

.actualites-section { background: var(--blue-50); }
.actualites-grid { grid-template-columns: repeat(3, 1fr); }
.actualites-grid .news-card { min-height: 560px; }

.event-card-visual { display: grid; grid-template-columns: 11rem 7rem 1fr auto; align-items: center; gap: 1.1rem; padding: 0 1.3rem 0 0; overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.event-thumb { align-self: stretch; min-height: 180px; background-position: center; background-size: cover; }
.event-thumb-coworking { background-image: url("assets/officiel-coworking.jpg"); }
.event-thumb-fet-kaf { background-image: url("assets/facebook-publication-1.jpg"); }
.event-card-visual .event-date { border-radius: 1rem; }
.event-card-visual .button-link { white-space: nowrap; }

.cta-panel { background: var(--coral-soft); }
.cta-panel .button-light { background: var(--coral); }
.contact-ribbon { background: var(--yellow); }
.site-footer { position: relative; overflow: hidden; background: linear-gradient(115deg, var(--blue-950) 0 34%, #246d55 34% 100%); }
.site-footer::before { content: ""; position: absolute; width: 24rem; height: 24rem; right: -8rem; top: -12rem; border: 4.5rem solid rgba(242, 201, 76, .1); border-radius: 50%; }
.site-footer .container { position: relative; z-index: 1; }

.back-to-top { position: fixed; z-index: 80; right: 1.15rem; bottom: 1.15rem; width: 3.25rem; height: 3.25rem; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--yellow); color: var(--blue-950); box-shadow: 0 12px 30px rgba(8, 60, 88, .2); cursor: pointer; opacity: 0; transform: translateY(1rem); pointer-events: none; transition: opacity .25s ease, transform .25s ease, background .25s ease; }
.back-to-top .icon { transform: rotate(-90deg); }
.back-to-top:hover { background: var(--coral-soft); }
.back-to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(28px) scale(.99); transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1); }
.reveal.is-visible { opacity: 1; transform: none; }
.profiles-grid .reveal:nth-child(2), .services-grid .reveal:nth-child(2), .news-grid .reveal:nth-child(2), .showcase-grid .reveal:nth-child(2), .culture-gallery .reveal:nth-child(2) { transition-delay: .08s; }
.profiles-grid .reveal:nth-child(3), .services-grid .reveal:nth-child(3), .news-grid .reveal:nth-child(3), .showcase-grid .reveal:nth-child(3), .culture-gallery .reveal:nth-child(3) { transition-delay: .16s; }
.profiles-grid .reveal:nth-child(4), .services-grid .reveal:nth-child(4), .news-grid .reveal:nth-child(4) { transition-delay: .24s; }

@keyframes location-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(223, 101, 90, .38); }
  50% { box-shadow: 0 0 0 .45rem rgba(223, 101, 90, 0); }
}

@media (max-width: 1100px) {
  .desktop-nav ul { gap: 1rem; }
  .desktop-nav a { font-size: .83rem; }
  .brand-copy { display: none; }
  .showcase-grid { grid-template-columns: 1fr 1fr; }
  .showcase-card:first-child { grid-row: span 2; }
  .actualites-grid { grid-template-columns: repeat(2, 1fr); }
  .event-card-visual { grid-template-columns: 9rem 6.5rem 1fr; }
  .event-card-visual .button-link { grid-column: 3; margin: 0 0 1.2rem; }
}

@media (max-width: 900px) {
  .page-hero-photo { min-height: 620px; align-items: flex-start; padding-bottom: 17rem; }
  .page-hero-photo::before { width: 100%; height: 48%; inset: auto 0 0; border-radius: 5rem 5rem 0 0; }
  .page-hero-photo::after { width: 100%; height: 64%; inset: 0 0 auto; background: linear-gradient(180deg, var(--cream) 0%, var(--cream) 83%, rgba(255, 250, 244, 0) 100%); }
  .page-hero-photo .container > h1, .page-hero-photo .container > p { max-width: 100%; }
  .photo-story, .feature-split { grid-template-columns: 1fr; }
  .photo-story-reverse .photo-story-media { order: 0; }
  .journey-visual { min-height: 500px; }
  .culture-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 260px; }
  .culture-photo-tall { grid-column: 1 / 3; grid-row: auto; }
  .site-footer { background: linear-gradient(145deg, var(--blue-950) 0 28%, #246d55 28% 100%); }
}

@media (max-width: 760px) {
  .utility-bar { display: none; }
  .header-inner { min-height: 4.9rem; }
  .brand-logo { width: 132px; }
  .hero { min-height: auto; }
  .hero::before { background: linear-gradient(180deg, rgba(255, 250, 244, .99) 0%, rgba(255, 250, 244, .95) 64%, rgba(255, 250, 244, .5) 100%), url("assets/facebook-couverture.jpg") 64% center / cover no-repeat; }
  .hero-content { padding: 3.8rem 0 10rem; }
  .hero h1 { font-size: clamp(2.7rem, 12vw, 3.7rem); }
  .hero-location { border-radius: 1rem; }
  .hero-meta { grid-template-columns: 1fr; transform: translateX(-50%) translateY(66%); }
  .hero-meta a { min-height: 6.7rem; border: 0; }
  .profiles-section { padding-top: 14rem; }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-card, .showcase-card:first-child { min-height: 390px; grid-row: auto; }
  .actualites-grid { grid-template-columns: 1fr; }
  .actualites-grid .news-card { min-height: 0; }
  .page-hero-photo { min-height: 660px; padding: 4rem 0 18rem; }
  .page-hero-photo::before { height: 43%; border-radius: 3.5rem 3.5rem 0 0; }
  .page-hero-photo::after { height: 63%; }
  .page-hero-photo h1 { font-size: clamp(2.6rem, 12vw, 3.55rem); }
  .photo-story-media, .photo-story-media img { min-height: 390px; }
  .journey-visual, .journey-visual img { min-height: 460px; }
  .culture-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 340px); }
  .culture-photo-tall { grid-column: auto; }
  .event-card-visual { grid-template-columns: 1fr; padding: 0 1rem 1.2rem; gap: .85rem; }
  .event-thumb { min-height: 250px; margin: 0 -1rem; }
  .event-card-visual .event-date { width: fit-content; min-width: 6.5rem; }
  .event-card-visual .button-link { grid-column: auto; margin: 0; }
  .contact-ribbon-grid { grid-template-columns: 1fr; }
  .site-footer { background: linear-gradient(155deg, var(--blue-950) 0 19%, #246d55 19% 100%); }
  .back-to-top { right: .8rem; bottom: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Direction v4 — plus éditoriale, plus sobre et moins systématique */
:root {
  --cream: #ffffff;
  --surface: #f5f7f7;
  --ink: #172f39;
  --muted: #5b6d74;
  --line: #d5dfe1;
  --shadow-sm: none;
  --shadow-lg: 0 14px 38px rgba(8, 45, 65, .12);
  --radius-sm: 0;
  --radius: 0;
  --radius-lg: 0;
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body { color: var(--ink); background: #fff; font-family: var(--font); font-weight: 400; }
body * { border-radius: 0 !important; }
h1, h2, h3 { color: var(--ink); font-weight: 700; letter-spacing: -.025em; }
h3 { font-size: 1.28rem; }
.section { background: #fff; }
.section-soft, .section-blue-soft { background: #f4f7f7; }
.section-sand { background: #f6f3ee; }
.section-heading { margin-bottom: 3rem; }
.section-heading p { color: var(--muted); }
.eyebrow { color: var(--blue-900); font-weight: 700; letter-spacing: .11em; }
.eyebrow::before { height: .28rem; background: var(--yellow); }
.icon, .card-icon, .meta-icon, .ribbon-icon, .back-to-top { display: none !important; }

.button { min-height: 3.1rem; padding: .82rem 1.35rem; border: 1px solid var(--blue-900); background: var(--blue-900); color: #fff; box-shadow: none; font-weight: 700; }
.button:hover { background: var(--blue-950); box-shadow: none; transform: none; }
.button-link { width: fit-content; padding-bottom: .12rem; border-bottom: 1px solid currentColor; color: var(--blue-900); font-weight: 700; }
.button-link:hover { color: var(--ink); }
.text-button { min-height: 2.5rem; padding: .45rem .25rem; border: 0; border-bottom: 1px solid transparent; background: transparent; color: var(--blue-950); font: inherit; font-size: .86rem; font-weight: 700; cursor: pointer; }
.text-button:hover { border-bottom-color: var(--yellow); }

.utility-bar { background: #f4f7f7; }
.main-header { border-bottom: 1px solid var(--line); box-shadow: none; }
.header-inner { min-height: 5.25rem; }
.brand-copy strong { color: var(--ink); }
.desktop-nav a { color: var(--ink); font-weight: 600; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--blue-900); }
.header-actions .button { background: var(--blue-900); }
.header-search-row { border-bottom: 1px solid var(--line); }
.header-search-trigger { min-height: 3.2rem; color: var(--muted); font-style: normal; }
.header-search-trigger > span:last-child { color: var(--blue-900); font-size: .78rem; font-weight: 700; font-style: normal; }
.search-close { position: absolute; top: 1rem; right: 1rem; }

.hero { min-height: 720px; color: #fff; background: var(--blue-950); }
.hero::before {
  background:
    linear-gradient(180deg, rgba(7, 36, 50, .45) 0%, rgba(7, 36, 50, .62) 62%, rgba(7, 36, 50, .82) 100%),
    url("assets/facebook-couverture.jpg") center 43% / cover no-repeat;
}
.hero::after { display: block; inset: 0; width: auto; height: auto; background: linear-gradient(90deg, rgba(0, 0, 0, .13), transparent 38%, transparent 62%, rgba(0, 0, 0, .13)); opacity: 1; }
.hero .container { position: relative; z-index: 2; }
.hero-content { width: min(900px, 100%); margin-inline: auto; padding: 7.5rem 0 6.5rem; text-align: center; }
.hero .eyebrow { justify-content: center; color: #fff; }
.hero h1 { max-width: 900px; margin: 0 auto 1.3rem; color: #fff; font-size: clamp(3.2rem, 6vw, 5.3rem); line-height: 1.02; text-shadow: 0 2px 18px rgba(0, 0, 0, .28); }
.hero h1 em { color: #fff; font-style: normal; }
.hero-lead { max-width: 690px; margin: 0 auto 2rem; color: rgba(255, 255, 255, .9); font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.hero .button-group { justify-content: center; }
.hero .button-light { border-color: var(--yellow); background: var(--yellow); color: var(--blue-950); }
.hero .button-light:hover { background: #ffe174; }
.hero .button-outline-light { border: 1px solid #fff; background: transparent; color: #fff; }
.hero .button-outline-light:hover { background: #fff; color: var(--blue-950); }
.hero-location { justify-content: center; width: auto; margin: 2rem auto 0; padding: 1rem 0 0; border: 0; border-top: 1px solid rgba(255, 255, 255, .5); background: transparent; color: rgba(255, 255, 255, .82); box-shadow: none; backdrop-filter: none; }
.hero-location strong { color: #fff; }
.hero-meta { display: none; }

.profiles-section { padding-top: clamp(4.5rem, 8vw, 7.5rem); }
.profiles-grid { gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); counter-reset: profiles; }
.profile-card { min-height: 280px; padding: 2.1rem 1.7rem; border: 0; border-right: 1px solid var(--line); background: #fff !important; box-shadow: none; counter-increment: profiles; }
.profile-card:last-child { border-right: 0; }
.profile-card::before { content: "0" counter(profiles); display: block; margin-bottom: 3.2rem; color: var(--blue-900); font-size: .82rem; font-weight: 700; letter-spacing: .12em; }
.profile-card:nth-child(2)::before { color: #b64e45; }
.profile-card:nth-child(3)::before { color: var(--green); }
.profile-card:nth-child(4)::before { color: #8c6c08; }
.profile-card:hover { background: #f8faf9 !important; box-shadow: none; transform: none; }
.profile-card h3, .profile-card p { color: var(--ink); }
.profile-card p { color: var(--muted); }

.feature-visual, .location-photo, .photo-story-media, .journey-visual, .culture-photo, .showcase-card { box-shadow: none; }
.visual-note { left: 0; right: auto; bottom: 0; max-width: 78%; padding: 1.1rem 1.25rem; border: 0; background: rgba(255, 255, 255, .94); color: var(--ink); }
.visual-note span { color: var(--muted); }
.check-list li { gap: .75rem; }
.check-list li::before { content: ""; width: 1.2rem; height: 2px; flex: 0 0 auto; margin-top: .72rem; background: var(--yellow); }

.section-blue { background: #f3f6f5; color: var(--ink); }
.section-blue h2, .section-blue h3, .section-blue .eyebrow { color: var(--ink); }
.section-blue .eyebrow { color: var(--blue-900); }
.services-grid { gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card, .service-card-dark { min-height: 260px; padding: 2rem 1.8rem; border: 0; border-right: 1px solid var(--line); background: transparent !important; box-shadow: none; }
.service-card:last-child { border-right: 0; }
.service-card:nth-child(2n), .service-card:nth-child(3n) { background: transparent !important; }
.service-card:hover { background: #fff !important; box-shadow: none; transform: none; }
.service-card h3, .service-card-dark h3 { color: var(--ink); }
.service-card p, .service-card-dark p { color: var(--muted); }

.reunion-showcase { background: #f6f3ee; }
.showcase-card { border: 0; }
.showcase-card:first-child { min-height: 500px; }
.showcase-overlay { position: absolute; z-index: 1; left: 1.5rem; right: 1.5rem; bottom: 1.4rem; display: grid; gap: .2rem; color: #fff; }
.showcase-overlay small { font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.showcase-overlay strong { color: #fff; font-size: 1.35rem; font-weight: 700; }
.showcase-overlay span { color: rgba(255, 255, 255, .82); font-size: .88rem; }
.showcase-overlay small { color: var(--yellow); }

.news-card, .document-card, .partner-card { border: 1px solid var(--line); background: #fff; box-shadow: none; }
.news-card:hover, .document-card:hover, .partner-card:hover { border-color: var(--blue-900); box-shadow: none; transform: none; }
.news-body h3 { color: var(--ink); font-weight: 700; }
.news-tag { border-left: 4px solid var(--yellow); background: #fff; color: var(--ink); box-shadow: none; }
.actualites-section { background: #fff; }

.cta-panel { padding: clamp(2.2rem, 5vw, 3.7rem); background: var(--blue-950); color: #fff; }
.cta-panel::after { display: none; }
.cta-panel h2 { color: #fff; }
.cta-panel p { color: rgba(255, 255, 255, .78); }
.cta-panel .eyebrow { color: #fff; }
.cta-panel .button-light { border-color: var(--yellow); background: var(--yellow); color: var(--blue-950); }
.cta-panel .button-outline-light { border: 1px solid #fff; color: #fff; }
.cta-panel .button-outline-light:hover { background: #fff; color: var(--blue-950); }

.contact-ribbon { background: var(--yellow); }
.contact-ribbon a { min-height: 6.5rem; padding: 1.3rem 1.7rem; }
.contact-ribbon a:hover { background: rgba(255, 255, 255, .22); }
.contact-ribbon small { color: #4e5e61; }
.contact-ribbon strong { color: var(--ink); }
.site-footer { background: linear-gradient(115deg, var(--blue-950) 0 34%, #246d55 34% 100%); }
.site-footer::before { display: none; }

.page-hero-photo::before { border-radius: 0; }
.photo-caption, .mini-features span, .journey-steps span, .news-tag, .filter-bar button { border-radius: 0; }
.journey-steps strong { background: var(--yellow); }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .48s ease, transform .48s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.profiles-grid .reveal:nth-child(n), .services-grid .reveal:nth-child(n), .news-grid .reveal:nth-child(n), .showcase-grid .reveal:nth-child(n), .culture-gallery .reveal:nth-child(n) { transition-delay: 0s; }

@media (max-width: 900px) {
  .profiles-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-card:nth-child(2) { border-right: 0; }
  .profile-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .page-hero-photo::before { border-radius: 0; }
}

@media (max-width: 760px) {
  .header-actions > .search-open { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; }
  .hero { min-height: 680px; }
  .hero::before { background: linear-gradient(180deg, rgba(7, 36, 50, .5), rgba(7, 36, 50, .82)), url("assets/facebook-couverture.jpg") 58% center / cover no-repeat; }
  .hero-content { padding: 5.5rem 0 4rem; }
  .hero h1 { font-size: clamp(2.75rem, 12vw, 4rem); }
  .hero-location { display: grid; gap: .25rem; }
  .profiles-section { padding-top: 4.8rem; }
  .profiles-grid { grid-template-columns: 1fr; }
  .profile-card { min-height: 235px; border-right: 0; border-bottom: 1px solid var(--line); }
  .profile-card:last-child { border-bottom: 0; }
  .profile-card::before { margin-bottom: 2rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .contact-ribbon a { min-height: 5.6rem; }
  .site-footer { background: linear-gradient(155deg, var(--blue-950) 0 19%, #246d55 19% 100%); }
}

/* Direction v5 — mouvement discret, accents péi et confort mobile */
.main-header {
  transition: box-shadow .25s ease, background-color .25s ease;
}

.main-header.is-scrolled {
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 24px rgba(8, 45, 65, .08);
}

.hero::before {
  transform-origin: center;
  animation: hero-image-in 1.25s cubic-bezier(.2, .7, .2, 1) both;
}

.button {
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-link {
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.button-link:hover {
  border-color: var(--coral);
  color: var(--coral);
  transform: translateX(3px);
}

.profiles-grid,
.services-grid {
  position: relative;
}

.profile-card::after,
.service-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--blue-900);
  transform: scaleX(.3);
  transform-origin: left;
  transition: transform .28s ease;
}

.profile-card:nth-child(2)::after,
.service-card:nth-child(2)::after { background: var(--coral); }
.profile-card:nth-child(3)::after,
.service-card:nth-child(3)::after { background: var(--green); }
.profile-card:nth-child(4)::after { background: var(--yellow); }

.profile-card:hover::after,
.service-card:hover::after {
  transform: scaleX(1);
}

.section-blue {
  background: linear-gradient(110deg, #f3f6f5 0%, #f7f9f8 72%, #f3f7f4 100%);
}

.page-hero:not(.page-hero-photo) {
  background: linear-gradient(110deg, #eef6f8 0%, #f4f8f8 78%, #fff9df 100%);
}

.news-visual,
.showcase-card img,
.photo-story-media img,
.culture-photo img {
  transition: transform .65s cubic-bezier(.2, .7, .2, 1), filter .3s ease;
}

.news-card:hover .news-visual,
.showcase-card:hover img,
.photo-story-media:hover img,
.culture-photo:hover img {
  filter: saturate(1.04);
}

.reveal {
  transform: translateY(20px);
  transition: opacity .58s ease, transform .58s cubic-bezier(.2, .7, .2, 1);
}

.profiles-grid .reveal:nth-child(2),
.services-grid .reveal:nth-child(2),
.news-grid .reveal:nth-child(2),
.showcase-grid .reveal:nth-child(2),
.culture-gallery .reveal:nth-child(2) { transition-delay: .045s; }
.profiles-grid .reveal:nth-child(3),
.services-grid .reveal:nth-child(3),
.news-grid .reveal:nth-child(3),
.showcase-grid .reveal:nth-child(3),
.culture-gallery .reveal:nth-child(3) { transition-delay: .09s; }
.profiles-grid .reveal:nth-child(4),
.services-grid .reveal:nth-child(4),
.news-grid .reveal:nth-child(4) { transition-delay: .135s; }

@keyframes hero-image-in {
  from { opacity: .82; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes mobile-menu-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}

@media (hover: none) {
  .button:hover,
  .button-link:hover,
  .profile-card:hover,
  .service-card:hover,
  .news-card:hover,
  .document-card:hover,
  .partner-card:hover {
    transform: none;
  }

  .profile-card::after,
  .service-card::after {
    transform: scaleX(1);
  }
}

@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .container { width: min(calc(100% - 2rem), var(--container)); }
  .section { padding: 3.8rem 0; }
  .section-sm { padding: 2.5rem 0; }
  .section-heading { margin-bottom: 2rem; }
  .section-heading h2 { margin-bottom: .8rem; font-size: clamp(1.9rem, 8.5vw, 2.55rem); }
  .section-heading p { font-size: 1rem; }
  h2 { font-size: clamp(1.9rem, 8.5vw, 2.55rem); }
  h3 { font-size: 1.2rem; }

  .main-header { position: sticky; top: 0; }
  .header-inner { min-height: 4.55rem; gap: .7rem; }
  .brand-logo { width: 118px; }
  .header-actions { gap: .4rem; }
  .menu-toggle { min-width: 3.6rem; min-height: 2.75rem; justify-content: center; padding-inline: .65rem; border: 1px solid var(--line); }
  .mobile-menu { max-height: calc(100dvh - 4.55rem); overscroll-behavior: contain; box-shadow: 0 16px 26px rgba(8, 45, 65, .09); }
  .mobile-menu:not([hidden]) { animation: mobile-menu-in .22s ease both; }
  .mobile-menu ul { padding: .35rem 0 1rem; }
  .mobile-menu a { min-height: 3.15rem; display: flex; align-items: center; padding: .75rem 0; font-size: .95rem; }

  .hero { min-height: 620px; }
  .hero-content { padding: 4.25rem 0 3.75rem; }
  .hero h1 { font-size: clamp(2.45rem, 11.5vw, 3.45rem); line-height: 1.04; }
  .hero-lead { max-width: 34rem; font-size: 1.04rem; line-height: 1.55; }
  .hero-location { margin-top: 1.6rem; padding-top: .85rem; font-size: .8rem; }

  .page-hero:not(.page-hero-photo) { padding: 3.4rem 0 3.15rem; }
  .page-hero h1 { font-size: clamp(2.25rem, 10.5vw, 3rem); }
  .page-hero p { font-size: 1rem; }
  .breadcrumbs { margin-bottom: 1.4rem; }

  .profiles-section { padding-top: 3.8rem; }
  .profile-card { min-height: 0; padding: 1.55rem 1.35rem 1.65rem; }
  .profile-card::before { margin-bottom: 1.35rem; }
  .profile-card .button-link { margin-top: 1.15rem; }

  .feature-split,
  .photo-story,
  .form-layout { gap: 2.6rem; }
  .feature-visual { min-height: 340px; }
  .visual-note { right: 0; max-width: 100%; padding: .9rem 1rem; }
  .feature-copy > p,
  .photo-story-copy > p { font-size: 1rem; }

  .service-card,
  .service-card-dark { min-height: 0; padding: 1.55rem 1.35rem; }
  .service-card .button-link { margin-top: .75rem; }

  .showcase-card,
  .showcase-card:first-child { min-height: 320px; }
  .showcase-overlay { left: 1.1rem; right: 1.1rem; bottom: 1rem; }
  .showcase-overlay strong { font-size: 1.2rem; }

  .news-card-featured .news-visual,
  .news-visual { min-height: 215px; }
  .news-body { padding: 1.2rem; }
  .news-body h3 { font-size: 1.25rem; }

  .cta-panel { padding: 1.65rem 1.3rem; }
  .cta-panel-inner { gap: 1.35rem; }
  .cta-panel h2 { font-size: clamp(1.8rem, 8vw, 2.3rem); }
  .cta-panel .button-group { width: 100%; }

  .page-hero-photo { min-height: 570px; padding: 3.3rem 0 16.5rem; }
  .page-hero-photo::before { height: 43%; }
  .page-hero-photo::after { height: 64%; }
  .page-hero-photo h1 { font-size: clamp(2.25rem, 10.5vw, 3rem); }
  .photo-story-media,
  .photo-story-media img { min-height: 320px; }
  .location-photo,
  .location-photo img { min-height: 300px; }
  .journey-visual,
  .journey-visual img { min-height: 390px; }
  .journey-steps { left: .75rem; right: .75rem; bottom: .75rem; }
  .journey-steps span { padding: .65rem .7rem; font-size: .88rem; }
  .culture-gallery { grid-template-rows: repeat(3, 285px); }

  .event-card-visual { padding: 0 1rem 1.15rem; }
  .event-thumb { min-height: 210px; }
  .event-body p { font-size: .92rem; }
  .filter-bar { gap: .45rem; margin-bottom: 1.4rem; }
  .filter-bar button { min-height: 2.75rem; padding: .55rem .85rem; }

  .form-card { padding: 1.25rem; }
  .field input,
  .field select,
  .field textarea { min-height: 3.15rem; font-size: 1rem; }
  .field textarea { min-height: 9rem; }
  .contact-detail { padding: 1rem 0; }
  .contact-detail strong,
  .contact-detail span,
  .contact-ribbon strong { overflow-wrap: anywhere; }
  .map-card { min-height: 300px; padding: 1.5rem 1.15rem; }

  .contact-ribbon a { min-height: 5.2rem; padding: 1rem .2rem; }
  .site-footer { padding-top: 3.5rem; }
  .footer-grid { gap: 2rem 1.25rem; }
  .footer-bottom { margin-top: 2.5rem; }
}

@media (max-width: 480px) {
  .hero { min-height: 640px; }
  .hero .button-group { display: grid; }
  .hero .button { width: 100%; }
  .hero h1 { font-size: clamp(2.25rem, 11.5vw, 3rem); }
  .hero-lead { font-size: 1rem; }
  .button-group { width: 100%; }
  .button-group .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

/* Direction v6 — échelle mobile alignée sur la version ordinateur */
@media (max-width: 760px) {
  body { font-size: 14px; line-height: 1.5; }
  .container { width: min(calc(100% - 1.75rem), var(--container)); }
  .section { padding: 2.8rem 0; }
  .section-sm { padding: 2rem 0; }
  .section-heading { margin-bottom: 1.55rem; }
  .section-heading h2,
  h2 { font-size: clamp(1.65rem, 7vw, 2.05rem); line-height: 1.08; }
  h3 { font-size: 1.08rem; line-height: 1.15; }
  .section-heading p { max-width: 34rem; font-size: .93rem; line-height: 1.55; }
  .eyebrow { margin-bottom: .7rem; font-size: .68rem; }
  .eyebrow::before { width: 1.8rem; }

  .header-inner { min-height: 3.9rem; }
  .brand-logo { width: 100px; }
  .menu-toggle { min-width: 3.3rem; min-height: 2.4rem; padding: .4rem .55rem; font-size: .78rem; }
  .mobile-menu { max-height: calc(100dvh - 3.9rem); }
  .mobile-menu ul { padding: .2rem 0 .75rem; }
  .mobile-menu a { min-height: 2.75rem; padding: .6rem 0; font-size: .87rem; }

  .hero { min-height: 510px; }
  .hero-content { width: min(35rem, 100%); padding: 3rem 0 2.6rem; }
  .hero h1 { max-width: 32rem; font-size: clamp(2rem, 9vw, 2.65rem); line-height: 1.04; }
  .hero-lead { max-width: 31rem; margin-bottom: 1.35rem; font-size: .94rem; line-height: 1.5; }
  .hero .button-group { display: flex; flex-wrap: wrap; gap: .55rem; }
  .hero .button { width: auto; min-height: 2.65rem; padding: .65rem .8rem; font-size: .77rem; }
  .hero-location { margin-top: 1.25rem; padding-top: .7rem; font-size: .72rem; line-height: 1.45; }

  .page-hero:not(.page-hero-photo) { padding: 2.5rem 0 2.3rem; }
  .page-hero h1 { margin-bottom: .8rem; font-size: clamp(1.9rem, 8.5vw, 2.45rem); line-height: 1.06; }
  .page-hero p { max-width: 34rem; font-size: .92rem; line-height: 1.55; }
  .breadcrumbs { margin-bottom: 1rem; font-size: .74rem; }
  .page-hero::before { width: 12rem; height: 12rem; right: -5rem; top: -7rem; border-width: 2.5rem; }

  .profiles-section { padding-top: 2.8rem; }
  .profile-card { padding: 1.2rem 1rem 1.3rem; }
  .profile-card::before { margin-bottom: .8rem; font-size: .68rem; }
  .profile-card h3 { margin-bottom: .45rem; }
  .profile-card p { margin-bottom: .45rem; font-size: .88rem; line-height: 1.5; }
  .profile-card .button-link { margin-top: .65rem; }

  .button { min-height: 2.8rem; padding: .68rem 1rem; font-size: .86rem; }
  .button-link { font-size: .84rem; }
  .feature-split,
  .photo-story,
  .form-layout { gap: 2rem; }
  .feature-visual { min-height: 250px; }
  .visual-note { padding: .72rem .8rem; }
  .visual-note strong { font-size: .92rem; }
  .visual-note span { font-size: .76rem; line-height: 1.4; }
  .feature-copy > p,
  .photo-story-copy > p { font-size: .92rem; }
  .check-list { gap: .6rem; margin: 1.25rem 0 1.45rem; }
  .check-list li { font-size: .88rem; }

  .service-card,
  .service-card-dark { padding: 1.2rem 1rem; }
  .service-card h3 { margin-bottom: .5rem; }
  .service-card p { margin-bottom: .4rem; font-size: .88rem; line-height: 1.5; }
  .service-card .button-link { margin-top: .55rem; }

  .showcase-grid { gap: .7rem; }
  .showcase-card,
  .showcase-card:first-child { min-height: 245px; }
  .showcase-overlay { left: .85rem; right: .85rem; bottom: .75rem; }
  .showcase-overlay small { font-size: .62rem; }
  .showcase-overlay strong { font-size: 1rem; }
  .showcase-overlay span { font-size: .75rem; }

  .news-grid { gap: .8rem; }
  .news-card-featured .news-visual,
  .news-visual { min-height: 165px; }
  .news-tag { min-height: 1.45rem; padding: .18rem .45rem; font-size: .62rem; }
  .news-body { padding: .95rem; }
  .news-meta { margin-bottom: .45rem; font-size: .7rem; }
  .news-body h3 { margin-bottom: .6rem; font-size: 1.08rem; }
  .news-body p { margin-bottom: .75rem; font-size: .86rem; line-height: 1.5; }

  .cta-panel { padding: 1.3rem 1rem; }
  .cta-panel-inner { gap: 1rem; }
  .cta-panel h2 { margin-bottom: .5rem; font-size: clamp(1.55rem, 7vw, 1.9rem); }
  .cta-panel p { font-size: .86rem; }
  .cta-panel .button-group { display: flex; flex-wrap: wrap; }
  .cta-panel .button { width: auto; }

  .page-hero-photo { min-height: 485px; padding: 2.55rem 0 12.5rem; }
  .page-hero-photo::before { height: 40%; }
  .page-hero-photo::after { height: 65%; }
  .page-hero-photo h1 { font-size: clamp(1.9rem, 8.5vw, 2.45rem); }
  .photo-story-media,
  .photo-story-media img { min-height: 245px; }
  .location-photo,
  .location-photo img { min-height: 235px; }
  .map-card { min-height: 235px; padding: 1.15rem 1rem; }
  .journey-visual,
  .journey-visual img { min-height: 310px; }
  .journey-steps { left: .55rem; right: .55rem; bottom: .55rem; gap: .35rem; }
  .journey-steps span { padding: .5rem .55rem; font-size: .76rem; }
  .culture-gallery { grid-template-rows: repeat(3, 220px); gap: .7rem; }
  .culture-photo figcaption { left: .85rem; bottom: .75rem; }
  .culture-photo figcaption strong { font-size: 1rem; }
  .culture-photo figcaption span { font-size: .75rem; }
  .photo-caption { padding: .45rem .6rem; font-size: .68rem; }
  .mini-features { gap: .4rem; margin: 1rem 0 1.25rem; }
  .mini-features span { padding: .38rem .55rem; font-size: .72rem; }

  .filter-bar { margin-bottom: 1.1rem; }
  .filter-bar button { min-height: 2.4rem; padding: .45rem .7rem; font-size: .76rem; }
  .event-card-visual { padding: 0 .8rem .9rem; gap: .65rem; }
  .event-thumb { min-height: 155px; margin-inline: -.8rem; }
  .event-card-visual .event-date { min-width: 5.4rem; min-height: 4.2rem; }
  .event-date strong { font-size: 1.2rem; }
  .event-date span { font-size: .65rem; }
  .event-body h3 { font-size: 1.02rem; }
  .event-body p { font-size: .8rem; }
  .tag { font-size: .6rem; }

  .stats-grid,
  .process-grid,
  .documents-grid,
  .partners-grid { gap: .75rem; }
  .stat,
  .process-card,
  .document-card,
  .partner-card { padding: 1rem; }
  .stat strong { font-size: 1.55rem; }
  .process-card::before { width: 2.2rem; height: 2.2rem; margin-bottom: .8rem; }
  .document-card p,
  .partner-card p { font-size: .86rem; }

  .contact-details { gap: .45rem; }
  .contact-detail { padding: .72rem 0; }
  .contact-detail strong { font-size: .9rem; }
  .contact-detail span { font-size: .78rem; }
  .info-banner { padding: .9rem; font-size: .84rem; }
  .form-card { padding: 1rem; }
  .form-card h2 { font-size: 1.45rem; }
  .form-grid { gap: .75rem; }
  .field { gap: .3rem; font-size: .8rem; }
  .field input,
  .field select,
  .field textarea { min-height: 2.85rem; padding: .6rem .7rem; font-size: 1rem; }
  .field textarea { min-height: 7.5rem; }
  .checkbox { font-size: .76rem; }
  .form-note { font-size: .7rem; }

  .contact-ribbon a { min-height: 4.5rem; padding: .75rem .1rem; }
  .contact-ribbon small { font-size: .68rem; }
  .contact-ribbon strong { font-size: .82rem; }
  .site-footer { padding: 2.8rem 0 1.1rem; }
  .footer-grid { gap: 1.5rem 1rem; }
  .footer-brand p { margin: 1rem 0; font-size: .82rem; }
  .site-footer h2 { margin-bottom: .7rem; font-size: .7rem; }
  .site-footer li + li { margin-top: .4rem; }
  .site-footer li a { font-size: .78rem; }
  .footer-bottom { gap: .45rem; margin-top: 1.8rem; padding-top: 1rem; font-size: .68rem; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 1.5rem), var(--container)); }
  .hero { min-height: 500px; }
  .hero-content { padding: 2.7rem 0 2.25rem; }
  .hero h1 { font-size: clamp(1.9rem, 8.8vw, 2.3rem); }
  .hero .button-group { flex-wrap: nowrap; }
  .hero .button { padding-inline: .65rem; font-size: .7rem; white-space: nowrap; }
  .cta-panel .button-group { display: grid; }
  .cta-panel .button { width: 100%; }
  .page-hero-photo { min-height: 470px; }
}

/* Direction v7 — correction d'après les captures iPhone */
@media (max-width: 760px) {
  body { font-size: 13px; }
  .section { padding: 2.35rem 0; }
  .section-sm { padding: 1.65rem 0; }
  .section p { font-size: .84rem; line-height: 1.5; }
  .section-heading { max-width: 31rem; margin-bottom: 1.25rem; }
  .section-heading h2,
  h2 { font-size: clamp(1.45rem, 6vw, 1.8rem); }
  h3 { font-size: 1rem; }
  .section-heading p { font-size: .84rem; }
  .eyebrow { gap: .42rem; margin-bottom: .55rem; font-size: .62rem; }
  .eyebrow::before { width: 1.55rem; height: 3px; }

  .page-hero:not(.page-hero-photo) { padding: 2.1rem 0 1.95rem; }
  .page-hero h1,
  .page-hero-photo h1 { font-size: clamp(1.75rem, 7.7vw, 2.15rem); }
  .page-hero p { font-size: .84rem; }
  .page-hero-photo { min-height: 450px; padding: 2.2rem 0 11.6rem; }

  .profiles-section { padding-top: 2.35rem; }
  .profile-card { padding: 1rem .85rem 1.1rem; }
  .profile-card::before { margin-bottom: .6rem; }
  .profile-card p { font-size: .8rem; }

  .services-grid,
  .news-grid,
  .actualites-grid,
  .documents-grid,
  .partners-grid,
  .process-grid,
  .stats-grid { grid-template-columns: minmax(0, 1fr); }
  .news-card-featured { grid-column: auto; }
  .service-card,
  .service-card-dark { min-height: 0; padding: 1rem .85rem; }
  .service-card h3,
  .service-card-dark h3 { font-size: .98rem; }
  .service-card p,
  .service-card-dark p { font-size: .8rem; }
  .button-link { font-size: .78rem; }

  .button,
  .section .button,
  .section .button-group .button { width: auto; min-height: 2.75rem; padding: .6rem .82rem; font-size: .78rem; }
  .button-group { display: flex; flex-wrap: wrap; width: auto; }

  .feature-split,
  .photo-story,
  .form-layout { gap: 1.6rem; }
  .feature-copy > p,
  .photo-story-copy > p { font-size: .82rem; }
  .feature-visual { min-height: 225px; }
  .check-list { margin: 1rem 0 1.2rem; }
  .check-list li { font-size: .8rem; }

  .showcase-card,
  .showcase-card:first-child { min-height: 220px; }
  .news-grid,
  .actualites-grid { gap: .75rem; }
  .actualites-grid .news-card { min-height: 0; }
  .news-card-featured .news-visual,
  .news-visual { min-height: 155px; }
  .news-body { padding: .85rem; }
  .news-body h3 { font-size: 1rem; }
  .news-body p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: .8rem;
  }

  .cta-panel h2 { font-size: 1.45rem; }
  .cta-panel p { font-size: .8rem; }
  .cta-panel .button-group { display: flex; }
  .cta-panel .button { width: auto; }

  .photo-story-media,
  .photo-story-media img { min-height: 220px; }
  .location-photo,
  .location-photo img { min-height: 215px; }
  .journey-visual,
  .journey-visual img { min-height: 285px; }
  .culture-gallery { grid-template-rows: repeat(3, 200px); }

  .info-banner { padding: .75rem; font-size: .78rem; }
  .stat,
  .process-card,
  .document-card,
  .partner-card { padding: .85rem; }
  .form-card { padding: .9rem; }

  .contact-ribbon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-ribbon a { min-height: 4rem; padding: .62rem .6rem; border-right: 1px solid rgba(8,43,76,.18); }
  .contact-ribbon a:first-child { grid-column: 1 / -1; }
  .contact-ribbon a:nth-child(2) { border-bottom: 0; }
  .contact-ribbon a:last-child { border-right: 0; border-bottom: 0; }
  .contact-ribbon small { font-size: .6rem; }
  .contact-ribbon strong { font-size: .72rem; line-height: 1.35; }

  .site-footer { padding: 2rem 0 .9rem; }
  .site-footer .brand-logo { width: 108px; padding: .25rem .35rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem .9rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { display: none; }
  .social-link { margin-top: .7rem; font-size: .75rem; }
  .site-footer h2 { margin-bottom: .55rem; font-size: .62rem; }
  .site-footer li + li { margin-top: .3rem; }
  .site-footer li a { font-size: .7rem; line-height: 1.35; }
  .footer-bottom { margin-top: 1.2rem; padding-top: .75rem; font-size: .6rem; }
  .footer-bottom p:last-child { display: none; }
}

@media (max-width: 420px) {
  .hero .button-group { flex-wrap: wrap; }
  .hero .button { font-size: .68rem; }
  .cta-panel .button-group { display: grid; }
  .cta-panel .button { width: 100%; }
}

/* Direction v8 — cartes dépliables, épurées sur tous les écrans */
.services-grid,
.profiles-grid { align-items: start; }

.service-card.accordion-card,
.service-card-dark.accordion-card,
.profile-card.accordion-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: transparent !important;
  box-shadow: none;
}

.profile-card.accordion-card::before { display: none; }
.accordion-card::after { transform: scaleX(1); }

.accordion-trigger {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.35rem 1.4rem;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.accordion-trigger:hover { background: rgba(7, 91, 131, .045); color: var(--blue-900); }
.accordion-trigger:focus-visible { outline: 3px solid var(--yellow); outline-offset: -4px; }

.accordion-title {
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.accordion-arrow {
  width: .72rem;
  height: .72rem;
  flex: 0 0 auto;
  margin-right: .2rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .28s cubic-bezier(.2, .7, .2, 1);
}

.accordion-card.is-open .accordion-arrow { transform: rotate(225deg) translate(-1px, -1px); }

.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .34s cubic-bezier(.2, .7, .2, 1), opacity .24s ease;
}

.accordion-panel-inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 1.4rem;
  transition: padding-bottom .34s cubic-bezier(.2, .7, .2, 1);
}

.accordion-card.is-open .accordion-panel { grid-template-rows: 1fr; opacity: 1; }
.accordion-card.is-open .accordion-panel-inner { padding-bottom: 1.4rem; }
.accordion-panel-inner p { margin: 0 0 1rem; color: var(--muted); font-size: .95rem; line-height: 1.55; }
.accordion-panel-inner .button-link { margin-top: 0; }

.profile-card.accordion-card .accordion-trigger { min-height: 6.2rem; }
.profile-card.accordion-card .accordion-title { font-size: clamp(1.18rem, 1.55vw, 1.42rem); }
.profile-card.accordion-card:hover,
.service-card.accordion-card:hover { transform: none; }

@media (max-width: 760px) {
  .accordion-trigger,
  .profile-card.accordion-card .accordion-trigger {
    min-height: 4.25rem;
    gap: .8rem;
    padding: .95rem .85rem;
  }

  .accordion-title,
  .profile-card.accordion-card .accordion-title {
    font-size: 1.12rem;
    line-height: 1.15;
  }

  .accordion-arrow { width: .62rem; height: .62rem; margin-right: .15rem; }
  .accordion-panel-inner { padding-inline: .85rem; }
  .accordion-card.is-open .accordion-panel-inner { padding-bottom: 1rem; }
  .accordion-panel-inner p { margin-bottom: .75rem; font-size: .82rem; }
  .service-card.accordion-card,
  .profile-card.accordion-card { border-bottom: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  .accordion-panel,
  .accordion-panel-inner,
  .accordion-arrow { transition: none; }
}
