/* R32 — uniquement la popup de filtres et la sortie des listes d’adresses. */
.route-stage--all {
  animation: none !important;
  transform: none !important;
  will-change: auto !important;
}

.route-stage--all .all-filter-panel {
  position: fixed !important;
  z-index: 60 !important;
  inset: auto !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: min(720px, calc(100vw - 24px)) !important;
  max-height: min(78dvh, 680px) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  overscroll-behavior: contain;
}

@media (max-width: 600px) {
  .route-stage--all .all-filter-panel {
    width: calc(100vw - 24px) !important;
    max-height: calc(100dvh - 40px) !important;
  }
}
