/* LPE 2.41 — chiffres officiels contextuels + colonne droite du Hero */

/* ---------- Hero : colonne droite de preuves ---------- */
.lpe-v241-flash{
  position:relative;
  align-self:start;
  width:100%;
  max-width:292px;
  margin-top:50px;
  padding:15px;
  border:1px solid rgba(18,55,94,.13);
  border-radius:20px;
  background:rgba(255,255,255,.78);
  box-shadow:0 18px 52px rgba(13,39,73,.11);
  backdrop-filter:blur(16px) saturate(1.08);
  -webkit-backdrop-filter:blur(16px) saturate(1.08);
}
.lpe-v241-flash__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.lpe-v241-flash__head span{display:block;margin-bottom:2px;color:#75839a;font-size:.56rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.lpe-v241-flash__head strong{display:block;color:#0b2039;font-family:Newsreader,Georgia,serif;font-size:1.18rem;line-height:1}
.lpe-v241-flash__nav{display:flex;gap:5px}
.lpe-v241-flash__nav button{width:30px;height:30px;border:1px solid #d9e1ea;border-radius:999px;background:#fff;color:#173f70;font:inherit;font-weight:900;cursor:pointer}
.lpe-v241-flash__nav button:disabled{opacity:.3;cursor:default}
.lpe-v241-flash__thesis{margin:0 0 12px;padding:10px 11px;border-radius:12px;background:#0d2f56;color:#dfeafa;font-size:.68rem;line-height:1.45}
.lpe-v241-flash__thesis strong{color:#fff}
.lpe-v241-flash__viewport{overflow:hidden;border-radius:13px;outline:none}
.lpe-v241-flash__track{display:flex;gap:8px;transition:transform .28s ease;will-change:transform}
.lpe-v241-flash__card{flex:0 0 100%;min-width:100%;display:block;padding:15px 14px 13px;border:1px solid #e2e7ed;border-radius:13px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 8px 24px rgba(20,45,78,.045)}
.lpe-v241-flash__card>strong{display:block;color:#123e73;font-size:1.55rem;line-height:1;letter-spacing:-.04em}
.lpe-v241-flash__card>span{display:block;margin-top:7px;color:#172638;font-size:.75rem;font-weight:850;line-height:1.18}
.lpe-v241-flash__card>small{display:block;margin-top:4px;color:#697589;font-size:.63rem;line-height:1.35}
.lpe-v241-flash__card>em{display:block;margin-top:11px;color:#46709f;font-size:.56rem;font-style:normal;font-weight:800;line-height:1.3}
.lpe-v241-flash__note{margin:10px 2px 0;color:#7a8492;font-size:.55rem;line-height:1.35}

@media(min-width:1181px){
  .lpe-v233-hero__inner{
    display:grid;
    grid-template-columns:minmax(500px,1.18fr) minmax(125px,.32fr) minmax(250px,292px);
    column-gap:18px;
    align-items:start;
  }
  .lpe-v233-hero__story{grid-column:1;width:auto;max-width:760px}
  .lpe-v241-flash{grid-column:3;justify-self:end}
}

@media(min-width:981px) and (max-width:1180px){
  .lpe-v241-flash{display:none}
}

@media(max-width:980px){
  .lpe-v241-flash{
    max-width:720px;
    margin:18px 0 0;
    padding:13px;
    background:rgba(255,255,255,.92);
  }
  .lpe-v241-flash__viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .lpe-v241-flash__viewport::-webkit-scrollbar{display:none}
  .lpe-v241-flash__track{gap:9px;transform:none!important;transition:none}
  .lpe-v241-flash__card{flex:0 0 min(72vw,285px);min-width:min(72vw,285px);scroll-snap-align:start}
  .lpe-v241-flash__nav{display:none}
}

@media(max-width:720px){
  .lpe-v241-flash{max-width:none;margin-top:14px;border-radius:17px}
  .lpe-v241-flash__head strong{font-size:1.08rem}
  .lpe-v241-flash__thesis{font-size:.64rem}
  .lpe-v241-flash__card{flex-basis:66vw;min-width:66vw}
}

/* ---------- Repères officiels dans les pages ministérielles ---------- */
.lpe-official-facts{margin:38px 0 8px;padding:24px;border:1px solid #dfe5ec;border-radius:22px;background:linear-gradient(145deg,#fbfdff,#f4f7fa);box-shadow:0 16px 44px rgba(18,44,76,.055)}
.lpe-official-facts__head{display:grid;grid-template-columns:minmax(210px,.42fr) minmax(0,1fr);gap:22px;align-items:end;margin-bottom:18px}
.lpe-official-facts__head span{display:block;color:#48719d;font-size:.61rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.lpe-official-facts__head h3{margin:5px 0 0;color:#102239;font-family:Newsreader,Georgia,serif;font-size:1.65rem;line-height:1.02}
.lpe-official-facts__head p{margin:0;color:#657286;font-size:.79rem;line-height:1.55}
.lpe-official-facts__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.lpe-official-fact{display:block;min-height:205px;padding:17px;border:1px solid #dfe5ec;border-radius:15px;background:#fff;color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.lpe-official-fact:hover,.lpe-official-fact:focus-visible{transform:translateY(-2px);border-color:#afc2d8;box-shadow:0 12px 28px rgba(18,45,78,.08)}
.lpe-official-fact>strong{display:block;color:#174d87;font-size:1.45rem;line-height:1;letter-spacing:-.04em}
.lpe-official-fact>span{display:block;margin-top:8px;color:#1c2b3b;font-size:.76rem;font-weight:850}
.lpe-official-fact>small{display:block;margin-top:4px;color:#778291;font-size:.63rem;line-height:1.35}
.lpe-official-fact>p{margin:12px 0 0;color:#566275;font-size:.72rem;line-height:1.5}
.lpe-official-fact>em{display:block;margin-top:12px;color:#4c739e;font-size:.58rem;font-style:normal;font-weight:800}
.lpe-official-facts__method{margin:14px 2px 0;color:#7b8490;font-size:.62rem;line-height:1.45}

/* Retraites : montrer le système et éviter un faux ratio statistique. */
.lpe-v241-system-note{margin:22px 0 0;padding:18px 20px;border-left:4px solid #8a6845;border-radius:0 14px 14px 0;background:#faf6ef}
.lpe-v241-system-note strong{display:block;margin-bottom:6px;color:#463a2d;font-family:Newsreader,Georgia,serif;font-size:1.2rem}
.lpe-v241-system-note p{margin:0;color:#675d51;font-size:.78rem;line-height:1.55}

/* Mesures : liens directs vers les décisions qui rendent la mesure possible. */
.lpe-v241-related-measures{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:14px 0 0 208px}
.lpe-v241-related-measures>a{display:block;padding:16px 17px;border:1px solid #e0e2de;border-radius:14px;background:#fff;color:inherit;text-decoration:none}
.lpe-v241-related-measures small{display:block;color:var(--measure-accent);font-size:.57rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.lpe-v241-related-measures strong{display:block;margin-top:6px;font-size:.78rem;line-height:1.25}
.lpe-v241-related-measures p{margin:8px 0 0;color:#62666c;font-size:.7rem;line-height:1.42}

@media(max-width:900px){
  .lpe-official-facts__head{grid-template-columns:1fr}
  .lpe-official-facts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lpe-v241-related-measures{margin-left:0}
}
@media(max-width:600px){
  .lpe-official-facts{margin-top:26px;padding:17px;border-radius:18px}
  .lpe-official-facts__grid{display:flex;overflow-x:auto;gap:9px;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:3px}
  .lpe-official-facts__grid::-webkit-scrollbar{display:none}
  .lpe-official-fact{flex:0 0 78%;min-width:78%;min-height:190px;scroll-snap-align:start}
  .lpe-v241-related-measures{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.lpe-v241-flash__track,.lpe-official-fact{transition:none!important}}
