.plu-carte{--bleu:#005BBB;--ciel:#4FA6E0;--marine:#00306B;--jaune:#FFD500;
  --terre:#EEF2F6;--trait:#C7D2DD;--txt:#1B2733;--gris:#5A6B7B;
  font-family:'Montserrat',-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  color:var(--txt);max-width:1080px;margin:0 auto;padding:8px 0 4px}
.plu-carte *{box-sizing:border-box}
.plu-tete{text-align:center;margin:0 0 14px}
.plu-tete h2{color:var(--bleu);font-size:clamp(17px,2.5vw,26px);font-weight:700;margin:0 0 6px;line-height:1.25}
.plu-tete p{margin:0;font-size:clamp(13px,1.5vw,16px);display:inline-block;
  padding-bottom:5px;border-bottom:3px solid var(--jaune)}
.plu-barre{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;margin-bottom:12px}
.plu-barre button{font:inherit;font-size:13px;padding:7px 14px;border:1px solid var(--trait);
  background:#fff;color:var(--txt);border-radius:999px;cursor:pointer;transition:.15s}
.plu-barre button:hover{border-color:var(--bleu)}
.plu-barre button[aria-pressed="true"]{background:var(--bleu);border-color:var(--bleu);color:#fff}
.plu-barre .plu-sep{width:1px;height:22px;background:var(--trait);margin:0 4px}
.plu-scene{position:relative}
.plu-carte svg{width:100%;height:auto;display:block;touch-action:manipulation}
.plu-carte .land{fill:var(--terre);stroke:var(--trait);stroke-width:.8}
.plu-carte .com{fill:var(--terre);stroke:#D8E0E8;stroke-width:.5}
.plu-carte .com.hi{fill:#CFE4F6;stroke:#9CC6E8;stroke-width:.7}
.plu-carte .rappel{stroke-width:1.1;fill:none;opacity:.75}
.plu-carte .pt{stroke:#fff;stroke-width:1.6;cursor:pointer}
.plu-carte .pt.ciel{fill:var(--ciel)}.plu-carte .pt.marine{fill:var(--marine)}
.plu-carte .halo{fill:none;stroke-width:2;opacity:.45}
.plu-carte .pt:hover,.plu-carte .pt:focus{stroke:var(--jaune);stroke-width:2.6;outline:none}
.plu-carte .lbl{font-size:11px;fill:var(--txt);paint-order:stroke;stroke:#fff;
  stroke-width:3px;stroke-linejoin:round;pointer-events:none}
.plu-carte .lbl.emph{font-size:13px;font-weight:700}
.plu-carte .zlbl{font-size:14px;font-weight:700;fill:var(--bleu);paint-order:stroke;
  stroke:#fff;stroke-width:4px;pointer-events:none}
.plu-pied{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;
  align-items:flex-end;margin-top:10px}
.plu-leg{list-style:none;margin:0;padding:0;font-size:13px}
.plu-leg li{display:flex;align-items:center;gap:9px;margin:5px 0}
.plu-leg i{width:13px;height:13px;border-radius:50%;flex:0 0 auto;box-shadow:0 0 0 2px #fff}
.plu-leg .c{background:var(--ciel)}.plu-leg .m{background:var(--marine)}
.plu-chiffres{border:2px solid var(--jaune);border-radius:9px;padding:9px 13px;
  font-size:13px;line-height:1.65;text-align:right;background:#fff}
.plu-chiffres b{font-weight:700}
.plu-source{font-size:11px;color:var(--gris);margin:12px 0 0;text-align:center}
.plu-info{position:absolute;pointer-events:none;opacity:0;transform:translate(-50%,-136%);
  background:var(--marine);color:#fff;font-size:12px;padding:5px 9px;border-radius:6px;
  white-space:nowrap;transition:opacity .12s;z-index:5}
.plu-info::after{content:"";position:absolute;left:50%;top:100%;margin-left:-5px;
  border:5px solid transparent;border-top-color:var(--marine)}
@media(max-width:560px){.plu-pied{flex-direction:column;align-items:stretch}
  .plu-chiffres{text-align:left}.plu-carte .lbl{font-size:13px}}
@media print{.plu-barre{display:none}}
