.cq-reseau{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:40px;align-items:start}
@media(max-width:1024px){.cq-reseau{grid-template-columns:1fr;gap:26px}}

.cq-reseau__filtres{display:flex;flex-direction:column;gap:2px}
.cq-reseau__groupe{margin:22px 0 8px;font-family:'Libre Franklin',sans-serif;font-weight:600;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#626A77}
.cq-reseau__item{
  display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;
  padding:13px 16px;border:0;border-radius:10px;background:transparent;cursor:pointer;text-align:left;
  transition:background .25s,color .25s;
}
.cq-reseau__item:hover{background:rgba(42,72,84,.06)}
.cq-reseau__item.is-actif{background:#006BCA}
.cq-reseau__nom{font-family:Roboto,sans-serif;font-weight:500;font-size:15px;color:#2A4854}
.cq-reseau__mention{font-family:Roboto,sans-serif;font-size:12.5px;color:#626A77;text-align:right}
.cq-reseau__item.is-actif .cq-reseau__nom,.cq-reseau__item.is-actif .cq-reseau__mention{color:#fff}
.cq-reseau__item--tout{background:rgba(42,72,84,.06)}
.cq-reseau__pays{display:flex;flex-wrap:wrap;gap:8px;padding:2px 0 0}
.cq-reseau__chip{
  padding:9px 16px;border:1px solid rgba(42,72,84,.2);border-radius:999px;background:transparent;cursor:pointer;
  font-family:Roboto,sans-serif;font-size:14px;color:#2A4854;transition:.25s;
}
.cq-reseau__chip:hover{border-color:#006BCA;color:#006BCA}
.cq-reseau__chip.is-actif{background:#006BCA;border-color:#006BCA;color:#fff}

.cq-reseau__zone{position:relative}
.cq-reseau__carte{height:min(72vh,640px);border-radius:18px;overflow:hidden;background:#eef2f4;z-index:1}
.cq-reseau__legende{display:flex;flex-wrap:wrap;gap:22px;margin:16px 0 0;padding:0;list-style:none}
.cq-reseau__legende li{display:flex;align-items:center;gap:9px;font-family:Roboto,sans-serif;font-size:13.5px;color:#626A77}
.cq-pic{width:22px;height:22px;border-radius:50%;display:inline-block;background:#006BCA no-repeat center/13px 13px}
.cq-pic--siege{background-color:#E83E33}
.cq-pic--logistique{background-color:#47A2A4}

/* marqueurs */
.cq-marqueur{display:grid;place-items:center;width:34px;height:34px;border-radius:50% 50% 50% 4px;transform:rotate(-45deg);box-shadow:0 6px 14px -6px rgba(29,29,27,.6)}
.cq-marqueur svg{transform:rotate(45deg);width:16px;height:16px;fill:#fff}
.cq-marqueur--siege{background:#E83E33}
.cq-marqueur--transport{background:#006BCA}
.cq-marqueur--logistique{background:#47A2A4}

/* fiche */
.leaflet-popup-content-wrapper{background:#2A4854;border-radius:14px;padding:0;box-shadow:0 24px 50px -26px rgba(29,29,27,.7)}
.leaflet-popup-content{margin:0;width:266px!important}
.leaflet-popup-tip{background:#2A4854}
.leaflet-container a.leaflet-popup-close-button{color:#fff;width:26px;height:26px;font-size:17px;line-height:24px;background:#E83E33;border-radius:50%;top:12px;right:12px}
.cq-fiche{padding:20px 22px 22px}
.cq-fiche__barre{width:34px;height:3px;background:#E83E33;margin-bottom:12px}
.cq-fiche__nom{font-family:'Bebas Neue',sans-serif;font-size:22px;letter-spacing:.06em;color:#fff;margin:0 0 8px}
.cq-fiche__txt{font-family:Roboto,sans-serif;font-size:13.5px;line-height:1.55;color:rgba(255,255,255,.82);margin:0 0 6px;white-space:pre-line}
.cq-fiche__tel{display:inline-flex;align-items:center;gap:8px;font-family:Roboto,sans-serif;font-weight:500;font-size:14px;color:#fff;text-decoration:none}
.cq-fiche__tel::before{content:"";width:7px;height:7px;border-radius:50%;background:#E83E33}
.cq-fiche__type{display:inline-block;margin-top:10px;padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.14);font-family:'Libre Franklin',sans-serif;font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff}
