:root {
  --forest: #153d32;
  --forest-deep: #0d2a22;
  --green: #2ca987;
  --green-dark: #1d7c65;
  --mint: #e8f4ef;
  --cream: #f7f7f2;
  --white: #fff;
  --ink: #17231e;
  --muted: #4f6159;
  --line: #dce6e0;
  --shadow: 0 18px 48px rgba(18, 49, 39, .10);
  --radius: 18px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
a { color: var(--green-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible, summary:focus-visible { outline: 3px solid rgba(44, 169, 135, .42); outline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(var(--max), calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 10px 14px; color: var(--ink); background: var(--white); border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; color: var(--white); background: rgba(13, 42, 34, .97); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.header-main { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); min-width: 0; }
.brand:hover { text-decoration: none; }
.brand > span:last-child { min-width: 0; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1rem; line-height: 1.2; letter-spacing: -.01em; }
.brand small { margin-top: 3px; color: rgba(255,255,255,.68); font-size: .76rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.selia-logo { width: 96px; height: 32px; object-fit: contain; flex: 0 0 auto; border-radius: 5px; }
.phone-btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 16px; color: var(--white); background: var(--green); border-radius: 999px; font-weight: 700; white-space: nowrap; box-shadow: 0 8px 22px rgba(44,169,135,.22); }
.phone-btn:hover { color: var(--white); background: var(--green-dark); text-decoration: none; }
.main-nav { border-top: 1px solid rgba(255,255,255,.08); }
.main-nav .container { overflow-x: auto; scrollbar-width: none; }
.main-nav .container::-webkit-scrollbar { display: none; }
.main-nav ul { display: flex; width: max-content; gap: 4px; margin: 0; padding: 8px 0; list-style: none; }
.main-nav a { min-height: 40px; display: inline-flex; align-items: center; padding: 7px 12px; color: rgba(255,255,255,.78); border-radius: 999px; font-size: .88rem; font-weight: 650; white-space: nowrap; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--white); background: rgba(255,255,255,.1); text-decoration: none; }
.home-hero { position: relative; min-height: 610px; display: grid; align-items: center; padding: 68px 0; color: var(--white); background-image: linear-gradient(90deg, rgba(6,25,19,.94) 0%, rgba(6,25,19,.82) 40%, rgba(6,25,19,.36) 72%, rgba(6,25,19,.18) 100%), url('/facade-clean.jpg'); background-size: cover; background-position: center 46%; }
.hero-grid { display: block; }
.hero-copy { max-width: 690px; padding: 28px 0; }
.eyebrow { margin: 0 0 12px; color: var(--green-dark); font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow-light { color: #8de5cb; }
h1, h2, h3 { margin-top: 0; text-wrap: balance; }
h1 { margin-bottom: 18px; font-size: clamp(2.35rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.055em; }
h2 { margin-bottom: 14px; font-size: clamp(1.65rem, 3vw, 2.55rem); line-height: 1.08; letter-spacing: -.035em; }
h3 { margin-bottom: 8px; font-size: 1.08rem; line-height: 1.3; letter-spacing: -.015em; }
p { margin: 0 0 16px; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1rem, 1.8vw, 1.2rem); line-height: 1.65; text-wrap: pretty; }
.home-hero .lead { color: rgba(255,255,255,.8); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1.2; text-align: center; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn-primary { color: var(--white); background: var(--green); }
.btn-primary:hover { color: var(--white); background: var(--green-dark); }
.btn-secondary { color: var(--forest); background: var(--white); border-color: var(--line); }
.btn-secondary:hover { color: var(--forest); border-color: #b8d4c8; }
.btn-secondary.on-dark { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.24); }
.btn-outline { color: var(--forest); background: transparent; border-color: #aac9bc; }
.btn-light { color: var(--forest); background: var(--white); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.hero-facts span { padding: 7px 10px; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: .8rem; }

.practical { position: relative; z-index: 3; background: var(--white); border-bottom: 1px solid var(--line); }
.practical-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.practical-grid > div { min-width: 0; padding: 20px 24px; border-left: 1px solid var(--line); }
.practical-grid > div:first-child { border-left: 0; }
.practical span, .practical strong, .practical small { display: block; }
.practical span { color: var(--muted); font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.practical strong { margin-top: 3px; font-size: 1.03rem; }
.practical small { color: var(--muted); }
.section { padding: 68px 0; }
.section-soft { background: var(--mint); border-block: 1px solid #d7e9e1; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-heading h2 { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.service-card, .content-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(18,49,39,.055); }
.service-card { min-height: 190px; display: flex; flex-direction: column; padding: 24px 24px 28px; }
.service-card p { color: var(--muted); }
.service-card .text-link { margin-top: auto; }
.text-link { display: inline-flex; align-items: center; color: var(--green-dark); font-weight: 750; }
.text-link:hover { text-decoration: none; }
.split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; align-items: start; }
.link-panel { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.link-panel a { display: flex; justify-content: space-between; gap: 20px; padding: 21px 23px; color: var(--ink); border-bottom: 1px solid var(--line); }
.link-panel a:last-child { border-bottom: 0; }
.link-panel a:hover { background: #fbfdfc; text-decoration: none; }
.link-panel span { color: var(--muted); }
.page-hero { padding: 38px 0 52px; color: var(--white); background: radial-gradient(circle at 85% 10%, rgba(77,197,163,.22), transparent 32%), linear-gradient(135deg, var(--forest-deep), var(--forest)); }
.page-hero h1 { max-width: 820px; margin-bottom: 14px; font-size: clamp(2.2rem, 5vw, 4.2rem); }
.page-hero .lead { color: rgba(255,255,255,.78); }
.page-hero .eyebrow { margin-top: 28px; color: #8de5cb; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; color: rgba(255,255,255,.68); font-size: .82rem; }
.breadcrumbs a { color: rgba(255,255,255,.78); }
.content-card { padding: 30px; }
.content-card p:last-child, .content-card ul:last-child { margin-bottom: 0; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 28px; border-bottom: 1px solid var(--line); }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: ""; position: absolute; left: 3px; top: 18px; width: 10px; height: 6px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }
.schedule > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.schedule > div:last-child { border-bottom: 0; }
.schedule span { color: var(--muted); }
.schedule strong { font-size: 1.15rem; }
.narrow { max-width: 820px; }
.legal { display: grid; gap: 18px; }
.contact-band { padding: 34px 0; color: var(--white); background: var(--green-dark); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.contact-band h2 { margin-bottom: 4px; font-size: 1.55rem; }
.contact-band p { margin: 0; color: rgba(255,255,255,.78); }
.site-footer { padding: 50px 0 20px; color: rgba(255,255,255,.75); background: var(--forest-deep); }
.site-footer a { color: rgba(255,255,255,.82); }
.site-footer a:hover { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .75fr; gap: 46px; }
.footer-grid strong { display: block; margin-bottom: 12px; color: var(--white); }
.footer-grid p { color: rgba(255,255,255,.74); font-size: .92rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-links a { font-size: .94rem; }
.footer-bottom { margin-top: 36px; padding-top: 18px; color: rgba(255,255,255,.66); border-top: 1px solid rgba(255,255,255,.1); font-size: .84rem; }
@media (max-width: 920px) {
  .home-hero { min-height: 600px; background-position: 38% center; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .header-main { min-height: 68px; gap: 12px; }
  .brand strong { font-size: .92rem; }
  .brand small { display: none; }
  .selia-logo { width: 76px; height: 25px; }
  .phone-btn { width: 44px; min-width: 44px; padding: 0; font-size: 0; border-radius: 12px; }
  .phone-btn span { font-size: 18px; }
  .main-nav a { min-height: 44px; }
  .home-hero { min-height: 620px; padding: 46px 0; background-image: linear-gradient(180deg, rgba(6,25,19,.76) 0%, rgba(6,25,19,.84) 58%, rgba(6,25,19,.94) 100%), url('/facade-clean.jpg'); background-position: 25% center; }
  h1 { font-size: clamp(2.45rem, 13vw, 3.55rem); }
  .hero-copy { padding: 10px 0; }
  .hero-facts { margin-top: 22px; }
  .practical-grid { grid-template-columns: 1fr; }
  .practical-grid > div { padding: 15px 4px; border-left: 0; border-bottom: 1px solid var(--line); }
  .practical-grid > div:last-child { border-bottom: 0; }
  .section { padding: 56px 0; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 12px; }
  .service-grid, .split, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .footer-grid > div:first-child { grid-column: auto; }
  .contact-band-inner { display: block; }
  .contact-band .btn { width: 100%; margin-top: 18px; }
  .split .hero-actions .btn { width: 100%; }
  .page-hero { padding: 24px 0 42px; }
  .page-hero h1 { font-size: clamp(2.25rem, 12vw, 3.3rem); }
  .content-card { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* --- v2 : contenu long, encadres, FAQ, tableaux (sept. 2026) --- */
.prose { font-size: 1.04rem; line-height: 1.72; }
.prose h2 { margin: 42px 0 12px; font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 26px 0 8px; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 1.3em; }
.prose li { margin-bottom: 8px; }
.prose li::marker { color: var(--green-dark); }
.prose .note { margin: 0 0 34px; padding: 22px 26px; background: var(--mint); border: 1px solid #cfe5db; border-left: 4px solid var(--green); border-radius: var(--radius); }
.prose .note h2 { margin-top: 0; font-size: 1.3rem; }
.prose .note p:last-child, .prose .note ul:last-child { margin-bottom: 0; }
.prose table { width: 100%; margin: 8px 0 22px; border-collapse: collapse; background: var(--white); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; font-size: .98rem; }
.prose th, .prose td { padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.prose th { background: var(--mint); color: var(--forest); font-weight: 650; }
.prose tr:last-child td { border-bottom: 0; }
.prose .schedule { margin: 8px 0 22px; padding: 6px 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 48px; padding: 14px 0; cursor: pointer; font-weight: 650; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex-shrink: 0; color: var(--green-dark); font-weight: 700; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { margin: 0 0 16px; color: var(--muted); }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.related-links a { display: inline-block; padding: 9px 16px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; color: var(--forest); font-weight: 600; }
.related-links a:hover { border-color: var(--green); text-decoration: none; }
@media (max-width: 680px) {
  .prose table { display: block; overflow-x: auto; }
  .prose .note { padding: 18px; }
}

/* --- bandeau toujours visible : overflow-x:hidden sur html/body empechait position:sticky --- */
html, body { overflow-x: clip; }
.link-panel a, .link-panel strong { min-width: 0; overflow-wrap: anywhere; }
html { scroll-padding-top: 150px; }


/* ===== v2 : couleurs et icones ===== */
.t-vert { --c: #1d7c65; --bg: #e2f3ec; }
.t-bleu { --c: #2764a8; --bg: #e4eefa; }
.t-violet { --c: #6a4bb0; --bg: #eee9fa; }
.t-turquoise { --c: #0f7885; --bg: #dff2f4; }
.t-orange { --c: #a85c10; --bg: #fcefdd; }
.t-corail { --c: #b8394a; --bg: #fce7ea; }
.ico { width: 1em; height: 1em; flex-shrink: 0; vertical-align: -.125em; }
.ico[class*="t-"] { color: var(--c); }

/* pastilles devant les titres */
.prose > h2, .prose .note > h2, .titre-ico { display: flex; align-items: center; gap: 14px; }
.pastille { display: inline-grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border-radius: 14px; color: var(--c, var(--green-dark)); background: var(--bg, var(--mint)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.6); transition: transform .25s ease; }
.pastille .ico { width: 23px; height: 23px; color: inherit; }
.prose .note .pastille, .section-soft .pastille { box-shadow: 0 4px 12px rgba(18,49,39,.08); }
.prose > h2:hover .pastille, .titre-ico:hover .pastille { transform: rotate(-8deg) scale(1.08); }

/* en-tete des pages : grand badge colore */
.hero-badge { display: grid; place-items: center; width: 64px; height: 64px; margin-top: 26px; border-radius: 20px; color: var(--c); background: var(--bg); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.hero-badge .ico { width: 30px; height: 30px; color: inherit; }
.page-hero .eyebrow { margin-top: 16px; }

/* boutons et liens avec icone */
.btn { gap: 9px; }
.btn .ico { width: 18px; height: 18px; color: currentColor; }
.phone-btn { gap: 8px; }
.phone-btn .ico { width: 18px; height: 18px; color: currentColor; }
.lien-ico { display: inline-flex; align-items: center; gap: 7px; }
.lien-ico .ico { width: 16px; height: 16px; }
.site-footer .lien-ico .ico { color: #8de5cb; }

/* menu : icones sur grand ecran uniquement */
.main-nav a { display: inline-flex; align-items: center; gap: 7px; }
.main-nav a .ico { width: 16px; height: 16px; color: #8de5cb; }
@media (max-width: 920px) { .main-nav a .ico { display: none; } }

/* accueil */
.card-ico { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 16px; border-radius: 16px; color: var(--c); background: var(--bg); transition: transform .25s ease, background .25s ease, color .25s ease; }
.card-ico .ico { width: 26px; height: 26px; color: inherit; }
.service-card { border-top: 3px solid var(--c, var(--green)); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(18,49,39,.12); }
.service-card:hover .card-ico { color: #fff; background: var(--c); transform: scale(1.06) rotate(-6deg); }
.practical span { display: flex; align-items: center; gap: 8px; }
.practical span .ico { width: 18px; height: 18px; }
.hero-facts span { display: inline-flex; align-items: center; gap: 7px; }
.hero-facts .ico { width: 16px; height: 16px; color: #8de5cb; }
.link-panel span { display: flex; align-items: center; gap: 8px; }
.link-panel span .ico { width: 20px; height: 20px; }
.site-footer .footer-grid > div > strong { display: flex; align-items: center; gap: 8px; }
.site-footer .footer-grid > div > strong .ico { width: 18px; height: 18px; color: #8de5cb; }

/* listes : coches colorees et etapes numerotees */
.prose ul { list-style: none; padding-left: 0; }
.prose ul > li { position: relative; padding-left: 32px; }
.prose ul > li::before { content: ""; position: absolute; left: 0; top: .28em; width: 20px; height: 20px; border-radius: 50%; background: #e2f3ec url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d7c65' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat; }
.prose ol { list-style: none; padding-left: 0; counter-reset: etape; }
.prose ol > li { position: relative; min-height: 30px; padding-left: 44px; counter-increment: etape; }
.prose ol > li::before { content: counter(etape); position: absolute; left: 0; top: -.05em; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--green), var(--green-dark)); font-size: .88rem; font-weight: 800; box-shadow: 0 4px 10px rgba(29,124,101,.25); }
.prose .note { border-left-color: var(--green); }
.prose .note.alerte { background: #fdf2f3; border-color: #f4cdd3; border-left-color: #b8394a; }
.prose .note.alerte ul > li::before { background: #fce7ea url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8394a' stroke-width='3.4' stroke-linecap='round'%3E%3Cpath d='M12 6v7'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E") center / 13px no-repeat; }

/* tableau des services */
.prose td a { display: inline-flex; align-items: center; gap: 8px; font-weight: 650; }
.prose td a .ico { width: 18px; height: 18px; }

/* FAQ : bouton rond qui s'anime a l'ouverture */
.faq summary::after { content: "+"; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--green-dark); background: #fff; box-shadow: 0 2px 8px rgba(18,49,39,.10); font-size: 1.15rem; line-height: 1; transition: transform .25s ease, background .25s ease, color .25s ease; }
.faq details[open] summary::after { content: "\2013"; color: #fff; background: var(--green); transform: rotate(180deg); }
.faq summary:hover { color: var(--green-dark); }

/* liens « A voir aussi » */
.related-links a { display: inline-flex; align-items: center; gap: 9px; border-left: 3px solid var(--c, var(--green)); }
.related-links .ico { width: 18px; height: 18px; }

/* ===== carte « Nous trouver » ===== */
.trouver { background: linear-gradient(180deg, var(--cream) 0%, #eef6f2 100%); }
.carte { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 24px 60px rgba(18,49,39,.12); }
.carte-visuel { display: flex; align-items: center; margin: 0; min-width: 0; background: #e3ede8; }
.carte-cadre { position: relative; width: 100%; }
.carte-visuel img { display: block; width: 100%; height: auto; }
.carte-visuel::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset -40px 0 40px -40px rgba(18,49,39,.15); }
.repere { position: absolute; left: var(--x); top: var(--y); z-index: 2; display: flex; flex-direction: column; align-items: center; transform: translate(-50%, -100%); pointer-events: none; }
.repere-epingle { position: relative; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50% 50% 50% 0; color: #fff; background: linear-gradient(135deg, #2ca987, #16614f); transform: rotate(-45deg); box-shadow: 0 10px 22px rgba(13,42,34,.35); border: 3px solid #fff; }
.repere-epingle .ico { width: 26px; height: 26px; color: #fff; transform: rotate(45deg); }
.repere-pharmacie::before { content: ""; position: absolute; left: 50%; bottom: -8px; width: 70px; height: 70px; margin-left: -35px; border-radius: 50%; background: rgba(44,169,135,.35); transform: scale(.3); animation: onde 2.4s ease-out infinite; z-index: -1; }
@keyframes onde { 0% { transform: scale(.25); opacity: .9; } 100% { transform: scale(1.5); opacity: 0; } }
.repere-etiquette { order: -1; margin-bottom: 8px; padding: 7px 12px; border-radius: 12px; color: var(--forest-deep); background: #fff; box-shadow: 0 8px 20px rgba(13,42,34,.18); font-size: .86rem; font-weight: 750; line-height: 1.25; text-align: center; white-space: nowrap; }
.repere-etiquette small { display: block; color: var(--muted); font-size: .74rem; font-weight: 600; }
.repere-secondaire { transform: translate(-50%, -50%); flex-direction: row; gap: 7px; }
.repere-rond { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: #2764a8; border: 3px solid #fff; box-shadow: 0 6px 14px rgba(13,42,34,.25); }
.repere-rond .ico { width: 17px; height: 17px; color: #fff; }
.repere-secondaire .repere-etiquette { order: 0; margin: 0; padding: 5px 9px; font-size: .78rem; }
.carte-credit { position: absolute; right: 8px; bottom: 6px; z-index: 2; padding: 2px 7px; border-radius: 6px; color: #3d5249; background: rgba(255,255,255,.85); font-size: .68rem; }
.carte-infos { display: flex; flex-direction: column; gap: 18px; padding: 30px 30px 28px; }
.carte-infos h3 { margin: 0; font-size: 1.35rem; }
.carte-adresse { display: flex; gap: 12px; margin: 0; font-weight: 650; line-height: 1.45; }
.carte-adresse .pastille { width: 40px; height: 40px; border-radius: 12px; }
.carte-adresse .pastille .ico { width: 21px; height: 21px; }
.carte-acces { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.carte-acces li { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); line-height: 1.45; }
.carte-acces li .ico { width: 20px; height: 20px; margin-top: 1px; }
.carte-acces strong { color: var(--ink); }
.carte-boutons { display: grid; gap: 10px; margin-top: auto; }
.carte-boutons .btn { width: 100%; }
.carte-boutons .duo { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 920px) {
  .carte { grid-template-columns: 1fr; }
  .carte-visuel::after { box-shadow: inset 0 -40px 40px -40px rgba(18,49,39,.15); }
}
@media (max-width: 680px) {
  .repere { left: var(--xm); top: var(--ym); }
  .repere-epingle { width: 46px; height: 46px; }
  .repere-epingle .ico { width: 22px; height: 22px; }
  .repere-etiquette { font-size: .8rem; padding: 6px 10px; }
  .carte-infos { padding: 22px 20px 22px; }
  .carte { border-radius: 20px; }
}

@media (max-width: 680px) {
  .pastille { width: 38px; height: 38px; border-radius: 12px; }
  .pastille .ico { width: 20px; height: 20px; }
  .hero-badge { width: 54px; height: 54px; border-radius: 16px; }
  .hero-badge .ico { width: 26px; height: 26px; }
}

/* ===== bandeau de consentement (couleurs du site) ===== */
.consentement { position: fixed; left: 0; right: 0; bottom: 0; z-index: 300; max-height: 92vh; overflow-y: auto; color: #fff; background: var(--forest); border-top: 4px solid var(--green); box-shadow: 0 -18px 50px rgba(13,42,34,.35); }
.consentement[hidden] { display: none; }
.consentement-interieur { padding: 26px 0 24px; }
.consentement-titre { margin: 0 0 16px; color: #fff; font-size: clamp(1.2rem, 2vw, 1.45rem); letter-spacing: -.01em; }
.consentement-colonnes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.consentement-colonnes h3 { margin: 0 0 6px; color: #8de5cb; font-size: 1.02rem; }
.consentement-colonnes p { margin: 0; color: rgba(255,255,255,.86); font-size: .92rem; line-height: 1.6; }
.consentement-lien { margin: 16px 0 0; font-size: .9rem; }
.consentement-lien a { color: #8de5cb; text-decoration: underline; }
.consentement-choix { display: grid; gap: 10px; margin-top: 16px; padding: 14px 16px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.consentement-choix[hidden] { display: none; }
.consentement-case { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; line-height: 1.5; cursor: pointer; }
.consentement-case input { width: 20px; height: 20px; margin: 1px 0 0; flex-shrink: 0; accent-color: var(--green); }
.consentement-case-bloquee { opacity: .72; cursor: default; }
.consentement-boutons { display: grid; grid-template-columns: repeat(3, minmax(0, 220px)); gap: 12px; margin-top: 18px; }
.consentement-boutons .btn { width: 100%; min-height: 46px; border-radius: 10px; font-weight: 750; cursor: pointer; }
.consentement-boutons .btn[hidden] { display: none; }
.consentement-accepter { color: #fff; background: var(--green); border-color: var(--green); }
.consentement-accepter:hover { background: #249174; }
.consentement-refuser { color: var(--forest-deep); background: #fff; border-color: #fff; }
.consentement-refuser:hover { background: #e8f4ef; }
.consentement-configurer { color: #fff; background: transparent; border-color: rgba(255,255,255,.55); }
.consentement-configurer:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.lien-cookies { padding: 0; color: rgba(255,255,255,.82); background: none; border: 0; font: inherit; text-decoration: underline; cursor: pointer; }
.lien-cookies:hover { color: #fff; }
.lien-cookies-page, .lien-cookies-page:hover { color: var(--green-dark); font-weight: 650; }
@media (max-width: 920px) {
  .consentement-colonnes { grid-template-columns: 1fr; gap: 12px; }
  .consentement-boutons { grid-template-columns: 1fr 1fr; }
  .consentement-boutons .consentement-configurer { grid-column: 1 / -1; }
}
.consentement-resume { display: none; }
@media (max-width: 680px) {
  .consentement-interieur { padding: 16px 0 14px; }
  .consentement-titre { margin-bottom: 8px; font-size: 1.08rem; }
  .consentement-colonnes { display: none; }
  .consentement-resume { display: block; margin: 0; color: rgba(255,255,255,.88); font-size: .9rem; line-height: 1.5; }
  .consentement-lien { margin-top: 8px; font-size: .84rem; }
  .consentement-boutons { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
  .consentement-boutons .btn { min-height: 44px; }
}

/* ===== pied de page : colonne « En adequation avec » ===== */
.footer-grid { grid-template-columns: 1.3fr .95fr .7fr .95fr; }
.footer-tutelles p { margin: 0 0 10px; }
.footer-tutelles .footer-titre-tutelles { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: #fff; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; font-size: .82rem; }
.footer-tutelles .footer-titre-tutelles::after { content: ""; flex: 1; max-width: 90px; height: 2px; background: rgba(255,255,255,.55); }
.footer-tutelles strong { display: inline; margin: 0; color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 20px; }
@media (max-width: 920px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .pastille, .card-ico, .service-card, .faq summary::after { transition: none; }
  .service-card:hover, .service-card:hover .card-ico, .prose > h2:hover .pastille, .titre-ico:hover .pastille { transform: none; }
  .repere-pharmacie::before { animation: none; opacity: 0; }
}
