/*
 * VIM Villa Engine — Villa Grid styles (shortcode [vim_villa_grid])
 * v0.7.3 — mobile drawer + sticky filters toggle + compact search btn
 *
 * All selectors are prefixed `.vg-` to scope to the listing page only.
 * Design tokens mirror the site DA (#212121 buttons, 1200px container,
 * DM Serif Display headings, Open Sans body).
 */

.vg-hero,
.vg-searchbar-wrap,
.vg-zones-section,
.vg-layout-wrap,
.litepicker {
  --vg-brand: #2EB091;
  --vg-brand-dark: #1F8A71;
  --vg-brand-darker: #117259;
  --vg-ink: #212121;
  --vg-text: #545454;
  --vg-muted: #5a5a5a;
  --vg-line: #e8e8e8;
  --vg-bg: #F7F8F9;
  --vg-white: #ffffff;
  --vg-container: 1200px;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.vg-hero *, .vg-searchbar-wrap *, .vg-zones-section *, .vg-layout-wrap * {
  box-sizing: border-box;
}

/* ─── IMMERSIVE PAGE — fullscreen hero with Astra header overlay ─── */
body.vg-immersive .ast-main-header-bar-wrap,
body.vg-immersive #masthead,
body.vg-immersive #ast-desktop-header,
body.vg-immersive .ast-main-header-wrap,
body.vg-immersive .ast-primary-header-bar,
body.vg-immersive .main-header-bar { background: transparent !important; box-shadow: none !important; border-bottom: 0 !important; }
body.vg-immersive #masthead { position: absolute !important; top: 0; left: 0; right: 0; z-index: 20; width: 100%; }
body.vg-immersive #content,
body.vg-immersive .site-content,
body.vg-immersive .site-content > .ast-container,
body.vg-immersive .ast-container,
body.vg-immersive .entry-content,
body.vg-immersive .content-area,
body.vg-immersive .content-area.primary,
body.vg-immersive .ast-no-sidebar #primary,
body.vg-immersive #primary,
body.vg-immersive .site-main,
body.vg-immersive article.page,
body.vg-immersive .ast-article-single { padding-top: 0 !important; margin-top: 0 !important; }

/* Force the Astra container to 100% width so the shortcode sections (hero, zones, layout)
   can render edge-to-edge. Mirrors the "Page Builder" / "Stretched" Astra layout
   that 9309 LIVE uses. */
body.vg-immersive #primary > .ast-container,
body.vg-immersive #content > .ast-container,
body.vg-immersive #primary,
body.vg-immersive .site-main,
body.vg-immersive .entry-content,
body.vg-immersive article.page { max-width: 100% !important; width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }
body.vg-immersive .ast-archive-description,
body.vg-immersive .entry-header,
body.vg-immersive .page-header { display: none !important; }
body.vg-immersive #masthead a,
body.vg-immersive #masthead .ast-builder-menu-1 .menu-item > a,
body.vg-immersive #masthead .site-title,
body.vg-immersive #masthead .site-title a { color: #fff !important; }
body.vg-immersive #masthead .ast-builder-menu-1 .menu-item > a:hover { color: var(--vg-brand, #2EB091) !important; }
body.vg-immersive #masthead .ast-builder-social-element svg,
body.vg-immersive #masthead .ast-builder-social-element path { fill: #fff !important; }
body.vg-immersive #masthead img.custom-logo { filter: brightness(0) invert(1); }

/* Center hero Elementor section title + description (first top-section of an immersive page). */
body.vg-immersive .elementor > section.elementor-top-section:first-of-type .elementor-widget-wrap.elementor-element-populated { padding-left: 0 !important; padding-right: 0 !important; }
body.vg-immersive .elementor > section.elementor-top-section:first-of-type .elementor-widget-heading .elementor-heading-title,
body.vg-immersive .elementor > section.elementor-top-section:first-of-type .elementor-widget-text-editor,
body.vg-immersive .elementor > section.elementor-top-section:first-of-type .elementor-widget-text-editor p { text-align: center !important; }
body.vg-immersive .elementor > section.elementor-top-section:first-of-type .elementor-widget-text-editor { max-width: 720px !important; margin-left: auto !important; margin-right: auto !important; }

/* ─── HERO ─── */
.vg-hero {
  position: relative;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  color: var(--vg-white);
  padding: 200px 40px 150px;
  text-align: center;
}
.vg-hero-inner { width: 100%; max-width: var(--vg-container); margin: 0 auto; position: relative; z-index: 2; }
.vg-hero h1 { font-family: "DM Serif Display", Georgia, serif; font-size: 64px; font-weight: 400; line-height: 1.05; margin: 0 0 18px; color: var(--vg-white); letter-spacing: -1px; }
.vg-hero p { font-size: 17px; max-width: 720px; margin: 0 auto; opacity: .92; line-height: 1.55; }

/* ─── SEARCH BAR ─── */
.vg-searchbar-wrap { max-width: var(--vg-container); margin: -42px auto 0; padding: 0 24px; position: relative; z-index: 5; }
.vg-searchbar {
  background: var(--vg-white);
  display: grid;
  grid-template-columns: 1.6fr 1fr auto;
  align-items: stretch;
  box-shadow: 0 12px 32px rgba(33,33,33,.12);
}
.vg-search-dates { display: grid; grid-template-columns: 1fr 1fr; position: relative; border-right: 1px solid var(--vg-line); }
.vg-search-dates .vg-search-field { padding: 14px 18px; cursor: pointer; transition: background .15s; }
.vg-search-dates .vg-search-field:hover { background: rgba(46,176,145,.06); }
.vg-search-dates .vg-search-field.is-active { background: rgba(46,176,145,.10); box-shadow: inset 0 -2px 0 var(--vg-brand); }
.vg-search-dates .vg-search-field:first-child { border-right: 1px solid var(--vg-line); }
.vg-search-field input.vg-daterange-input {
  background: transparent; border: 0; font-family: inherit; font-size: 14px; color: var(--vg-ink);
  width: 100%; cursor: pointer; padding: 4px 0; outline: none; pointer-events: none;
}
.vg-search-field input.vg-daterange-input::placeholder { color: var(--vg-muted); font-weight: 400; }
.vg-search-field { padding: 14px 18px; border-right: 1px solid var(--vg-line); }
.vg-search-field:last-of-type { border-right: 0; }
.vg-search-field label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--vg-muted); margin-bottom: 4px; font-weight: 700; }
.vg-search-field select {
  background: transparent; border: 0; font-family: inherit; font-size: 14px; color: var(--vg-ink);
  width: 100%; cursor: pointer; padding: 4px 0; appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23545454' stroke-width='2' viewBox='0 0 24 24'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat; background-position: right 0 center; background-size: 14px; padding-right: 18px;
}
.vg-nights-badge { display: none; margin-left: 6px; padding: 1px 6px; background: var(--vg-brand); color: var(--vg-white); font-size: 9px; letter-spacing: .5px; border-radius: 999px; }
.vg-nights-badge.show { display: inline-block; }
.vg-btn-search {
  background: var(--vg-ink); color: var(--vg-white); border: 0; cursor: pointer;
  padding: 0 32px; font-family: inherit; font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1px; border-radius: 0;
}
.vg-btn-search:hover { background: var(--vg-brand); }

