#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.logo-map {
  margin-bottom: 10px;
  margin-left : 10px;
  position: fixed;
  bottom: 0;
  width:90px;
}


.maplibregl-ctrl-group button {
  cursor: pointer !important;
}

.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
  background-image: url("../img/compass.png");
  background-size: 25px;
}


@media (max-width: 530px) {

}

@media (max-height: 700px) {

}

.my-image-button {
  background: url("data:image/png;base64 etc...");
}
