#app{
    margin-left: 0 ;
    margin-right: 0;

}
#map{
    z-index: 0 !important;
}
.map{

    height: 600px;
}
.map-container{
    display: flex;
}
.mycluster {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #000000;
    border: 2px solid #CA9E02;
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
.leaflet-popup-content-wrapper{
    background: none !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 600px) {
  .map{
      height: 400px;
  }
}

#app .head-map-mob, #app .head-map-mob2{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  padding: .1em 1em;
  border-radius: 1em;
  margin: auto;
  box-shadow: 2px 2px 10px 0 rgb(202 158 2 / 40%);
}

#app .head-map-mob{
  top: .5em;
  background-color: #333333;
  color: #FFFFFF;
}

#app .head-map-mob2{
  background-color: #FFFFFF;
  color: #333333;
  top: 3em;
}

#app .map-mob{
  text-align: center;
  position: fixed;
  bottom: 4em;
  left: 0;
  right: 0;
  margin: auto;
  width: 25%;
  padding: .1em 1em;
  background: var(--color-content-primary);
  border-radius: 1em;
  z-index: 100;
}

#app .map-mob span{
  color: #FFFFFF
}

#app .raccourcis-mob{
  position: fixed;
  bottom: 0;
  z-index: 100;
  border-radius: 1em 1em 0 0;
  padding: 1em;
  width: 100%;
  display: flex;
  background: #333333;
  justify-content: space-evenly;
}
.leaflet-popup-tip-container, .leaflet-popup-close-button{
  display: none;
}
