:root {
  --bleu: #2A3E92; --encre: #1B2452; --nuit: #101425; --brume: #EEF2FB;
  --rouge: #D01010; --texte: #3A4152; --titre: #101425;
  --bord: #E4E8F2; --bord2: #C7D0E6; --clair: #DDE4F5; --clair2: #C9D2EA; --ciel: #C8D4F2; --muted: #8D97B8;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Source Sans 3', 'Segoe UI', Arial, sans-serif; color: var(--texte); background: #fff; line-height: 1.65; }
.serif { font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif; }
.wrap { max-width: 1440px; margin: 0 auto; padding: 0 24px; }
a { color: var(--bleu); text-decoration: none; }
img { max-width: 100%; height: auto; }
h1, h2 { font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif; color: var(--titre); font-weight: 600; line-height: 1.15; }
h2 { font-size: clamp(27px, 3.2vw, 38px); }
h3 { font-family: 'Source Sans 3', 'Segoe UI', Arial, sans-serif; font-size: 19px; font-weight: 700; color: var(--encre); line-height: 1.35; }
.eyebrow { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--bleu); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 16px; font-weight: 700; padding: 15px 26px; border-radius: 8px; cursor: pointer; border: none; }
.btn-rouge { background: var(--rouge); color: #fff !important; box-shadow: 0 6px 18px rgba(0,0,0,0.22); }

/* Header (commun home v8 / article v10) */
header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--bord); }
/* L'en-tête n'est pas contraint par la bande de contenu : le logo
   s'aligne sur le bord gauche de la page, le téléphone sur le droit. */
header > .wrap { max-width: none; padding-left: 32px; padding-right: 32px; }
@media (max-width: 900px) { header > .wrap { padding-left: 24px; padding-right: 24px; } }
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 0; }
.marque { display: flex; align-items: center; gap: 12px; }
.marque img { width: 48px; height: 48px; }
.marque .nom { font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif; font-size: 20px; font-weight: 600; color: var(--encre); line-height: 1.1; }
@media (max-width: 380px) { .marque .nom { font-size: 17px; white-space: nowrap; }
  .marque { gap: 9px; } .marque img { width: 40px; height: 40px; } }
