@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gloock&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@font-face {
  font-family: "Alexandria";
  src: url("./assets/Alexandria-VariableFont_wght.ttf") format("truetype");
  font-weight: inherit;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gloock";
  src: url("./assets/Gloock-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
:not(header) {
  /* ==========================================================
    IFI – Thème Luxe (noir) + barre blanche de filtres
    ----------------------------------------------------------
    - Variables de thème
    - Layout & utilitaires
    - Toolbar (legacy compacte si tu l'utilises encore)
    - Grille & cartes
    - Pagination
    - Barre blanche desktop (pills + dropdowns)
    - Mobile: FAB + Offcanvas
    ========================================================== */
  /* ---------- Variables ---------- */
  /* Mode clair auto si le site switch */
  /* ---------- Layout de page ---------- */
  /* Titre (garde ta typo Lora & style) */
  /* ---------- Visibilités ---------- */
  /* utilisé desktop & mobile */
  /* ==========================================================
    Toolbar “legacy” (si utilisée en plus de la barre blanche)
    ========================================================== */
  /* Inputs généraux (texte-like) + select */
  /* Radios & checkboxes ne sont PAS en 100% */
  /* Groupe checkbox + libellé (hérité) */
  /* ==========================================================
    Barre d’info + tri
    ========================================================== */
  /* ==========================================================
    Pagination
    ========================================================== */
  /* ==========================================================
    Barre blanche desktop (pills + dropdowns)
    ========================================================== */
  /* Boutons "pills" */
  /* Submit */
  /* Toggle avancé */
  /* Dropdowns */
  /* Champs dans dropdown: full width sauf radios/checkbox */
  /* Grilles dropdowns */
  /* Chipset (rooms, etc.) */
  /* Sticky sur la barre de recherche desktop */
  /* ==========================================================
    Mobile – bouton flottant + Offcanvas plein écran
    ========================================================== */
  /* Empêcher le scroll du body quand offcanvas ouvert */
  /* Section contenu (inchangé) */
}
:not(header) :root {
  --ifi-bg:#000; /* fond page */
  --ifi-fg:#fff; /* texte principal */
  --ifi-muted:#bfbfbf; /* texte secondaire */
  --ifi-border:rgba(255,255,255,.16);
  --ifi-soft:rgba(255,255,255,.06);
  --ifi-card-bg: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  --ifi-card-border: rgba(255,255,255,.08);
  --ifi-white:#fff;
  --ifi-black:#000;
  --ifi-accent:#000; /* #d0021b */
  --ifi-accent-strong:#000; /* #c40033 */
  --ifi-radius-xs:.35rem;
  --ifi-radius-sm:.5rem;
  --ifi-radius-md:.6rem;
  --ifi-radius-lg:.75rem;
  --ifi-radius-xl:.9rem;
  --ifi-radius-pill:0; /* 999px */
  --ifi-shadow-1: 0 8px 24px rgba(0,0,0,.06);
  --ifi-shadow-2: 0 16px 40px rgba(0,0,0,.12);
  --ifi-shadow-fab: 0 10px 30px rgba(0,0,0,.25);
  --or-lighten-rgb: 230, 194, 116;
  --or-lighten: #e6c274;
  --or-darken-rgb: 209, 171, 99;
  --or-darken: #d1ab63;
  --gradient-or: linear-gradient(90deg, rgb(var(--or-lighten-rgb)), rgb(var(--or-darken-rgb)));
}
@media (prefers-color-scheme: light) {
  :not(header) :root {
    --ifi-bg:#fff;
    --ifi-fg:#000;
  }
}
:not(header) .ifi-res {
  margin: 0 auto;
  padding: 24px 0;
  color: var(--ifi-fg);
  font-family: "Alexandria";
  font-weight: 200;
}
:not(header) .ifi-res a {
  color: inherit;
}
:not(header) .ifi-res .muted {
  color: var(--ifi-muted);
}
:not(header) .ifi-res h1 {
  color: var(--white);
  font-family: "Alexandria";
  font-weight: 300 !important;
  margin: 1em 0;
}
:not(header) .only-desktop {
  display: block !important;
}
:not(header) .only-mobile {
  display: none !important;
}
@media (max-width: 991.98px) {
  :not(header) .only-desktop {
    display: none !important;
  }
  :not(header) .only-mobile {
    display: block !important;
  }
}
:not(header) .ifi-inline {
  display: flex;
  gap: 8px;
}
:not(header) .ifi-toolbar {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
  -webkit-backdrop-filter: saturate(120%) blur(6px);
          backdrop-filter: saturate(120%) blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px;
  margin: -24px -24px 16px;
}
:not(header) .ifi-toolbar .row {
  display: grid;
  gap: 10px;
  align-items: end;
  grid-template-columns: 1.2fr 1fr 1fr 0.8fr 0.9fr 0.8fr auto;
}
@media (max-width: 1200px) {
  :not(header) .ifi-toolbar .row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  :not(header) .ifi-toolbar {
    position: static;
    margin: 0 0 12px;
    padding: 12px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  :not(header) .ifi-toolbar .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
:not(header) .ifi-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
:not(header) .ifi-label {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--ifi-black);
}
:not(header) .ifi-input:is([type=text],
[type=number],
[type=email],
[type=search],
[type=tel],
[type=url],
[type=password],
[type=date],
[type=time]),
:not(header) .ifi-select {
  width: 100%;
  background: #0e0e0e;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--ifi-fg);
  padding: 0.65rem 0.75rem;
  border-radius: 0;
  outline: none;
}
:not(header) .ifi-input::-moz-placeholder {
  color: #000;
}
:not(header) .ifi-input::placeholder {
  color: #000;
}
:not(header) .ifi-select[multiple] {
  min-height: 2.7rem;
}
:not(header) .ifi-input[type=radio],
:not(header) .ifi-input[type=checkbox] {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
:not(header) .ifi-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #000;
}
:not(header) .ifi-checkbox input {
  accent-color: #fff;
  width: 16px !important;
  height: 16px !important;
}
:not(header) .ifi-btn {
  background: var(--ifi-white);
  color: var(--ifi-black);
  border: 0;
  border-radius: 0;
  padding: 0.7rem 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}
:not(header) .ifi-btn:hover {
  filter: brightness(0.95);
}
:not(header) .ifi-btn.ghost {
  background: transparent;
  color: var(--ifi-fg);
  border: 1px solid rgba(255, 255, 255, 0.24);
}
:not(header) .ifi-btn.block {
  width: 100%;
}
:not(header) .ifi-toolbar .actions {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
:not(header) .bar {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 18px;
}
:not(header) .count {
  font-weight: 200;
  letter-spacing: 0.02em;
  color: var(--white);
}
:not(header) #barsearch {
  font-family: "Alexandria" !important;
  /* ==========================================================
    Grille cartes
    ========================================================== */
}
:not(header) #barsearch .grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1100px) {
  :not(header) #barsearch .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  :not(header) #barsearch .grid {
    grid-template-columns: 1fr;
  }
}
:not(header) #barsearch .h-min-200 {
  min-height: 200px !important;
}
:not(header) #barsearch .title-vente {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 0 !important;
  font-weight: 200;
  font-family: "Gloock";
}
:not(header) #barsearch .loc {
  font-size: 0.9rem;
  color: var(--ifi-black);
}
:not(header) #barsearch .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.55rem;
}
:not(header) #barsearch .chip {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  color: #ddd;
  padding: 0.25rem 0.6rem;
}
:not(header) #barsearch .price {
  background: var(--ifi-white);
  color: var(--ifi-black);
  font-weight: 200 !important;
  font-family: "Alexandria";
  margin: 0 !important;
  padding: 0 !important;
}
:not(header) .paginate,
:not(header) .paginate-map {
  display: flex;
  gap: 0.45rem;
  justify-content: center;
  margin: 20px 0;
}
:not(header) .paginate a,
:not(header) .paginate-map a,
:not(header) .paginate span:not(.current),
:not(header) .paginate-map span:not(.current) {
  text-decoration: none;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  padding: 0.45rem 0.7rem;
  border-radius: 0;
}
:not(header) .paginate .current,
:not(header) .paginate-map span.current {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff;
}
:not(header) .ifi-searchbar-other {
  position: relative; /* ancre des dropdowns */
  background: #fff;
  color: #000;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: var(--ifi-shadow-1);
}
:not(header) .ifi-searchbar-other-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-direction: row;
}
:not(header) .ifi-pill {
  background: none;
  color: #000;
  padding: 0.65rem 0.9rem;
  font-size: 0.97rem;
  font-weight: 200;
  display: inline-flex;
  align-items: stretch;
  gap: 0.45rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  border: 1px solid transparent;
  border-radius: 0;
}
:not(header) .ifi-pill:hover {
  background: #fafafa;
  border-color: #e9e9e9;
}
:not(header) .ifi-pill .ifi-caret {
  font-size: 0.9rem;
  opacity: 0.6;
  margin-left: 0.15rem;
}
:not(header) .ifi-pill.is-open {
  border-color: var(--ifi-accent-strong);
  color: var(--ifi-accent-strong);
}
:not(header) .ifi-btn-submit {
  margin-left: auto;
  background: linear-gradient(120deg, var(--or-darken), var(--or-darken)) !important;
  color: #000;
  border: 0;
  border-radius: 0;
  padding: 0.7rem 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
  cursor: pointer;
}
:not(header) .ifi-advanced-toggle {
  background: transparent;
  border: 0;
  color: #666;
  padding: 0.6rem 0.75rem;
  border-radius: 0;
}
:not(header) .ifi-dropdown {
  position: absolute;
  top: 100%;
  margin-top: -0.5rem !important;
  z-index: 1100;
  background: #fff;
  color: #000;
  border: 0;
  border-radius: 0;
  padding: 2rem;
  min-width: 320px;
  margin-bottom: 0.5em;
}
:not(header) .ifi-dropdown-inner {
  display: grid;
  gap: 0.75rem;
}
:not(header) .ifi-field input:not([type=checkbox]):not([type=radio]),
:not(header) .ifi-field select {
  background: #fff;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0.55rem 0.65rem;
}
:not(header) .ifi-types-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 2rem;
  min-width: 560px;
}
:not(header) .ifi-budget-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.75rem;
  min-width: 480px;
}
:not(header) .ifi-chipset {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
:not(header) .ifi-chip {
  border: 1px solid #bbb;
  background: #fff;
  color: #222;
  border-radius: 10px;
  padding: 0.4rem 0.7rem;
  font-weight: 600;
  transition: border-color 0.2s ease, color 0.2s ease;
}
:not(header) .ifi-chip.is-active {
  border-color: var(--ifi-accent-strong);
  color: var(--ifi-accent-strong);
}
:not(header) .ifi-searchbar-other.only-desktop {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}
:not(header) .ifi-searchbar-other.only-desktop.is-stuck {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
:not(header) .ifi-filter-fab {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--or-darken);
  color: #000;
  border: 0;
  border-radius: 0;
  padding: 0.9rem 1rem;
  box-shadow: var(--ifi-shadow-fab);
  font-weight: 300;
  letter-spacing: 0.02em;
}
:not(header) .ifi-offcanvas {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #111;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.35);
}
:not(header) .ifi-offcanvas[hidden] {
  display: none;
}
:not(header) .ifi-offcanvas-header {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
:not(header) .ifi-offcanvas-close {
  background: transparent;
  border: 0;
  font-size: 2rem;
  line-height: 1;
  color: #888;
  cursor: pointer;
}
:not(header) .ifi-offcanvas-body {
  padding: 16px;
  overflow: auto;
  display: grid;
  gap: 14px;
}
:not(header) .ifi-offcanvas-body .ifi-field label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
}
:not(header) .ifi-offcanvas-actions {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 12px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
:not(header) .ifi-offcanvas .ifi-btn {
  background: #111;
  color: #fff;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  font-weight: 800;
}
:not(header) .ifi-offcanvas .ifi-btn.ghost {
  background: #fff;
  color: #111;
  border: 1px solid #ddd;
}
:not(header) html.ifi-locked, :not(header) body.ifi-locked {
  overflow: hidden;
}
:not(header) .content-vente {
  margin: 2em 0;
  padding: 4em 1em;
}

.ifi-results-map .card {
  border-radius: 0;
}
.ifi-results-map .card .badge {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #000;
}
.ifi-results-map .card img {
  width: 200px !important;
  max-height: 170px;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.ifi-results-map .thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9 !important;
}
.ifi-results-map .mapboxgl-popup-content img {
  width: 100% !important;
}
.ifi-results-map .mapboxgl-popup-content .price {
  font-size: 16px !important;
}

.ifi-results-grille .card {
  border-radius: 0;
}
.ifi-results-grille .card .meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ifi-results-grille .card .badge {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #000;
}
.ifi-results-grille .card img {
  width: 100%;
  height: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=acheter.css.map */