
:root{
  --blue:#0b2c75;
  --blue2:#0b63ce;
  --green:#26822b;
  --light:#f3faff;
  --line:#dce9f5;
  --ink:#061c56;
  --muted:#364a78;
  --shadow:0 14px 35px rgba(8,45,110,.12);
  --warning:#fffaf0;
  --warning-line:#e7bd63;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
.inner-wrap{max-width:1330px;margin:0 auto;padding:0 28px}

/* Accueil figé exact */
.home-only{background:#fff}
.home-stage{position:relative;width:100%;max-width:1536px;margin:0 auto}
.home-fixed-image{display:block;width:100%;height:auto}
.hotspot{position:absolute;display:block;background:transparent}
.hotspot.accueil{left:26.1%;top:2.1%;width:5.2%;height:4.3%}
.hotspot.presentation{left:34.3%;top:2.1%;width:8.2%;height:4.3%}
.hotspot.exemples{left:43.9%;top:2.1%;width:7.6%;height:4.3%}
.hotspot.lexique{left:53.0%;top:2.1%;width:9.3%;height:4.3%}
.hotspot.expressions{left:62.9%;top:2.1%;width:8.8%;height:4.3%}
.hotspot.contact{left:72.2%;top:2.1%;width:6.0%;height:4.3%}
.hotspot.acces{left:79.4%;top:1.7%;width:16.2%;height:5.2%}

/* Pages secondaires alignées à l’accueil */
.inner-page{
  background:
    radial-gradient(circle at 10% 15%, rgba(11,99,206,.12), transparent 25%),
    radial-gradient(circle at 90% 12%, rgba(38,130,43,.10), transparent 28%),
    linear-gradient(180deg,#eef8ff 0%,#ffffff 45%,#ffffff 100%);
}
.site-header{
  height:86px;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #d8e5f2;
  box-shadow:0 3px 14px rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  position:sticky;
  top:0;
  z-index:20;
}
.top-inner{
  width:100%;
  max-width:1536px;
  margin:0 auto;
  padding:0 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.logo-word{
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:9px;
  min-width:245px;
}
.logo-v{
  width:36px;height:36px;
  display:grid;place-items:center;
  font-family:Georgia,serif;
  font-size:2rem;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,#1d6dd2,#5bbd52);
  clip-path:polygon(0 0,45% 0,50% 70%,95% 0,100% 0,62% 100%,42% 100%);
}
.logo-text{
  font-family:Georgia,serif;
  font-size:1.6rem;
  letter-spacing:.08em;
  color:var(--blue);
  font-weight:900;
  white-space:nowrap;
}
.logo-text b{color:var(--green);font-weight:900}
.main-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:30px;
  flex-wrap:nowrap;
}
.main-nav a{
  text-decoration:none;
  color:var(--ink);
  font-weight:800;
  font-size:1rem;
  padding:30px 0 26px;
  border-bottom:3px solid transparent;
  white-space:nowrap;
}
.main-nav a.active{
  color:#0b63ce;
  border-bottom-color:#0b63ce;
}
.main-nav .access{
  background:#0965d4;
  color:#fff;
  padding:14px 28px;
  border-radius:999px;
  border-bottom:0;
  box-shadow:0 8px 18px rgba(9,101,212,.22);
}
.main-nav .access span{padding-left:10px}

/* Hero identique esprit accueil */
.inner-hero{
  min-height:520px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.85), rgba(238,248,255,.75) 35%, rgba(255,255,255,.88) 100%),
    linear-gradient(180deg,#eef8ff 0%,#fff 100%);
}
.inner-hero::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:120px;
  background:
    repeating-radial-gradient(ellipse at 50% 100%, rgba(72,145,205,.13) 0, rgba(72,145,205,.13) 1px, transparent 3px, transparent 16px);
  opacity:.55;
}
.side-face{
  position:absolute;
  top:18px;
  width:310px;
  height:440px;
  opacity:.28;
  filter:blur(.2px);
}
.left-face{
  left:-42px;
  background:radial-gradient(ellipse at 50% 35%, rgba(42,115,190,.38), rgba(42,115,190,.08) 60%, transparent 62%);
  border-radius:48% 52% 45% 55%;
}
.right-face{
  right:-42px;
  background:
    radial-gradient(circle at 52% 34%, rgba(105,180,245,.30), rgba(105,180,245,.07) 60%, transparent 62%);
  border-radius:50%;
}
.hero-center{
  position:relative;
  z-index:2;
  text-align:center;
  padding-top:46px;
  padding-bottom:44px;
}
.mark-v{
  margin:0 auto 20px;
  width:95px;height:84px;
  display:grid;place-items:center;
  font-family:Georgia,serif;
  font-size:5rem;
  font-weight:900;
  line-height:1;
  color:#0b63ce;
  text-shadow:18px 0 0 rgba(38,130,43,.85);
}
.inner-hero h1{
  font-family:Georgia,serif;
  color:var(--blue);
  letter-spacing:.09em;
  font-size:clamp(2.6rem,5vw,5.5rem);
  line-height:1;
  margin:0;
  font-weight:500;
}
.green-plus{
  color:var(--green);
  font-size:2.2rem;
  font-weight:900;
  margin:12px 0 10px;
}
.inner-hero p{
  max-width:720px;
  margin:0 auto;
  color:var(--ink);
  font-size:1.42rem;
  line-height:1.38;
  font-weight:600;
}
.medical-note{
  margin:24px auto 0;
  max-width:620px;
  display:flex;
  align-items:center;
  gap:18px;
  background:rgba(255,250,240,.92);
  border:1px solid var(--warning-line);
  border-radius:14px;
  padding:14px 20px;
  color:#0b2c75;
  text-align:left;
  box-shadow:0 8px 18px rgba(0,0,0,.04);
}
.medical-note span{
  color:#e09514;
  font-size:2rem;
}
.medical-note strong{
  font-size:.98rem;
  line-height:1.35;
}

/* Cartes style accueil */
.home-like-section{
  padding:42px 0 50px;
  background:#fff;
}
.cards-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
}
.home-card,.example-card,.lexique-home-card,.expression-card,.support-home-card,.tool-home,.report-home,.contact-home{
  background:rgba(255,255,255,.96);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
}
.home-card{
  min-height:235px;
  text-align:center;
  padding:28px 24px;
}
.round-icon{
  width:76px;height:76px;
  margin:0 auto 18px;
  border-radius:50%;
  background:#e8f2ff;
  display:grid;
  place-items:center;
  color:#0b63ce;
  font-size:2.2rem;
  font-weight:900;
}
.round-icon.green{background:#eaf7ec;color:var(--green)}
.round-icon.large{width:90px;height:90px}
.home-card h2{
  font-size:1.25rem;
  color:var(--blue);
  margin:0 0 10px;
}
.small-line{
  width:46px;height:2px;
  background:var(--green);
  margin:0 auto 14px;
}
.home-card p{
  margin:0;
  color:#0b2c75;
  font-weight:600;
  line-height:1.35;
}
.audience-strip{
  padding:28px 0 48px;
  background:#fff;
}
.strip-content{
  min-height:120px;
  border-radius:18px;
  background:linear-gradient(90deg,#edf7ff,#f8fcff);
  display:flex;
  align-items:center;
  gap:26px;
  padding:20px 100px;
}
.people-icon{
  font-size:3.2rem;
  width:115px;height:86px;
  display:grid;place-items:center;
  background:#fff;
  border-radius:999px;
}
.strip-content h2{
  margin:0;
  color:var(--blue);
  font-size:1.45rem;
}
.strip-content p{
  margin:3px 0 0;
  font-size:1.22rem;
  color:var(--ink);
}

/* Exemples */
.example-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}
.example-card{
  padding:26px;
}
.example-card p{
  color:var(--ink);
  font-weight:700;
  line-height:1.45;
  font-size:1.05rem;
}
.example-label{
  display:inline-flex;
  border-radius:999px;
  padding:8px 13px;
  font-weight:900;
  font-size:.92rem;
}
.example-label.bad{
  color:#8c4b00;
  background:#fff4df;
  border:1px solid #f0c46a;
}
.example-label.good{
  color:var(--green);
  background:#eaf7ec;
  border:1px solid #bde4c0;
}
.arrow-down{
  text-align:center;
  color:var(--green);
  font-size:1.8rem;
  font-weight:900;
}

/* Lexique */
.lexique-home-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.lexique-home-card{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  padding:20px;
}
.letter-badge{
  width:48px;height:48px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#e8f2ff;
  color:#0b63ce;
  font-size:1.35rem;
  font-weight:900;
}
.lexique-home-card h2{
  color:var(--green);
  margin:0 0 8px;
  font-size:1.25rem;
}
.lexique-home-card p{
  margin:0;
  color:#0b2c75;
  font-weight:650;
  line-height:1.45;
}

/* Expressions */
.search-home{
  max-width:850px;
  margin:0 auto 18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  box-shadow:var(--shadow);
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 20px;
}
.search-home span{font-size:1.3rem}
.search-home input{
  width:100%;
  border:0;
  outline:0;
  font-size:1.05rem;
  color:var(--ink);
}
.count{
  text-align:center;
  color:var(--green);
  font-weight:900;
}
.expression-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:24px;
}
.expression-card{
  padding:22px;
}
.expr-cat{
  color:var(--green);
  font-weight:900;
  margin-bottom:12px;
}
.expression-card p{
  color:var(--ink);
  font-weight:700;
  line-height:1.43;
}
.copy,.blue-button,.soft-button{
  border:0;
  border-radius:999px;
  padding:12px 18px;
  font-weight:900;
  cursor:pointer;
}
.copy,.blue-button{
  background:#0965d4;
  color:#fff;
  text-decoration:none;
  display:inline-flex;
}
.soft-button{
  background:#eef8ff;
  color:#0b2c75;
  border:1px solid var(--line);
}

