/* MARCHÉS & COMMERCES CI — V24.20.429
   Correction ciblée : suggestions de structures commerciales visibles sur téléphone.
   La liste reste rattachée au champ de recherche au lieu d'être positionnée hors écran. */
@media (max-width:760px){
  #mciHomeV241951 > .mciHomeSearchShell,
  #mciHomeV241951 > .mciHomeSearchShell .mciHomeSearchPanel,
  #mciHomeV241951 .mciHomeFilters,
  #mciHomeV241951 .mciHomeStructureLookup{
    overflow:visible!important;
  }

  #mciHomeV241951 .mciHomeStructureLookup{
    position:relative!important;
    z-index:1500!important;
    isolation:isolate;
  }

  #mciHomeV241951 .mciHomeStructureSuggestions{
    position:absolute!important;
    left:-1px!important;
    right:-1px!important;
    top:calc(100% + 6px)!important;
    bottom:auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    max-height:min(42dvh,320px)!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    transform:none!important;
    margin:0!important;
    z-index:2147483000!important;
    box-sizing:border-box;
  }

  #mciHomeV241951 .mciHomeStructureSuggestions[hidden]{
    display:none!important;
  }

  #mciHomeV241951 .mciHomeStructureSuggestion{
    min-height:48px;
    touch-action:manipulation;
  }
}

@media (max-width:430px){
  #mciHomeV241951 .mciHomeStructureSuggestions{
    max-height:min(38dvh,280px)!important;
  }
  #mciHomeV241951 .mciHomeStructureSuggestion b{font-size:13px}
  #mciHomeV241951 .mciHomeStructureSuggestion small{font-size:11px}
}
