.ce-map-root { position: relative; width: 100%; }
.ce-layout { display: flex; gap: 12px; height: 100%; }
.ce-side { flex: 0 0 230px; overflow: auto; max-height: 100%; font-size: 14px; background: #fff; border: 1px solid #e7e7ea; border-radius: 14px; padding: 14px; position: sticky; top: 16px; align-self: flex-start; }
.ce-map { flex: 1 1 auto; min-height: 300px; height: 100%; }
.ce-layout--top { flex-direction: column; }
.ce-layout--top .ce-side { flex: 0 0 auto; max-height: none; overflow: visible; background: none; border: 0; padding: 0; position: relative; z-index: 1100; }
.ce-layout--top .ce-filters { display: flex; flex-wrap: wrap; gap: 18px; }
.ce-layout--top .ce-filter-group { margin-bottom: 0; }
.ce-filters .ce-filter-group { margin-bottom: 14px; }
.ce-filter-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #8a8a90; margin-bottom: 8px; }
.ce-filter-group + .ce-filter-group { margin-top: 14px; padding-top: 14px; border-top: 1px solid #ececed; }
.ce-frow { display: flex; align-items: center; gap: 9px; padding: 7px 6px; margin: 0; border-radius: 8px; cursor: pointer; transition: background .15s; }
.ce-frow:hover { background: #f4f5f7; }
.ce-frow .ce-flabel { flex: 1 1 auto; }
.ce-frow .ce-count { flex: 0 0 auto; color: #9a9aa0; font-size: 12px; font-variant-numeric: tabular-nums; }
.ce-dot { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; }
.ce-filters input[type="checkbox"] { appearance: none; -webkit-appearance: none; flex: 0 0 auto; width: 18px; height: 18px; margin: 0; border: 1.5px solid #c9ccd2; border-radius: 5px; background: #fff; cursor: pointer; position: relative; transition: .15s; }
.ce-filters input[type="checkbox"]:checked { background: var(--ce-btn-color, #2d6cdf); border-color: var(--ce-btn-color, #2d6cdf); }
.ce-filters input[type="checkbox"]:checked::after { content: ''; position: absolute; left: 5px; top: 2px; width: 4px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.ce-filters input[type="checkbox"]:focus-visible { outline: 2px solid var(--ce-btn-color, #2d6cdf); outline-offset: 2px; }
.ce-pin-wrap { background: transparent; border: 0; }
.ce-pin { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 1px 4px rgba(0,0,0,.4); color: #fff; }
.ce-pin svg { width: 16px; height: 16px; transform: rotate(45deg); fill: #fff; }
.ce-pin img { width: 16px; height: 16px; transform: rotate(45deg); border-radius: 3px; }
.ce-empty { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 500; pointer-events: none; }
.ce-empty-box { display: flex; flex-direction: column; align-items: center; gap: 8px; background: rgba(255,255,255,.92); border: 1px solid #e7e7ea; border-radius: 12px; padding: 18px 22px; color: #8a8a90; font-weight: 600; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.ce-modal-overlay { position: fixed; inset: 0; background: rgba(20,22,28,.5); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); display: flex; align-items: center; justify-content: center; z-index: 99999; animation: ce-fade .16s ease-out; }
.ce-modal { background: #fff; border-radius: 14px; max-width: 360px; width: 90%; padding: 20px; position: relative; box-shadow: 0 16px 50px rgba(0,0,0,.28); animation: ce-modal-in .18s ease-out; }
.ce-modal-close { position: absolute; top: 10px; right: 12px; border: 0; background: none; font-size: 18px; cursor: pointer; color: #9a9aa0; line-height: 1; }
.ce-modal-close:hover { color: #444; }
.ce-modal-head { display: flex; gap: 12px; align-items: center; }
.ce-modal-thumb img { width: 56px; height: 56px; object-fit: cover; border-radius: 10px; }
.ce-modal-title { font-weight: 700; font-size: 16px; }
.ce-chip { display: inline-block; color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; padding: 2px 9px; border-radius: 10px; margin-top: 4px; }
.ce-modal-addr { margin: 14px 0; color: #6a6a72; font-size: 14px; line-height: 1.5; }
.ce-modal .ce-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; font-size: 14px; }
@keyframes ce-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ce-modal-in { from { opacity: 0; transform: translateY(8px) scale(.98); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .ce-modal-overlay, .ce-modal { animation: none; } }
.ce-btn { display: inline-block; background: var(--ce-btn-color, #2d6cdf); color: #fff; text-decoration: none; padding: 5px 12px; border-radius: 6px; font-weight: 600; font-size: 13px; }
@media (max-width: 640px) { .ce-layout { flex-direction: column; } .ce-side { flex-basis: auto; } }

/* --- Fiche entité --- */
.ce-fiche { max-width: 960px; margin: 28px auto; padding: 0 16px; color: #1f2024; }
.ce-fiche-head { display: flex; gap: 18px; align-items: center; margin-bottom: 22px; }
.ce-fiche .ce-fiche-title { margin: 0 0 8px; font-size: var(--ce-fiche-title-size, 28px) !important; line-height: 1.15; }
.ce-fiche-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; align-items: start; }
.ce-fiche-main { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.ce-fiche-side { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.ce-card { background: #fff; border: 1px solid #e7e7ea; border-radius: 14px; padding: 18px 20px; }
.ce-card-label { font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #8a8a90; margin-bottom: 14px; }
.ce-fiche-hero { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: pointer; border-radius: 14px; overflow: hidden; }
.ce-fiche-hero img { display: block; width: 100%; height: auto; }
.ce-fiche-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ce-gallery-thumb { position: relative; display: block; padding: 0; border: 0; background: #e7e7ea; cursor: pointer; border-radius: 14px; overflow: hidden; aspect-ratio: 1 / 1; }
.ce-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ce-gallery-more::after { content: ''; position: absolute; inset: 0; background: rgba(20, 22, 28, .55); }
.ce-gallery-more-badge { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; font-weight: 700; z-index: 1; }
.ce-line { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; font-size: 15px; line-height: 1.5; }
.ce-line:last-child { margin-bottom: 0; }
.ce-line a { color: var(--ce-btn-color, #2d6cdf); text-decoration: none; word-break: break-word; }
.ce-line a:hover { text-decoration: underline; }
.ce-ico { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: rgba(45,108,223,.10); color: var(--ce-btn-color, #2d6cdf); display: flex; align-items: center; justify-content: center; }
.ce-ico svg { width: 18px; height: 18px; }
.ce-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.ce-cta .ce-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; font-size: 14px; }
.ce-btn svg { width: 16px; height: 16px; }
.ce-btn--ghost { background: transparent; color: var(--ce-btn-color, #2d6cdf); border: 1px solid var(--ce-btn-color, #2d6cdf); }
.ce-fiche-back { margin-top: 24px; }
.ce-fiche-back .ce-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; font-size: 14px; }
.ce-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ce-tag { display: inline-flex; align-items: center; gap: 6px; background: #f4f5f7; border: 1px solid #e3e4e8; font-size: 13px; color: #333; padding: 5px 12px; border-radius: 20px; margin: 0; }
.ce-tag svg { width: 15px; height: 15px; color: #6a6a72; }
.ce-tag .ce-tag-ico svg, .ce-tag .ce-tag-ico img { width: 16px; height: 16px; display: inline-block; vertical-align: -3px; color: var(--ce-btn-color, #2d6cdf); }
.ce-tag .ce-tag-ico { margin-right: 6px; line-height: 0; }
.ce-frow-ico { flex: 0 0 auto; line-height: 0; }
.ce-frow-ico svg, .ce-frow-ico img { width: 16px; height: 16px; display: inline-block; vertical-align: -3px; margin-right: 5px; color: var(--ce-btn-color, #2d6cdf); }
.ce-fiche-map-card { padding: 6px; }
.ce-fiche-map { min-height: 160px; border-radius: 10px; overflow: hidden; }
.ce-fiche-content-body { font-size: var(--ce-fiche-text-size, 16px); line-height: 1.7; }
.ce-fiche-content-body > :first-child { margin-top: 0; }
@media (max-width: 720px) {
  .ce-fiche-grid { display: flex; flex-direction: column; gap: 16px; }
  .ce-fiche-main, .ce-fiche-side { display: contents; }
  .ce-fiche-hero { order: 1; }
  .ce-fiche-gallery { order: 2; }
  .ce-fiche-contact { order: 3; }
  .ce-fiche-map-card { order: 4; }
  .ce-fiche-prestations { order: 5; }
  .ce-fiche-about { order: 6; }
  .ce-fiche-head { flex-direction: column; align-items: flex-start; }
}

/* --- Lightbox --- */
.ce-lightbox { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; background: rgba(10, 12, 16, .92); }
.ce-lightbox[hidden] { display: none; }
.ce-lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 8px; box-shadow: 0 10px 40px rgba(0, 0, 0, .5); }
.ce-lb-btn { position: absolute; background: rgba(255, 255, 255, .14); color: #fff; border: 0; width: 48px; height: 48px; border-radius: 50%; font-size: 24px; line-height: 1; cursor: pointer; }
.ce-lb-btn:hover { background: rgba(255, 255, 255, .26); }
.ce-lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.ce-lb-next { right: 16px; top: 50%; transform: translateY(-50%); }
.ce-lb-close { top: 16px; right: 16px; }
.ce-lb-count { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 13px; opacity: .85; }

.ce-fiche-hours .ce-card-label { display: flex; align-items: center; gap: 10px; }
.ce-fiche-hours .ce-hours { font-variant-numeric: tabular-nums; }
.ce-fiche-hours .ce-hours-row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 7px 0; border-bottom: 1px solid rgba(0,0,0,.08); font-size: 13px; }
.ce-fiche-hours .ce-hours-row:last-child { border-bottom: 0; }
.ce-fiche-hours .ce-hours-day { color: #555; }
.ce-fiche-hours .ce-hours-val { text-align: right; }
.ce-fiche-hours .ce-hours-row.is-closed .ce-hours-day,
.ce-fiche-hours .ce-hours-row.is-closed .ce-hours-val { color: #9a9a9a; }
.ce-fiche-hours .ce-season-label.ce-has-sep { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(0,0,0,.12); }
.ce-fiche-hours .ce-season { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.ce-fiche-hours .ce-season-pill { display: inline-block; background: #e1f5ee; color: #0f6e56; border-radius: 999px; padding: 3px 10px; font-size: 12px; font-variant-numeric: tabular-nums; }

/* --- Carte générale : facelift (v1.6.0) --- */
.ce-cluster { display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; font-weight: 600; font-variant-numeric: tabular-nums; background: var(--ce-btn-color, #2d6cdf); box-shadow: 0 0 0 6px color-mix(in srgb, var(--ce-btn-color, #2d6cdf) 22%, transparent), 0 2px 6px rgba(0,0,0,.25); }
.ce-cluster span { line-height: 1; }
.ce-cluster--sm { width: 34px; height: 34px; font-size: 13px; }
.ce-cluster--md { width: 40px; height: 40px; font-size: 14px; }
.ce-cluster--lg { width: 48px; height: 48px; font-size: 15px; }
.ce-map { border-radius: 14px; overflow: hidden; border: 1px solid #e7e7ea; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.ce-map .leaflet-control-zoom { border: 0; box-shadow: 0 1px 4px rgba(0,0,0,.18); border-radius: 8px; overflow: hidden; }
.ce-map .leaflet-control-zoom a { width: 30px; height: 30px; line-height: 30px; color: #444; border: 0; }
.ce-map .leaflet-control-zoom a:hover { background: #f4f5f7; color: var(--ce-btn-color, #2d6cdf); }
.ce-pin { transition: transform .15s; }
.ce-pin-wrap:hover .ce-pin { transform: rotate(-45deg) scale(1.08); }

/* --- Mode « filtres en haut » : menus déroulants --- */
.ce-fbar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.ce-fdrop { position: relative; }
.ce-fdrop-btn { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #d8dade; border-radius: 10px; padding: 8px 12px; font-size: 13px; cursor: pointer; color: #1f2024; transition: border-color .15s; }
.ce-fdrop-btn:hover { border-color: #b9bcc3; }
.ce-fdrop.is-open .ce-fdrop-btn { border-color: var(--ce-btn-color, #2d6cdf); }
.ce-fdrop-badge { background: var(--ce-btn-color, #2d6cdf); color: #fff; border-radius: 999px; font-size: 11px; padding: 1px 7px; font-variant-numeric: tabular-nums; }
.ce-fdrop-chev { color: #9a9aa0; font-size: 11px; }
.ce-fpop { position: absolute; top: calc(100% + 6px); left: 0; min-width: 240px; max-height: 320px; overflow: auto; background: #fff; border: 1px solid #e7e7ea; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.14); padding: 8px; z-index: 1000; display: none; }
.ce-fdrop.is-open .ce-fpop { display: block; }
.ce-fpop .ce-filter-group { margin: 0; }

/* --- Barre de recherche --- */
.ce-search { margin-bottom: 12px; }
.ce-search-bar { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid #e7e7ea; border-radius: 12px; padding: 0 12px; height: 42px; }
.ce-search-bar:focus-within { border-color: var(--ce-btn-color, #2d6cdf); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ce-btn-color, #2d6cdf) 18%, transparent); }
.ce-search-ico { flex: 0 0 auto; color: #8a8a90; }
.ce-search-input { flex: 1 1 auto; min-width: 0; border: 0; outline: 0; background: none; padding: 0; font-size: 15px; color: #1f1f24; }
.ce-search-input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; display: none; }
.ce-search-count { flex: 0 0 auto; font-size: 13px; color: #8a8a90; font-variant-numeric: tabular-nums; white-space: nowrap; }
.ce-search-clear { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; padding: 0; border: 0; border-radius: 50%; background: #f1f1f3; color: #6a6a70; font-size: 12px; line-height: 1; cursor: pointer; }
.ce-search-clear:hover { background: #e7e7ea; }
.ce-noresults { margin-top: 8px; font-size: 14px; color: #8a8a90; }

/* --- Géolocalisation --- */
.ce-map .ce-geo { border: 0; box-shadow: 0 1px 4px rgba(0,0,0,.18); border-radius: 8px; overflow: hidden; }
.ce-map .ce-geo .ce-geo-btn { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; line-height: 30px; color: #444; }
.ce-map .ce-geo .ce-geo-btn svg { display: block; }
.ce-map .ce-geo .ce-geo-btn:hover { background: #f4f5f7; color: var(--ce-btn-color, #2d6cdf); }
.ce-geo.is-loading .ce-geo-btn { pointer-events: none; color: var(--ce-btn-color, #2d6cdf); animation: ce-geo-pulse 1s ease-in-out infinite; }
@keyframes ce-geo-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }
.ce-geo-me { box-shadow: 0 0 0 3px rgba(255,255,255,.95), 0 1px 5px rgba(0,0,0,.45); }
.ce-geo-msg { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); z-index: 600; background: rgba(255,255,255,.95); border: 1px solid #e7e7ea; border-radius: 10px; padding: 7px 14px; font-size: 13px; color: #6a6a70; box-shadow: 0 2px 10px rgba(0,0,0,.08); }
@media (prefers-reduced-motion: reduce) { .ce-geo.is-loading .ce-geo-btn { animation: none; } }