/* Outils */
.tool-home,.report-home,.contact-home{
  max-width:920px;
  margin:0 auto;
  padding:30px;
}
.tool-home label,.report-home label{
  display:block;
  color:var(--blue);
  font-weight:900;
  margin:14px 0 8px;
}
.tool-home textarea,.report-home textarea{
  width:100%;
  min-height:135px;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  font-size:1rem;
  line-height:1.5;
  outline:none;
  background:#fbfdff;
}
.tool-home textarea:focus,.report-home textarea:focus{
  border-color:#0b63ce;
  box-shadow:0 0 0 4px rgba(11,99,206,.10);
}
.tool-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}
.tool-note{
  max-width:none;
}
.report-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:24px;
}
.print-button{
  margin-top:18px;
}

/* Supports */
.support-home-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:22px;
}
.support-home-card{
  padding:26px;
}
.support-home-card.featured{
  grid-row:span 2;
  border-left:8px solid var(--green);
}
.support-badge{
  display:inline-flex;
  border-radius:999px;
  background:#e8f2ff;
  color:var(--blue);
  padding:8px 13px;
  font-weight:900;
  margin-bottom:14px;
}
.support-badge.muted{
  color:#65708a;
}
.support-home-card h2{
  color:var(--blue);
  font-size:1.9rem;
  margin:0 0 12px;
}
.support-home-card p{
  color:var(--ink);
  font-weight:700;
  line-height:1.5;
}
.link-button{
  margin-top:16px;
}

