/* ==================================================================
   OPM Debarras - responsive mobile de l'accueil :
   zone d'intervention en grille, « Ce que nous debarrassons » compact.
   ================================================================== */
@media (max-width:640px){
  /* communes : deux colonnes egales, code postal sous le nom, fleche a droite */
  .opm-mv #zone .mv-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .opm-mv #zone .mv-chip{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;min-width:0;min-height:58px;box-sizing:border-box;padding:9px 30px 9px 14px;border-radius:14px;font-size:15px;line-height:1.2;overflow-wrap:anywhere}
  .opm-mv #zone .mv-chip span{font-size:12.5px;font-weight:600}
  .opm-mv #zone .mv-chip::after{position:absolute;right:12px;top:50%;transform:translateY(-50%)}

  /* ce que nous debarrassons : image moins haute, puces sur deux colonnes */
  .opm-mv .mv-presta{gap:14px}
  .opm-mv .mv-presta-media{height:150px}
  .opm-mv .mv-presta-pour{left:12px;bottom:12px;padding:7px 13px;font-size:12px}
  .opm-mv .mv-presta-in{padding:16px 16px 12px}
  .opm-mv .mv-presta .mv-puces{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px;margin-top:10px}
  .opm-mv .mv-presta .mv-puces li{font-size:15.5px;padding:10px 0 10px 27px;border-bottom:1px solid var(--mv-filet)}
  .opm-mv .mv-presta .mv-puces li:nth-last-child(-n+2){border-bottom:0}
  .opm-mv .mv-presta .mv-puces li::before{width:19px;height:19px;margin-top:-9.5px;background-size:11px 11px}
}
