/* OFQD V241.203 — Finition visuelle de la mini-carte d'accueil.
   Portée strictement limitée à l'accueil / #ofqd-v11-pack2.
   Aucun changement du moteur Carte, des données, des fetch, du cache ou de Leaflet. */

/* Le bandeau reste compact mais son contenu doit rester entièrement visible. */
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-v11p2-head{
  min-height:74px!important;
  padding:14px 22px!important;
  gap:22px!important;
  border-radius:18px!important;
}
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-v11p2-head h2{
  font-size:clamp(22px,2vw,29px)!important;
  line-height:1.05!important;
}
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-v11p2-head h2::after{
  width:42px!important;
  height:3px!important;
  margin-top:6px!important;
}
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-v11p2-head p{
  font-size:11.5px!important;
  line-height:1.35!important;
}

/* V241.203 : plus aucun chevauchement du bandeau par la recherche. */
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-home-commune-search{
  margin:8px 18px 13px!important;
  padding:7px!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(7,27,85,.11)!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-home-commune-search input,
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-home-commune-search button{
  height:38px!important;
  min-height:38px!important;
}

/* Les filtres de la mini-carte restent nets et lisibles. */
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-v11-map-card,
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-map-toolbar,
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-map-filter-scroll,
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-map-filter-scroll button{
  -webkit-filter:none!important;
  filter:none!important;
  opacity:1!important;
  visibility:visible!important;
}
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-map-toolbar{
  position:relative!important;
  z-index:2!important;
  min-height:30px!important;
  margin-bottom:9px!important;
}
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-map-filter-scroll{
  position:relative!important;
  z-index:2!important;
}
body.ofqd-home-page #ofqd-v11-pack2 .ofqd-map-filter-scroll button{
  min-height:29px!important;
  padding:0 9px!important;
  font-size:10px!important;
  line-height:1!important;
}

@media (max-width:980px){
  body.ofqd-home-page #ofqd-v11-pack2 .ofqd-v11p2-head{
    min-height:0!important;
    padding:12px 17px!important;
    gap:4px!important;
  }
}

@media (max-width:700px){
  body.ofqd-home-page #ofqd-v11-pack2{
    margin-top:24px!important;
  }
  body.ofqd-home-page #ofqd-v11-pack2 .ofqd-v11p2-head{
    padding:11px 14px!important;
    border-radius:15px!important;
  }
  body.ofqd-home-page #ofqd-v11-pack2 .ofqd-v11p2-head h2{
    font-size:21px!important;
  }
}
