/**
 * Findar V46149 — Stable Results Drawer FULL SAFE.
 *
 * Scope: Acheter, Louer, Tous les biens and property result archives.
 * Purpose: keep the existing filter drawer fixed to the viewport instead of
 * letting the sticky/blurred command bar become its containing block.
 */

body.findar-mobile-premium-search .fmp-unified-results,
body.findar-mobile-premium-search .fmp-unified-results > .fmp-filter-shell,
body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-shell > .findar-container,
body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-hub {
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  filter:none!important;
  perspective:none!important;
  contain:none!important;
  content-visibility:visible!important;
  will-change:auto!important;
}

body.findar-mobile-premium-search .fmp-unified-results {
  overflow:visible!important;
  transform:none!important;
}

body.findar-mobile-premium-search .fmp-unified-results > .fmp-filter-shell,
body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-shell > .findar-container,
body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-hub {
  overflow:visible!important;
  transform:none!important;
}

body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-backdrop {
  position:fixed!important;
  z-index:99980!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  height:100dvh!important;
  margin:0!important;
  background:rgba(7,19,39,.52)!important;
  -webkit-backdrop-filter:blur(2px)!important;
  backdrop-filter:blur(2px)!important;
  transform:none!important;
}

body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer {
  position:fixed!important;
  z-index:99990!important;
  inset:0 0 0 auto!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
  width:min(510px,100vw)!important;
  height:100vh!important;
  height:100dvh!important;
  min-height:0!important;
  max-height:100vh!important;
  max-height:100dvh!important;
  margin:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}

body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer[hidden],
body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-backdrop[hidden] {
  display:none!important;
}

body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__head,
body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__foot {
  position:relative!important;
  z-index:2!important;
  flex:none!important;
}

body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer__body {
  min-width:0!important;
  min-height:0!important;
  max-height:none!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain!important;
  scrollbar-gutter:stable;
}

body.fmp-filter-drawer-open.findar-mobile-premium-search {
  overflow:hidden!important;
  overscroll-behavior:none!important;
}

html[dir="rtl"] body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer {
  inset:0 auto 0 0!important;
  border-right:1px solid var(--f44-line,#dce3ec)!important;
  border-left:0!important;
  box-shadow:22px 0 60px rgba(7,19,39,.18)!important;
  transform:translateX(-102%);
}

html[dir="rtl"] body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer.is-open {
  transform:translateX(0);
}

body.admin-bar.findar-mobile-premium-search .fmp-unified-results .fmp-filter-backdrop,
body.admin-bar.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer {
  top:32px!important;
  height:calc(100vh - 32px)!important;
  height:calc(100dvh - 32px)!important;
  max-height:calc(100vh - 32px)!important;
  max-height:calc(100dvh - 32px)!important;
}

@media (max-width:768px) {
  body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer {
    inset:0!important;
    width:100vw!important;
    max-width:none!important;
    border:0!important;
    border-radius:0!important;
  }

  body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-backdrop {
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
}

@media (max-width:782px) {
  body.admin-bar.findar-mobile-premium-search .fmp-unified-results .fmp-filter-backdrop,
  body.admin-bar.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer {
    top:46px!important;
    height:calc(100vh - 46px)!important;
    height:calc(100dvh - 46px)!important;
    max-height:calc(100vh - 46px)!important;
    max-height:calc(100dvh - 46px)!important;
  }
}

@media (prefers-reduced-motion:reduce) {
  body.findar-mobile-premium-search .fmp-unified-results .fmp-filter-drawer {
    transition:none!important;
  }
}
