/* CSS carte frontend */
div[id^="map_"],
.mod_carte{
  width:100% !important;
  height:550px;
}
@media only screen and (max-width: 1268px) and (orientation: landscape) {
  div[id^="map_"]{
    height:550px;
  }
}
@media only screen and (max-width: 1268px) and (orientation: portrait) {
  div[id^="map_"]{
    height:100vw;
  }
}
