@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope-variable.ttf") format("truetype");
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
}

:root {
    --eq-blue: #004B87;
    --eq-blue-dark: #00345f;
    --eq-blue-light: #dceffc;
    --eq-sky: #8bc8ea;
    --eq-amber: #f4a641;
    --eq-amber-dark: #c66f06;
    --eq-ink: #102536;
    --eq-body: #496172;
    --eq-muted: #718494;
    --eq-paper: #fffef9;
    --eq-tint: #f3f8fb;
    --eq-line: #d5e0e7;
    --eq-white: #fff;
    --eq-shadow: 0 20px 55px -35px rgba(16, 37, 54, .42);
    --eq-radius: 1.1rem;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--eq-body); background: var(--eq-paper); font-family: "Manrope", system-ui, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, input { font-family: inherit; }
a { color: var(--eq-blue); }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { color: var(--eq-ink); font-weight: 750; letter-spacing: -.035em; line-height: 1.13; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.25rem, 5.6vw, 4.8rem); }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.75rem); }
h3 { font-size: 1.15rem; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eq-skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 1000; transform: translateY(-150%); padding: .7rem 1rem; background: var(--eq-ink); color: #fff; }
.eq-skip-link:focus { transform: translateY(0); }
.eq-wrap { width: min(100% - 2rem, 78rem); margin-inline: auto; }
.eq-wrap--narrow { width: min(100% - 2rem, 54rem); }
.eq-section { padding: clamp(4rem, 7vw, 7rem) 0; }
.eq-section--tint { background: var(--eq-tint); border-block: 1px solid var(--eq-line); }
.eq-kicker { margin: 0 0 .65rem; color: var(--eq-blue); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eq-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.eq-section-heading > div { max-width: 45rem; }
.eq-section-heading h2 { margin-bottom: .75rem; }
.eq-section-heading p:last-child { max-width: 42rem; margin-bottom: 0; font-size: 1.05rem; }
.eq-text-link { display: inline-flex; gap: .45rem; align-items: center; color: var(--eq-blue); font-weight: 750; text-decoration: none; border-bottom: 2px solid var(--eq-amber); }
.eq-text-link:hover { color: var(--eq-blue-dark); }
.eq-button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .78rem 1.2rem; border: 0; border-radius: .65rem; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.eq-button:hover { transform: translateY(-2px); }
.eq-button--amber { color: #2f1b02; background: var(--eq-amber); box-shadow: 0 12px 28px -14px rgba(198, 111, 6, .9); }
.eq-button--amber:hover { background: #ffb95e; color: #2f1b02; }
.eq-button--blue { color: #fff; background: var(--eq-blue); }
.eq-button--blue:hover { color: #fff; background: var(--eq-blue-dark); }
.eq-button--light { color: var(--eq-blue-dark); background: #fff; }
.eq-button--light:hover { color: var(--eq-blue-dark); background: var(--eq-blue-light); }
.eq-button--large { padding: 1rem 1.45rem; font-size: 1.04rem; }
:focus-visible { outline: 3px solid var(--eq-amber); outline-offset: 3px; }

/* En-tête compact et volontairement décentré */
.eq-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 254, 249, .96); border-top: 5px solid var(--eq-blue); border-bottom: 1px solid var(--eq-line); backdrop-filter: blur(12px); }
.eq-header__inner { width: min(100% - 2rem, 82rem); min-height: 4.2rem; margin: auto; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: stretch; }
.eq-brand { display: flex; align-items: center; gap: .65rem; min-width: 13.5rem; padding-right: 1.5rem; color: var(--eq-ink); text-decoration: none; border-right: 1px solid var(--eq-line); }
.eq-brand__mark { width: 2.7rem; height: 2.7rem; flex: 0 0 auto; }
.eq-brand__mark svg { display: block; width: 100%; height: 100%; }
.eq-brand__mark rect { fill: var(--eq-blue); stroke: none; }
.eq-brand__mark .grid { fill: none; stroke: var(--eq-sky); stroke-width: 1.2; opacity: .65; }
.eq-brand__mark .fleur { fill: var(--eq-amber); stroke: #fff; stroke-width: 1.15; stroke-linejoin: round; }
.eq-brand__mark .stem { fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; }
.eq-brand__words { display: flex; flex-direction: column; line-height: .95; font-size: 1.08rem; letter-spacing: -.04em; }
.eq-brand__words strong { color: var(--eq-blue); font-size: 1.3rem; }
.eq-brand__custom { max-height: 2.9rem; width: auto; }
.eq-header__rail { display: flex; align-items: stretch; min-width: 0; }
.eq-nav { display: flex; align-items: center; margin-left: 1.5rem; }
.eq-nav__list { display: flex; align-items: center; gap: 1.4rem; margin: 0; padding: 0; list-style: none; }
.eq-nav__link { color: var(--eq-ink); font-size: .9rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.eq-nav__link:hover, .current-menu-item.eq-nav__link { color: var(--eq-blue); }
.eq-search { position: relative; }
.eq-search--header { width: min(13rem, 20vw); margin: auto 1rem auto auto; }
.eq-search--header input { width: 100%; padding: .58rem 2.4rem .58rem .8rem; color: var(--eq-ink); background: var(--eq-tint); border: 1px solid var(--eq-line); border-radius: .45rem; }
.eq-search--header button { position: absolute; right: .35rem; top: 50%; transform: translateY(-50%); padding: .25rem .45rem; color: var(--eq-blue); background: transparent; border: 0; font-size: 1.2rem; cursor: pointer; }
.eq-header__cta { display: flex; align-items: center; padding-inline: 1.25rem; color: #fff; background: var(--eq-blue); font-size: .88rem; font-weight: 800; text-decoration: none; }
.eq-header__cta:hover { color: #fff; background: var(--eq-blue-dark); }
.eq-menu-toggle { display: none; align-self: center; justify-self: end; padding: .45rem .65rem; color: var(--eq-blue); background: var(--eq-blue-light); border: 0; border-radius: .45rem; font-size: 1.3rem; }
.eq-mobile-menu { padding: 1rem; background: #fff; border-top: 1px solid var(--eq-line); }
.eq-mobile-menu__list { display: grid; gap: .3rem; margin: .8rem 0 0; padding: 0; list-style: none; }
.eq-mobile-menu__link { display: block; padding: .65rem .75rem; color: var(--eq-ink); font-weight: 700; text-decoration: none; border-radius: .4rem; }
.eq-mobile-menu__link:hover { background: var(--eq-tint); }
.eq-search--mobile label { display: block; margin-bottom: .35rem; color: var(--eq-ink); font-weight: 700; }
.eq-search--mobile div, .eq-search--archive div { display: flex; }
.eq-search--mobile input, .eq-search--archive input { min-width: 0; flex: 1; padding: .7rem; border: 1px solid var(--eq-line); border-radius: .4rem 0 0 .4rem; }
.eq-search--mobile button, .eq-search--archive button { padding: .65rem .85rem; color: #fff; background: var(--eq-blue); border: 0; border-radius: 0 .4rem .4rem 0; font-weight: 750; }

/* Hero éditorial */
.eq-hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7.5rem) 0; background: linear-gradient(100deg, var(--eq-paper) 0 63%, var(--eq-blue-light) 63%); border-bottom: 1px solid var(--eq-line); }
.eq-hero::before { content: ""; position: absolute; width: 19rem; height: 19rem; left: -11rem; bottom: -12rem; border: 2.5rem solid rgba(0, 75, 135, .07); border-radius: 50%; }
.eq-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(26rem, .95fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.eq-hero__copy { position: relative; z-index: 1; }
.eq-hero__issue { display: inline-flex; margin-bottom: 1.2rem; padding: .3rem .65rem; color: var(--eq-blue); background: var(--eq-blue-light); font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eq-hero h1 { max-width: 12ch; margin-bottom: 1.25rem; }
.eq-hero__lead { max-width: 40rem; margin-bottom: 1.8rem; font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.eq-hero__actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.eq-hero__proof { display: flex; flex-wrap: wrap; gap: .6rem 1.35rem; margin: 1.7rem 0 0; padding: 1.2rem 0 0; list-style: none; border-top: 1px solid var(--eq-line); }
.eq-hero__proof li { position: relative; padding-left: 1.05rem; color: var(--eq-ink); font-size: .85rem; font-weight: 650; }
.eq-hero__proof li::before { content: ""; position: absolute; left: 0; top: .53em; width: .45rem; height: .45rem; background: var(--eq-amber); transform: rotate(45deg); }
.eq-hero__board { position: relative; z-index: 1; background: #fff; border: 1px solid #a9c4d5; box-shadow: 20px 24px 0 var(--eq-blue), var(--eq-shadow); transform: rotate(1.25deg); }
.eq-hero__board-top { display: flex; justify-content: space-between; padding: .72rem 1rem; color: #fff; background: var(--eq-blue-dark); font-size: .72rem; letter-spacing: .12em; }
.eq-hero__board-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; font-size: .82rem; font-variant-numeric: tabular-nums; }
.eq-hero__board-grid > * { min-width: 0; padding: .7rem .75rem; color: var(--eq-ink); border-right: 1px solid var(--eq-line); border-bottom: 1px solid var(--eq-line); }
.eq-board-label { color: var(--eq-blue) !important; background: var(--eq-blue-light); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.eq-board-total { color: var(--eq-blue-dark) !important; background: #fff7e9; font-weight: 800; }
.eq-hero__board-footer { display: flex; align-items: center; gap: .35rem; padding: .55rem 1rem; background: #eef3f6; font-size: .68rem; }
.eq-hero__board-footer span { padding: .25rem .6rem; background: #fff; border: 1px solid var(--eq-line); }
.eq-hero__board-footer i { width: .85rem; height: .85rem; margin-left: auto; background: var(--eq-amber); border-radius: 50%; }
.eq-hero__stamp { position: absolute; right: -1.5rem; top: -2.2rem; width: 7.1rem; height: 7.1rem; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--eq-blue); border: 5px solid var(--eq-paper); border-radius: 50%; text-align: center; transform: rotate(7deg); }
.eq-hero__stamp strong { font-size: 1.8rem; line-height: 1; }
.eq-hero__stamp span { max-width: 5rem; font-size: .65rem; line-height: 1.25; }

/* Catégories et fiches */
.eq-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--eq-line); border-left: 1px solid var(--eq-line); }
.eq-category-card { position: relative; min-height: 10.5rem; display: flex; flex-direction: column; padding: 1.25rem; color: var(--eq-ink); background: #fff; border-right: 1px solid var(--eq-line); border-bottom: 1px solid var(--eq-line); text-decoration: none; transition: background .18s, transform .18s; }
.eq-category-card:hover { z-index: 1; color: #fff; background: var(--eq-blue); transform: translateY(-4px); }
.eq-category-card__number { color: var(--eq-amber-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.eq-category-card__name { margin: auto 0 .25rem; font-size: 1.12rem; font-weight: 800; }
.eq-category-card small { color: var(--eq-muted); }
.eq-category-card:hover small, .eq-category-card:hover .eq-category-card__number { color: var(--eq-blue-light); }
.eq-category-card i { position: absolute; top: 1rem; right: 1rem; font-style: normal; }
.eq-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.eq-model-card { display: grid; grid-template-columns: 2.65rem minmax(0, 1fr); grid-template-rows: auto 1fr; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--eq-line); box-shadow: 0 12px 35px -30px rgba(16, 37, 54, .8); transition: transform .2s, box-shadow .2s; }
.eq-model-card:hover { transform: translateY(-4px); box-shadow: var(--eq-shadow); }
.eq-model-card__rail { grid-row: 1 / 3; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--eq-blue); overflow: hidden; }
.eq-model-card__rail span { writing-mode: vertical-rl; transform: rotate(180deg); font-size: .68rem; font-weight: 800; letter-spacing: .22em; }
.eq-model-card__image { grid-column: 2; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--eq-pale); border-bottom: 1px solid var(--eq-line); }
.eq-model-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: top left; transition: transform .25s ease; }
.eq-model-card:hover .eq-model-card__image img { transform: scale(1.025); }
.eq-model-card__body { grid-column: 2; display: flex; flex-direction: column; min-width: 0; min-height: 0; padding: 1.1rem 1.2rem 1.25rem; }
.eq-model-card__meta { display: flex; justify-content: space-between; gap: .8rem; color: var(--eq-blue); font-size: .7rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.eq-model-card__meta small { color: var(--eq-muted); font-size: .65rem; font-weight: 600; text-align: right; }
.eq-model-card h3 { margin: .7rem 0 .95rem; font-size: 1.05rem; line-height: 1.25; }
.eq-model-card h3 a { color: var(--eq-ink); text-decoration: none; }
.eq-model-card h3 a:hover { color: var(--eq-blue); }

.eq-model-card__link { margin-top: auto; color: var(--eq-blue); font-size: .84rem; font-weight: 800; text-decoration: none; }
.eq-model-card__category { color: var(--eq-blue); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eq-model-card--small .eq-model-card__body { min-height: 11rem; }
.eq-model-card--small h3 { font-size: 1.05rem; }
.eq-empty { grid-column: 1 / -1; padding: 2rem; background: #fff; border: 1px dashed var(--eq-line); }

/* Avantages */
.eq-features { background: var(--eq-blue-dark); color: var(--eq-blue-light); }
.eq-features h2, .eq-features h3 { color: #fff; }
.eq-features .eq-kicker { color: var(--eq-amber); }
.eq-features__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.eq-features__layout > header { position: sticky; top: 7rem; }
.eq-features__layout > header p:last-child { font-size: 1.05rem; }
.eq-features ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(220, 239, 252, .28); }
.eq-features li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.2rem; padding: 1.45rem 0; border-bottom: 1px solid rgba(220, 239, 252, .28); }
.eq-features li > span { color: var(--eq-amber); font-weight: 800; }
.eq-features li h3 { margin-bottom: .4rem; }
.eq-features li p { margin-bottom: 0; }

/* FAQ et appel */
.eq-faq__list { border-top: 1px solid var(--eq-line); }
.eq-faq__list article { background: #fff; border-bottom: 1px solid var(--eq-line); }
.eq-faq__list h3 { margin: 0; }
.eq-faq__list button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.2rem .25rem; color: var(--eq-ink); background: transparent; border: 0; font-size: 1rem; font-weight: 750; text-align: left; cursor: pointer; }
.eq-faq__list button i { color: var(--eq-blue); font-size: 1.35rem; font-style: normal; transition: transform .2s; }
.eq-faq__list button[aria-expanded="true"] i { transform: rotate(45deg); }
.eq-faq__answer { padding: 0 2.8rem 1.2rem 0; }
.eq-faq__answer p:last-child { margin-bottom: 0; }
.eq-cta { padding: 3rem 0; background: var(--eq-paper); }
.eq-cta__panel { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 2rem; align-items: center; padding: 2.4rem; color: var(--eq-blue-light); background: var(--eq-blue); }
.eq-cta__panel h2 { color: #fff; margin-bottom: .5rem; }
.eq-cta__panel p { margin-bottom: 0; }
.eq-cta__index { align-self: stretch; padding-right: 1.5rem; border-right: 1px solid rgba(255,255,255,.3); color: var(--eq-amber); font-size: .7rem; font-weight: 800; letter-spacing: .12em; writing-mode: vertical-rl; transform: rotate(180deg); }

/* Archives */
.eq-archive-hero, .eq-page-hero { padding: clamp(3rem, 6vw, 5.5rem) 0; background: var(--eq-blue); color: var(--eq-blue-light); border-bottom: .6rem solid var(--eq-amber); }
.eq-archive-hero .eq-kicker, .eq-page-hero .eq-kicker { color: var(--eq-amber); }
.eq-archive-hero h1, .eq-page-hero h1 { max-width: 14ch; margin-bottom: 1rem; color: #fff; font-size: clamp(2.3rem, 5vw, 4rem); }
.eq-archive-hero p:last-child, .eq-page-hero p:last-child { max-width: 43rem; margin-bottom: 0; font-size: 1.1rem; }
.eq-archive { padding: 3.5rem 0 5rem; }
.eq-archive__layout { display: grid; grid-template-columns: 15rem minmax(0, 1fr); gap: 2.5rem; align-items: start; }
.eq-filters { position: sticky; top: 6rem; padding: 1.2rem; background: #fff; border-top: 4px solid var(--eq-blue); box-shadow: var(--eq-shadow); }
.eq-search--archive label { display: block; margin-bottom: .5rem; color: var(--eq-ink); font-size: .8rem; font-weight: 800; }
.eq-search--archive input { font-size: .82rem; }
.eq-search--archive button { padding-inline: .65rem; font-size: .75rem; }
.eq-filters h2 { margin: 1.5rem 0 .7rem; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.eq-filters ul { display: grid; gap: .15rem; margin: 0; padding: 0; list-style: none; }
.eq-filters li a { display: flex; justify-content: space-between; gap: .7rem; padding: .52rem .6rem; color: var(--eq-body); font-size: .83rem; text-decoration: none; border-left: 3px solid transparent; }
.eq-filters li a:hover, .eq-filters li a.is-current { color: var(--eq-blue); background: var(--eq-blue-light); border-left-color: var(--eq-blue); }
.eq-filters small { color: var(--eq-muted); }
.eq-results-count { margin-bottom: 1rem; color: var(--eq-muted); font-size: .84rem; font-weight: 700; }
.nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: .4rem; margin-top: 2.5rem; }
.nav-links a, .nav-links span { padding: .55rem .85rem; color: var(--eq-blue); background: #fff; border: 1px solid var(--eq-line); text-decoration: none; }
.nav-links .current { color: #fff; background: var(--eq-blue); border-color: var(--eq-blue); }

/* Pages et textes */
.eq-page-shell { min-height: 70vh; padding: 2rem 0 5rem; background: var(--eq-tint); }
.eq-page-heading { margin-bottom: 2rem; }
.eq-page-heading h1 { margin-bottom: .6rem; font-size: clamp(2.2rem, 5vw, 3.8rem); }
.eq-content-card { margin-top: 2rem; padding: clamp(1.4rem, 5vw, 3.5rem); background: #fff; border: 1px solid var(--eq-line); box-shadow: var(--eq-shadow); }
.eq-updated { color: var(--eq-muted); font-size: .8rem; }
.eq-prose { max-width: 70ch; color: var(--eq-body); font-size: 1rem; }
.eq-prose--lead { font-size: 1.12rem; }
.eq-prose h2 { margin: 2.1em 0 .7em; font-size: 1.7rem; }
.eq-prose h3 { margin: 1.7em 0 .55em; }
.eq-prose p, .eq-prose ul, .eq-prose ol { margin-bottom: 1.15em; }
.eq-prose ul, .eq-prose ol { padding-left: 1.35rem; }
.eq-prose a { text-decoration-thickness: .1em; text-underline-offset: .15em; }
.eq-prose > :first-child { margin-top: 0; }
.eq-prose > :last-child { margin-bottom: 0; }
.eq-breadcrumb { margin-bottom: 1.8rem; overflow-x: auto; }
.eq-breadcrumb ol { display: flex; align-items: center; gap: .45rem; margin: 0; padding: 0; list-style: none; white-space: nowrap; font-size: .75rem; }
.eq-breadcrumb li + li::before { content: "/"; margin-right: .45rem; color: var(--eq-muted); }
.eq-breadcrumb a { color: var(--eq-blue); text-decoration: none; }
.eq-breadcrumb [aria-current="page"] { max-width: 18rem; overflow: hidden; color: var(--eq-muted); text-overflow: ellipsis; }
.eq-listing { display: grid; gap: 1rem; }
.eq-listing article { padding: 1.25rem; background: #fff; border-left: 4px solid var(--eq-blue); }
.eq-listing h2 { font-size: 1.3rem; }
.eq-listing h2 a { color: var(--eq-ink); text-decoration: none; }

/* Page histoire et contact */
.eq-story, .eq-contact-page { display: grid; gap: clamp(3rem, 7vw, 6rem); padding: clamp(3.5rem, 7vw, 6rem) 0; }
.eq-story > section > h2, .eq-contact-page > section > h2 { max-width: 16ch; }
.eq-process ol { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--eq-line); }
.eq-process li { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--eq-line); }
.eq-process li > span { color: var(--eq-amber-dark); font-weight: 800; }
.eq-process h3 { margin-bottom: .35rem; }
.eq-process p { margin-bottom: 0; }
.eq-editorial { padding-top: 2rem; border-top: 1px solid var(--eq-line); }
.eq-editorial__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.eq-editorial__grid article { display: grid; grid-template-columns: 3.4rem 1fr; gap: 1rem; padding: 1.25rem; background: var(--eq-tint); border: 1px solid var(--eq-line); }
.eq-editorial__grid article > span { width: 3.4rem; height: 3.4rem; display: grid; place-items: center; color: #fff; background: var(--eq-blue); border-radius: 50%; font-weight: 800; }
.eq-editorial__portrait { width: 3.4rem; height: 3.4rem; object-fit: cover; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--eq-line); }
.eq-editorial h3 { margin-bottom: .2rem; }
.eq-editorial article strong { display: block; margin-bottom: .45rem; color: var(--eq-blue); font-size: .76rem; line-height: 1.35; }
.eq-editorial article p { margin-bottom: 0; font-size: .88rem; }
.eq-contact-strip { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2rem; background: var(--eq-blue-light); border-left: .5rem solid var(--eq-blue); }
.eq-contact-strip h2 { margin-bottom: .4rem; font-size: 1.55rem; }
.eq-contact-strip p { margin-bottom: 0; }
.eq-contact-card { padding: clamp(1.5rem, 5vw, 3rem); background: var(--eq-blue); color: var(--eq-blue-light); border-bottom: .55rem solid var(--eq-amber); }
.eq-contact-card__label { color: var(--eq-amber); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eq-contact-card h2 { overflow-wrap: anywhere; }
.eq-contact-card h2 a { color: #fff; text-decoration: none; }
.eq-contact-topics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.eq-contact-topics article { padding: 1.2rem; background: #fff; border: 1px solid var(--eq-line); }
.eq-contact-topics span { color: var(--eq-amber-dark); font-size: .75rem; font-weight: 800; }
.eq-contact-topics h3 { margin: 1.2rem 0 .5rem; }
.eq-contact-topics p { margin-bottom: 0; font-size: .88rem; }
.eq-contact-note { padding: 1rem 1.2rem; background: #fff7e9; border-left: 4px solid var(--eq-amber); font-size: .88rem; }
.eq-legal { margin-block: 3rem 5rem; }

/* Fiche de modèle */
.eq-single-hero { padding: 2rem 0 clamp(4rem, 7vw, 6.5rem); background: linear-gradient(90deg, var(--eq-paper) 0 67%, var(--eq-tint) 67%); border-bottom: 1px solid var(--eq-line); }
.eq-single-hero__layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(28rem, 1.25fr); gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.eq-single-hero__code { margin-bottom: .8rem; color: var(--eq-muted); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.eq-pill { display: inline-block; margin-bottom: .9rem; padding: .28rem .65rem; color: var(--eq-blue); background: var(--eq-blue-light); font-size: .72rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.eq-single-hero h1 { margin-bottom: 1rem; font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1; }
.eq-single-hero__lead { max-width: 40rem; font-size: 1.12rem; }
.eq-single-hero__byline { display: flex; align-items: center; flex-wrap: wrap; gap: .85rem; margin: 1.35rem 0; padding-block: .9rem; border-block: 1px solid var(--eq-line); }
.eq-single-hero__person { display: flex; align-items: center; gap: .65rem; min-width: 0; }
.eq-single-hero__person > span { display: flex; flex-direction: column; }
.eq-single-hero__portrait { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--eq-line); }
.eq-single-hero__byline strong { color: var(--eq-ink); font-size: .85rem; }
.eq-single-hero__byline small { color: var(--eq-muted); }
.eq-single-hero__byline i { width: .35rem; height: .35rem; background: var(--eq-amber); transform: rotate(45deg); }
.eq-single-hero__facts { display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; margin: 0 0 1.5rem; padding: 0; list-style: none; color: var(--eq-muted); font-size: .78rem; }
.eq-download-note { margin: .65rem 0 0; color: var(--eq-muted); font-size: .75rem; }
.eq-single-hero__visual { min-width: 0; width: 100%; max-width: 45rem; justify-self: center; }
.eq-file-visual, .eq-gallery { background: #fff; border: 1px solid #b4c8d4; box-shadow: 18px 18px 0 var(--eq-blue); }
.eq-file-visual__top { display: flex; justify-content: space-between; padding: .75rem 1rem; color: #fff; background: var(--eq-blue-dark); font-size: .7rem; letter-spacing: .1em; }
.eq-file-visual__grid { display: grid; grid-template-columns: .7fr 1.2fr 1fr; font-size: .78rem; }
.eq-file-visual__grid > * { padding: .65rem; color: var(--eq-ink); border-right: 1px solid var(--eq-line); border-bottom: 1px solid var(--eq-line); }
.eq-file-visual__grid b { color: var(--eq-blue); background: var(--eq-blue-light); text-align: center; }
.eq-file-visual__tab { padding: .55rem 1rem; color: var(--eq-blue); background: var(--eq-tint); font-size: .7rem; font-weight: 800; }
.eq-gallery__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.eq-gallery__track::-webkit-scrollbar { display: none; }
.eq-gallery__slide { flex: 0 0 100%; margin: 0; scroll-snap-align: start; }
.eq-gallery__slide > button { display: block; width: 100%; padding: 0; background: #fff; border: 0; cursor: zoom-in; }
.eq-gallery__slide img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; object-position: top left; }
.eq-gallery__slide figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 1rem; color: var(--eq-muted); background: var(--eq-tint); font-size: .76rem; }
.eq-gallery__slide figcaption span { color: var(--eq-blue); font-weight: 700; }
.eq-gallery__controls { display: flex; justify-content: space-between; align-items: center; padding: .55rem; background: var(--eq-blue-dark); }
.eq-gallery__controls > div { display: flex; gap: .3rem; }
.eq-gallery__controls button { min-width: 1.8rem; height: 1.8rem; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.35); cursor: pointer; }
.eq-gallery__controls .eq-gallery__dot { min-width: .45rem; width: .45rem; height: .45rem; padding: 0; background: rgba(255,255,255,.4); border: 0; border-radius: 50%; }
.eq-gallery__controls .eq-gallery__dot.is-active { background: var(--eq-amber); }
.eq-hero-download { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .7rem; flex-wrap: wrap; margin-top: 2.25rem; text-align: center; }
.eq-hero-download .eq-download-note { max-width: 34rem; margin: 0; }
.eq-single-body { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.eq-single-body__layout { display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(15rem, .55fr); gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.eq-single-body__content { display: grid; gap: 3.5rem; min-width: 0; }
.eq-single-body__content section > h2 { margin-bottom: 1rem; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.eq-benefits { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.eq-benefits li { display: grid; grid-template-columns: 1.8rem 1fr; gap: .7rem; padding: 1rem; background: var(--eq-tint); border-left: 3px solid var(--eq-blue); }
.eq-benefits li > span { color: var(--eq-blue); font-weight: 800; }
.eq-feature-chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.eq-feature-chips > div { display: flex; gap: .7rem; padding: .9rem; background: #fff; border: 1px solid var(--eq-line); }
.eq-feature-chips span { color: var(--eq-amber-dark); font-weight: 800; }
.eq-screenshot { width: min(100%, 46rem); margin: 0 auto; background: #fff; border: 1px solid var(--eq-line); box-shadow: var(--eq-shadow); }
.eq-screenshot__zoom { display: block; width: 100%; padding: 0; background: #fff; border: 0; cursor: zoom-in; }
.eq-screenshot img { display: block; width: 100%; }
.eq-screenshot figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 1rem; color: var(--eq-muted); background: var(--eq-tint); font-size: .76rem; }
.eq-screenshot figcaption span { color: var(--eq-blue); font-weight: 700; }
.eq-lightbox { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: clamp(1rem, 3vw, 3rem); background: rgba(4, 25, 40, .94); }
.eq-lightbox[hidden] { display: none; }
.eq-lightbox__image { display: block; width: auto; height: auto; max-width: 96vw; max-height: 90vh; background: #fff; box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.eq-lightbox__close { position: fixed; top: 1rem; right: 1rem; width: 3rem; height: 3rem; color: #fff; background: var(--eq-blue); border: 1px solid rgba(255,255,255,.7); font-size: 1.7rem; cursor: pointer; }
body.eq-lightbox-open { overflow: hidden; }
.eq-download-panel { position: relative; }
.eq-download-panel__inner { position: sticky; top: 6.2rem; padding: 1.5rem; background: var(--eq-blue-dark); color: var(--eq-blue-light); border-bottom: .5rem solid var(--eq-amber); }
.eq-download-panel__type { color: var(--eq-amber); font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.eq-download-panel h2 { color: #fff; font-size: 1.65rem; }
.eq-download-panel dl { margin: 1.4rem 0; }
.eq-download-panel dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-top: 1px solid rgba(220,239,252,.23); font-size: .78rem; }
.eq-download-panel dt { color: var(--eq-sky); }
.eq-download-panel dd { margin: 0; color: #fff; font-weight: 750; text-align: right; }
.eq-download-panel .eq-button { width: 100%; }
.eq-download-panel__missing { padding: .8rem; background: rgba(255,255,255,.1); }
.eq-download-panel__inner > p:last-child { margin: 1rem 0 0; font-size: .72rem; }
.eq-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }

/* Pied de page */
.eq-footer { color: #afc1ce; background: #091c2a; border-top: 6px solid var(--eq-amber); }
.eq-footer__inner { width: min(100% - 2rem, 78rem); margin: auto; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 3rem; padding: 4rem 0 3rem; }
.eq-footer h2 { margin-bottom: 1rem; color: #fff; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.eq-footer ul { display: grid; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.eq-footer a { color: #afc1ce; text-decoration: none; }
.eq-footer a:hover { color: #fff; }
.eq-footer__name { display: inline-block; margin-bottom: .75rem; color: #fff !important; font-size: 1.4rem; font-weight: 800; }
.eq-footer__brand p { max-width: 18rem; }
.eq-footer__bottom { width: min(100% - 2rem, 78rem); margin: auto; display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0 1.6rem; border-top: 1px solid rgba(175,193,206,.2); font-size: .75rem; }
.widget { margin: 0; }
.widget-title { color: #fff; }
.widget ul { list-style: none; padding: 0; }

#scroll-to-top { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 80; width: 2.7rem; height: 2.7rem; display: grid; place-items: center; color: #fff; background: var(--eq-blue); border: 0; border-radius: 50%; box-shadow: var(--eq-shadow); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(.5rem); transition: opacity .2s, transform .2s; }
#scroll-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 1100px) {
    .eq-nav { margin-left: 1rem; }
    .eq-nav__list { gap: .9rem; }
    .eq-search--header { display: none; }
    .eq-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .eq-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 850px) {
    .eq-header__inner { grid-template-columns: auto 1fr auto; min-height: 4rem; }
    .eq-brand { min-width: 0; border-right: 0; }
    .eq-brand__words { display: none; }
    .eq-header__rail { display: none; }
    .eq-menu-toggle { display: inline-flex; }
    .eq-hero { background: linear-gradient(180deg, var(--eq-paper) 0 62%, var(--eq-blue-light) 62%); }
    .eq-hero__grid, .eq-features__layout, .eq-single-hero__layout, .eq-single-body__layout { grid-template-columns: minmax(0, 1fr); }
    .eq-hero__board { margin: 1.5rem 1rem 0 0; }
    .eq-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .eq-features__layout > header, .eq-download-panel__inner { position: static; }
    .eq-archive__layout { grid-template-columns: minmax(0, 1fr); }
    .eq-filters { position: static; }
    .eq-filters ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .eq-single-hero { background: linear-gradient(180deg, var(--eq-paper) 0 72%, var(--eq-tint) 72%); }
    .eq-contact-topics { grid-template-columns: minmax(0, 1fr); }
    .eq-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .eq-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .eq-wrap, .eq-wrap--narrow { width: min(100% - 1.4rem, 78rem); }
    .eq-section { padding: 3.5rem 0; }
    .eq-section-heading { display: block; }
    .eq-section-heading .eq-text-link { margin-top: 1rem; }
    .eq-hero { padding: 3rem 0 4.5rem; }
    .eq-hero h1 { font-size: clamp(2.15rem, 12vw, 3.2rem); }
    .eq-hero__grid { gap: 2rem; }
    .eq-hero__actions { align-items: stretch; flex-direction: column; }
    .eq-hero__actions .eq-button { width: 100%; }
    .eq-hero__board { margin-right: .75rem; box-shadow: 10px 12px 0 var(--eq-blue), var(--eq-shadow); }
    .eq-hero__stamp { right: -.6rem; top: -2rem; width: 5.8rem; height: 5.8rem; border-width: 3px; }
    .eq-hero__stamp strong { font-size: 1.35rem; }
    .eq-hero__board-grid > * { padding: .5rem .35rem; font-size: .69rem; }
    .eq-category-grid, .eq-card-grid, .eq-feature-chips, .eq-editorial__grid, .eq-related-grid { grid-template-columns: minmax(0, 1fr); }
    .eq-category-card { min-height: 8.5rem; }
    .eq-cta__panel { grid-template-columns: minmax(0, 1fr); padding: 1.5rem; }
    .eq-cta__index { writing-mode: initial; transform: none; padding: 0 0 .7rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
    .eq-filters ul { grid-template-columns: minmax(0, 1fr); }
    .eq-single-hero { padding-top: 1rem; }
    .eq-single-hero__byline { align-items: flex-start; flex-direction: column; gap: .65rem; }
    .eq-single-hero__byline i { display: none; }
    .eq-file-visual, .eq-gallery { box-shadow: 9px 9px 0 var(--eq-blue); }
    .eq-editorial__grid article { grid-template-columns: 2.8rem 1fr; }
    .eq-editorial__grid article > span { width: 2.8rem; height: 2.8rem; }
    .eq-editorial__portrait { width: 2.8rem; height: 2.8rem; }
    .eq-contact-strip { align-items: stretch; flex-direction: column; }
    .eq-footer__inner { grid-template-columns: minmax(0, 1fr); gap: 2rem; padding-top: 3rem; }
    .eq-footer__brand { grid-column: auto; }
    .eq-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media print {
    .eq-header, .eq-footer, .eq-download-panel, #scroll-to-top, .eq-button { display: none !important; }
    body { color: #000; background: #fff; }
    .eq-single-body__layout { display: block; }
}

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