.carte-grid{grid-template-columns:1.25fr .75fr;align-items:start;gap:26px;display:grid}.carte-france{border:1px solid var(--bordure);box-shadow:var(--ombre);background:#fff;border-radius:20px;padding:24px;position:relative}.carte-france svg{filter:drop-shadow(0 8px 20px #137a5526);width:100%;height:auto;display:block}.dep{fill:#e8f1ec;stroke:#fff;stroke-width:2.6px;transition:fill .15s}.dep:hover{fill:#d2e7db}.point{fill:var(--vert);opacity:.92;stroke:#fff;stroke-width:3px}.point.nouveau{fill:#0fb981}.pulse{fill:none;stroke:#0fb981;stroke-width:6px;opacity:.8;animation:1.8s ease-out infinite pulse}@keyframes pulse{0%{r:18;opacity:.8}to{r:58;opacity:0}}.legende{color:var(--gris);flex-wrap:wrap;justify-content:center;gap:22px;margin-top:14px;font-size:.8rem;display:flex}.legende span{align-items:center;gap:8px;display:flex}.legende i{background:var(--vert);border-radius:50%;width:11px;height:11px;display:inline-block}.legende i.n{background:#0fb981;box-shadow:0 0 0 4px #0fb98133}.infobulle{background:var(--marine);color:#fff;pointer-events:none;opacity:0;white-space:nowrap;z-index:10;border-radius:8px;padding:7px 12px;font-size:.76rem;font-weight:600;transition:opacity .15s;position:absolute}.panneau-liste{border:1px solid var(--bordure);box-shadow:var(--ombre);background:#fff;border-radius:20px;overflow:hidden}.panneau-liste h3{border-bottom:1px solid var(--bordure);padding:18px 24px;font-size:1rem}.liste-signees{max-height:420px;overflow-y:auto}.ligne-pharma{border-bottom:1px solid #eef1ee;justify-content:space-between;align-items:center;gap:12px;padding:13px 24px;font-size:.86rem;display:flex}.ligne-pharma:last-child{border-bottom:0}.ligne-pharma b{color:var(--marine);font-size:.88rem;display:block}.ligne-pharma span{color:var(--gris);font-size:.78rem}.ligne-pharma .badge-new{background:var(--vert-pale);color:var(--vert-fonce);white-space:nowrap;border-radius:99px;padding:4px 10px;font-size:.68rem;font-weight:700}.compteur-bandeau{gap:16px;margin-bottom:26px;display:flex}.compteur-bandeau .stat{text-align:center;flex:1}@media (max-width:1024px){.carte-grid{grid-template-columns:1fr}}
