/* France DASRI — système visuel : jaune / carbone / ivoire / bleu signal. */
:root {
  --yellow: #ffdd00;
  --yellow-soft: #fff6b6;
  --ink: #20241f;
  --muted: #656a61;
  --paper: #fafaf6;
  --white: #fff;
  --line: #dcded5;
  --map: #e3e5dd;
  --blue: #00b9e8;
  --radius: 6px;
  --max: 1320px;
  --gutter: clamp(22px, 4.7vw, 76px);
  --section: clamp(64px, 8vw, 116px);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
button, input, select { font: inherit; }
button, summary { cursor: pointer; }
a { color: inherit; text-underline-offset: .2em; }
img, svg { max-width: 100%; }
img { display: block; height: auto; }
svg { display: inline-block; vertical-align: middle; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 750; line-height: 1.06; letter-spacing: -.045em; }
h1 { font-size: clamp(48px, 6.8vw, 94px); }
h2 { font-size: clamp(36px, 4.1vw, 58px); margin-bottom: 24px; }
h3 { font-size: 27px; line-height: 1.16; }
p { margin-bottom: 20px; }
::selection { background: var(--yellow); color: var(--ink); }
:focus-visible { outline: 3px solid #007b9e; outline-offset: 5px; }
[hidden] { display: none !important; }
.wrap { max-width: calc(var(--max) + 2 * var(--gutter)); padding-inline: var(--gutter); margin-inline: auto; }
.section { padding-block: var(--section); }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .13em; line-height: 1.6; margin-bottom: 26px; }
.muted { color: var(--muted); }
.lead { max-width: 650px; font-size: 20px; line-height: 1.6; }
.dot { width: 8px; height: 8px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--blue); }
.highlight { background: linear-gradient(transparent 69%, var(--yellow) 69%); padding-bottom: 2px; }
.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; }
.skip-link { position: absolute; z-index: 20; left: 20px; top: -100px; background: var(--yellow); padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--line); background: var(--paper); position: relative; z-index: 5; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 108px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 1 340px; min-width: 0; }
.brand img { display: block; width: 100%; height: auto; }
.brand-dot { color: var(--yellow); }
.desktop-nav { display: flex; gap: clamp(20px, 2.6vw, 42px); margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 600; text-decoration: none; }
.desktop-nav a:hover { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; }
.mobile-menu { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1.12fr; gap: clamp(40px, 5vw, 80px); padding-block: 62px 64px; align-items: center; }
.hero h1 { margin-bottom: 28px; line-height: .99; font-weight: 800; letter-spacing: -.065em; }
.hero .eyebrow { margin-bottom: 28px; }
.hero-intro { max-width: 400px; color: var(--muted); font-size: 17px; line-height: 1.7; margin-bottom: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 56px; padding: 15px 22px; border-radius: var(--radius); text-decoration: none; font-size: 14px; font-weight: 700; border: 1px solid transparent; }
.button svg { width: 24px; height: 24px; flex: 0 0 auto; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible { background: var(--blue); color: var(--ink); }
.hero-caption { font-size: 11px; color: var(--muted); display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.mini-rule { width: 24px; height: 1px; background: var(--muted); }
.map-panel { padding: 24px; }
.france-map { display: block; width: 100%; max-height: 475px; margin: 12px auto 14px; overflow: visible; }
.map-shape { fill: var(--yellow); stroke: var(--paper); stroke-width: .85; stroke-linejoin: round; transition: fill .15s ease; }
.map-shape.is-disabled { fill: #dce0d4; }
.france-map a { cursor: pointer; }
.france-map a:hover .map-shape, .france-map a:focus .map-shape { fill: var(--blue); }
.france-map a:focus { outline: none; }
.map-shape.is-selected { fill: var(--blue); }
.audience-band { border-block: 1px solid var(--line); }
.audience-band > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 80px; font-size: 12px; font-weight: 600; }
.audience-band span:first-child { color: var(--muted); font-size: 9px; letter-spacing: .09em; font-weight: 400; }
.audience-band i { width: 4px; height: 4px; background: var(--blue); border-radius: 50%; flex: 0 0 auto; }
.section-top { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-top h2 { margin-bottom: 0; }
.section-intro { max-width: 440px; margin-left: auto; font-size: 15px; color: var(--muted); line-height: 1.7; width: 100%; }
.section-intro > p { margin-bottom: 22px; }
.collector-grid { display: grid; grid-template-columns: 1fr 1fr; list-style: none; margin: 0; padding: 0; column-gap: 52px; }
.collector-item { border-top: 1px solid var(--line); }
.collector-link { display: flex; align-items: center; gap: 20px; text-decoration: none; padding-block: 24px; min-height: 110px; }
.collector-link:hover .collector-text strong { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 3px; }
.collector-number { font-size: 11px; color: var(--muted); font-variant-numeric: tabular-nums; align-self: flex-start; padding-top: 7px; }
.collector-text { display: flex; flex-direction: column; gap: 5px; }
.collector-text strong { font-size: 21px; letter-spacing: -.025em; line-height: 1.25; }
.collector-text > span { color: var(--muted); font-size: 12px; }
.collector-link > svg { width: 28px; height: 28px; flex: 0 0 auto; margin-left: auto; transition: transform .15s ease; }
.collector-link:hover > svg { transform: translateX(4px); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; }
.text-link svg { width: 20px; height: 20px; }
.text-link:hover { text-decoration: underline; }
.network-section { background: var(--ink); color: var(--paper); }
.network-section .eyebrow { color: var(--yellow); }
.network-section .section-intro { color: #c1c6ba; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; padding-top: 26px; }
.steps article { border-top: 1px solid #51574c; padding-top: 28px; }
.step-number { width: 46px; height: 46px; display: grid; place-items: center; color: var(--yellow); border: 1px solid #6f755d; border-radius: 50%; font-size: 12px; margin-bottom: 34px; }
.steps h3 { font-size: 31px; margin-bottom: 18px; }
.steps p { max-width: 290px; margin-bottom: 0; color: #c1c6ba; font-size: 14px; line-height: 1.75; }
.audiences { background: var(--white); }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; }
.audience-grid article { border-left: 1px solid var(--line); padding-left: 28px; }
.audience-grid article > svg { width: 38px; height: 38px; margin-bottom: 26px; }
.audience-grid h3 { margin-bottom: 18px; }
.audience-grid p { font-size: 14px; color: var(--muted); max-width: 290px; }
.faq-section { border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; padding-block: 25px; font-size: 17px; font-weight: 700; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 24px; font-weight: 400; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > div { padding-bottom: 10px; color: var(--muted); font-size: 14px; }
.faq-list a { color: var(--ink); }
.site-footer { background: var(--paper); padding-block: 56px 24px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-bottom: 48px; }
.footer-top p { color: var(--muted); font-size: 13px; margin-bottom: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 22px; font-size: 10px; color: var(--muted); }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }
.breadcrumb { display: flex; gap: 13px; align-items: center; font-size: 11px; color: var(--muted); padding-top: 26px; flex-wrap: wrap; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.company-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 80px; padding-block: 70px 90px; align-items: center; }
.company-copy { min-width: 0; }
.company-copy h1 { font-size: clamp(43px, 6.5vw, 90px); overflow-wrap: normal; word-break: normal; hyphens: none; margin-bottom: 26px; }
.company-region { font-size: clamp(22px, 2.6vw, 32px); line-height: 1.35; letter-spacing: -.035em; font-weight: 650; margin-bottom: 24px; }
.company-intro { color: var(--muted); max-width: 470px; margin-bottom: 30px; }
.company-copy .button { gap: 18px; }
.contact-sheet { background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--yellow); padding: 32px 36px 0; box-shadow: 0 15px 40px #20241f06; }
.sheet-label { font-size: 10px; letter-spacing: .12em; color: var(--muted); }
.contact-sheet h2.sheet-label { font-size: 11px; line-height: 1.5; font-weight: 700; letter-spacing: .12em; margin: 0 0 26px; color: var(--muted); }
.contact-sheet dl { margin: 0; }
.contact-sheet dl > div { border-top: 1px solid var(--line); padding-block: 20px; }
.contact-sheet dt { color: var(--muted); text-transform: uppercase; font-size: 9px; letter-spacing: .08em; display: flex; align-items: center; gap: 8px; }
.contact-sheet dt svg { width: 15px; height: 15px; }
.contact-sheet dd { font-size: 16px; line-height: 1.6; font-weight: 550; margin: 7px 0 0 23px; overflow-wrap: anywhere; }
.contact-sheet dd a { text-decoration: none; }
.contact-sheet dd a:hover { text-decoration: underline; }
.contact-sheet address { font-style: normal; }
.contact-sheet .text-link { font-size: 11px; margin-top: 12px; }
.sheet-bottom { display: block; padding-block: 17px; border-top: 1px solid var(--line); font-size: 9px; color: var(--muted); letter-spacing: .03em; }
.company-detail { background: #eff1e8; }
.company-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.company-detail p { max-width: 450px; font-size: 15px; }
.company-detail .text-link > svg { transform: rotate(180deg); }
.checklist { list-style: none; margin: 28px 0; padding: 0; font-size: 15px; }
.checklist li { padding-left: 24px; position: relative; margin-block: 13px; }
.checklist li::before { content: '↗'; position: absolute; left: 0; color: #706411; }
.local-visual { text-align: center; }
.local-visual img { width: 100%; max-height: 400px; object-fit: contain; }
.local-visual > span:last-child { display: block; font-size: 11px; margin-top: 16px; color: var(--muted); }
.legal { max-width: 1000px; padding-top: 56px; }
.legal h1 { font-size: clamp(42px, 6vw, 72px); margin-bottom: 50px; }
.legal h2 { font-size: 27px; margin-top: 40px; }
.legal p { color: var(--muted); }
.not-found { min-height: 65vh; }
@media (min-width: 1550px) {
  .hero { padding-block: 78px; }
  .france-map { max-height: 510px; }
}
@media (max-width: 1100px) {
  .header-inner { min-height: 92px; gap: 24px; }
  .hero { gap: 32px; }
  .hero h1 { font-size: clamp(62px, 8vw, 86px); }
  .hero-intro { font-size: 15px; }
  .map-panel { padding: 20px 18px; }
  .section-top, .faq-layout { gap: 44px; }
  .steps, .audience-grid { gap: 28px; }
  .company-hero { gap: 40px; }
  .contact-sheet { padding-inline: 24px; }
  .company-detail-grid { gap: 50px; }
  .footer-bottom > span:last-child { display: none; }
}
@media (max-width: 760px) {
  :root { --gutter: 22px; }
  .header-inner { min-height: 84px; }
  .brand { font-size: 18px; gap: 10px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: grid; place-items: center; width: 48px; height: 48px; list-style: none; border-radius: var(--radius); color: var(--ink); transition: background-color .2s ease; }
  .mobile-menu summary:hover { background: var(--yellow); }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-icon { position: relative; width: 24px; height: 20px; }
  .menu-icon > span { position: absolute; left: 0; top: 9px; width: 24px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
  .menu-icon > span:first-child { transform: translateY(-7px); }
  .menu-icon > span:last-child { transform: translateY(7px); }
  .mobile-menu[open] .menu-icon > span:first-child { transform: rotate(45deg); }
  .mobile-menu[open] .menu-icon > span:nth-child(2) { transform: scaleX(0); opacity: 0; }
  .mobile-menu[open] .menu-icon > span:last-child { transform: rotate(-45deg); }
  .mobile-menu nav { position: absolute; top: 100%; left: 0; width: 100%; display: flex; flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--line); padding: 18px var(--gutter) 26px; box-shadow: 0 12px 14px #20241f08; }
  .mobile-menu nav a { font-size: 16px; text-decoration: none; padding-block: 12px; }
  .hero { grid-template-columns: 1fr; padding-block: 40px; gap: 34px; }
  .hero h1 { font-size: clamp(62px, 11.8vw, 84px); line-height: 1; margin-bottom: 24px; }
  .hero h1 br:nth-child(2) { display: none; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 24px; }
  .hero-intro { max-width: 470px; font-size: 16px; }
  .hero-caption { margin-top: 16px; }
  .map-panel { padding: 22px 16px 18px; }
  .france-map { max-height: 360px; margin-block: 16px; }
  .audience-band > div { flex-wrap: wrap; justify-content: flex-start; gap: 8px 15px; font-size: 10px; padding-block: 20px; }
  .audience-band span:first-child { width: 100%; margin-bottom: 6px; }
  .audience-band i { width: 3px; height: 3px; }
  .section-top { grid-template-columns: 1fr; gap: 24px; margin-bottom: 34px; }
  .section-intro { max-width: none; margin: 0; }
  .eyebrow { font-size: 9px; margin-bottom: 20px; }
  .collector-grid { grid-template-columns: 1fr; }
  .collector-link { min-height: 98px; gap: 16px; padding-block: 20px; }
  .collector-text strong { font-size: 20px; }
  .steps { grid-template-columns: 1fr; gap: 32px; padding-top: 8px; }
  .steps article { display: grid; grid-template-columns: 50px 1fr; gap: 16px 24px; }
  .step-number { grid-row: span 2; margin: 0; }
  .steps h3 { font-size: 27px; margin: 0; }
  .steps h3 br { display: none; }
  .steps p { max-width: none; grid-column: 2; }
  .audience-grid { grid-template-columns: 1fr; gap: 24px; }
  .audience-grid article { position: relative; padding-left: 58px; border-left: 0; border-top: 1px solid var(--line); padding-top: 24px; }
  .audience-grid article > svg { position: absolute; left: 0; top: 26px; width: 30px; height: 30px; }
  .audience-grid h3 { font-size: 25px; }
  .audience-grid p { max-width: 450px; }
  .faq-layout { grid-template-columns: 1fr; gap: 26px; }
  .faq-layout h2 br { display: none; }
  .faq-list summary { font-size: 16px; padding-block: 21px; }
  .footer-top { flex-wrap: wrap; gap: 28px; padding-bottom: 32px; }
  .footer-top p { width: 100%; order: 3; }
  .footer-bottom { flex-direction: column; gap: 16px; }
  .footer-bottom nav { flex-wrap: wrap; gap: 10px 20px; }
  .company-hero { grid-template-columns: 1fr; gap: 34px; padding-block: 42px 60px; }
  .company-copy h1 { font-size: clamp(45px, 11vw, 75px); }
  .company-region { font-size: 24px; }
  .company-intro { font-size: 15px; }
  .contact-sheet { padding: 28px 24px 0; }
  .contact-sheet h2 { font-size: 35px; }
  .company-detail-grid { grid-template-columns: 1fr; gap: 38px; }
  .local-visual img { max-height: 320px; }
  .lead { font-size: 17px; }
}
@media (max-width: 370px) {
  .hero h1 { font-size: 56px; }
  .brand { font-size: 16px; }
  .button { padding-inline: 18px; gap: 14px; }
  .company-copy .button { font-size: 13px; gap: 12px; }
  .audience-band i { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.territory-map { display: block; width: 100%; max-height: 400px; margin-inline: auto; }

/* Logo original. */
.footer-top .brand { max-width: 340px; }
@media (max-width: 760px) { .header-inner { gap: 20px; } .brand { flex-basis: 250px; } .site-header .brand { max-width: calc(100% - 86px); } .footer-top .brand { flex-basis: 280px; } .map-panel { padding: 0 8px; } }

.legal address { font-style: normal; margin-bottom: 20px; color: var(--muted); }
