/* Véronique Lecerf — Réflexologue · démonstration
   Palette et police RELEVÉES dans son propre site (Google Sites) :
   #b4a7d6 lavande · #1e6c93 bleu · #666666 texte · #e06666 contre-indications · Lato.
   ⚠️ DEUX teintes ont été FONCÉES, et c'est la seule liberté prise sur ses couleurs : sa lavande
   à #b4a7d6 donne 2,2:1 sur blanc et son rouge #e06666 3,35:1 — sous le seuil de lisibilité
   (WCAG 4,5:1, ou 3:1 au-delà de 24 px). Ce sont les audits qui lui coûtent ses points
   d'accessibilité. La lavande devient #8f7cc0 pour les grands titres, #7d68ae pour le petit
   texte ; le rouge devient #c0504d. Même famille, même impression — lisible.
   Le reste du périmètre : taille de texte, respirations, WebP, zéro JavaScript.
------------------------------------------------------------------------------------------------*/
@font-face{font-family:Lato;src:url(fonts/lato-300.woff2) format('woff2');font-weight:300;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Lato;src:url(fonts/lato-400.woff2) format('woff2');font-weight:400;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Lato;src:url(fonts/lato-700.woff2) format('woff2');font-weight:700;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

/* Socle
---------------------------------------------------------------------------*/
:root{--lav:#8f7cc0;--lav-p:#7d68ae;--bleu:#1e6c93;--gris:#666;--rouge:#c0504d}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--gris);font-family:Lato,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.75;font-weight:400;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--bleu)}
h1,h2,h3{margin:0;font-weight:300;line-height:1.25}
p{margin:0 0 1.1em}
.wrap{width:min(1160px,100% - 40px);margin-inline:auto}
:focus-visible{outline:3px solid var(--bleu);outline-offset:2px}

/* Bandeau de démonstration
---------------------------------------------------------------------------*/
.bandeau{position:relative;z-index:200;background:#111;color:#e9edf0;font-size:12.5px;line-height:1.45;padding:7px 46px 7px 14px;text-align:center}
.bandeau p{margin:0}
.bd-l{display:block;color:#9aa3aa;font-size:11px}
.bd-e{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#e9edf0;display:flex}

/* En-tête — son nom à gauche, le menu à droite, comme chez elle
---------------------------------------------------------------------------*/
.tete{border-bottom:1px solid #ececec;background:#fff}
.tete-in{display:flex;align-items:center;gap:14px;padding:10px 0;flex-wrap:wrap}
.tete-in .marque{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--gris);font-size:17px}
.tete-in .marque img{width:44px;height:auto}
.tete nav{margin-left:auto}
.tete nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:4px;margin:0;padding:0}
.tete nav a{display:block;padding:.5em .8em;color:var(--gris);text-decoration:none;font-size:15px;border-radius:4px}
.tete nav a:hover,.tete nav a[aria-current]{color:var(--bleu);background:#f2f6f8}

/* Blocs de texte — tout est centré chez elle
---------------------------------------------------------------------------*/
.sec{padding:clamp(34px,4.4vw,64px) 0}
.centre{text-align:center;max-width:940px;margin-inline:auto}
h1.grand{color:var(--lav);font-size:clamp(28px,3.6vw,42px);font-weight:300;margin-bottom:.35em}
.sec h2{color:var(--lav-p);font-size:clamp(22px,2.6vw,30px);font-weight:300;margin:0 0 .55em}
.sec h3{color:var(--bleu);font-size:clamp(19px,2.1vw,24px);font-weight:400;margin:0 0 .4em}
.sous{color:var(--gris);font-size:clamp(17px,2vw,22px);font-weight:300;margin:0 0 .9em}
.lav{color:var(--lav-p)}
.petit{font-size:15.5px}
.mini{font-size:14px;font-style:italic}
.rouge{color:var(--rouge)}
.trait{border:0;border-top:1px solid #e6e6e6;margin:2.2em auto;max-width:1080px}
.prix{color:var(--gris);font-size:22px;margin:0 0 .8em}

/* Bandes de trois images, collées — la signature visuelle de ses pages
---------------------------------------------------------------------------*/
/* chez elle, ce qui ressemble a trois photos cote a cote est UNE image composite : on la sert telle quelle */
.bande{max-width:1160px;margin:clamp(24px,3vw,44px) auto;padding-inline:20px}
.bande img{width:100%}
.trio{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;max-width:1160px;margin:clamp(24px,3vw,44px) auto;padding-inline:20px}
.trio img{width:100%;height:100%;object-fit:cover;aspect-ratio:3/4}
@media (max-width:640px){.trio{grid-template-columns:1fr}.trio img{aspect-ratio:4/3}}
.hermes img{width:190px;margin:0 auto 1.4em}
.seule{max-width:920px;margin:clamp(20px,2.6vw,36px) auto}

/* Les trois portes de l'accueil — bouton bleu, image, titre, texte
---------------------------------------------------------------------------*/
.portes{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:1.5em}
@media (max-width:860px){.portes{grid-template-columns:1fr;max-width:520px;margin-inline:auto}}
.porte{text-align:center}
.porte .bouton{display:block;background:var(--bleu);color:#fff;text-decoration:none;font-size:14px;padding:.6em 1em;margin-bottom:1.1em}
.porte .bouton:hover{background:#155573}
.porte img{width:100%;aspect-ratio:1/1;object-fit:cover;margin-bottom:1em}
.porte h2{margin-bottom:.3em;color:var(--bleu);font-size:clamp(19px,2.1vw,23px)}
.porte .st{color:var(--lav-p);font-size:16px;margin-bottom:.8em}
.porte p{font-size:15.5px}

/* Pied de page
---------------------------------------------------------------------------*/
.pied{padding:clamp(30px,4vw,54px) 0 2.4em;text-align:center}
.reseaux{display:flex;justify-content:center;gap:12px;margin-bottom:1.8em}
.reseaux a{display:grid;place-items:center;width:30px;height:30px;background:#3f3f3f;color:#fff;border-radius:4px}
.pied .tel{color:var(--lav-p);font-size:26px;font-weight:300;margin:.7em 0 .3em;letter-spacing:1px}
.pied .copy{font-size:13px;font-style:italic;margin-top:1.4em}

/* Auto-réflexologie — les trois livrets, puis les six fiches
---------------------------------------------------------------------------*/
.ebooks{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:center}
.fiches{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:center}
@media (max-width:900px){.ebooks,.fiches{grid-template-columns:1fr;max-width:520px;margin-inline:auto}}
.ebooks img,.fiches img{width:100%;margin:0 0 1em}
.ebooks h3,.fiches h3{margin:0 0 .5em}
.liste{list-style:none;padding:0;margin:0 auto;max-width:70ch;text-align:left}
.liste li{position:relative;padding-left:1.2em;margin-bottom:.5em}
.liste li::before{content:"•";position:absolute;left:0;color:var(--lav-p)}
.lav a{color:inherit}
.lav a:hover{color:var(--bleu)}