.marque .role { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #6A7186; }
nav.desktop { display: flex; gap: 24px; font-size: 15px; font-weight: 600; }
nav.desktop a { color: var(--texte); }
nav.desktop a:hover { color: var(--bleu); }
nav.desktop a.actif { color: var(--bleu); }
.header-tel { display: inline-flex; align-items: center; gap: 8px; background: var(--rouge); color: #fff !important; font-size: 15px; font-weight: 700; padding: 12px 18px; border-radius: 8px; white-space: nowrap; }
.burger { display: none; position: relative; }
.burger summary { list-style: none; cursor: pointer; padding: 10px; display: flex; flex-direction: column; gap: 5px; }
.burger summary::-webkit-details-marker { display: none; }
.burger summary span { display: block; width: 24px; height: 2.5px; background: var(--encre); border-radius: 2px; }
.burger .menu { position: absolute; right: 0; top: 100%; background: #fff; border: 1px solid var(--bord); border-radius: 10px; box-shadow: 0 12px 30px rgba(27,36,82,0.14); padding: 10px; display: flex; flex-direction: column; min-width: 220px; }
.burger .menu a { padding: 12px 14px; font-weight: 600; color: var(--texte); border-radius: 7px; }
.burger .menu a:hover { background: var(--brume); }
@media (max-width: 900px) { nav.desktop { display: none; } .header-tel span.txt { display: none; } .burger { display: block; } }

/* Hero (gabarit home : image reelle + voile encre) */
.hero-cab { position: relative; background: var(--encre); color: #fff; overflow: hidden; }
.hero-cab::before { content: ""; position: absolute; inset: 0; background-image: url(/assets/dae21895f1549528.webp); background-size: cover; background-position: left bottom; }
/* Sur téléphone le hero est haut et étroit : cadrage portrait de la même scène. */
@media (max-width: 640px) { .hero-cab::before { background-image: url(/assets/ee5c0f53bac00e41.webp); background-position: center bottom; } }
.hero-cab::after { content: ""; position: absolute; inset: 0; background: linear-gradient(270deg, rgba(16,20,37,0.84) 0%, rgba(27,36,82,0.62) 55%, rgba(27,36,82,0.30) 100%); }
.hero-cab .wrap { position: relative; z-index: 2; display: flex; justify-content: flex-end; padding-top: 74px; padding-bottom: 68px; }
.hero-in { max-width: 760px; text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.hero-cab .eyebrow { color: var(--ciel); }
.hero-cab h1 { color: #fff; font-size: clamp(30px, 4.2vw, 50px); line-height: 1.12; }
/* Fil d'ariane : en pied de page uniquement (decision Paul 29/08/2026) */
.ariane-foot { font-size: 13px; display: flex; flex-wrap: wrap; gap: 7px; align-items: center; padding-bottom: 22px; margin-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.ariane-foot a { color: var(--clair2); }
.ariane-foot a:hover { color: #fff; }
.ariane-foot .sep { color: var(--muted); }
.ariane-foot .ici { color: var(--clair2); font-weight: 600; }
/* Section avis Google (bande dediee, sans citation d'avis) */
.avis-sec { text-align: center; }
.avis-note { display: flex; align-items: baseline; justify-content: center; gap: 12px; margin-top: 10px; }
.avis-note .chiffre { font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif; font-size: clamp(46px, 6vw, 64px); font-weight: 600; color: var(--encre); line-height: 1; }
.avis-note .sur { font-size: 17px; font-weight: 600; color: var(--muted); }
.avis-etoiles { font-size: 24px; letter-spacing: 4px; color: var(--bleu); margin-top: 6px; }
.avis-nb { font-size: 16.5px; font-weight: 600; color: var(--texte); margin-top: 8px; }
.avis-lien { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; margin-top: 14px; }
@media (max-width: 900px) {
  .hero-cab::after { background: linear-gradient(180deg, rgba(16,20,37,0.72) 0%, rgba(27,36,82,0.44) 60%, rgba(27,36,82,0.24) 100%); }
  .hero-cab .wrap { justify-content: flex-start; padding-top: 42px; padding-bottom: 40px; }
  .hero-in { text-align: left; align-items: flex-start; }
}
@media (max-width: 640px) { .hero-cab .btn { width: 100%; } }

/* Sections */
section.bloc { padding: 64px 0; }
section.brume { background: var(--brume); }
section.texture { background: linear-gradient(180deg, rgba(255,255,255,0.80), rgba(238,242,251,0.75)), url(/assets/0ec1bbe609e4721a.webp); background-size: cover; }
@media (max-width: 900px) { section.bloc { padding: 44px 0; } }
.duo { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 48px; align-items: start; }
.duo.inverse { grid-template-columns: 380px minmax(0, 1fr); }
.duo.inverse .duo-txt { order: 2; }
.duo.inverse .duo-img { order: 1; }
@media (max-width: 900px) { .duo, .duo.inverse { grid-template-columns: 1fr; gap: 26px; } .duo.inverse .duo-txt { order: 1; } .duo.inverse .duo-img { order: 2; } }
.duo-img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; display: block; }
.duo-img.portrait { display: flex; justify-content: center; }
.duo-img.portrait img { aspect-ratio: 3 / 4; object-position: top; max-width: 330px; }
.sec-txt h2 { margin-top: 8px; }
.solo { max-width: 860px; }
.solo.centre { margin: 0 auto; text-align: center; }
p.chapeau { font-size: 19px; line-height: 1.6; color: var(--titre); max-width: 860px; }
p.chapeau + p.chapeau { margin-top: 14px; }
.sous-grid { display: grid; gap: 18px; margin-top: 26px; }
.sous-grid.n2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.sous-grid.n3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
@media (max-width: 900px) { .sous-grid.n2, .sous-grid.n3 { grid-template-columns: 1fr; } }
.sous-card { background: #fff; border: 1px solid var(--bord); border-radius: 12px; padding: 22px 24px; }
.sous-card h3 { font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif; font-size: 22px; font-weight: 600; color: var(--encre); }
.sous-card p { margin: 8px 0 0 0; font-size: 15.5px; }
.brouillon { border-left: 3px dashed var(--rouge); padding-left: 14px; }

/* Bloc contact (coordonnees + canaux) */
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { background: #fff; border: 1px solid var(--bord); border-radius: 12px; padding: 26px 28px; box-shadow: 0 6px 18px rgba(27,36,82,0.06); }
.contact-card .t { font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif; font-size: 23px; font-weight: 600; color: var(--encre); margin-bottom: 12px; }
.contact-card .l { font-size: 16.5px; margin-bottom: 6px; }
.contact-card .l a { font-weight: 600; }
.contact-card .dispo { font-size: 14px; color: #6A7186; margin-top: 12px; }
.canaux { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.canal { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff !important; font-size: 15.5px; font-weight: 700; padding: 14px 18px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.14); }
.canal:hover { filter: brightness(1.08); }
.canal-tel { background: var(--rouge); }
.canal-sms { background: var(--bleu); }
.canal-wa { background: #25D366; }
.canal-mail { background: #fff; color: var(--encre) !important; border: 1.5px solid var(--bord2); box-shadow: none; }
.sec-txt p { margin: 14px 0 0 0; font-size: 16.5px; }
.sec-txt ul.liste-dom { margin: 14px 0 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.sec-txt ul.liste-dom li { position: relative; padding-left: 26px; font-size: 16.5px; font-weight: 600; color: var(--encre); }
.sec-txt ul.liste-dom li::before { content: "\203A"; position: absolute; left: 8px; top: -1px; color: var(--bleu); font-size: 20px; line-height: 1.4; }
.sec-txt a { font-weight: 600; border-bottom: 1px solid var(--clair2); }
.sec-txt a:hover { border-bottom-color: var(--bleu); }
.sec-txt strong { color: var(--titre); }

/* Cartes valeurs */
.grid4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
@media (max-width: 900px) { .grid4 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 480px) { .grid4 { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--bord); border-radius: 12px; padding: 24px; box-shadow: 0 6px 18px rgba(27,36,82,0.06); }
.card h3.val { font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif; font-size: 21px; color: var(--bleu); font-weight: 600; }
.card p.val { font-size: 14.5px; margin-top: 6px; }
.sec-head { margin-bottom: 26px; }

/* Bandes CTA */
.cta-bande { background: var(--encre); color: #fff; padding: 44px 0; }
.cta-in { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-in h2 { color: #fff; font-size: clamp(22px, 2.6vw, 30px); }
.cta-in p { color: var(--clair2); margin-top: 6px; }
.cta-in .btn { white-space: nowrap; flex-shrink: 0; }
@media (max-width: 900px) { .cta-in { flex-direction: column; align-items: stretch; text-align: left; } .cta-in .btn { width: 100%; } }
.cta-clair { background: var(--brume); border: 1px solid var(--bord2); border-radius: 12px; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; }

/* Maillage bas de page */
.lire { background: linear-gradient(180deg, rgba(255,255,255,0.80), rgba(238,242,251,0.75)), url(/assets/0ec1bbe609e4721a.webp); background-size: cover; padding: 52px 0 58px 0; }
.lire .sec-titre { font-size: clamp(24px, 2.6vw, 31px); margin-bottom: 22px; }
.lire-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
@media (max-width: 900px) { .lire-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 480px) { .lire-grid { grid-template-columns: 1fr; } }
.lire-card { background: #fff; border: 1px solid var(--bord); border-radius: 12px; padding: 20px 22px; display: block; }
.lire-card:hover { border-color: var(--bleu); }
.lire-card .tag { font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--bleu); }
.lire-card .t { font-family: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif; font-size: 20px; font-weight: 600; color: var(--encre); line-height: 1.25; margin-top: 6px; }
.lire-card .fleche { display: inline-block; margin-top: 10px; font-size: 14px; font-weight: 700; color: var(--bleu); }

/* Footer (commun home v8) */
footer.site { background: var(--nuit); color: var(--clair2); padding: 52px 0 0 0; }
.foot-grid { display: flex; gap: 40px; align-items: flex-start; flex-wrap: wrap; }
.foot-col h4 { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.foot-col a, .foot-col div.l { display: block; font-size: 14px; color: var(--clair2); margin-bottom: 9px; }
.foot-marque { max-width: 320px; }
.foot-bas { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 36px; padding: 16px 0 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--muted); flex-wrap: wrap; }
@media (max-width: 900px) { .foot-grid { flex-direction: column; gap: 30px; } footer.site { padding-bottom: 70px; } }

/* Callbar mobile (variante A) */
.callbar { display: none; }
@media (max-width: 640px) {
  .callbar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; border-top: 1px solid var(--bord); box-shadow: 0 -3px 12px rgba(0,0,0,0.09); padding: 8px 10px; transition: transform 0.25s ease; }
  .callbar.masquee { transform: translateY(110%); }
  .callbar-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--rouge); color: #fff !important; text-align: center; border-radius: 8px; padding: 13px 0; font-size: 16px; font-weight: 700; box-shadow: 0 4px 12px rgba(208,16,16,0.25); }
  body { padding-bottom: 62px; }
}