/* Litepicker theme override */
.litepicker { --litepicker-day-color-hover: var(--vg-brand); --litepicker-is-start-color-bg: var(--vg-brand); --litepicker-is-end-color-bg: var(--vg-brand); --litepicker-is-in-range-color: rgba(46,176,145,.12); --litepicker-button-prev-month-color-hover: var(--vg-brand); --litepicker-button-next-month-color-hover: var(--vg-brand); border-radius: 0 !important; box-shadow: 0 16px 40px rgba(33,33,33,.18) !important; border: 1px solid var(--vg-line); font-family: "Open Sans", sans-serif !important; }
.litepicker .container__months { padding: 18px; display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 12px; min-width: 620px; }
.litepicker .container__months .month-item { padding: 10px 16px; width: auto !important; }
.litepicker .container__months .month-item-header { margin-bottom: 16px; padding: 4px 0 12px; border-bottom: 1px solid var(--vg-line); }
.litepicker .container__months .month-item-header div > .month-item-name, .litepicker .container__months .month-item-header div > .month-item-year { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; color: var(--vg-ink); font-size: 22px; line-height: 1.2; text-transform: capitalize; }
.litepicker .container__months .month-item-header .button-previous-month, .litepicker .container__months .month-item-header .button-next-month { padding: 6px 10px !important; cursor: pointer; border-radius: 0 !important; transition: background .15s; }
.litepicker .container__months .month-item-header .button-previous-month svg, .litepicker .container__months .month-item-header .button-next-month svg { width: 18px !important; height: 18px !important; fill: var(--vg-ink) !important; }
.litepicker .container__months .month-item-header .button-previous-month:hover, .litepicker .container__months .month-item-header .button-next-month:hover { background: rgba(46,176,145,.10); }
.litepicker .container__months .month-item-header .button-previous-month:hover svg, .litepicker .container__months .month-item-header .button-next-month:hover svg { fill: var(--vg-brand) !important; }
.litepicker .container__months .month-item-weekdays-row > div { font-size: 11px; color: var(--vg-muted); font-weight: 700; letter-spacing: .5px; padding: 8px 0; text-transform: uppercase; }
.litepicker .container__days .day-item { font-size: 14px; color: var(--vg-ink); border-radius: 0 !important; padding: 10px 0; }
.litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-end-date { background: var(--vg-brand) !important; color: var(--vg-white) !important; box-shadow: none !important; }
.litepicker .container__days .day-item.is-start-date:hover, .litepicker .container__days .day-item.is-end-date:hover { background: var(--vg-brand) !important; color: var(--vg-white) !important; box-shadow: none !important; }
.litepicker .container__days .day-item.is-in-range { background: rgba(46,176,145,.12) !important; color: var(--vg-ink) !important; }
.litepicker .container__days .day-item.is-in-range:hover { background: rgba(46,176,145,.20) !important; color: var(--vg-ink) !important; box-shadow: none !important; }
.litepicker .container__days .day-item:hover:not(.is-locked):not(.is-start-date):not(.is-end-date):not(.is-in-range) { color: var(--vg-white) !important; background: var(--vg-brand) !important; box-shadow: none !important; }
.litepicker .container__days .day-item.is-locked { color: #c8c8c8 !important; text-decoration: line-through; }
.litepicker .container__footer { display: none; }

/* ─── ZONES ─── */
.vg-zones-section { padding: 56px 24px 16px; background: var(--vg-bg); }
.vg-zones-inner { max-width: var(--vg-container); margin: 0 auto; }
.vg-zones-section h2.vg-zones-title { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; font-size: 28px; color: var(--vg-ink); margin: 0 0 4px !important; padding: 0; text-align: center; line-height: 1.2; }
.vg-zones-section p.vg-zones-sub { text-align: center; font-size: 13px; color: var(--vg-muted); margin: 0 0 40px !important; padding: 0; }
.vg-zones-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vg-zone-card {
  background: var(--vg-white); border: 1px solid var(--vg-line);
  padding: 14px 16px; cursor: pointer; text-decoration: none;
  display: flex; flex-direction: row; align-items: center; gap: 14px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.vg-zone-card:hover { border-color: var(--vg-brand); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(33,33,33,.06); }
.vg-zone-card:hover .vg-zone-name { color: var(--vg-brand); }
.vg-zone-card.active { border-color: var(--vg-brand); background: rgba(46,176,145,.05); }
.vg-zone-card img { height: 56px !important; width: auto !important; max-width: none !important; flex-shrink: 0; object-fit: contain; opacity: .85; }
.vg-zone-text { flex: 1 1 auto; }
.vg-zone-card.active img, .vg-zone-card:hover img { opacity: 1; }
.vg-zone-text { display: flex; flex-direction: column; gap: 0; min-width: 0; line-height: 1.1; }
.vg-zone-name { font-size: 13px; font-weight: 700; color: var(--vg-ink); text-transform: uppercase; letter-spacing: 1px; transition: color .2s; line-height: 1.1; margin: 0; }
.vg-zone-count { font-size: 11px; color: var(--vg-brand); font-weight: 600; text-transform: uppercase; letter-spacing: .5px; line-height: 1.1; margin: 2px 0 0; }

/* ─── LAYOUT ─── */
.vg-layout-wrap { padding: 32px 24px 64px; background: var(--vg-bg); }
.vg-layout { max-width: var(--vg-container); margin: 0 auto; display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: start; }

/* ─── SIDEBAR ─── */
.vg-sidebar { align-self: start; display: flex; flex-direction: column; gap: 16px; position: sticky; top: 100px; max-height: calc(100vh - 120px); overflow-y: auto; scrollbar-width: thin; }
.vg-sidebar::-webkit-scrollbar { width: 6px; }
.vg-sidebar::-webkit-scrollbar-thumb { background: var(--vg-line); border-radius: 0; }
.vg-sidebar-card { background: var(--vg-white); padding: 20px; border: 1px solid var(--vg-line); }
.vg-sidebar-title { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; font-size: 20px; color: var(--vg-ink); padding-bottom: 12px; margin-bottom: 16px; border-bottom: 1px solid var(--vg-line); display: flex; justify-content: space-between; align-items: baseline; }
.vg-sidebar .vg-sidebar-reset,
button.vg-sidebar-reset,
.vg-sidebar-reset { background: transparent !important; background-color: transparent !important; background-image: none !important; border: 0 !important; padding: 0 !important; margin: 0 !important; min-height: 0 !important; min-width: 0 !important; font-size: 12px !important; color: var(--vg-muted) !important; text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; font-weight: 400 !important; text-decoration: underline !important; text-underline-offset: 3px; font-family: inherit !important; box-shadow: none !important; line-height: 1.4 !important; }
.vg-sidebar .vg-sidebar-reset:hover,
.vg-sidebar .vg-sidebar-reset:focus,
button.vg-sidebar-reset:hover,
button.vg-sidebar-reset:focus,
.vg-sidebar-reset:hover,
.vg-sidebar-reset:focus { background: transparent !important; background-color: transparent !important; color: var(--vg-brand) !important; text-decoration: underline !important; box-shadow: none !important; outline: none !important; }
.vg-filter-group { margin-bottom: 18px; }
.vg-filter-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--vg-muted); font-weight: 700; margin-bottom: 10px; display: block; }
.vg-filter-select { width: 100%; padding: 10px 12px; border: 1px solid var(--vg-line); background: var(--vg-white); font-family: inherit; font-size: 13px; color: var(--vg-ink); cursor: pointer; appearance: none; -webkit-appearance: none; border-radius: 0; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23545454' stroke-width='2' viewBox='0 0 24 24'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 10px center; background-size: 14px; padding-right: 30px; }
.vg-range-inputs { display: grid; grid-template-columns: 1fr 10px 1fr; gap: 6px; align-items: center; max-width: 100%; }
.vg-range-inputs input { width: 100%; min-width: 0; padding: 10px 8px; border: 1px solid var(--vg-line); font-family: inherit; font-size: 13px; color: var(--vg-ink); border-radius: 0; -moz-appearance: textfield; }
.vg-range-inputs input::-webkit-outer-spin-button, .vg-range-inputs input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.vg-range-inputs span { color: var(--vg-muted); text-align: center; font-size: 12px; }

/* Chips (Pour qui) */
.vg-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.vg-chip { display: inline-block; cursor: pointer; }
.vg-chip input { position: absolute; opacity: 0; pointer-events: none; }
.vg-chip span { display: inline-block; padding: 6px 12px; border: 1px solid var(--vg-line); font-size: 11px; font-weight: 600; color: var(--vg-text); transition: all .15s; }
.vg-chip:hover span { border-color: var(--vg-ink); color: var(--vg-ink); }
.vg-chip.active span, .vg-chip input:checked + span { background: var(--vg-brand); border-color: var(--vg-brand); color: var(--vg-white); }

/* Checkbox custom */
.vg-checkbox-list { display: flex; flex-direction: column; gap: 8px; }
.vg-checkbox { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 13px; color: var(--vg-text); }
.vg-checkbox input { position: absolute; opacity: 0; pointer-events: none; }
.vg-cb-box { width: 18px; height: 18px; border: 1px solid var(--vg-line); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .15s; }
.vg-cb-box svg { width: 14px; height: 14px; stroke: var(--vg-white); stroke-width: 3; fill: none; opacity: 0; transition: opacity .15s; }
.vg-checkbox:hover .vg-cb-box { border-color: var(--vg-ink); }
.vg-checkbox.active .vg-cb-box, .vg-checkbox input:checked + .vg-cb-box { background: var(--vg-brand); border-color: var(--vg-brand); }
.vg-checkbox.active .vg-cb-box svg, .vg-checkbox input:checked + .vg-cb-box svg { opacity: 1; }

.vg-btn-apply { width: 100%; padding: 12px 20px; background: var(--vg-ink); color: var(--vg-white); border: 0; cursor: pointer; font-family: inherit; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border-radius: 0; }
.vg-btn-apply:hover { background: var(--vg-brand); }

/* WhatsApp card */
.vg-wa-card { background: var(--vg-brand); color: var(--vg-white); padding: 24px; border: 0; }
.vg-wa-eyebrow { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; opacity: .85; font-weight: 700; margin-bottom: 8px; }
.vg-wa-title { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; font-size: 19px; line-height: 1.2; margin: 0 0 10px; color: var(--vg-white); }
.vg-wa-desc { font-size: 13px; line-height: 1.5; opacity: .92; margin-bottom: 16px; }
.vg-wa-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: #F7F8F9; color: #212121; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; transition: background .15s; }
.vg-wa-btn:hover { background: var(--vg-white); color: var(--vg-ink); }
.vg-wa-ico { width: 16px; height: 16px; }

/* ─── MAIN ─── */
.vg-main { min-width: 0; }
.vg-results-bar { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 16px; margin-bottom: 24px; border-bottom: 1px solid var(--vg-line); flex-wrap: wrap; gap: 8px; }
.vg-results-count { font-size: 13px; color: var(--vg-muted); }
.vg-results-count strong { font-family: "DM Serif Display", Georgia, serif; font-size: 22px; color: var(--vg-ink); font-weight: 400; margin-right: 6px; }
.vg-results-sort { font-size: 12px; color: var(--vg-muted); }
.vg-results-sort label { margin-right: 6px; }
.vg-results-sort select { background: transparent; border: 0; font-family: inherit; font-size: 12px; cursor: pointer; color: var(--vg-ink); font-weight: 600; }

.vg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

.vg-empty { text-align: center; padding: 48px 24px; background: var(--vg-white); border: 1px solid var(--vg-line); }
.vg-empty h3 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; font-size: 24px; color: var(--vg-ink); margin: 0 0 8px; }
.vg-empty p { color: var(--vg-text); margin: 0 0 20px; }
.vg-empty .vg-btn-cta { display: inline-block; }

