#mapbox-wrap,
#mapbox-map-container {
  position: relative;
}

#mapbox-map-container {
  /* width: 100vw;
  right: 50%;
  transform: translate(50%); */
  overflow: hidden;
  border-radius: 6px;
}

#mapbox-map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#mapbox-infos {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  #mapbox-infos {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    background: #fff;
    margin-top: 0;
  }
}

.mapboxgl-ctrl-bottom-right {
  display: none;
}
.mapboxgl-ctrl-bottom-left {
  display: none;
}

.mapboxgl-ctrl-group:not(:empty) {
  -moz-box-shadow: 0 0 3px rgba(0,0,0,1%);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,1%);
  box-shadow: 0 0 3px rgba(0,0,0,1%);
}