/* Contact */
.contact-home{
  text-align:center;
}
.contact-home h2{
  color:var(--blue);
  font-size:2rem;
  margin:10px 0;
}
.contact-home p{
  color:var(--ink);
  font-weight:700;
  font-size:1.1rem;
}
.contact-home a{
  color:#0965d4;
}

.site-footer{
  background:#061f54;
  color:#fff;
  text-align:center;
  padding:24px 0;
  font-weight:800;
}

/* Responsive */
@media(max-width:1200px){
  .main-nav{gap:16px}
  .main-nav a{font-size:.92rem}
  .main-nav .access{padding:12px 18px}
  .logo-word{min-width:205px}
  .logo-text{font-size:1.35rem}
}
@media(max-width:900px){
  .site-header{height:auto;position:relative}
  .top-inner{flex-direction:column;align-items:flex-start;padding:16px 24px}
  .main-nav{justify-content:flex-start;gap:12px;flex-wrap:wrap}
  .main-nav a{padding:8px 0}
  .cards-row,.example-grid,.lexique-home-grid,.expression-grid,.report-grid,.support-home-grid{
    grid-template-columns:1fr;
  }
  .support-home-card.featured{grid-row:auto}
  .strip-content{padding:22px;flex-direction:column;text-align:center}
  .inner-hero{min-height:430px}
  .side-face{display:none}
}
@media(max-width:600px){
  .inner-wrap{padding:0 18px}
  .inner-hero h1{font-size:2.2rem}
  .inner-hero p{font-size:1.08rem}
  .medical-note{flex-direction:column;text-align:center}
}
@media print{
  .site-header,.site-footer,.blue-button,.soft-button{display:none!important}
  .inner-hero{min-height:auto;padding:20px 0}
  .home-like-section{padding:10px 0}
  .report-home{box-shadow:none;border:0}
}

.hotspot.compte-rendu{left:48.2%;top:96.3%;width:3.2%;height:3.5%}

/* v11 — Deux têtes conservées sur les pages intérieures */
.interior-head{
  position:absolute;
  top:16px;
  height:430px;
  width:auto;
  object-fit:contain;
  opacity:.52;
  pointer-events:none;
  z-index:1;
  filter:drop-shadow(0 8px 20px rgba(40,110,180,.10));
}
.head-left{
  left:0;
}
.head-right{
  right:0;
}
.inner-hero .hero-center{
  position:relative;
  z-index:3;
}
@media(max-width:900px){
  .interior-head{
    opacity:.22;
    height:320px;
  }
}
@media(max-width:600px){
  .interior-head{
    display:none;
  }
}

