.elementor-20 .elementor-element.elementor-element-bd27b03{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-bd27b03 *//* ============================================================
   ROOT & SCOPE ARCHITECTURAL THEME
============================================================ */
.th-arch-theme {
  --bg-deep: #0f1720; --accent: #00b3f0; --a10: rgba(0, 167, 231, 0.1); --a20: rgba(0, 167, 231, 0.2);
  --text: #fff; --muted: rgba(255, 255, 255, 0.42); --muted2: rgba(255, 255, 255, 0.09);
  --glass: rgba(255, 255, 255, 0.05); --gb: rgba(255, 255, 255, 0.1);
  --r: 12px; --r2: 18px; --r3: 26px; --font-arch: 'Overpass', sans-serif;
  background: var(--bg-deep); color: var(--text); font-family: var(--font-arch); font-weight: 300; overflow-x: hidden; margin: -20px;
}
.th-arch-theme * { box-sizing: border-box; }
.th-arch-theme a, .th-arch-theme button { -webkit-tap-highlight-color: transparent !important; }

.elementor-widget-shortcode, .elementor-widget-shortcode .elementor-widget-container,
.elementor-widget-shortcode .elementor-shortcode, .e-con, .e-con-inner, .e-parent { overflow: visible !important; clip-path: none !important; }

/* ============================================================
   MASTER TOGGLE AUTO/MOTO
============================================================ */
.th-arch-theme .master-toggle { display: inline-flex; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 100px; padding: 6px; margin-bottom: 30px; position: relative; z-index: 3; }
.th-arch-theme .mt-btn { background: transparent; color: var(--muted); border: none; padding: 12px 36px; border-radius: 100px; font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer; transition: all .3s; text-transform: uppercase; letter-spacing: .08em; }
.th-arch-theme .mt-btn.active { background: var(--accent); color: #fff; box-shadow: 0 4px 15px rgba(0, 167, 231, 0.3); }

/* ============================================================
   SELECT AVEC RECHERCHE (ETAPE 5)
============================================================ */
.ss-wrapper { position: relative; width: 100%; }
.ss-input { width: 100%; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); color: #fff; padding: 11px 14px; border-radius: var(--r); font-family: inherit; font-size: 13px; cursor: text; outline: none; transition: all .2s; background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,0.4)" stroke-width="2" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6"/></svg>'); background-repeat: no-repeat; background-position: right 14px center; background-size: 14px; }
.ss-input:focus { border-color: var(--accent); background-color: var(--a10); }
.ss-dropdown { position: absolute; top: 100%; left: 0; right: 0; margin-top: 4px; z-index: 9999; background: #0f1720; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; max-height: 200px; overflow-y: auto; display: none; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.ss-dropdown.show { display: block; }
.ss-option { padding: 10px 14px; cursor: pointer; color: #fff; font-size: 13px; transition: background .2s; }
.ss-option:hover { background: var(--a10); color: var(--accent); }
.ss-option.hidden { display: none; }
.ss-option.selected { font-weight: 700; color: var(--accent); }

/* ============================================================
   DRAWER (TIROIR)
============================================================ */
.th-arch-theme .filter-backdrop { position: fixed; inset: 0; z-index: 5000; background: rgba(0,0,0,.55); backdrop-filter: blur(5px); opacity: 0; pointer-events: none; transition: opacity .4s; }
.th-arch-theme .filter-backdrop.open { opacity: 1; pointer-events: all; }
.th-arch-theme .filter-drawer { position: fixed; left: 0; top: 0; bottom: 0; z-index: 6000; width: 360px; background: rgba(10,16,28,.98); backdrop-filter: blur(36px) saturate(200%); border-right: 1px solid var(--gb); display: flex; flex-direction: column; transform: translateX(-100%); transition: transform .48s cubic-bezier(.16,1,.3,1); }
.th-arch-theme .filter-drawer.open { transform: translateX(0); }
.th-arch-theme .fd-hd { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; border-bottom: 1px solid var(--muted2); flex-shrink: 0; }
.th-arch-theme .fd-title { font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.th-arch-theme .fd-title::before { content: ''; width: 3px; height: 16px; border-radius: 2px; background: var(--accent); }
.th-arch-theme .fd-close { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.07); border: 1px solid var(--muted2); color: var(--muted); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.th-arch-theme .fd-close:hover { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.2); }
.th-arch-theme .fd-close svg { width: 14px; height: 14px; }
.th-arch-theme .fd-body { flex: 1; overflow-y: auto; padding: 26px 28px; scrollbar-width: thin; scrollbar-color: var(--muted2) transparent; }
.th-arch-theme .fd-body::-webkit-scrollbar { width: 4px; }
.th-arch-theme .fd-body::-webkit-scrollbar-thumb { background: var(--muted2); border-radius: 2px; }
.th-arch-theme .fd-sec { margin-bottom: 26px; }
.th-arch-theme .fd-lbl { font-size: 8px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 11px; display: block; }
.th-arch-theme .fd-sel, .th-arch-theme .hf-sel { width: 100%; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); color: #fff; padding: 11px 14px; border-radius: var(--r); font-family: inherit; font-size: 13px; appearance: none; outline: none; transition: all .2s; }
.th-arch-theme .fd-sel:hover, .th-arch-theme .fd-sel:focus, .th-arch-theme .hf-sel:hover, .th-arch-theme .hf-sel:focus { border-color: var(--accent); background: var(--a10); }
.th-arch-theme .fd-slr { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.th-arch-theme .fd-sln { font-size: 11px; color: var(--muted); }
.th-arch-theme .fd-slv { font-size: 13px; font-weight: 900; color: var(--accent); }
.th-arch-theme input[type=range] { width: 100%; appearance: none; background: rgba(255,255,255,.1); cursor: pointer; height: 4px; border-radius: 4px; outline: none; accent-color: var(--accent); }
.th-arch-theme input[type=range]::-webkit-slider-runnable-track { background: rgba(255,255,255,.1); border-radius: 4px; height: 4px; }
.th-arch-theme input[type=range]::-webkit-slider-thumb { appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--accent); border: 3px solid #0f1720; box-shadow: 0 0 0 1px var(--accent); cursor: grab; margin-top: -7px; transition: transform .15s; }
.th-arch-theme .fd-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.th-arch-theme .fd-chip { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 100px; padding: 5px 14px; font-size: 11px; font-weight: 500; cursor: pointer; transition: all .2s; user-select: none; }
.th-arch-theme .fd-chip:hover { border-color: var(--a20); }
.th-arch-theme .fd-chip.on { background: var(--a10); border-color: var(--accent); color: var(--accent); font-weight: 700; }
.th-arch-theme .fd-ft { padding: 18px 28px; border-top: 1px solid var(--muted2); display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.th-arch-theme .fd-btn { width: 100%; padding: 13px; border-radius: var(--r); font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer; border: none; transition: all .2s; }
.th-arch-theme .fd-btn-p { background: var(--accent); color: #fff; }
.th-arch-theme .fd-btn-p:hover { opacity: .87; }
.th-arch-theme .fd-btn-g { background: rgba(255,255,255,.06); color: var(--muted); border: 1px solid var(--muted2); }

/* ============================================================
   HERO & GRILLE FILTRES
============================================================ */
.th-arch-theme .hero { min-height: 90vh; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.th-arch-theme .hero-img { position: absolute; inset: 0; background: #232b36; }
.th-arch-theme .hero-c { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; text-align: center; padding: 120px 72px 0; }
.th-arch-theme h1 { font-size: clamp(42px, 8vw, 100px); font-weight: 200; line-height: .97; letter-spacing: -.02em; margin: 0; opacity: 0; transform: translateY(32px); transition: all .85s .08s; color: #fff; }
.th-arch-theme h1.in { opacity: 1; transform: none; }
.th-arch-theme h1 em { font-style: italic; font-weight: 200; color: rgba(255,255,255,.6); }
.th-arch-theme h1 strong { font-weight: 900; display: block; }
.th-arch-theme .hero-tag { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 18px; opacity: 0; transform: translateY(14px); transition: all .6s .18s; }
.th-arch-theme .hero-tag.in { opacity: 1; transform: none; }

.th-arch-theme .hero-filters { position: relative; z-index: 2; background: rgba(15,23,32,.82); backdrop-filter: blur(28px); border-top: 1px solid var(--muted2); padding: 28px 72px 36px; opacity: 0; transform: translateY(20px); transition: opacity .7s .5s, transform .7s .5s; }
.th-arch-theme .hero-filters.in { opacity: 1; transform: none; }
.th-arch-theme .hf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.th-arch-theme .hf-item { display: flex; flex-direction: column; gap: 5px; text-align: left; }
.th-arch-theme .hf-item label { font-size: 8px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.25); }
.th-arch-theme .hf-item-btn { display: flex; align-items: flex-end; }
.th-arch-theme .hf-search { width: 100%; background: var(--accent); color: #fff; border: none; padding: 11px 22px; border-radius: var(--r); font-size: 13px; font-weight: 700; cursor: pointer; height: 42px; transition: opacity .2s; }

/* ============================================================
   PUCE STICKY (À GAUCHE)
============================================================ */
.th-arch-theme .filter-trigger { display: flex; position: fixed; top: -100px; left: 72px; justify-content: flex-start; z-index: 4000; pointer-events: none; transition: top 0.4s cubic-bezier(0.22, 1, 0.36, 1); }
.th-arch-theme .filter-trigger.show { top: 24px; }
.th-arch-theme .ft-inner { pointer-events: auto; display: inline-flex; align-items: center; gap: 12px; background: rgba(10,16,28,.94); backdrop-filter: blur(20px); border: 1px solid var(--muted2); border-radius: 100px; padding: 6px 20px 6px 6px; cursor: pointer; color: #fff; box-shadow: 0 10px 40px rgba(0,0,0,0.4); }
.th-arch-theme .ft-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; }
.th-arch-theme .ft-icon svg { width: 13px; height: 13px; color:#fff; }
.th-arch-theme .ft-text { font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.th-arch-theme .ft-tags { display: flex; gap: 6px; align-items: center; border-left: 1px solid var(--muted2); padding-left: 12px; margin-left: 4px; }
.th-arch-theme .ft-tag { background: var(--a10); border: 1px solid var(--a20); border-radius: 100px; padding: 2px 10px; font-size: 9px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap;}

/* ============================================================
   SECTION HEADER (SANS I et II)
============================================================ */
.th-arch-theme .sec-intro { padding: 56px 72px 40px; display: flex; align-items: flex-end; justify-content: space-between; position: relative; }
.th-arch-theme .si-title { font-size: 36px; font-weight: 200; line-height: 1.1; margin:0; }
.th-arch-theme .si-title strong { font-weight: 900; }
.th-arch-theme .si-right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; z-index:2; }
.th-arch-theme .ncount { font-size: 12px; color: var(--muted); margin:0;}
.th-arch-theme .sort-sel { background: transparent; border: none; border-bottom: 1px solid var(--muted2); color: var(--muted); padding: 4px 0; outline: none; appearance: none; cursor: pointer;}
.th-arch-theme .sort-sel option { background: #0f1720; }

/* ============================================================
   GRID & CARDS (DESIGN EXACT E-MOTIONS)
============================================================ */
.th-arch-theme .grid-section { padding: 0 72px 120px; }
.th-arch-theme .vo-card-grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 28px !important; }

.th-arch-theme .vo-card--hud {
  position: relative !important; display: flex !important; flex-direction: column !important; overflow: hidden !important;
  border-radius: 8px !important; background: linear-gradient(145deg, rgba(14, 26, 56, 0.92) 0%, rgba(5, 11, 28, 0.98) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important; border-top: 1px solid rgba(0, 167, 231, 0.22) !important; 
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.68), inset 0 0 0 1px rgba(0, 167, 231, 0.035) !important;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.32s ease, box-shadow 0.32s ease !important;
}
.th-arch-theme .vo-card--hud::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: linear-gradient(rgba(0, 167, 231, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 167, 231, 0.022) 1px, transparent 1px);
  background-size: 24px 24px; background-position: center center; opacity: 0.9;
}
.th-arch-theme .vo-card--hud::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0; background: linear-gradient(180deg, rgba(0, 167, 231, 0.03), transparent 28%); }
.th-arch-theme .vo-card--hud:hover {
  transform: translateY(-8px) !important; border-color: rgba(0, 167, 231, 0.3) !important;
  box-shadow: 0 34px 58px rgba(0, 0, 0, 0.82), 0 0 18px rgba(0, 167, 231, 0.08), inset 0 0 0 1px rgba(0, 167, 231, 0.08) !important; z-index: 10 !important;
}

.th-arch-theme .vo-card__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; border-bottom: 1px solid rgba(0, 167, 231, 0.34); background: #08101f; }
.th-arch-theme .vo-card__image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transition: opacity 0.5s ease-out; }
.th-arch-theme .vo-card__image.is-loaded { opacity: 1; }
.th-arch-theme .vo-card__badge {
  position: absolute; top: 14px; left: 14px; z-index: 20; display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px;
  border-radius: 4px; background: rgba(8, 12, 22, 0.8); border: 1px solid rgba(0, 167, 231, 0.26);
  color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; backdrop-filter: blur(6px);
}

.th-arch-theme .vo-card__body { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 16px; padding: 22px; flex: 1; text-align: left; }
.th-arch-theme .vo-card__head { display: flex; flex-direction: column; gap: 4px; }
.th-arch-theme .vo-card__title { margin: 0; font-size: 22px; font-weight: 800; line-height: 1.08; letter-spacing: 0.5px; text-transform: uppercase; }
.th-arch-theme .vo-card__title a { color: #ffffff; text-decoration: none; }
.th-arch-theme .vo-card__subtitle { font-size: 12px; color: var(--accent); letter-spacing: 1.4px; text-transform: uppercase; line-height: 1.3; font-weight: 700; }

.th-arch-theme .vo-card__divider { height: 1px; width: 100%; background: linear-gradient(90deg, transparent, rgba(0, 167, 231, 0.45), transparent); margin: 2px 0; }
.th-arch-theme .vo-card__price-wrap { display: flex; flex-direction: column; gap: 4px; }
.th-arch-theme .vo-card__price-label { font-size: 11px; color: var(--accent); text-transform: uppercase; letter-spacing: 2px; }
.th-arch-theme .vo-card__price { font-size: 32px; line-height: 1.05; font-weight: 900; color: #ffffff; letter-spacing: 0.5px; }

.th-arch-theme .vo-card__specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 10px; margin-bottom: 4px; }
.th-arch-theme .vo-card__spec { display: flex; align-items: center; gap: 10px; min-width: 0; }
.th-arch-theme .vo-card__spec-icon { color: var(--accent); font-size: 19px; width: 24px; text-align: center; flex: 0 0 24px; }
.th-arch-theme .vo-card__spec-text { display: flex; flex-direction: column; min-width: 0; }
.th-arch-theme .vo-card__spec-label { font-size: 12px; color: rgba(255, 255, 255, 0.62); letter-spacing: 1.2px; text-transform: uppercase; }
.th-arch-theme .vo-card__spec-value { font-size: 16px; font-weight: 800; color: #ffffff; text-transform: uppercase; word-break: break-word; line-height: 1.2; }

.th-arch-theme .vo-card__location-row { display: flex; align-items: flex-start; gap: 12px; margin-top: 2px; margin-bottom: 8px; padding-top: 14px; border-top: 1px solid rgba(0, 167, 231, 0.18); position: relative;}
.th-arch-theme .vo-card__location-row::before { content: ""; position: absolute; left: 0; top: 0; width: 90px; height: 1px; background: linear-gradient(90deg, rgba(0, 167, 231, 0.55), transparent); }
.th-arch-theme .vo-card__location-icon { flex: 0 0 22px; width: 22px; text-align: center; color: var(--accent); font-size: 20px; line-height: 1; margin-top: 2px; }
.th-arch-theme .vo-card__location-content { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.th-arch-theme .vo-card__location-label { font-size: 11px; font-weight: 700; color: var(--accent) !important; letter-spacing: 1.4px; text-transform: uppercase; line-height: 1.2; }
.th-arch-theme .vo-card__location-value { font-size: 18px; font-weight: 800; color: #ffffff !important; line-height: 1.15; text-transform: uppercase; letter-spacing: 0.3px; }

.th-arch-theme .em-omoda-btn {
  background: none; border: none; padding: 0; margin: auto 0 0 0; position: relative !important; display: inline-flex !important;
  align-items: center !important; justify-content: center !important; overflow: visible !important; clip-path: inset(-5px) !important;
  cursor: pointer !important; min-height: 52px !important; padding: 18px 30px !important; width: 100% !important;
  font-weight: 500 !important; font-size: 12px !important; line-height: 1 !important; letter-spacing: 3px !important; text-transform: uppercase !important; text-decoration: none !important;
  background-color: rgba(0, 167, 231, 0.08) !important; color: var(--accent) !important;
  border-top: 1px solid rgba(0, 167, 231, 0.32) !important; border-bottom: 1px solid rgba(0, 167, 231, 0.32) !important;
  transition: background-color 0.35s ease, color 0.35s ease, letter-spacing 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease !important;
}
.th-arch-theme .em-omoda-btn::before, .th-arch-theme .em-omoda-btn::after { content: "" !important; position: absolute !important; width: 15px !important; height: 15px !important; border: 2px solid var(--accent) !important; pointer-events: none !important; z-index: 4 !important; opacity: 1 !important; }
.th-arch-theme .em-omoda-btn::before { top: -2px !important; left: -2px !important; border-right: none !important; border-bottom: none !important; }
.th-arch-theme .em-omoda-btn::after { bottom: -2px !important; right: -2px !important; border-left: none !important; border-top: none !important; }

.th-arch-theme .em-omoda-btn__corners-hover { position: absolute !important; pointer-events: none !important; z-index: 4 !important; opacity: 0 !important; transition: opacity 0.22s ease, width 0.35s ease, height 0.35s ease, border-color 0.35s ease !important; }
.th-arch-theme .em-omoda-btn__corners-hover--tl { top: -2px; left: -2px; width: 15px; height: 15px; border-top: 2px solid rgba(255, 255, 255, 0.42); border-left: 2px solid rgba(255, 255, 255, 0.42); }
.th-arch-theme .em-omoda-btn__corners-hover--br { right: -2px; bottom: -2px; width: 15px; height: 15px; border-right: 2px solid rgba(255, 255, 255, 0.55); border-bottom: 2px solid rgba(255, 255, 255, 0.55); }

.th-arch-theme .em-omoda-btn__fill { position: absolute !important; inset: 0 !important; background-color: rgba(0, 167, 231, 0.05) !important; clip-path: inset(0 0 0 100%) !important; z-index: 1 !important; }
.th-arch-theme .em-omoda-btn__light { display: none !important; }
.th-arch-theme .em-omoda-btn__label { position: relative !important; z-index: 2 !important; color: inherit !important; }

.th-arch-theme .em-omoda-btn:hover { background-color: rgba(0, 167, 231, 0.15) !important; color: #ffffff !important; letter-spacing: 4px !important; box-shadow: 0 0 24px rgba(0, 167, 231, 0.28) !important; transform: translateY(-2px) scale(1.015) !important; }
.th-arch-theme .em-omoda-btn:hover::before, .th-arch-theme .em-omoda-btn:hover::after { opacity: 0 !important; }
.th-arch-theme .em-omoda-btn:hover .em-omoda-btn__corners-hover { opacity: 0.72 !important; }
.th-arch-theme .em-omoda-btn:hover .em-omoda-btn__corners-hover--tl { width: 46% !important; height: calc(100% + 2px) !important; }
.th-arch-theme .em-omoda-btn:hover .em-omoda-btn__corners-hover--br { width: 42% !important; height: calc(100% + 4px) !important; }
.th-arch-theme .em-omoda-btn:hover .em-omoda-btn__fill { opacity: 1 !important; clip-path: inset(0 0 0 0) !important; transition: clip-path 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 0.2s ease !important; }

.th-arch-theme .is-loading .theobald-results-area { opacity: 0.4; pointer-events: none; transition: opacity 0.2s; }
.th-arch-theme .theobald-no-results { padding: 40px; text-align: center; font-size: 16px; color: rgba(255,255,255,0.6); grid-column: 1 / -1; }


@media(max-width:1300px) { .th-arch-theme .vo-card-grid { grid-template-columns: repeat(3, 1fr) !important; } }
@media(max-width:900px) {
  .th-arch-theme .hero-c { padding: 80px 24px 0; }
  .th-arch-theme .hero-filters { padding: 20px 24px; }
  .th-arch-theme .hf-grid { grid-template-columns: repeat(2, 1fr); }
  .th-arch-theme .filter-trigger { left: 24px; }
  .th-arch-theme .sec-intro { padding: 44px 24px 28px; }
  .th-arch-theme .grid-section { padding: 0 24px 80px; }
  .th-arch-theme .vo-card-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .th-arch-theme .filter-drawer { width: 90vw; max-width: 360px; }
}
@media(max-width:540px) { 
  .th-arch-theme .hf-grid { grid-template-columns: 1fr; }
  .th-arch-theme .mt-btn { padding: 10px 20px; font-size: 12px; }
  .th-arch-theme .vo-card-grid { grid-template-columns: 1fr !important; }
  .th-arch-theme .vo-card__specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
/* ============================================================
   CORRECTION Z-INDEX & OVERFLOW (MENUS DÉROULANTS)
============================================================ */

.th-arch-theme .hero {
  overflow: visible !important;
}


.th-arch-theme .hero-filters {
  z-index: 50 !important;
}


.th-arch-theme .hf-item {
  position: relative;
  z-index: 1;
}

/* Dès qu'on clique dans une case, elle passe par-dessus TOUTES les autres */
.th-arch-theme .hf-item:focus-within,
.th-arch-theme .hf-item:hover {
  z-index: 9999 !important;
}

.ss-wrapper {
  z-index: 1;
}

.ss-wrapper:focus-within {
  z-index: 9999;
}/* End custom CSS */