/* ==================================================================
   OPM Debarras - realisations : choix du chantier de nouveau a droite
   de la photo sur grand ecran (boutons texte empiles, sans miniature).
   Sur mobile, les boutons restent sous la photo (voir mv-15).
   ================================================================== */
@media (min-width:901px){
  .opm-mv .mv-ba{grid-template-columns:minmax(0,1fr) minmax(220px,300px)!important;gap:clamp(18px,2.2vw,32px);align-items:stretch}
  .opm-mv .mv-ba-scenes{max-width:none;margin:0}
  .opm-mv .mv-ba-choix{flex-direction:column;flex-wrap:nowrap;justify-content:center;gap:10px}
  .opm-mv .mv-ba-choix button{display:flex;justify-content:flex-start;width:100%;min-height:58px;padding:14px 22px;border-radius:16px;text-align:left}
  .opm-mv .mv-ba-choix button::after{content:'';margin-left:auto;width:9px;height:9px;border-top:2.5px solid currentColor;border-right:2.5px solid currentColor;transform:rotate(45deg);color:var(--mv-acc)}
  .opm-mv .mv-ba-choix button.is-on::after{color:#FFFFFF}
  .opm-mv .mv-ba-choix b{font-size:18px}
}