/* v13 — Dictionnaire complet : 110 expressions */
.expression-grid{
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:24px !important;
}
.expression-card{
  padding:26px !important;
  min-height:230px;
  display:flex;
  flex-direction:column;
}
.expr-number{
  display:inline-flex;
  align-self:flex-start;
  margin:0 0 10px;
  background:#eef8ff;
  color:#0b2c75;
  border:1px solid #dce9f5;
  border-radius:999px;
  padding:6px 11px;
  font-weight:900;
  font-size:.9rem;
}
.expression-card p{
  font-size:1.05rem !important;
  line-height:1.52 !important;
  flex:1;
}
.copy{
  margin-top:12px;
}
@media(max-width:850px){
  .expression-grid{
    grid-template-columns:1fr !important;
  }
}

/* v14 — Lexique complet : 110 entrées */
.lexique-home-grid{
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:18px !important;
}
.lexique-home-card{
  min-height:155px;
}
.letter-badge{
  width:52px !important;
  height:52px !important;
  font-size:1.05rem !important;
}
.lexique-home-card h2{
  font-size:1.18rem !important;
}
.lexique-home-card p{
  font-size:1rem;
  line-height:1.48;
}
@media(max-width:850px){
  .lexique-home-grid{
    grid-template-columns:1fr !important;
  }
}

/* v15 — Contact WhatsApp */
.whatsapp-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:14px auto 8px;
  background:#25D366;
  color:#fff !important;
  text-decoration:none;
  border-radius:999px;
  padding:14px 24px;
  font-weight:900;
  box-shadow:0 10px 22px rgba(37,211,102,.22);
}
.whatsapp-button:hover{
  transform:translateY(-1px);
}

/* v16 — Navigation téléphone / tablette */
.mobile-menu-button{
  display:none;
  background:#0965d4;
  color:#fff;
  border:0;
  border-radius:999px;
  padding:12px 18px;
  font-weight:900;
  font-size:1rem;
  box-shadow:0 8px 18px rgba(9,101,212,.22);
}

.mobile-home-nav{
  display:none;
}

/* Tablette */
@media(max-width:1100px){
  .site-header{
    height:auto !important;
    min-height:76px;
  }

  .top-inner{
    position:relative;
    flex-wrap:wrap;
    align-items:center !important;
    padding:14px 22px !important;
  }

  .logo-word{
    min-width:auto !important;
  }

  .mobile-menu-button{
    display:inline-flex;
    margin-left:auto;
  }

  .main-nav{
    display:none !important;
    width:100%;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:8px !important;
    padding:12px 0 4px;
  }

  .main-nav.open{
    display:flex !important;
  }

  .main-nav a{
    width:100%;
    padding:13px 16px !important;
    border-radius:14px;
    background:#f3faff;
    border:1px solid #dce9f5 !important;
    text-align:left;
    font-size:1rem !important;
  }

  .main-nav a.active{
    background:#e8f2ff;
    color:#0965d4;
  }

  .main-nav .access{
    text-align:center;
    background:#0965d4 !important;
    color:#fff !important;
    border-radius:999px;
  }
}

/* Téléphone : l'accueil reste l'image figée, mais la navigation devient lisible sous l'image */
@media(max-width:760px){
  .home-stage{
    padding-bottom:12px;
  }

  .home-fixed-image{
    width:100%;
    height:auto;
  }

  .hotspot{
    display:none !important;
  }

  .mobile-home-nav{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    padding:16px;
    background:#fff;
    border-top:1px solid #dce9f5;
  }

  .mobile-home-nav a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:10px 12px;
    text-decoration:none;
    text-align:center;
    color:#0b2c75;
    background:#f3faff;
    border:1px solid #dce9f5;
    border-radius:14px;
    font-weight:900;
    font-size:.95rem;
  }

  .mobile-home-nav a:nth-child(6){
    grid-column:1 / -1;
    background:#0965d4;
    color:#fff;
  }

  .mobile-home-nav a:last-child{
    grid-column:1 / -1;
    background:#26822b;
    color:#fff;
  }

  .inner-hero{
    min-height:360px !important;
  }

  .hero-center{
    padding-top:30px !important;
    padding-bottom:30px !important;
  }

  .mark-v{
    width:70px !important;
    height:62px !important;
    font-size:3.5rem !important;
  }

  .inner-hero h1{
    font-size:2.1rem !important;
    letter-spacing:.04em !important;
  }

  .inner-hero p{
    font-size:1.05rem !important;
  }

  .medical-note{
    max-width:100%;
    margin-top:18px !important;
    padding:12px 14px !important;
  }

  .medical-note span{
    font-size:1.5rem !important;
  }

  .cards-row,
  .example-grid,
  .lexique-home-grid,
  .expression-grid,
  .report-grid,
  .support-home-grid{
    grid-template-columns:1fr !important;
  }

  .tool-home,
  .report-home,
  .contact-home{
    padding:22px !important;
  }

  .search-home{
    border-radius:18px !important;
  }
}
