/* ════════════════════════════════════════════════
   Fiche camping
   ════════════════════════════════════════════════ */
.fiche-gallery { padding-top: 16px; }
.fiche-gallery { display: flex; gap: 12px; flex-wrap: wrap; }
.fiche-gallery__main {
  flex: 2 1 360px; min-height: 340px; border-radius: 18px; position: relative;
  background: repeating-linear-gradient(135deg, #cfe0d4 0 20px, #c4d9ca 20px 40px);
  background-size: cover; background-position: center;
}
.fiche-gallery__thumbs { flex: 1 1 200px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; min-width: 180px; }
.fiche-thumb { border-radius: 14px; min-height: 160px; position: relative; background: repeating-linear-gradient(135deg, #dbe6df 0 16px, #d0ddd5 16px 32px); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
.fiche-thumb .more { background: rgba(27,42,34,.78); color: #fff; font-size: 12px; font-weight: 800; padding: 6px 12px; border-radius: 999px; }
.fiche-thumb--empty { background: repeating-linear-gradient(135deg, #e8e6df 0 16px, #e0ded6 16px 32px); }
.ph-label { position: absolute; bottom: 12px; left: 14px; background: rgba(27,42,34,.78); color: #fff; font-size: 11px; font-weight: 700; padding: 6px 12px; border-radius: 8px; }
a.fiche-gallery__main, a.fiche-thumb { cursor: pointer; text-decoration: none; transition: filter .15s; }
a.fiche-gallery__main:hover, a.fiche-thumb:hover { filter: brightness(.94); }
.gallery-count { position: absolute; bottom: 12px; right: 14px; display: inline-flex; align-items: center; gap: 6px; background: rgba(27,42,34,.8); color: #fff; font-size: 12px; font-weight: 700; padding: 7px 13px; border-radius: 999px; }
.gallery-count svg { width: 15px; height: 15px; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(15,26,20,.94); display: flex; align-items: center; justify-content: center; }
.lightbox[hidden] { display: none; }
.lightbox__img { max-width: 92vw; max-height: 86vh; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox__close, .lightbox__nav { position: absolute; border: 0; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.lightbox__close { top: 20px; right: 20px; width: 46px; height: 46px; }
.lightbox__nav { top: 50%; transform: translateY(-50%); width: 52px; height: 52px; }
.lightbox__nav--prev { left: 18px; }
.lightbox__nav--next { right: 18px; }
.lightbox__close:hover, .lightbox__nav:hover { background: rgba(255,255,255,.25); }
.lightbox__close svg { width: 24px; height: 24px; }
.lightbox__nav svg { width: 26px; height: 26px; }
.lightbox__counter { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); color: #fff; font-weight: 700; font-size: 14px; background: rgba(0,0,0,.35); padding: 6px 14px; border-radius: 999px; }
@media (max-width: 600px) { .lightbox__nav { width: 42px; height: 42px; } .lightbox__nav--prev { left: 8px; } .lightbox__nav--next { right: 8px; } }

.fiche-body { display: grid; grid-template-columns: 1.7fr 1fr; gap: 32px; align-items: start; padding-top: 28px; padding-bottom: 56px; }
.fiche-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.fiche-rating .stars { font-size: 18px; letter-spacing: 2px; }
.badge-stars { background: var(--vert-pale); color: var(--vert-primaire); font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 7px; }
.fiche-title { font-weight: 800; font-size: 34px; margin: 0 0 8px; color: var(--vert-fonce); }
.fiche-address { margin: 0 0 22px; color: var(--texte-secondaire); font-size: 15px; font-weight: 600; display: flex; align-items: center; gap: 7px; }
.fiche-address svg { width: 16px; height: 16px; color: var(--vert-primaire); }
.fiche-h2 { font-weight: 700; font-size: 20px; margin: 26px 0 12px; color: #28332c; }
.fiche-para { margin: 0 0 14px; line-height: 1.7; font-size: 15.5px; color: #454f48; }

.equip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }
.equip-item { display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--bordure); border-radius: 12px; padding: 13px 14px; }
.equip-item__ico { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; background: var(--vert-pale); border-radius: 9px; flex: 0 0 auto; }
.equip-item__ico svg { width: 19px; height: 19px; color: var(--vert-primaire); }
.equip-item__label { font-weight: 700; font-size: 13.5px; color: var(--texte-principal); }

.fiche-map { border-radius: 16px; overflow: hidden; min-height: 320px; border: 1px solid #DCE4DD; z-index: 0; }

.fiche-aside { position: sticky; top: 88px; background: #fff; border: 1px solid var(--bordure); border-radius: 18px; padding: 22px; box-shadow: var(--shadow-elevated); }
.fiche-aside__from { margin: 0 0 4px; font-size: 13px; color: var(--texte-secondaire); font-weight: 600; }
.fiche-aside__price { margin: 0 0 18px; font-family: 'Bitter', serif; font-weight: 800; font-size: 30px; color: var(--vert-fonce); }
.fiche-aside__price span { font-size: 14px; font-weight: 600; color: var(--texte-secondaire); font-family: 'Mulish', sans-serif; }
.fiche-aside__contacts { display: flex; flex-direction: column; gap: 11px; margin-bottom: 18px; }
.fiche-aside__contacts a { text-decoration: none; display: flex; align-items: center; gap: 11px; color: var(--texte-principal); font-weight: 700; font-size: 14.5px; }
.ico-box { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; background: var(--vert-pale); border-radius: 9px; flex: 0 0 auto; }
.ico-box svg { width: 17px; height: 17px; color: var(--vert-primaire); }
.fiche-aside__note { text-align: center; margin: 14px 0 0; font-size: 12px; color: var(--texte-gris-clair); font-weight: 600; }

@media (max-width: 880px) {
  .fiche-body { grid-template-columns: 1fr; }
  .fiche-aside { position: static; }
}

/* Bouton désactivé (ex: "Demander un devis", en attente de réactivation) */
.btn--disabled {
  opacity: .45;
  filter: grayscale(1);
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
}
.btn--disabled small { font-weight: 600; font-size: 11px; }

/* Badge verifie + telephone non-cliquable (plans tarifaires) */
.badge-verifie { display: inline-flex; align-items: center; gap: 4px; background: #E6F4EC; color: #1B7A4B; font-size: 11.5px; font-weight: 800; padding: 4px 9px; border-radius: 999px; vertical-align: middle; margin-left: 8px; }
.badge-verifie svg { width: 12px; height: 12px; }
.fiche-aside__notclick { display: flex; align-items: center; gap: 11px; color: var(--texte-principal); font-weight: 700; font-size: 14.5px; cursor: default; }
