/* ==================================================================
   OPM Debarras - « Ce que nous debarrassons » : puces courtes qui tapent.
   Un mot ou deux par ligne, en gros, lisible en deux secondes.
   ================================================================== */
.opm-mv .mv-puces{list-style:none;margin:18px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:30px}
.opm-mv .mv-puces li{position:relative;min-width:0;padding:14px 0 14px 34px;border-bottom:1px solid var(--mv-filet);font-family:'Bricolage Grotesque',system-ui,sans-serif;font-weight:800;font-size:clamp(18px,1.45vw,21px);line-height:1.2;color:var(--mv-titre)}
.opm-mv .mv-puces li::before{content:'';position:absolute;left:0;top:50%;width:22px;height:22px;margin-top:-11px;border-radius:50%;background:var(--mv-acc) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/13px 13px no-repeat}
.opm-mv .mv-puces li:nth-last-child(-n+2){border-bottom:0}

@media (max-width:640px){
  .opm-mv .mv-puces{grid-template-columns:1fr}
  .opm-mv .mv-puces li:nth-last-child(2){border-bottom:1px solid var(--mv-filet)}
  .opm-mv .mv-puces li{padding:12px 0 12px 32px}
}
