.section-carte {
  width: 90%;
  max-width: 1592px;
  margin: auto;
}
.section-carte .map__item {
  max-height: 100vh;
}
.section-carte div.leaflet-popup {
  bottom: 20px !important;
}
.section-carte div.leaflet-bottom,
.section-carte div.leaflet-top {
  z-index: 900;
}
.section-carte .leaflet-popup-content-wrapper,
.section-carte .leaflet-popup-tip {
  background: #fff;
  color: #000000;
  font-family: 'Barlow Condensed', sans-serif;
}
.section-carte .leaflet-popup-content-wrapper p,
.section-carte .leaflet-popup-tip p {
  font-size: 2.1rem;
}
.section-carte .popupMarker {
  text-align: center;
}
.section-carte .popupMarker p {
  margin: 0 0 10px;
}
.section-carte .popupMarker a {
  color: #000000;
}
.section-carte .popupMarker a:hover {
  color: #ffffff;
}
@media (max-width: 1400px) {
  .home .section-cartefiltres {
    width: 95%;
    margin: auto;
  }
}
