.section-carte .map__item {
  max-height: 70vh;
}
.section-carte .leaflet-popup-content {
  margin: 7px 7px 10px;
}
.section-carte .leaflet-popup-content .popupMarker {
  width: 230px;
  text-align: center;
}
.section-carte .leaflet-popup-content .popupMarker .imgcropCtn {
  height: 120px;
  border-radius: 8px 8px 0 0;
}
.section-carte .leaflet-popup-content .popupMarker p {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0;
  text-align: center;
  color: #422816;
  font-family: 'piepie', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.section-carte .leaflet-popup-content .popupMarker a {
  margin-top: 10px;
  font-size: 1.5rem;
  padding: 5px 10px 7px;
}
.section-carte .leaflet-popup-content .popupMarker a i {
  font-size: 1.7rem;
  transform: translateY(1px);
}
.section-carte .leaflet-container a.leaflet-popup-close-button {
  display: none;
}
