/* Carte côté front — ambiance sombre Côte de Boeuf */
.cdb-carte-wrap { background:#0a0a0a; }
#cdb-carte { width:100%; border:1px solid #1e1e1e; border-radius:8px; background:#0b0b0c; }

.cdb-carte-filtres { display:flex; gap:8px; padding:10px 0; flex-wrap:wrap; }
.cdb-carte-filtres button {
  font:600 12px/1 Inter, sans-serif; letter-spacing:.08em; text-transform:uppercase;
  color:#efe7d8; background:transparent; border:1px solid #3a3a3a;
  padding:7px 14px; border-radius:999px; cursor:pointer;
}
.cdb-carte-filtres button[aria-pressed="true"] { background:#c0392b; border-color:#c0392b; color:#fff; }

/* Marqueurs */
.cdb-pin { width:14px; height:14px; border-radius:50%; box-shadow:0 1px 4px rgba(0,0,0,.6); }
.cdb-pin--restaurant { background:#c0392b; }
.cdb-pin--boucherie  { background:#b87333; }
.cdb-pin--boutique   { background:#d4730f; }
.cdb-pin--premium    { box-shadow:0 0 0 3px rgba(200,164,90,.95), 0 0 10px 2px rgba(200,164,90,.45), 0 1px 4px rgba(0,0,0,.6); }
.cdb-pin--current    { width:18px; height:18px; background:#f5f0e6; box-shadow:0 0 0 4px rgba(200,164,90,.9), 0 1px 6px rgba(0,0,0,.7); }

/* Popup */
.leaflet-popup-content-wrapper { background:#161616; color:#efe7d8; border:1px solid #2a2a2a; border-radius:8px; }
.leaflet-popup-tip { background:#161616; }
.cdb-popup b { font:600 14px/1.2 "Playfair Display", serif; display:block; }
.cdb-popup .meta { opacity:.7; font-size:12px; }
.cdb-popup a { color:#b87333; text-decoration:none; font-size:12px; font-weight:600; }
.cdb-popup__badge { display:inline-block; font:600 9px/1 Oswald, sans-serif; text-transform:uppercase; letter-spacing:.12em; padding:4px 7px; border-radius:3px; margin-bottom:6px; color:#fff; }
.cdb-popup__badge--restaurant { background:#c0392b; }
.cdb-popup__badge--boucherie  { background:#b87333; }
.cdb-popup__badge--boutique   { background:#d4730f; }

/* Légende (contrôle Leaflet, bas-droite) */
.cdb-carte-legende { background:rgba(16,16,16,.92); border:1px solid #2a2a2a; border-radius:8px; padding:8px 10px; font:600 11px/1.4 Inter, sans-serif; color:#efe7d8; letter-spacing:.04em; box-shadow:0 2px 10px rgba(0,0,0,.5); }
.cdb-carte-legende .cdb-leg { display:flex; align-items:center; gap:7px; white-space:nowrap; }
.cdb-carte-legende .cdb-leg + .cdb-leg { margin-top:5px; }
.cdb-carte-legende .cdb-pin { width:11px; height:11px; box-shadow:none; }
.cdb-carte-legende .cdb-leg-prem { background:#c8a45a; box-shadow:0 0 0 2px rgba(200,164,90,.45); }

/* Barre d'outils : recherche, géoloc, rayon */
.cdb-carte-search { font:400 13px/1 Inter, sans-serif; color:#efe7d8; background:#111; border:1px solid #3a3a3a; border-radius:999px; padding:8px 14px; min-width:150px; }
.cdb-carte-search::placeholder { color:#6b6660; }
.cdb-carte-geo, .cdb-carte-reset, .cdb-carte-rayon { font:600 12px/1 Inter, sans-serif; color:#efe7d8; border:1px solid #3a3a3a; border-radius:999px; padding:7px 12px; cursor:pointer; }
.cdb-carte-geo, .cdb-carte-reset { background:transparent; }
.cdb-carte-rayon { background:#111; }
.cdb-carte-geo:hover, .cdb-carte-reset:hover { border-color:#c8a45a; color:#c8a45a; }

/* « Vous êtes ici » */
.cdb-me { width:16px; height:16px; border-radius:50%; background:#3aa0ff; border:2px solid #fff; box-shadow:0 0 0 5px rgba(58,160,255,.3); }

/* Clusters — habillage sombre/or */
.marker-cluster { background:rgba(200,164,90,.22); }
.marker-cluster div { background:rgba(200,164,90,.9); color:#0a0a0a; font:600 12px/1 Inter, sans-serif; }
