.fgo-map-shell{--fgo-map-surface:#fff;--fgo-map-border:rgba(23,23,27,0.1);--fgo-map-text:#17171b;--fgo-map-mute:#6b6973;--fgo-map-accent:#8a6528;--fgo-map-tiles:none;--fgo-map-voile:rgba(18,17,26,0.66);--fgo-map-voile-texte:#f7f4ec;--fgo-map-bouton:44px}.fgo-map-shell.is-night,html[data-theme=dark] .fgo-map-shell{--fgo-map-surface:#1c1a26;--fgo-map-border:rgba(250,247,240,0.14);--fgo-map-text:#f2eee4;--fgo-map-mute:rgba(250,247,240,0.6);--fgo-map-accent:#e6d3a8;--fgo-map-tiles:invert(1) hue-rotate(180deg) brightness(1.04) contrast(0.86) saturate(0.72);--fgo-map-voile:rgba(4,4,8,0.76);--fgo-map-voile-texte:#f7f4ec}.fgo-map{height:var(--fgo-map-h,460px);width:100%;border-radius:16px;background:var(--fgo-map-surface);outline:none}.fgo-map-loading{display:grid;place-items:center;border:1px solid var(--fgo-map-border)}.fgo-map-loading:after{content:"";height:26px;width:26px;border-radius:50%;border:2px solid var(--fgo-map-border);border-top-color:var(--fgo-map-accent);animation:fgo-map-spin .8s linear infinite}@keyframes fgo-map-spin{to{transform:rotate(1turn)}}.fgo-map-empty{display:grid;place-items:center;border:1px dashed var(--fgo-map-border);padding:24px;text-align:center;color:var(--fgo-map-mute);font-size:.85rem;line-height:1.5}@media (prefers-reduced-motion:reduce){.fgo-map-loading:after{animation:none}}.fgo-map-shell .leaflet-container{background:var(--fgo-map-surface);font:inherit}.fgo-map-shell .fgo-map-tiles{filter:var(--fgo-map-tiles)}.fgo-map-shell .fgo-map-pin-wrap{background:none;border:0}.fgo-map-pin{display:grid;place-items:center;height:var(--pin);width:var(--pin);border-radius:50%;background:linear-gradient(160deg,#d8bd85,#c8a96a 58%,#a8874a);color:#22201a;font-size:.72rem;font-weight:600;letter-spacing:.01em;border:2px solid rgba(255,255,255,.85);box-shadow:0 6px 18px -6px rgba(23,23,27,.55);transition:transform .16s cubic-bezier(.22,1,.36,1)}.fgo-map-shell.is-night .fgo-map-pin,html[data-theme=dark] .fgo-map-pin{border-color:rgba(13,12,21,.75);box-shadow:0 6px 20px -6px rgba(0,0,0,.8)}.fgo-map-pin.is-cluster{background:linear-gradient(160deg,#efe1c1,#c8a96a 62%,#8a6528)}.fgo-map-shell .leaflet-marker-icon:focus-visible .fgo-map-pin,.fgo-map-shell .leaflet-marker-icon:hover .fgo-map-pin{transform:scale(1.12)}.fgo-map-shell .leaflet-marker-icon:focus-visible .fgo-map-pin{outline:2px solid var(--fgo-map-accent);outline-offset:3px}@media (prefers-reduced-motion:reduce){.fgo-map-pin{transition:none}}.fgo-map-shell .fgo-map-popup .leaflet-popup-content-wrapper{background:var(--fgo-map-surface);color:var(--fgo-map-text);border:1px solid var(--fgo-map-border);border-radius:14px;box-shadow:0 18px 44px -16px rgba(23,23,27,.4)}.fgo-map-shell .fgo-map-popup .leaflet-popup-content{margin:12px 14px;line-height:1.45}.fgo-map-shell .fgo-map-popup .leaflet-popup-tip{background:var(--fgo-map-surface);border:1px solid var(--fgo-map-border)}.fgo-map-shell .fgo-map-popup a.leaflet-popup-close-button{color:var(--fgo-map-mute)}.fgo-map-title{margin:0;font-family:var(--font-display),Georgia,serif;font-size:1.05rem;color:var(--fgo-map-text)}.fgo-map-sub{margin:2px 0 0;font-size:.75rem;color:var(--fgo-map-mute)}.fgo-map-addr{margin:3px 0 0;font-size:.75rem;line-height:1.35;color:var(--fgo-map-text)}.fgo-map-links{margin-top:8px;display:grid;gap:2px;border-top:1px solid var(--fgo-map-border);padding-top:8px}.fgo-map-shell a.fgo-map-link{display:flex;gap:8px;align-items:baseline;padding:3px 0;font-size:.8rem;color:var(--fgo-map-text);text-decoration:none}.fgo-map-shell a.fgo-map-link:hover{color:var(--fgo-map-accent)}.fgo-map-meta{flex:0 0 auto;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--fgo-map-mute)}.fgo-map-shell a.fgo-map-cta{display:inline-block;margin-top:9px;font-size:.78rem;font-weight:500;color:var(--fgo-map-accent);text-decoration:none}.fgo-map-shell a.fgo-map-cta:hover{text-decoration:underline}.fgo-map-shell .leaflet-container .leaflet-control-attribution{background:color-mix(in srgb,var(--fgo-map-surface) 92%,transparent);color:var(--fgo-map-text);font-size:.62rem}.fgo-map-shell .leaflet-container .leaflet-control-attribution a{color:var(--fgo-map-accent);text-decoration:underline}.fgo-map-shell .leaflet-container .leaflet-bar a{background-color:var(--fgo-map-surface);color:var(--fgo-map-text);border-bottom-color:var(--fgo-map-border);width:var(--fgo-map-bouton);height:var(--fgo-map-bouton);line-height:var(--fgo-map-bouton);display:flex;align-items:center;justify-content:center;background-position:50%;background-repeat:no-repeat}.fgo-map-shell .leaflet-container .leaflet-bar a:hover{background-color:color-mix(in srgb,var(--fgo-map-surface) 80%,var(--fgo-map-accent))}.fgo-map-shell .leaflet-container .leaflet-bar a:focus-visible{outline:2px solid var(--fgo-map-accent);outline-offset:-2px}.fgo-map-shell .leaflet-container .leaflet-fullscreen-icon{background-size:24px 24px}.fgo-map-shell{--fullscreen-icon-enter:url('data:image/svg+xml,<svg viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><path d="M5 10.3V5.9c0-.5.4-.9.9-.9h4.4c.2 0 .4.2.4.4V7c0 .2-.2.4-.4.4h-3v3c0 .2-.2.4-.4.4H5.4a.4.4 0 0 1-.4-.4zm10.3-4.9V7c0 .2.2.4.4.4h3v3c0 .2.2.4.4.4h1.5c.2 0 .4-.2.4-.4V5.9c0-.5-.4-.9-.9-.9h-4.4c-.2 0-.4.2-.4.4zm5.3 9.9H19c-.2 0-.4.2-.4.4v3h-3c-.2 0-.4.2-.4.4v1.5c0 .2.2.4.4.4h4.4c.5 0 .9-.4.9-.9v-4.4c0-.2-.2-.4-.4-.4zm-9.9 5.3V19c0-.2-.2-.4-.4-.4h-3v-3c0-.2-.2-.4-.4-.4H5.4c-.2 0-.4.2-.4.4v4.4c0 .5.4.9.9.9h4.4c.2 0 .4-.2.4-.4z" fill="%2317171b"/></svg>');--fullscreen-icon-exit:url('data:image/svg+xml,<svg viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><path d="M20.6 10.7H16a.9.9 0 0 1-.8-.8v-4.5c0-.2.2-.4.4-.4h1.4c.3 0 .5.2.5.4v3h3c.2 0 .4.2.4.5v1.4c0 .2-.2.4-.4.4zm-9.9-.8V5.4c0-.2-.2-.4-.4-.4H8.9c-.3 0-.5.2-.5.4v3h-3c-.2 0-.4.2-.4.5v1.4c0 .2.2.4.4.4H9.9c.4 0 .8-.4.8-.8zm0 10.7V16c0-.4-.4-.8-.8-.8H5.4c-.2 0-.4.2-.4.4v1.4c0 .3.2.5.4.5h3v3c0 .2.2.4.5.4h1.4c.2 0 .4-.2.4-.4zm6.9 0v-3h3c.2 0 .4-.2.4-.5v-1.4c0-.2-.2-.4-.4-.4H16c-.4 0-.8.4-.8.8v4.5c0 .2.2.4.4.4h1.5c.3 0 .5-.2.5-.4z" fill="%2317171b"/></svg>')}.fgo-map-shell .leaflet-container .leaflet-control-locate{--locate-control-icon-color:#17171b;--locate-control-active-color:#8a6528;--locate-control-following-color:#8a6528}.fgo-map-shell.is-night .leaflet-container .leaflet-control-locate,html[data-theme=dark] .fgo-map-shell .leaflet-container .leaflet-control-locate{--locate-control-icon-color:#f2eee4;--locate-control-active-color:#e6d3a8;--locate-control-following-color:#e6d3a8}.fgo-map-shell.is-night,html[data-theme=dark] .fgo-map-shell{--fullscreen-icon-enter:url('data:image/svg+xml,<svg viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><path d="M5 10.3V5.9c0-.5.4-.9.9-.9h4.4c.2 0 .4.2.4.4V7c0 .2-.2.4-.4.4h-3v3c0 .2-.2.4-.4.4H5.4a.4.4 0 0 1-.4-.4zm10.3-4.9V7c0 .2.2.4.4.4h3v3c0 .2.2.4.4.4h1.5c.2 0 .4-.2.4-.4V5.9c0-.5-.4-.9-.9-.9h-4.4c-.2 0-.4.2-.4.4zm5.3 9.9H19c-.2 0-.4.2-.4.4v3h-3c-.2 0-.4.2-.4.4v1.5c0 .2.2.4.4.4h4.4c.5 0 .9-.4.9-.9v-4.4c0-.2-.2-.4-.4-.4zm-9.9 5.3V19c0-.2-.2-.4-.4-.4h-3v-3c0-.2-.2-.4-.4-.4H5.4c-.2 0-.4.2-.4.4v4.4c0 .5.4.9.9.9h4.4c.2 0 .4-.2.4-.4z" fill="%23f2eee4"/></svg>');--fullscreen-icon-exit:url('data:image/svg+xml,<svg viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg"><path d="M20.6 10.7H16a.9.9 0 0 1-.8-.8v-4.5c0-.2.2-.4.4-.4h1.4c.3 0 .5.2.5.4v3h3c.2 0 .4.2.4.5v1.4c0 .2-.2.4-.4.4zm-9.9-.8V5.4c0-.2-.2-.4-.4-.4H8.9c-.3 0-.5.2-.5.4v3h-3c-.2 0-.4.2-.4.5v1.4c0 .2.2.4.4.4H9.9c.4 0 .8-.4.8-.8zm0 10.7V16c0-.4-.4-.8-.8-.8H5.4c-.2 0-.4.2-.4.4v1.4c0 .3.2.5.4.5h3v3c0 .2.2.4.5.4h1.4c.2 0 .4-.2.4-.4zm6.9 0v-3h3c.2 0 .4-.2.4-.5v-1.4c0-.2-.2-.4-.4-.4H16c-.4 0-.8.4-.8.8v4.5c0 .2.2.4.4.4h1.5c.3 0 .5-.2.5-.4z" fill="%23f2eee4"/></svg>')}.fgo-map-shell .leaflet-container .leaflet-control-locate a .leaflet-control-locate-location-arrow,.fgo-map-shell .leaflet-container .leaflet-control-locate a .leaflet-control-locate-spinner{margin:0;width:20px;height:20px}.fgo-map-shell .leaflet-container.leaflet-pseudo-fullscreen{border-radius:0}.fgo-map-shell .leaflet-container:-webkit-full-screen{border-radius:0}.fgo-map-shell .leaflet-container:fullscreen{border-radius:0}.fgo-map-shell .leaflet-container:after{background:var(--fgo-map-voile);color:var(--fgo-map-voile-texte);font-family:var(--font-sans),"Helvetica Neue",Arial,sans-serif;font-size:clamp(.95rem,3.2vw,1.2rem);line-height:1.4;font-weight:500;text-align:center;padding:18px 22px;text-wrap:balance}@media (prefers-reduced-motion:reduce){.fgo-map-shell .leaflet-container .leaflet-control-locate a .leaflet-control-locate-spinner,.fgo-map-shell .leaflet-container:after,.fgo-map-shell .leaflet-gesture-handling-scroll-warning:after,.fgo-map-shell .leaflet-gesture-handling-touch-warning:after{animation:none}}.fgo-map-shell .fgo-map-dire{position:absolute;left:10px;right:10px;bottom:26px;z-index:900;margin:0;max-width:34rem;border-radius:12px;border:1px solid var(--fgo-map-border);background:var(--fgo-map-surface);color:var(--fgo-map-text);padding:10px 13px;font-size:.82rem;line-height:1.4;box-shadow:0 14px 34px -14px rgba(0,0,0,.55);pointer-events:none}.fgo-map-shell .fgo-map-dire:empty{display:none}