/* USP inline */
.vg-usp-inline { grid-column: 1 / -1; background: var(--vg-brand); color: var(--vg-white); padding: 48px 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; align-items: start; position: relative; overflow: hidden; }
.vg-usp-item { position: relative; display: flex; flex-direction: column; padding-right: 24px; }
.vg-usp-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 12px; bottom: 12px; width: 1px; background: rgba(255,255,255,.16); }
.vg-usp-figure { font-family: "DM Serif Display", Georgia, serif; font-size: 44px; font-weight: 400; font-style: italic; line-height: 1; color: var(--vg-white); margin-bottom: 14px; letter-spacing: -0.5px; }
.vg-usp-figure small { font-size: 22px !important; font-style: normal; margin-left: 2px; opacity: .85; font-weight: 400; letter-spacing: 0; }
.vg-usp-title { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--vg-white); margin-bottom: 8px; position: relative; padding-bottom: 8px; }
.vg-usp-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 24px; height: 1px; background: rgba(255,255,255,.5); }
.vg-usp-desc { font-size: 13px; color: #ffffff; line-height: 1.6; font-weight: 400; }

/* ─── CARD ─── */
.vg-card { position: relative; background: var(--vg-white); display: flex; flex-direction: column; transition: box-shadow .25s ease, transform .25s ease; }
.vg-card:hover { box-shadow: 0 10px 28px rgba(33,33,33,.10); transform: translateY(-3px); }
.vg-card.is-unavailable { opacity: .55; }
.vg-card.is-unavailable:hover { transform: none; }

/* Whole-card link overlay (z-index lower than slider controls + CTA) */
.vg-card-link { position: absolute; inset: 0; z-index: 1; text-indent: -9999px; overflow: hidden; }
.vg-card-link:focus-visible { outline: 2px solid var(--vg-brand); outline-offset: -2px; }

.vg-card-slider { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.vg-slides { display: flex; height: 100%; transition: transform .35s cubic-bezier(.4,0,.2,1); }
.vg-slide { flex: 0 0 100%; height: 100%; position: relative; overflow: hidden; background: #e8e8e8; }
.vg-slide img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center center; display: block; max-width: none !important; }
.vg-card-badge-zone, .vg-card-badge-featured, .vg-card-badge-unavail { position: absolute; top: 12px; padding: 5px 10px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; z-index: 3; }
.vg-card-badge-zone { left: 12px; background: var(--vg-white); color: var(--vg-ink); }
.vg-card-badge-featured { right: 12px; background: var(--vg-brand); color: var(--vg-white); display: inline-flex; align-items: center; gap: 4px; }
.vg-card-badge-featured::before { content: '★'; font-size: 11px; }
.vg-card-badge-unavail { left: 50%; top: 50%; bottom: auto; transform: translate(-50%, -50%); background: rgba(33,33,33,.90); color: var(--vg-white); }
.vg-card-slider .vg-slide-prev,
.vg-card-slider .vg-slide-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: rgba(255,255,255,.94) !important;
  color: #212121 !important;
  border: 0 !important;
  border-radius: 50% !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .2s ease, background .2s ease;
  z-index: 4;
  box-shadow: 0 2px 8px rgba(33,33,33,.18);
  line-height: 1 !important;
  font-size: 0 !important;
  box-sizing: border-box;
}
.vg-card:hover .vg-slide-prev,
.vg-card:hover .vg-slide-next { opacity: 1; }
.vg-card-slider .vg-slide-prev:hover,
.vg-card-slider .vg-slide-next:hover { background: #fff !important; }
.vg-card-slider .vg-slide-prev { left: 10px !important; }
.vg-card-slider .vg-slide-next { right: 10px !important; }
.vg-card-slider .vg-slide-prev svg,
.vg-card-slider .vg-slide-next svg {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  flex: 0 0 16px !important;
  stroke: #212121 !important;
  stroke-width: 2.5 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none !important;
  pointer-events: none;
  display: block !important;
}
.vg-card-slider .vg-slide-dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; z-index: 4; }
.vg-card-slider .vg-slide-dot {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  position: relative;
  border-radius: 50%;
}
.vg-card-slider .vg-slide-dot::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 6px; height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  transition: background .2s, transform .2s;
}
.vg-card-slider .vg-slide-dot:hover::before { background: rgba(255,255,255,.85); }
.vg-card-slider .vg-slide-dot:focus-visible { outline: 2px solid var(--vg-brand); outline-offset: 2px; }
.vg-card-slider .vg-slide-dot.active::before { background: #fff; transform: scale(1.15); }
.vg-card-slider .vg-slide-dots { gap: 0 !important; }

.vg-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; }
.vg-card-eyebrow { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--vg-brand); font-weight: 700; }
.vg-card-title { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-weight: 400; font-size: 22px; line-height: 1.2; color: var(--vg-ink); }
.vg-card:hover .vg-card-title { color: var(--vg-brand); }
.vg-card-meta { display: flex; gap: 14px; padding: 8px 0; border-top: 1px solid var(--vg-line); border-bottom: 1px solid var(--vg-line); font-size: 12px; color: var(--vg-text); flex-wrap: wrap; }
.vg-card-meta span { display: inline-flex; align-items: center; gap: 4px; }
.vg-ico { width: 14px; height: 14px; stroke: var(--vg-brand); stroke-width: 1.6; fill: none; }
.vg-card-amenities { display: flex; flex-wrap: wrap; gap: 6px; }
.vg-card-amenity { font-size: 10px; padding: 3px 8px; background: var(--vg-bg); color: var(--vg-text); text-transform: uppercase; letter-spacing: .5px; font-weight: 600; }
.vg-card-footer { display: flex; align-items: flex-end; justify-content: space-between; padding-top: 6px; }
.vg-card-from { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: var(--vg-muted); margin-bottom: 2px; font-weight: 600; }
.vg-card-price { font-family: "DM Serif Display", Georgia, serif; font-size: 24px; color: var(--vg-ink); font-weight: 400; line-height: 1; }
.vg-card-price small { font-family: "Open Sans", sans-serif; font-size: 12px; color: var(--vg-muted); font-weight: 400; }
a.vg-btn-cta,
.vg-btn-cta { position: relative; z-index: 4; background: #212121 !important; color: #ffffff !important; padding: 10px 18px !important; font-size: 11px !important; font-weight: 600 !important; text-transform: uppercase; letter-spacing: 1px; text-decoration: none !important; display: inline-block !important; border: 0 !important; border-radius: 0 !important; line-height: 1.3 !important; min-width: 0 !important; }
a.vg-btn-cta:hover,
.vg-btn-cta:hover { background: #2EB091 !important; color: #ffffff !important; }

/* ─── SEARCH BUTTON ICON (mobile compact) ─── */
.vg-btn-search { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.vg-btn-search-ico { width: 18px; height: 18px; display: none; }

/* ─── MOBILE FILTERS TOGGLE + DRAWER ─── */
.vg-filters-toggle {
  display: none;
  align-items: center; gap: 6px;
  padding: 8px 12px;
  background: var(--vg-white);
  border: 1px solid var(--vg-line);
  font-family: inherit; font-size: 12px; font-weight: 600; color: var(--vg-ink);
  text-transform: uppercase; letter-spacing: 1px;
  cursor: pointer; border-radius: 0;
  transition: border-color .15s, box-shadow .15s;
  line-height: 1;
}
.vg-filters-toggle:hover { border-color: var(--vg-ink); }
.vg-filters-toggle-ico { width: 14px; height: 14px; stroke: var(--vg-ink); flex: 0 0 14px; }
.vg-filters-toggle-badge {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px; padding: 0 5px;
  background: var(--vg-brand); color: var(--vg-white);
  font-size: 10px; font-weight: 700; letter-spacing: 0;
  border-radius: 999px;
}
.vg-filters-toggle-badge[hidden] { display: none !important; }

.vg-filters-backdrop {
  position: fixed; inset: 0;
  background: rgba(33,33,33,.55);
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
  z-index: 9998;
}
.vg-filters-backdrop[hidden] { display: none; }
.vg-filters-backdrop.is-visible { opacity: 1; pointer-events: auto; }

.vg-filters-close {
  display: none;
  position: absolute; top: 12px; right: 12px;
  width: 36px; height: 36px;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important; margin: 0 !important;
  cursor: pointer; border-radius: 0 !important;
  align-items: center; justify-content: center;
  color: var(--vg-ink);
  z-index: 2;
  box-shadow: none !important;
}
.vg-filters-close svg { width: 22px; height: 22px; stroke: var(--vg-ink); }
.vg-filters-close:hover svg { stroke: var(--vg-brand); }

body.vg-drawer-open { overflow: hidden; }

/* On desktop, the drawer-specific Voyageurs select inside the filters form stays hidden:
   the user picks voyageurs via the searchbar. */
.vg-filter-voyageurs { display: none; }

/* ─── EXTRA CONTENT (ported from LIVE 9309) ─── */
.vg-extra-content { width: 100%; }
.vg-extra-content .elementor-element { box-sizing: border-box; }
.vg-extra-content img { max-width: 100%; height: auto; }

/* ─── RESPONSIVE ─── */

@media (max-width: 1024px) {
  .vg-hero { padding: 160px 20px 100px; }
  .vg-hero h1 { font-size: 44px; }
  .vg-searchbar-wrap { padding: 0 20px; }
  .vg-searchbar { grid-template-columns: 1.4fr 1fr auto; }
  .vg-zones-section { padding: 32px 20px 8px; }
  .vg-zones-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .vg-layout-wrap { padding: 24px 20px 56px; }
  .vg-layout { grid-template-columns: 1fr; gap: 24px; }
  .vg-sidebar { position: static; flex-direction: row; flex-wrap: wrap; gap: 12px; }
  .vg-sidebar-card { flex: 1 1 calc(50% - 6px); min-width: 280px; padding: 20px; }
  .vg-sidebar-card.vg-wa-card { flex: 1 1 100%; }
  .vg-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .vg-usp-inline { grid-template-columns: repeat(2, 1fr); padding: 36px 28px; gap: 28px; }
  .vg-usp-item:nth-child(2)::after { display: none; }
  .vg-usp-figure { font-size: 38px; }
  .vg-usp-figure small { font-size: 18px !important; }
}

/* ─── MOBILE DRAWER MODE (<=768px) ─── */
@media (max-width: 768px) {
  /* Searchbar : 1 ligne [Arrivée+Départ][🔍], voyageurs masqué (cell collapsed) */
  .vg-searchbar { grid-template-columns: 1fr auto; }
  .vg-search-voyageurs { display: none !important; }
  .vg-btn-search-label { display: none; }
  .vg-btn-search-ico { display: inline-block; width: 16px; height: 16px; }
  .vg-btn-search { padding: 0 10px; min-width: 44px; width: 44px; }

  /* Results bar : 1 ligne [Filtres][N villas][Trier par] */
  .vg-results-bar {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
  }
  .vg-filters-toggle { display: inline-flex; flex-shrink: 0; }
  .vg-results-count { font-size: 12px; flex: 1 1 auto; min-width: 0; text-align: left; }
  .vg-results-count strong { font-size: 16px !important; margin-right: 4px; }
  .vg-results-sort { flex-shrink: 0; font-size: 11px; }
  .vg-results-sort label { display: none; }
  .vg-results-sort select { font-size: 12px; padding-right: 14px; }

  /* Drawer : slide-in from left */
  .vg-filters-drawer {
    position: fixed !important;
    top: 0; left: 0; bottom: 0;
    width: 90vw; max-width: 360px;
    height: 100vh;
    margin: 0 !important;
    background: var(--vg-bg);
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform .28s cubic-bezier(.4,0,.2,1);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 56px 16px 24px;
    display: block !important;
    flex-direction: column !important;
    box-shadow: 0 0 32px rgba(33,33,33,.18);
  }
  .vg-filters-drawer.is-open { transform: translateX(0); }
  .vg-filters-drawer .vg-sidebar-card { flex: 1 1 100% !important; min-width: 0 !important; }
  .vg-filters-close { display: inline-flex; }

  /* Drawer : Voyageurs select visible en premier */
  .vg-filter-voyageurs { display: block; }
}

@media (max-width: 640px) {
  .vg-hero { padding: 140px 16px 96px; }
  .vg-hero h1 { font-size: 32px; line-height: 1.1; }
  .vg-hero p { font-size: 14px; }
  .vg-searchbar-wrap { padding: 0 16px; margin-top: -36px; }
  .vg-searchbar { grid-template-columns: 1fr auto; }
  .vg-search-dates { border-right: 1px solid var(--vg-line); border-bottom: 0; }
  .vg-search-field { border-right: 1px solid var(--vg-line); border-bottom: 0; }
  .vg-search-dates .vg-search-field:first-child { border-right: 1px solid var(--vg-line); border-bottom: 0; }
  .vg-btn-search { padding: 0 10px; min-width: 44px; width: 44px; }
  .vg-zones-section { padding: 28px 16px 4px; }
  .vg-zones-title { font-size: 22px; }
  .vg-zones-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .vg-zone-card { padding: 10px 12px; gap: 10px; }
  .vg-zone-card img { height: 40px; }
  .vg-zone-name { font-size: 11px; letter-spacing: .5px; }
  .vg-zone-count { font-size: 10px; }
  .vg-layout-wrap { padding: 20px 16px 48px; }
  .vg-layout { gap: 18px; }
  .vg-sidebar { flex-direction: column; gap: 12px; }
  .vg-sidebar-card { flex: 1 1 100%; min-width: 0; padding: 18px; }
  .vg-sidebar-title { font-size: 18px; padding-bottom: 10px; margin-bottom: 14px; }
  .vg-results-bar { padding-bottom: 12px; margin-bottom: 18px; }
  .vg-grid { grid-template-columns: 1fr; gap: 18px; }
  .vg-usp-inline { grid-template-columns: 1fr; padding: 28px 20px; gap: 24px; }
  .vg-usp-item { padding-right: 0; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .vg-usp-item:last-child { padding-bottom: 0; border-bottom: 0; }
  .vg-usp-item::after { display: none !important; }
  .vg-usp-figure { font-size: 36px; margin-bottom: 10px; }
  .vg-usp-figure small { font-size: 18px !important; }
  .litepicker .container__months { grid-template-columns: 1fr !important; min-width: auto; padding: 12px; }
  .litepicker .container__months .month-item { padding: 6px 8px; }
  .litepicker .container__months .month-item-header div > .month-item-name, .litepicker .container__months .month-item-header div > .month-item-year { font-size: 18px; }
  .vg-card-meta { flex-wrap: wrap; }
  .vg-card-amenities { flex-wrap: wrap; gap: 6px; }
}
