/* Map */
.map_main {
  margin-top: 15vh;
  align-items: center;
}

.title_map img {
  display: inline-block;
  width: 3vw;
}

#map_container {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.5);
}

.leaflet-popup-content-wrapper {
  color: #045a96 !important;
  font-size: 1vw !important;
  font-family: Noto Sans, sans-serif !important;
  text-align: center !important;
  line-height: 2vh !important;
}

.leaflet-popup-content p {
  margin: 0 !important;
}

.btn_rdv_map {
  font-weight: 700 !important;
  margin-top: 2vh;
}

@media all and (max-device-width: 812px) {
  .header_map {
    height: 20vh;
  }

  .header_map input,
  .sophros_filtered {
    width: 90vw;
  }

  .header_map input {
    width: 90vw;
  }

  .sophro_filtered,
  .header_map input::placeholder {
    font-size: 2.5vw;
  }

  .leaflet-popup-content-wrapper {
    font-size: 2.3vw !important;
  }
}