:root{--font-family:'Work Sans', sans-serif;--theme-color-orange:#F28D20;--theme-color-bleu:#27457A}.store-locator-ade{display:grid;grid-template-columns:1fr 400px;gap:24px;min-height:600px;font-family:var(--font-family);max-width:1376px;margin:0 auto}@media (max-width:1024px){.store-locator-ade{grid-template-columns:1fr;gap:16px;padding:0 10px}}.ade-map-container{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px rgb(0 0 0 / .1)}.ade-map{width:100%;height:600px;min-height:500px}@media (max-width:1024px){.ade-map{height:450px}}.ade-map-legend{position:absolute;top:16px;right:16px;background:rgb(255 255 255 / .95);backdrop-filter:blur(8px);border-radius:8px;padding:12px 16px;box-shadow:0 2px 12px rgb(0 0 0 / .15);z-index:10}.legend-item{display:flex;align-items:center;gap:8px;margin-bottom:8px}.legend-item:last-child{margin-bottom:0}.marker-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.marker-icon.agence{background:#FF6B35;border-radius:50% 50% 50% 0;transform:rotate(-45deg);border:2px solid #fff}.marker-icon.region{background:linear-gradient(135deg,var(--theme-color-bleu),#004499);border-radius:3px;border:1px solid #fff}.legend-text{font-size:14px;font-weight:500;color:#333}.agence-marker{position:relative;cursor:pointer;transition:transform 0.2s ease}.agence-marker:hover{transform:scale(1.1)}.agence-marker .marker-icon{position:relative;z-index:2}.agence-marker .marker-label{position:absolute;top:35px;left:50%;transform:translateX(-50%);background:rgb(0 0 0 / .8);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.2s ease;z-index:1}.agence-marker:hover .marker-label{opacity:1}.agence-marker-leaflet{background:transparent!important;border:none!important;cursor:pointer}.agence-marker-leaflet .marker-icon-wrapper{position:relative;transition:transform 0.2s ease}.agence-marker-leaflet:hover .marker-icon-wrapper{transform:scale(1.1)}.agence-marker-leaflet .marker-label{position:absolute;top:35px;left:50%;transform:translateX(-50%);background:rgb(0 0 0 / .8);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.2s ease;z-index:1000}.agence-marker-leaflet:hover .marker-label{opacity:1}.ade-structures-panel{background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;max-height:600px}@media (max-width:1024px){.ade-structures-panel{max-height:none}}.structures-filters{display:flex;gap:8px;padding:20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.filter-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;border:2px solid var(--theme-color-bleu);background:#fff;color:var(--theme-color-bleu);border-radius:8px;cursor:pointer;transition:all 0.2s ease;font-family:inherit;text-align:center}.filter-btn:hover{background:#f0f8ff;transform:translateY(-1px)}.filter-btn.active{background:var(--theme-color-bleu);color:#fff}.filter-btn span{font-size:14px;font-weight:600;line-height:1.2}.filter-btn small{font-size:11px;opacity:.8;line-height:1.2}.structures-list{flex:1;overflow-y:auto;padding:0;background-color:#f9fafb}.structure-card{padding:20px;border-bottom:1px solid #e5e7eb;transition:all 0.2s ease}.structure-card:last-child{border-bottom:none}.structure-card{border-right:3px solid #fff0}.structure-card:hover,.structure-card.active{border-right-color:var(--theme-color-bleu)}.structure-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.structure-title{font-family:var(--font-family);font-size:18px;font-weight:600;color:#1f2937;margin:0;line-height:1.3;flex:1}.structure-type-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;margin-left:12px}.structure-type-badge.agence{background:#FFF2ED;color:#FF6B35}.structure-type-badge.region{background:#EBF4FF;color:var(--theme-color-bleu)}.agence-content,.region-content{margin-bottom:16px}.agence-address,.agence-phone{margin-bottom:12px;font-size:14px;line-height:1.5}.agence-address strong,.agence-phone strong{color:#374151;font-weight:600}.agence-phone a{color:var(--theme-color-bleu);text-decoration:none}.agence-phone a:hover{text-decoration:underline}.zones-couvertes{margin-bottom:16px}.zones-couvertes strong{display:block;color:#374151;font-weight:600;font-size:14px;margin-bottom:8px}.zone-couverte{margin-top:8px;padding:8px 12px;background:#f0f8ff;border-radius:4px;border-left:3px solid var(--theme-color-bleu)}.zone-name{color:#1f2937;font-size:14px;font-weight:500}.commerciaux-section{margin-bottom:16px}.commerciaux-section h4{font-family:'Work Sans',sans-serif;font-size:14px;font-weight:600;color:#374151;margin:0 0 12px 0}.commerciaux-list{display:flex;flex-direction:column;gap:12px}.commercial-item{display:flex;align-items:center;gap:12px;padding:8px;background:#f9fafb;border-radius:6px}.commercial-photo{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 1px 3px rgb(0 0 0 / .1)}.commercial-info{flex:1;display:flex;flex-direction:column;gap:2px}.commercial-name{font-size:14px;font-weight:600;color:#1f2937;line-height:1.2}.commercial-role{font-size:12px;color:#6b7280;line-height:1.2}.region-coverage-info{margin-bottom:16px}.agence-actions,.region-actions{display:flex;gap:8px;flex-wrap:wrap}.btn-region{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all 0.2s ease;font-family:inherit;white-space:nowrap;border-radius:999px}.btn-region-secondary{background:#fff;color:var(--theme-color-orange);border:2px solid var(--theme-color-orange)}.btn-region-secondary:hover{background:var(--theme-color-orange);color:#fff}.locate-btn,.focus-region-btn{flex:1;min-width:120px}.agence-popup,.region-popup{max-width:320px;font-family:var(--font-family)}.popup-title{font-family:var(--font-family);font-size:18px;font-weight:600;color:#1f2937;margin:0 0 12px 0;line-height:1.3}.popup-content{margin-bottom:16px}.popup-address,.popup-phone{margin-bottom:8px;font-size:14px;line-height:1.5}.popup-phone a{color:var(--theme-color-bleu)!important;text-decoration:none;margin-left:10px}.popup-phone a:hover{text-decoration:underline}.popup-phone small{display:block;color:#6b7280;font-size:12px;margin-top:2px}.popup-commerciaux{margin-top:12px}.popup-commerciaux strong{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.popup-commerciaux-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.popup-commercial-item{display:flex;align-items:flex-start;gap:8px;padding:6px;background:#f9fafb;border-radius:4px}.popup-commercial-photo{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid #e5e7eb}.popup-commercial-info{flex:1;display:flex;flex-direction:column;gap:2px}.popup-commercial-name{font-size:13px;font-weight:600;color:#1f2937}.popup-commercial-role{font-size:11px;color:#6b7280;display:block}.popup-commercial-email,.popup-commercial-phone{font-size:11px;color:var(--theme-color-bleu)!important;text-decoration:none;display:block}.popup-commercial-email:hover,.popup-commercial-phone:hover{text-decoration:underline}.popup-actions{text-align:center}.no-structures{padding:40px 20px;text-align:center;color:#6b7280}.no-structures p{margin:0;font-size:16px}@media (max-width:768px){.structures-filters{flex-direction:column;gap:8px}.filter-btn{flex-direction:row;justify-content:center;gap:8px;padding:12px 16px}.structure-card{padding:16px}.structure-header{flex-direction:column;gap:8px;align-items:flex-start}.structure-type-badge{margin-left:0;align-self:flex-start}.agence-actions,.region-actions{flex-direction:column}.btn{width:100%;justify-content:center}.ade-map-legend{position:relative;top:auto;right:auto;margin:16px;display:flex;justify-content:center;gap:16px}.legend-item{margin-bottom:0}}