/* Police de drapeaux : Windows n'affiche pas les drapeaux emoji (il montre "FR", "US"…).
   Cette police les redessine partout (Windows compris). */
@font-face {
  font-family: "Twemoji Country Flags";
  src: url("fonts/TwemojiCountryFlags.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+1F1E6-1F1FF, U+1F3F4, U+E0062-E007F;
}
.lw-fl, .lw-flag { font-family: "Twemoji Country Flags", "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", sans-serif; }

::selection { background: rgba(46,164,92,.28); }
::-moz-selection { background: rgba(46,164,92,.28); }

/* Leapway — site des annonces : en-tête produit (vert foncé) + liste, pleine largeur, responsive */

:root {
  --creme: #f4f1e8;
  --ink: #16241b;
  --brand: #2ea45c;
  --brand-2: #3cbb6d;
  --brand-strong: #1f6b3c;
  --muted: #5c6b60;
  --line: rgba(22, 36, 27, 0.14);
  --star: #e6a700;
  --dark-ink: #eaf3ec;
  --dark-muted: #a9c4b4;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--creme);
  color: var(--ink);
  line-height: 1.5;
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 1360px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

/* En-tête vert foncé (façon vrai produit) */
.masthead {
  position: relative;
  /* Photo de fond + voile sombre par-dessus (plus dense en haut) pour garder
     le titre blanc et les boutons parfaitement lisibles. */
  --mast-img: linear-gradient(180deg, rgba(9,18,13,0.80) 0%, rgba(9,18,13,0.45) 55%, rgba(9,18,13,0.58) 100%), url("assets/hero.jpg");
  background: var(--mast-img, radial-gradient(130% 130% at 50% -25%, #1e3f28 0%, #14261b 55%, #0f1d15 100%));
  background-size: cover;
  background-position: center;
  color: var(--dark-ink);
  padding: 56px 0 34px;
  text-align: center;
}

/* Boutons langue + devise */
.lw-top { position: absolute; top: 16px; right: clamp(16px, 4vw, 32px); display: flex; gap: 8px; z-index: 5; }
.lw-lang-btn {
  background: rgba(255,255,255,0.10); color: var(--dark-ink);
  border: 1px solid rgba(255,255,255,0.20); padding: 8px 14px; border-radius: 999px;
  font: inherit; font-size: 13px; font-weight: 600; cursor: pointer;
  display: inline-flex; gap: 6px; align-items: center;
}
.lw-lang-btn:hover { background: rgba(255,255,255,0.18); }

/* Sélecteur de devise (réutilise l'habillage du sélecteur de langue) */
.lw-cur-grid { grid-template-columns: 1fr 1fr 1fr; }
.lw-cur-txt { display: flex; flex-direction: column; line-height: 1.25; flex: 1; }
.lw-cur-txt small { color: #a9c4b4; font-weight: 500; font-size: 12px; }
@media (max-width: 700px) { .lw-cur-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .lw-cur-grid { grid-template-columns: 1fr; } }

/* Fenêtre "Choisir la langue" */
.lw-lang-overlay { position: fixed; inset: 0; background: rgba(8,18,12,0.62); z-index: 300; display: none; padding: 24px; overflow-y: auto; }
.lw-lang-overlay.open { display: flex; align-items: flex-start; justify-content: center; }
.lw-lang-modal { background: #12261a; color: #eaf3ec; border: 1px solid rgba(255,255,255,0.10); border-radius: 20px; padding: 26px; max-width: 640px; width: 100%; margin: auto; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.lw-lang-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.lw-lang-head span { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #54d98a; font-weight: 700; }
.lw-lang-close { background: none; border: none; color: #eaf3ec; font-size: 20px; cursor: pointer; line-height: 1; }
.lw-lang-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lw-lang-opt { display: flex; align-items: center; gap: 13px; padding: 15px 16px; border-radius: 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); color: #eaf3ec; font: inherit; font-size: 16px; font-weight: 600; cursor: pointer; text-align: left; transition: background 0.12s, border-color 0.12s; }
.lw-lang-opt:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.3); }
.lw-lang-opt.active { border-color: #54d98a; box-shadow: 0 0 0 1px #54d98a; background: rgba(84,217,138,0.14); color: #fff; }
.lw-lang-name { flex: 1; }
.lw-opt-check { display: none; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; background: #54d98a; color: #08160d; border-radius: 50%; font-size: 12px; font-weight: 800; }
.lw-lang-opt.active .lw-opt-check { display: grid; }
.lw-flag { font-size: 24px; line-height: 1; flex: 0 0 auto; }
.lw-search { width: 100%; margin-bottom: 16px; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.06); color: #eaf3ec; font: inherit; font-size: 15px; }
.lw-search::placeholder { color: #7f9788; }
.lw-search:focus { outline: none; border-color: #54d98a; box-shadow: 0 0 0 3px rgba(84,217,138,0.25); }
.lw-lang-note { color: #a9c4b4; font-size: 14px; margin: 20px 0 0; line-height: 1.55; }
.lw-lang-txt { display: flex; flex-direction: column; line-height: 1.25; flex: 1; min-width: 0; }
.lw-lang-txt small { color: #a9c4b4; font-weight: 500; font-size: 12px; }
:root[dir="rtl"] body, [dir="rtl"] .row-desc { text-align: right; }
@media (max-width: 520px) { .lw-lang-grid { grid-template-columns: 1fr; } }
.brand { display: inline-flex; align-items: center; gap: 9px; justify-content: center; }
.brand-name { font-size: clamp(24px, 4vw, 30px); font-weight: 700; letter-spacing: -0.5px; color: #fff; }
.brand-name .dot { color: var(--brand-2); }
.tagline { color: var(--dark-muted); max-width: 46ch; margin: 12px auto 0; font-size: 15px; text-wrap: balance; }

/* Recherche */
.search {
  max-width: 860px; margin: 26px auto 0;
  display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-end;
  background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 12px; border-radius: 16px;
}
.field { flex: 1 1 240px; display: flex; flex-direction: column; gap: 5px; min-width: 0; text-align: left; }
.field-sm { flex: 0 1 140px; }
.search label { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--dark-muted); padding-left: 2px; }
.search input {
  width: 100%; height: 50px; padding: 0 14px; font-size: 16px; color: var(--ink);
  background: #fff; border: 1px solid transparent; border-radius: 11px;
}
.search input:focus { outline: none; box-shadow: 0 0 0 3px rgba(60, 187, 109, 0.45); }
.search > button {
  flex: 1 1 100%; height: 50px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 700; color: #08160d;
  background: var(--brand-2); border: none; border-radius: 11px; cursor: pointer;
  transition: filter 0.2s, transform 0.05s;
}
.search > button:hover { filter: brightness(1.07); }
.search > button:active { transform: scale(0.98); }
.search > button:focus-visible { outline: 3px solid rgba(60, 187, 109, 0.6); outline-offset: 2px; }

/* Bouton « Effacer les recherches » (incrusté en haut à droite du cadre) */
.search-actions { flex: 1 1 100%; display: flex; justify-content: flex-end; margin-bottom: 2px; }
.clear-all-btn {
  display: inline-flex; align-items: center; gap: 7px; font: inherit; font-size: 13.5px; font-weight: 600;
  color: #fff; background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 7px 14px; border-radius: 999px; cursor: pointer; transition: background 0.15s;
}
.clear-all-btn:hover { background: rgba(255, 255, 255, 0.26); }

/* Champ destination : petite croix pour effacer la destination */
.field-input { position: relative; display: flex; }
.field-input input { padding-right: 40px; }
.field-clear {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; padding: 0; border: none; border-radius: 50%; cursor: pointer;
  background: #eef2ee; color: #5c6b60; display: flex; align-items: center; justify-content: center;
}
.field-clear:hover { background: #dfe6df; color: var(--ink); }

/* Bouton Dates + calendrier */
.field-dates { flex: 1 1 200px; }
.date-btn { width: 100%; height: 50px; padding: 0 14px; text-align: left; background: #fff; border: 1px solid transparent; border-radius: 11px; cursor: pointer; font: inherit; font-size: 16px; color: var(--ink); display: flex; align-items: center; }
.date-btn:hover { box-shadow: 0 0 0 3px rgba(60, 187, 109, 0.2); }
.date-btn .ph { color: #9aa89d; font-weight: 400; }
.date-btn #date-label { font-weight: 600; }
.date-btn #date-label.ph { font-weight: 400; }
.datepop { position: absolute; top: 100%; left: 0; margin-top: 8px; z-index: 40; width: 320px; max-width: 88vw; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 44px rgba(20, 36, 27, 0.2); padding: 14px; display: none; }
.datepop.open { display: block; }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.cal-titre { font-weight: 700; font-size: 15px; text-transform: capitalize; color: var(--ink); }
.cal-nav { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 16px; color: var(--ink); }
.cal-nav:hover:not([disabled]) { background: #eef6ef; }
.cal-nav[disabled] { opacity: 0.3; cursor: default; }
.cal-wd { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; margin-bottom: 4px; }
.cal-wd span { text-align: center; font-size: 11px; color: var(--muted); text-transform: uppercase; padding: 4px 0; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.cal-empty { aspect-ratio: 1; }
.cal-day { aspect-ratio: 1; border: none; background: none; border-radius: 9px; cursor: pointer; font: inherit; font-size: 14px; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.cal-day:hover:not([disabled]):not(.sel) { background: #eef6ef; }
.cal-day.off { color: #cbd3cc; text-decoration: line-through; cursor: default; }
.cal-day.range { background: #c5e8d1; border-radius: 0; }
.cal-day.sel { background: var(--brand); color: #fff; }
.cal-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--line); }
.cal-foot .fapply { padding: 10px 18px; font-size: 14px; }
.date-btn #guests-label { font-weight: 600; }
.date-btn #guests-label.ph { font-weight: 400; }

/* Voyageurs : panneau adultes / enfants / bébés (façon Airbnb) */
.field-guests { flex: 1 1 200px; }
.guestpop { width: 340px; }
.gpop-head { font-weight: 700; font-size: 15px; color: var(--ink); margin-bottom: 6px; }
.gpop-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.gpop-row:last-of-type { border-bottom: none; }
.gpop-txt { display: flex; flex-direction: column; gap: 2px; }
.gpop-lbl { font-weight: 600; font-size: 15px; color: var(--ink); }
.gpop-age { font-size: 13px; color: var(--muted); }
.gpop-step { display: flex; align-items: center; gap: 12px; }
.gpop-btn { width: 34px; height: 34px; border-radius: 50%; border: 1px solid #c8d2ca; background: #fff; cursor: pointer; font-size: 20px; line-height: 1; color: var(--ink); display: flex; align-items: center; justify-content: center; }
.gpop-btn:hover:not([disabled]) { border-color: var(--ink); }
.gpop-btn[disabled] { opacity: 0.3; cursor: default; }
.gpop-n { min-width: 24px; text-align: center; font-weight: 700; font-size: 16px; color: var(--ink); font-variant-numeric: tabular-nums; }

/* Rangée de catégories (façon Airbnb) — identique au mobile */
.lw-cats { display: flex; gap: 26px; overflow-x: auto; padding: 6px 2px 10px; margin: 4px 0 6px; scrollbar-width: none; }
.lw-cats::-webkit-scrollbar { display: none; }
.lw-cat { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 6px; background: none; border: none; cursor: pointer; font: inherit; padding: 6px 2px 8px; color: var(--muted); border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.lw-cat span { font-size: 12.5px; font-weight: 600; white-space: nowrap; }
.lw-cat:hover { color: var(--ink); }
.lw-cat.on { color: var(--ink); border-bottom-color: var(--ink); }

/* Suggestions de destinations (liste déroulante) */
.field { position: relative; }
.suggestions {
  list-style: none; margin: 4px 0 0; padding: 6px; position: absolute; top: 100%; left: 0; right: 0; z-index: 30;
  background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 34px rgba(20, 36, 27, 0.18);
  max-height: 300px; overflow-y: auto; overflow-x: hidden; display: none;
}
.suggestions.open { display: block; right: auto; min-width: 100%; width: max-content; max-width: min(92vw, 460px); }
.suggestions.open { display: block; }
.suggestions li {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 9px; cursor: pointer; color: var(--ink); min-width: 0;
}
.suggestions .s-main { flex: 0 1 auto; white-space: nowrap; }
.suggestions .s-sub { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.suggestions li:hover { background: #eef6ef; }
.suggestions li.active { background: #cdeeda; box-shadow: inset 3px 0 0 var(--brand); }
.suggestions .s-ico { flex: 0 0 auto; color: var(--brand-strong); display: inline-flex; }
.suggestions .s-main { font-size: 15px; font-weight: 600; }
.suggestions .s-sub { font-size: 12.5px; color: var(--muted); margin-left: auto; white-space: nowrap; }

/* Filtres : bouton dans la barre de recherche + fenêtre */
.search .filtres-toggle {
  flex: 0 0 auto; height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font: inherit; font-size: 15px; font-weight: 600; color: var(--ink);
  background: #fff; border: 1px solid transparent; border-radius: 11px; cursor: pointer;
}
.search .filtres-toggle:hover { box-shadow: 0 0 0 3px rgba(60, 187, 109, 0.35); }
.filtres-badge { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 6px; background: var(--brand); color: #fff; border-radius: 999px; font-size: 12px; font-weight: 700; }

.fmodal-overlay { position: fixed; inset: 0; background: rgba(15, 29, 21, 0.55); z-index: 300; display: none; padding: 20px; overflow-y: auto; }
.fmodal-overlay.open { display: flex; align-items: flex-start; justify-content: center; }
.fmodal { background: #fff; border-radius: 22px; max-width: 780px; width: 100%; margin: 4vh auto; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35); display: flex; flex-direction: column; max-height: 88vh; }
.fmodal-head { position: relative; display: flex; align-items: center; justify-content: center; padding: 18px 22px; border-bottom: 1px solid var(--line); font-weight: 700; font-size: 16px; }
.fmodal-close { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border-radius: 50%; border: none; background: #f1ede2; cursor: pointer; font-size: 14px; color: var(--ink); }
.fmodal-close:hover { background: #e6e0d0; }
.fmodal-body { padding: 6px 24px 22px; overflow-y: auto; }
.fmodal-body h4 { margin: 20px 0 12px; font-size: 15px; font-weight: 700; color: var(--ink); }
.ftypes { display: grid; grid-template-columns: repeat(auto-fill, minmax(116px, 1fr)); gap: 10px; }
.ftype { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; font: inherit; font-size: 14px; font-weight: 600; color: var(--ink); transition: all 0.12s; text-align: left; }
.ftype svg { color: var(--brand-strong); }
.ftype:hover { border-color: var(--ink); }
.ftype.on { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); background: #f3faf5; }
.fequip { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 10px; }
.ftile { display: flex; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; background: #fff; cursor: pointer; font: inherit; font-size: 14px; font-weight: 500; color: var(--ink); transition: all 0.12s; text-align: left; }
.ftile svg { color: var(--brand-strong); flex: 0 0 auto; }
.ftile .fcheck { margin-left: auto; width: 21px; height: 21px; display: none; place-items: center; background: var(--brand); color: #fff; border-radius: 50%; font-size: 11px; font-weight: 700; }
.ftile:hover { border-color: var(--ink); }
.ftile.on { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); background: #f3faf5; }
.ftile.on .fcheck { display: grid; }
.fmodal-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 22px; border-top: 1px solid var(--line); }
.fapply { background: var(--brand); color: #fff; font: inherit; font-size: 15px; font-weight: 700; padding: 13px 22px; border-radius: 12px; border: none; cursor: pointer; }
.fapply:hover { background: var(--brand-strong); }
.filtres-clear { background: none; border: none; color: var(--ink); font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; padding: 4px 0; text-decoration: underline; }

.count { color: var(--muted); font-size: 14px; margin: 26px 2px 14px; font-variant-numeric: tabular-nums; }

/* Liste des annonces */
.list { display: flex; flex-direction: column; gap: 26px; padding: 0 0 50px; }
.row {
  display: grid; grid-template-columns: minmax(280px, 340px) 1fr auto; gap: 32px; align-items: center;
  padding-bottom: 26px; border-bottom: 1px solid var(--line); cursor: pointer;
}
.row:last-child { border-bottom: none; }
.row:hover .row-title { color: var(--brand-strong); }
.row:hover .photo { transform: translateY(-3px); }

.photo { height: 200px; border-radius: 16px; display: grid; place-items: center; position: relative; transition: transform 0.16s ease; overflow: hidden; background: #e3ded0; }
.photo .ph-ico { opacity: 0.5; }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.type-badge {
  position: absolute; left: 12px; top: 12px; background: rgba(255, 255, 255, 0.9);
  font-size: 11px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px; color: #16241b;
}

.row-num { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: #9aa89d; font-weight: 600; }
.row-title { font-size: clamp(20px, 2.6vw, 26px); line-height: 1.14; margin: 7px 0 9px; letter-spacing: -0.4px; font-weight: 700; transition: color 0.15s; }
.row-desc { color: var(--muted); font-size: 14.5px; margin: 0 0 13px; max-width: 62ch; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; }
.tag { font-size: 12.5px; color: var(--ink); border: 1px solid var(--line); padding: 4px 12px; border-radius: 999px; }
.tag.rating { border-color: rgba(230, 167, 0, 0.5); }
.tag.rating .s { color: var(--star); }

.price { text-align: right; white-space: nowrap; }
.price .num { font-size: 36px; font-weight: 800; letter-spacing: -1.2px; }
.price .u { display: block; font-size: 12px; color: var(--muted); letter-spacing: 0.04em; }
.price .go { margin-top: 14px; display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; color: #fff; background: var(--brand); padding: 9px 16px; border-radius: 11px; }

.empty { color: var(--muted); text-align: center; padding: 60px 0; }

/* Pagination (pages en bas) */
.pagination { display: flex; justify-content: center; align-items: center; gap: 6px; flex-wrap: wrap; padding: 8px 0 54px; }
.pg-num, .pg-arrow { min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 11px; font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; font-variant-numeric: tabular-nums; }
.pg-num:hover:not(.active), .pg-arrow:hover:not([disabled]) { background: #eef6ef; border-color: var(--brand); }
.pg-num.active { background: var(--brand); color: #fff; border-color: var(--brand); }
.pg-arrow[disabled] { opacity: 0.35; cursor: default; }
.pg-ell { min-width: 24px; text-align: center; color: var(--muted); }
.footer {
  border-top: 1px solid var(--line); display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  color: var(--muted); font-size: 13px; padding: 22px 0 40px;
}
.footer .brand-name { color: var(--ink); font-size: 16px; }

/* ===================== PAGE DÉTAIL ===================== */
.detail-bar {
  max-width: 1360px; margin: 0 auto; padding: 16px clamp(20px, 4vw, 48px);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  border-bottom: 1px solid var(--line);
}
.detail-bar .brand { text-decoration: none; }
.brand-name.dark { color: var(--ink); }
.detail-bar-right { display: inline-flex; align-items: center; gap: 14px; }
.back-link { color: var(--brand-strong); font-weight: 600; font-size: 14px; text-decoration: none; }
.back-link:hover { text-decoration: underline; }
.lw-lang-btn.dark { position: static; background: #fff; color: var(--ink); border: 1px solid var(--line); }
.lw-lang-btn.dark:hover { background: #f3efe6; }

.d-galerie { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 22px 0 0; }
.g-main { width: 100%; height: 420px; object-fit: cover; border-radius: 18px; background: #e3ded0; display: block; }
.g-main.g-vide { display: grid; place-items: center; }
.g-vignettes { display: flex; gap: 10px; flex-wrap: wrap; }
.g-vignette { width: 110px; height: 78px; object-fit: cover; border-radius: 10px; cursor: pointer; opacity: 0.75; border: 2px solid transparent; background: #e3ded0; }
.g-vignette:hover { opacity: 1; }
.g-vignette.active { opacity: 1; border-color: var(--brand); }

.d-corps { display: grid; grid-template-columns: 1fr 340px; gap: 40px; padding: 28px 0 60px; align-items: start; }
.d-kicker { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand-strong); font-weight: 700; margin: 0; }
.d-titre { font-size: clamp(24px, 3.5vw, 34px); font-weight: 800; letter-spacing: -0.6px; margin: 8px 0 12px; line-height: 1.12; }
.d-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: 15px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.d-note { font-weight: 700; color: var(--ink); } .d-note .s { color: var(--star); }
.d-h2 { font-size: 19px; font-weight: 700; margin: 24px 0 10px; }
.d-desc { color: #3a4a40; font-size: 15.5px; line-height: 1.7; margin: 0; max-width: 62ch; }
.d-desc.clamp { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.d-more { margin: 10px 0 0; padding: 0; background: none; border: none; color: var(--brand-strong); font-weight: 700; font-size: 14px; cursor: pointer; font-family: inherit; text-decoration: underline; }
.d-more:hover { color: var(--brand); }
.d-equip { list-style: none; padding: 0; margin: 6px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.d-equip li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--ink); }
.d-equip .chk { display: inline-grid; place-items: center; width: 22px; height: 22px; background: #e6f4ec; color: var(--brand-strong); border-radius: 50%; font-size: 12px; font-weight: 700; flex: 0 0 auto; }

.d-reserve { position: sticky; top: 20px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; box-shadow: 0 12px 30px rgba(20, 36, 27, 0.10); }
.d-prix { display: flex; align-items: baseline; gap: 4px; }
.d-prix .num { font-size: 30px; font-weight: 800; letter-spacing: -1px; }
.d-prix .u { color: var(--muted); font-size: 14px; }
.d-btn { width: 100%; margin-top: 16px; padding: 14px; font-size: 16px; font-weight: 700; color: #fff; background: var(--brand); border: none; border-radius: 12px; cursor: pointer; transition: background 0.2s; font-family: inherit; }
.d-btn:hover { background: var(--brand-strong); }
.d-note-info { text-align: center; color: var(--muted); font-size: 12.5px; margin: 12px 0 0; }

@media (max-width: 860px) {
  .g-main { height: 300px; }
  .d-corps { grid-template-columns: 1fr; gap: 24px; }
  .d-reserve { position: static; }
  .d-equip { grid-template-columns: 1fr; }
}

/* ---------- TABLETTE ---------- */
@media (max-width: 900px) {
  .row {
    grid-template-columns: 200px 1fr; grid-template-areas: "photo body" "photo price";
    gap: 20px 24px; align-items: start;
  }
  .photo { grid-area: photo; height: 100%; min-height: 170px; align-self: stretch; }
  .row > div:not(.photo):not(.price) { grid-area: body; }
  .price { grid-area: price; text-align: left; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
  .price .u { display: inline; }
  .price .go { margin-top: 0; margin-left: auto; }
}
/* ---------- MOBILE (vue dédiée) ---------- */
@media (max-width: 600px) {
  .row { grid-template-columns: 1fr; grid-template-areas: "photo" "body" "price"; gap: 14px; }
  .photo { height: 210px; }
  .price { justify-content: flex-start; }
  .price .go { margin-left: 0; }
  .search { gap: 9px; }
  .field, .field-sm { flex: 1 1 100%; }
  .search > button, .search .filtres-toggle { width: 100%; justify-content: center; }
  .tagline { font-size: 14px; }
  .ftypes { grid-template-columns: 1fr 1fr; }
  .fequip { grid-template-columns: 1fr; }
  .fmodal { margin: 2vh auto; max-height: 92vh; }
}

/* --- Comptes : bouton d'en-tête + fenêtre connexion/inscription --- */
.lw-account-btn { font-weight: 700; }
.lw-acc-ini { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--brand-2); color: #08160d; font-weight: 800; font-size: 12px; }
.lw-auth-modal { max-width: 460px; }
.lw-auth-label { font-size: 14px; font-weight: 700; color: #eaf3ec; margin: 4px 0 10px; }
.lw-role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
.lw-role { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px 8px; border-radius: 14px; background: rgba(255,255,255,0.06); border: 1.5px solid rgba(255,255,255,0.14); color: #eaf3ec; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; text-align: center; }
.lw-role svg { color: #cdeeda; }
.lw-role.on svg { color: #54d98a; }
.lw-role span { font-size: 14px; }
.lw-role:hover { background: rgba(255,255,255,0.12); }
.lw-role.on { border-color: #54d98a; background: rgba(84,217,138,0.16); color: #fff; }
.lw-auth-field { width: 100%; margin-bottom: 12px; padding: 13px 14px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.06); color: #eaf3ec; font: inherit; font-size: 15px; }
.lw-auth-field::placeholder { color: #7f9788; }
.lw-auth-field:focus { outline: none; border-color: #54d98a; box-shadow: 0 0 0 3px rgba(84,217,138,0.25); }
.lw-stay { display: flex; align-items: center; gap: 10px; color: #eaf3ec; font-size: 14.5px; cursor: pointer; padding: 4px 0 2px; user-select: none; }
.lw-cbox { width: 22px; height: 22px; border-radius: 6px; border: 1.5px solid rgba(255,255,255,0.35); display: inline-grid; place-items: center; flex: 0 0 auto; }
.lw-cbox.on { background: #54d98a; border-color: #54d98a; }
.lw-cbox.on::after { content: "✓"; color: #08160d; font-weight: 800; font-size: 13px; }
.lw-auth-err { color: #ff9b9b; font-size: 13.5px; font-weight: 600; min-height: 18px; margin: 8px 0 2px; }
.lw-auth-submit { width: 100%; padding: 14px; border-radius: 12px; border: none; background: var(--brand-2); color: #08160d; font: inherit; font-size: 15px; font-weight: 800; cursor: pointer; margin-top: 6px; }
.lw-auth-submit:hover { filter: brightness(1.07); }
.lw-auth-switch { width: 100%; background: none; border: none; color: #54d98a; font: inherit; font-size: 14.5px; font-weight: 700; cursor: pointer; margin-top: 16px; }
/* « ou » + bouton Google */
.lw-auth-or { display: flex; align-items: center; gap: 12px; margin: 16px 0 14px; color: #7f9788; font-size: 13px; }
.lw-auth-or::before, .lw-auth-or::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,0.14); }
.lw-gbtn { display: flex; justify-content: center; min-height: 40px; }
.lw-gbtn > div { color-scheme: light; }
.lw-acc-card { display: flex; align-items: center; gap: 16px; padding: 6px 2px 20px; }
.lw-acc-avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--brand-2); color: #08160d; font-size: 24px; font-weight: 800; display: grid; place-items: center; flex: 0 0 auto; }
.lw-acc-name { font-size: 18px; font-weight: 800; color: #fff; }
.lw-acc-role { font-size: 14px; color: #54d98a; font-weight: 700; margin-top: 2px; }
.lw-acc-email { font-size: 13px; color: #a9c4b4; margin-top: 2px; }
.lw-logout { background: #e0484d; color: #fff; }
@media (max-width: 480px) { .lw-role-grid { grid-template-columns: 1fr; } }

/* --- En-tête : bouton engrenage + avatar compte + menu Paramètres --- */
.lw-icon-btn { width: 40px; height: 40px; border-radius: 999px; display: inline-grid; place-items: center; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.20); color: var(--dark-ink); cursor: pointer; }
.lw-icon-btn:hover { background: rgba(255,255,255,0.18); }
.lw-acc-av { width: 24px; height: 24px; border-radius: 50%; display: inline-grid; place-items: center; background: rgba(255,255,255,0.18); color: var(--dark-ink); font-weight: 800; font-size: 12px; flex: 0 0 auto; }
.lw-acc-av.filled { background: var(--brand-2); color: #08160d; }
.lw-set-row { display: flex; align-items: center; gap: 14px; width: 100%; padding: 16px 14px; border-radius: 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); color: #eaf3ec; font: inherit; cursor: pointer; text-align: left; margin-bottom: 10px; }
.lw-set-row:hover { background: rgba(255,255,255,0.11); border-color: rgba(255,255,255,0.28); }
.lw-set-ico { color: #cdeeda; display: inline-flex; }
.lw-set-label { font-size: 15.5px; font-weight: 700; }
.lw-set-value { margin-left: auto; color: #a9c4b4; font-size: 14.5px; display: inline-flex; align-items: center; gap: 6px; }
.lw-set-chev { color: #7f9788; font-size: 20px; }

/* ---------- Réservation (modale claire façon Airbnb, miroir du mobile) ---------- */
.lw-bk-modal { background: #fff; color: #16241b; max-width: 560px; padding: 0; overflow: hidden; max-height: 92vh; display: flex; flex-direction: column; }
.lw-bk-modal .lw-lang-head { padding: 15px 20px; margin: 0; border-bottom: 1px solid #eee; }
.lw-bk-modal .lw-lang-head span { color: #16241b; font-size: 15px; letter-spacing: 0; text-transform: none; }
.lw-bk-modal .lw-lang-close { color: #16241b; }
.bk-body { padding: 20px; overflow-y: auto; }
.bk-summary { display: flex; gap: 14px; align-items: center; }
.bk-thumb { width: 64px; height: 64px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex: none; }
.bk-thumb.sm { width: 54px; height: 54px; }
.bk-title { font-size: 16px; font-weight: 800; line-height: 1.25; }
.bk-sub { font-size: 13.5px; color: #6b7d70; margin-top: 2px; }
.bk-star { font-size: 13px; color: #16241b; font-weight: 600; }
.bk-cancel { background: #eef7f0; color: #2c4636; border-radius: 10px; padding: 10px 12px; margin-top: 14px; font-weight: 600; font-size: 14px; }
.bk-h { font-size: 17px; font-weight: 800; margin: 24px 0 10px; }
.bk-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f0ede3; }
.bk-lbl { font-size: 12.5px; color: #6b7d70; font-weight: 600; }
.bk-val { font-size: 15.5px; font-weight: 700; margin-top: 3px; }
.bk-edit { background: none; border: none; color: var(--brand); font-weight: 800; text-decoration: underline; cursor: pointer; font-size: 14.5px; font-family: inherit; }
.bk-guests { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.bk-stepper { display: flex; align-items: center; gap: 18px; }
.bk-step { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid #16241b; background: #fff; font-size: 20px; cursor: pointer; color: #16241b; line-height: 1; }
.bk-step-v { font-size: 17px; font-weight: 800; min-width: 24px; text-align: center; }
.bk-host { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.bk-host-av { width: 42px; height: 42px; border-radius: 50%; background: #b7c3b8; display: flex; align-items: center; justify-content: center; }
.bk-host span { font-weight: 700; }
.bk-msg { width: 100%; min-height: 92px; border: 1px solid #e6e2d5; border-radius: 14px; padding: 14px; font-family: inherit; font-size: 15px; resize: vertical; background: #f9f8f3; color: #16241b; box-sizing: border-box; }
.bk-pay { display: flex; align-items: center; gap: 14px; border: 1.5px solid #e6e2d5; border-radius: 14px; padding: 14px 16px; margin-bottom: 10px; }
.bk-pay.on { border-color: var(--brand); background: #eef7f0; }
.bk-pay.off { background: #fafaf7; color: #6b7d70; }
.bk-pay-i { font-size: 18px; }
.bk-pay-t { flex: 1; font-weight: 700; }
.bk-radio { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--brand); position: relative; flex: none; }
.bk-radio::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--brand); }
.bk-soon { background: #eceae0; color: #6b7d70; border-radius: 999px; padding: 4px 10px; font-size: 11.5px; font-weight: 800; }
.bk-price-line { display: flex; justify-content: space-between; padding: 7px 0; font-size: 15px; }
.bk-total { border-top: 1px solid #eee; margin-top: 6px; padding-top: 14px; font-weight: 800; font-size: 16px; }
.bk-hold { font-size: 12.5px; color: #6b7d70; line-height: 1.5; margin-top: 18px; }
.bk-err { color: #e0484d; font-weight: 600; margin-top: 10px; }
.bk-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; border-top: 1px solid #eee; }
.bk-foot-price { display: flex; flex-direction: column; }
.bk-foot-price strong { font-size: 17px; }
.bk-foot-n { font-size: 13px; color: #6b7d70; }
.bk-foot .d-btn { width: auto; margin: 0; padding: 14px 26px; white-space: nowrap; }

.bk-cal { padding: 6px 0 8px; }
.bk-cal-head { display: flex; align-items: center; justify-content: space-between; padding: 6px 4px; }
.bk-month { font-weight: 800; font-size: 16px; text-transform: capitalize; }
.bk-nav { width: 36px; height: 36px; border-radius: 50%; border: none; background: #f3f1e9; font-size: 20px; cursor: pointer; color: #16241b; line-height: 1; }
.bk-nav:disabled { opacity: .3; cursor: default; }
.bk-week { display: grid; grid-template-columns: repeat(7, 1fr); }
.bk-wd { text-align: center; font-size: 12px; color: #6b7d70; font-weight: 700; padding: 6px 0; }
.bk-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.bk-cell { height: 44px; border: none; background: none; font-size: 14.5px; font-weight: 600; color: #16241b; cursor: pointer; font-family: inherit; }
.bk-cell.past { color: #cdd5cd; text-decoration: line-through; cursor: default; }
.bk-cell.inrange { background: #eef7f0; }
.bk-cell.end { background: var(--brand); color: #fff; border-radius: 50%; font-weight: 800; }

.bk-trip { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid #f0ede3; }
.bk-trip-txt { flex: 1; }
.bk-trip-title { font-weight: 800; font-size: 15.5px; }
.bk-trip-sub { font-size: 13px; color: #6b7d70; margin-top: 2px; }
.bk-trip-side { text-align: right; }
.bk-tag { background: #eef7f0; color: var(--brand); border-radius: 999px; padding: 4px 10px; font-size: 11.5px; font-weight: 800; }
.bk-tag.off { background: #f7ecec; color: #b23a3a; }
.bk-trip-price { display: block; font-weight: 800; margin-top: 8px; font-size: 14px; }
.bk-empty { text-align: center; color: #6b7d70; padding: 40px 0; }

.bk-confirm { text-align: center; padding: 40px 30px; }
.bk-check { width: 84px; height: 84px; border-radius: 50%; background: var(--brand); color: #fff; font-size: 44px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.bk-ok-title { font-size: 20px; font-weight: 800; }
.bk-ok-sub { color: #6b7d70; margin-top: 10px; }
.bk-ok-btns { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.bk-ok-btns .d-btn { margin: 0; }
.bk-ghost { background: none; border: none; color: #6b7d70; font-weight: 700; cursor: pointer; font-family: inherit; font-size: 14.5px; }

/* Champs carte bancaire (réservation) */
.bk-card { margin: 2px 0 10px; }
.bk-field { width: 100%; border: 1px solid #e6e2d5; border-radius: 12px; padding: 13px 14px; font-family: inherit; font-size: 15px; color: #16241b; background: #f9f8f3; box-sizing: border-box; margin-bottom: 12px; }
.bk-field:focus { outline: none; border-color: #2ea45c; }
.bk-card-row { display: flex; gap: 12px; }
.bk-card-row .bk-field { flex: 1; }
.bk-demo-pay { font-size: 12px; color: #6b7d70; font-style: italic; margin: 2px 0 0; }

/* Boutons de la réservation (autonomes, ne dépendent pas de .d-btn) */
.bk-btn { background: #2ea45c; color: #fff; border: none; border-radius: 12px; padding: 14px 26px; font-family: inherit; font-size: 15px; font-weight: 800; cursor: pointer; transition: background .2s; }
.bk-btn:hover { background: #248a4d; }
.bk-btn:disabled { opacity: .6; cursor: default; }
.bk-foot .bk-btn { white-space: nowrap; }
.bk-ok-btns .bk-btn { width: 100%; }

/* Parrainage (referral) */
.parrain-hero { text-align: center; background: #eef7f0; border-radius: 18px; padding: 26px 20px; margin-bottom: 22px; }
.parrain-gift { width: 66px; height: 66px; border-radius: 50%; background: #2ea45c; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.parrain-title { font-size: 19px; font-weight: 800; color: #16241b; margin-bottom: 8px; }
.parrain-reward { font-size: 14.5px; color: #4a5a4f; line-height: 1.45; max-width: 400px; margin: 0 auto; }
.parrain-lbl { font-size: 15px; font-weight: 800; color: #16241b; margin-bottom: 8px; }
.parrain-code { border: 1.5px dashed #2ea45c; background: #f6fbf7; border-radius: 14px; padding: 16px; text-align: center; font-size: 22px; font-weight: 800; color: #2ea45c; letter-spacing: 2px; margin-bottom: 12px; }
.parrain-copy { width: 100%; }
.parrain-hr { height: 1px; background: #ece9dd; margin: 24px 0; }
.parrain-apply-row { display: flex; gap: 10px; align-items: center; }
.parrain-input { flex: 1; min-width: 0; border: 1px solid #ddd8c8; border-radius: 12px; padding: 13px 14px; font-family: inherit; font-size: 15px; color: #16241b; background: #faf8f1; }
.parrain-input:focus { outline: none; border-color: #2ea45c; }
.parrain-apply { white-space: nowrap; flex: 0 0 auto; }
.parrain-ok { display: flex; align-items: center; gap: 8px; background: #eef7f0; border-radius: 14px; padding: 16px; font-size: 14.5px; font-weight: 700; color: #16241b; }

/* Détail / récapitulatif d'un voyage (web) */
.bk-trip { cursor: pointer; }
.bk-trip:hover { background: #f7f6f1; border-radius: 12px; }
.bk-trip-section { font-size: 12.5px; font-weight: 800; color: #6b7d70; text-transform: uppercase; letter-spacing: .06em; margin: 18px 0 2px; }
.bk-trip-chev { color: #b9c4bc; font-size: 22px; margin-left: 4px; }
.bk-trip-side { display: flex; align-items: center; gap: 10px; }
.bk-trip-hero { height: 200px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.bk-detail-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.bk-recap { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 7px 0; }
.bk-recap-k { font-size: 14.5px; color: #3a4a40; }
.bk-recap-v { font-size: 14.5px; color: #16241b; font-weight: 700; }
.bk-recap-total { border-top: 1px solid #eee; margin-top: 6px; padding-top: 12px; font-weight: 800; font-size: 16px; color: #16241b; }
.bk-detail-desc { font-size: 14.5px; color: #3a4a40; line-height: 1.55; margin: 4px 0 0; }
.bk-back { font-size: 24px; line-height: 1; }

/* Le badge de statut ne doit jamais passer à la ligne ni se faire écraser */
.bk-tag { white-space: nowrap; flex: none; }
.bk-detail-top .bk-tag, .bk-trip-side .bk-tag { flex: none; }

/* Cœur favori sur les cartes */
#list .row .photo { position: relative; }
.lw-heart { position: absolute; top: 12px; right: 12px; z-index: 3; width: 34px; height: 34px; border: none; background: transparent; cursor: pointer; padding: 0; display: flex; align-items: center; justify-content: center; }
.lw-heart svg { filter: drop-shadow(0 1px 2px rgba(0,0,0,.35)); transition: transform .12s; }
.lw-heart:hover svg { transform: scale(1.12); }

/* Menu compte unique (dropdown) */
.lw-menu { position: fixed; z-index: 300; background: #fff; color: #16241b; border-radius: 16px; box-shadow: 0 18px 50px rgba(0,0,0,.28); border: 1px solid #eceadf; padding: 8px; min-width: 244px; display: none; }
.lw-menu.open { display: block; }
.lw-menu-item { width: 100%; display: flex; align-items: center; gap: 14px; padding: 12px 14px; background: none; border: none; border-radius: 10px; font: inherit; font-size: 15px; font-weight: 600; color: #16241b; cursor: pointer; text-align: left; }
.lw-menu-item:hover { background: #f4f2ea; }
.lw-menu-item span { flex: 1; }
.lw-menu-badge { background: #2ea45c; color: #fff; border-radius: 999px; font-size: 12px; font-weight: 800; min-width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; padding: 0 6px; }
.lw-menu-item span.lw-menu-val { flex: 0 0 auto; font-size: 17px; line-height: 1; }
.lw-menu-sep { height: 1px; background: #eceadf; margin: 6px 8px; }

/* Favoris en listes (wishlists) */
.lw-list-pick { width: 100%; display: flex; align-items: center; gap: 14px; padding: 12px; border: 1px solid #eceadf; border-radius: 14px; background: #fff; cursor: pointer; margin-bottom: 10px; font: inherit; text-align: left; }
.lw-list-pick:hover { background: #f7f6f1; }
.lw-list-ic { width: 46px; height: 46px; border-radius: 10px; background: #eef7f0; display: flex; align-items: center; justify-content: center; flex: none; }
.lw-list-nm { flex: 1; font-size: 15px; font-weight: 700; color: #16241b; }
.lw-list-n { font-size: 13px; color: #6b7d70; }
.lw-newlist { display: flex; gap: 10px; margin-top: 8px; }
.lw-newlist .bk-field { margin-bottom: 0; }
.lw-newlist .bk-btn { white-space: nowrap; }
.lw-wl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lw-wl-card { border: none; background: none; cursor: pointer; padding: 0; text-align: left; font: inherit; }
.lw-wl-thumb { aspect-ratio: 1/1; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.lw-wl-nm { font-size: 15px; font-weight: 800; color: #16241b; }
.lw-wl-n { font-size: 13px; color: #6b7d70; }
@media (max-width: 520px) { .lw-wl-grid { grid-template-columns: 1fr 1fr; } }

/* Badge réservation instantanée (booking) */
.bk-instant { background: #fff6e6; color: #8a5a12; border-radius: 10px; padding: 10px 12px; margin-top: 10px; font-weight: 700; font-size: 14px; }

/* Demande d'annulation (web) */
.bk-tag.warn { background: #fff6e6; color: #8a5a12; }
.bk-cancel-btn { width: 100%; margin-top: 20px; padding: 14px; border: 1.5px solid #e6c3c3; background: #fff; color: #b23a3a; border-radius: 14px; font: inherit; font-size: 15px; font-weight: 800; cursor: pointer; }
.bk-cancel-btn:hover { background: #faf3f3; }
.bk-cancel-ask { background: #faf3f3; border-radius: 14px; padding: 16px; margin-top: 20px; }
.bk-cancel-ask p { margin: 0 0 14px; font-size: 14.5px; color: #3a4a40; line-height: 1.45; }
.bk-cancel-btns { display: flex; gap: 12px; }
.bk-cancel-no { flex: 1; border: 1.5px solid #d8d3c6; background: #fff; border-radius: 12px; padding: 12px; font: inherit; font-weight: 700; cursor: pointer; }
.bk-cancel-yes { flex: 1; border: none; background: #c0392b; color: #fff; border-radius: 12px; padding: 12px; font: inherit; font-weight: 800; cursor: pointer; }

/* Bouton cœur de suppression dans une liste de favoris */
.lw-fav-del { border: none; background: transparent; cursor: pointer; padding: 6px; display: flex; align-items: center; justify-content: center; flex: none; border-radius: 50%; }
.lw-fav-del:hover { background: #f4f2ea; }
.lw-fav-del svg { width: 22px; height: 22px; }
.bk-trip[data-open] { cursor: pointer; }

/* Souplesse des dates (calendrier de recherche) */
.cal-flex { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 12px 4px 4px; border-top: 1px solid var(--line); margin-top: 8px; }
.cal-flex-lbl { width: 100%; font-size: 12px; font-weight: 700; color: var(--muted, #6b7d70); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 2px; }
.cal-flexchip { border: 1.5px solid var(--line); background: #fff; border-radius: 999px; padding: 7px 12px; font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; color: var(--ink, #16241b); }
.cal-flexchip.on { border-color: var(--brand); background: #eef7f0; color: var(--brand); }

/* Espace hôte (web) — mode hôte plein écran */
.lw-host-overlay { position: fixed; inset: 0; z-index: 260; background: #fff; display: none; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.lw-host-overlay.open { display: block; }

/* Tableau de bord web : menu latéral à gauche + contenu à droite */
.lw-host-shell { display: flex; align-items: stretch; min-height: 100vh; }
.lw-host-side { flex: 0 0 250px; width: 250px; background: #14261b; color: #eaf1ea; display: flex; flex-direction: column; padding: 22px 16px; box-sizing: border-box; }
.lw-host-brand { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 19px; color: #fff; padding: 2px 8px; letter-spacing: -.02em; }
.lw-host-brand-dot { color: #3cbb6d; }
.lw-host-role { font-size: 11.5px; text-transform: uppercase; letter-spacing: .05em; color: #7fa890; padding: 6px 8px 0; margin-bottom: 20px; font-weight: 800; }
.lw-host-sidenav { display: flex; flex-direction: column; gap: 4px; }
.lw-host-side-item { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 11px; border: none; background: none; color: #b7cabd; font: inherit; font-size: 14.5px; font-weight: 600; cursor: pointer; text-align: left; width: 100%; transition: background .15s, color .15s; }
.lw-host-side-item svg { width: 20px; height: 20px; flex: 0 0 auto; }
.lw-host-side-item:hover { background: rgba(255, 255, 255, .06); color: #fff; }
.lw-host-side-item.on { background: #2ea45c; color: #fff; }
.lw-host-exit { margin-top: auto; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border-radius: 11px; border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .04); color: #eaf1ea; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.lw-host-exit:hover { background: rgba(255, 255, 255, .1); }
.lw-host-exit-ic { display: inline-block; }
.lw-host-main { flex: 1; min-width: 0; background: #fff; }
.lw-host-main-inner { padding: 34px 44px 60px; }
.lw-host-main-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.lw-host-main-title { font-size: 26px; font-weight: 800; color: #16241b; margin: 0; letter-spacing: -.01em; }
.lw-host-addbtn { flex: 0 0 auto; background: var(--brand); color: #fff; border: none; border-radius: 10px; padding: 10px 16px; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; white-space: nowrap; transition: background .15s; }
.lw-host-addbtn:hover { background: var(--brand-strong); }
.lw-host-body { display: block; }
@media (max-width: 820px) {
  .lw-host-shell { flex-direction: column; }
  .lw-host-side { width: 100%; flex: none; height: auto; position: static; flex-direction: row; align-items: center; gap: 8px; padding: 10px 12px; overflow-x: auto; }
  .lw-host-brand, .lw-host-role { display: none; }
  .lw-host-sidenav { flex-direction: row; gap: 6px; flex: 1; }
  .lw-host-side-item { flex-direction: column; gap: 3px; font-size: 11px; padding: 7px 9px; white-space: nowrap; }
  .lw-host-side-item span { white-space: nowrap; }
  .lw-host-exit { margin: 0; flex: 0 0 auto; }
  .lw-host-main-inner { padding: 22px 18px 60px; }
}
.lw-host-panel { max-width: 680px; margin: 0 auto; min-height: 100vh; display: flex; flex-direction: column; padding: 0 20px; }
.host-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 22px 0 16px; border-bottom: 1px solid #f0ede3; }
.host-kicker { font-size: 12.5px; font-weight: 800; color: #2ea45c; text-transform: uppercase; letter-spacing: .05em; }
.host-title { font-size: 26px; font-weight: 800; color: #16241b; margin-top: 2px; }
.host-av { width: 46px; height: 46px; border-radius: 50%; background: #2ea45c; color: #fff; font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; flex: none; }
.host-body { flex: 1; padding: 24px 0 100px; }
.host-add { display: block; width: 100%; margin: 0 0 24px; text-align: center; }
.host-empty { text-align: center; padding: 40px 20px; }
.host-empty-t { font-size: 18px; font-weight: 800; color: #16241b; margin-top: 14px; }
.host-empty-s { font-size: 14.5px; color: #6b7d70; margin-top: 6px; line-height: 1.5; max-width: 420px; margin-left: auto; margin-right: auto; }
.host-foot { position: sticky; bottom: 0; background: #fff; padding: 14px 0 22px; border-top: 1px solid #eee; }
.host-mode-btn { width: 100%; padding: 15px; background: #16241b; color: #fff; border: none; border-radius: 14px; font: inherit; font-size: 15px; font-weight: 800; cursor: pointer; }
.host-mode-btn:hover { background: #0f1a13; }
/* Espace hôte : bouton « mode voyageur » (en-tête) + barre du bas à onglets */
.host-travel { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid #cfe0d3; background: #f2faf5; color: #2ea45c; font: inherit; font-size: 13px; font-weight: 800; border-radius: 999px; padding: 9px 14px; cursor: pointer; flex: none; white-space: nowrap; }
.host-travel:hover { background: #e7f5ec; }
.host-nav { position: sticky; bottom: 0; background: #fff; border-top: 1px solid #eee; display: flex; padding: 8px 0 14px; }
.host-nav-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; background: none; border: none; font: inherit; font-size: 11px; font-weight: 700; color: #6b7d70; cursor: pointer; padding: 4px 0; }
.host-nav-item.on { color: #2ea45c; }
.host-soon-pill { display: inline-flex; align-items: center; gap: 6px; background: #eef7f0; color: #2ea45c; font-weight: 800; font-size: 12.5px; border-radius: 999px; padding: 7px 14px; margin-top: 14px; }

/* Formulaire de création d'un logement */
.host-flash { display: flex; align-items: center; gap: 10px; background: #eef7f0; border-radius: 12px; padding: 14px 16px; margin-bottom: 16px; font-size: 14px; font-weight: 700; color: #16241b; }
.host-listing { display: flex; gap: 14px; align-items: center; border: 1px solid #dcdccb; border-radius: 16px; padding: 12px; margin-bottom: 12px; box-shadow: 0 1px 2px rgba(20, 36, 27, .05); transition: box-shadow .15s, border-color .15s; }
.host-listing:hover { border-color: #c7cdb6; box-shadow: 0 4px 14px rgba(20, 36, 27, .09); }
.host-eye { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #d8d8c8; background: #fff; color: #2ea45c; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .15s, border-color .15s; }
.host-eye:hover { background: #eef7f0; border-color: #2ea45c; }
.host-listing-th { width: 62px; height: 62px; border-radius: 12px; background: #eef7f0; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.host-listing-main { flex: 1; min-width: 0; }
.host-listing-nm { font-size: 15.5px; font-weight: 800; color: #16241b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.host-listing-sub { font-size: 13px; color: #6b7d70; margin-top: 2px; }
.host-listing-tags { display: flex; gap: 6px; margin-top: 8px; }
.host-tag-on { background: #e4f4ea; color: #2ea45c; border-radius: 8px; padding: 3px 8px; font-size: 11.5px; font-weight: 800; }
.host-tag-mode { background: #f2f0e6; color: #6b7d70; border-radius: 8px; padding: 3px 8px; font-size: 11.5px; font-weight: 700; }
.host-tag-manage { background: #eaf0f7; color: #2e6fa4; border-radius: 8px; padding: 3px 8px; font-size: 11.5px; font-weight: 800; }

/* Co-hôtes (le propriétaire donne accès à un gestionnaire) */
.host-section-h { font-size: 13px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; color: #6b7d70; margin: 18px 0 10px; }
.host-listing-wrap { margin-bottom: 12px; }
.host-listing-wrap .host-listing { margin-bottom: 0; }
.host-cohote-btn { background: none; border: 1px solid #cfd8cf; color: #2ea45c; border-radius: 8px; padding: 3px 9px; font-size: 11.5px; font-weight: 800; cursor: pointer; font-family: inherit; }
.host-cohote-btn:hover { background: #eef7f0; }
.host-cohote-panel { border: 1px solid #ecebe1; border-top: none; border-radius: 0 0 16px 16px; padding: 12px 14px 14px; margin: -8px 0 0; background: #faf9f3; }
.host-cohote-hint { font-size: 12.5px; color: #6b7d70; margin-bottom: 10px; }
.host-cohote-empty { font-size: 13px; color: #9aa89d; padding: 4px 0 8px; }
.host-cohote-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid #eee9dd; font-size: 14px; color: #16241b; }
.host-cohote-del { border: none; background: #f0ece0; color: #6b7d70; width: 24px; height: 24px; border-radius: 50%; cursor: pointer; font-size: 13px; line-height: 1; }
.host-cohote-del:hover { background: #e6ded0; color: #16241b; }
.host-cohote-add { display: flex; gap: 8px; margin-top: 10px; }
.host-cohote-add .host-inp { flex: 1; padding: 10px 12px; }
.host-cohote-addbtn { flex: 0 0 auto; width: auto; padding: 10px 16px; margin: 0; }
.host-cohote-msg { margin-top: 8px; font-size: 13px; font-weight: 700; color: #2ea45c; }
.host-form { display: block; }
.host-back { display: inline-flex; align-items: center; gap: 6px; background: none; border: none; color: #2ea45c; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; padding: 0 0 16px; }
.host-back:hover { color: var(--brand-strong); }
.host-lbl { display: block; font-size: 13.5px; font-weight: 800; color: #16241b; margin: 14px 0 7px; }
.host-inp { width: 100%; box-sizing: border-box; border: 1px solid #ddd8c8; border-radius: 12px; padding: 13px 14px; font-family: inherit; font-size: 15px; color: #16241b; background: #faf8f1; }
.host-inp:focus { outline: none; border-color: #2ea45c; }
.host-area { min-height: 96px; resize: vertical; }
.host-row2 { display: flex; gap: 12px; }
.host-row2 > div { flex: 1; min-width: 0; }
.host-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.host-chip { border: 1.5px solid #e0ddce; background: #fff; border-radius: 999px; padding: 9px 14px; font-family: inherit; font-size: 13.5px; font-weight: 700; color: #5c6b60; cursor: pointer; }
.host-chip.on { border-color: #2ea45c; background: #eef7f0; color: #2ea45c; }
.host-toggle-row { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; border: 1px solid #ecebe1; background: #fff; border-radius: 14px; padding: 14px; margin-top: 16px; cursor: pointer; font: inherit; }
.host-toggle-t { font-size: 15px; font-weight: 800; color: #16241b; }
.host-toggle-s { font-size: 12.5px; color: #6b7d70; margin-top: 3px; line-height: 1.4; }
.host-toggle { margin-left: auto; flex: 0 0 auto; width: 48px; height: 28px; border-radius: 999px; background: #d5d1c4; padding: 3px; box-sizing: border-box; transition: background .18s; }
.host-toggle.on { background: #2ea45c; }
.host-knob { display: block; width: 22px; height: 22px; border-radius: 999px; background: #fff; transition: transform .18s; }
.host-toggle.on .host-knob { transform: translateX(20px); }
.host-err { color: #b23a3a; font-weight: 700; font-size: 13.5px; margin-top: 14px; }
.host-publish { display: block; width: 100%; margin-top: 20px; text-align: center; }
.host-photos { display: flex; flex-wrap: wrap; gap: 10px; }
.host-photo { position: relative; width: 92px; height: 92px; border-radius: 12px; overflow: hidden; }
.host-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.host-photo-del { position: absolute; top: 5px; right: 5px; width: 22px; height: 22px; border: none; border-radius: 50%; background: rgba(20,38,27,.72); color: #fff; font-size: 12px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.host-photo-add { width: 92px; height: 92px; border: 1.5px dashed #cfe0d3; background: #f6fbf7; border-radius: 12px; color: #2ea45c; font-family: inherit; font-size: 12px; font-weight: 700; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.host-photo-plus { font-size: 24px; font-weight: 400; line-height: 1; }
.host-photo-add:hover { border-color: #2ea45c; }
.host-photos { border-radius: 14px; transition: box-shadow .15s, background .15s; }
.host-photos.drag { box-shadow: 0 0 0 2px #2ea45c inset; background: #f2faf5; }
.host-photo-hint { font-size: 12.5px; color: #6b7d70; margin-top: 8px; line-height: 1.4; }
/* Photo réelle sur les cartes de logement créées */
.row .photo img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: inherit; }
