/* OFQD V241.166 — Carte mobile : territoire en menu déroulant + ouverture France.
   Le PC conserve les 6 boutons. Le mobile gagne une ligne entière de carte. */
.ofqd-map-mobile-territory-select{display:none}

@media (max-width:760px){
  /* Un seul sélecteur territorial remplace la grille 3 x 2 sur mobile. */
  .ofqd-map-premium-v266 .ofqd-map-mobile-territory-select{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-mobile-territory-select select{
    display:block!important;
    width:100%!important;
    height:34px!important;
    min-height:34px!important;
    margin:0!important;
    padding:0 34px 0 12px!important;
    border:1px solid #d5dfef!important;
    border-radius:10px!important;
    background:#fff!important;
    color:#15386d!important;
    font-family:inherit!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1.1!important;
    appearance:auto!important;
    -webkit-appearance:menulist!important;
    box-shadow:0 2px 7px rgba(22,62,119,.06)!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-view-switch{
    display:none!important;
  }
  .ofqd-map-premium-v266 .ofqd-map-territory-zone{
    display:block!important;
    width:100%!important;
    min-width:0!important;
  }

  /* Le menu économise environ 30 px : cette place revient à la carte. */
  .ofqd-map-premium-v266 .ofqd-map-stage-wrap{
    height:calc(100dvh - 158px)!important;
    min-height:525px!important;
  }
}

@media (max-width:390px){
  .ofqd-map-premium-v266 .ofqd-map-mobile-territory-select select{
    height:32px!important;
    min-height:32px!important;
    font-size:10.5px!important;
  }
}

@media (max-width:760px){
  html.ofqd-night .ofqd-map-premium-v266 .ofqd-map-mobile-territory-select select,
  html[data-theme="dark"] .ofqd-map-premium-v266 .ofqd-map-mobile-territory-select select,
  body.ofqd-night .ofqd-map-premium-v266 .ofqd-map-mobile-territory-select select,
  body.ofqd-night-mode .ofqd-map-premium-v266 .ofqd-map-mobile-territory-select select{
    background:#0f2244!important;
    color:#eef5ff!important;
    border-color:#36527c!important;
  }
}
