.section-carte .leaflet-popup-content {
  margin: 7px;
}
.section-carte .leaflet-popup-content .popupMarker {
  width: 200px;
}
.section-carte .leaflet-popup-content .popupMarker .imgcropCtn {
  height: 120px;
  border-radius: 8px 8px 0 0;
}
.section-carte .leaflet-popup-content .popupMarker p {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 7px 0 2px;
  text-align: center;
  color: #000000;
  font-family: 'Newsreader', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.section-carte .leaflet-popup-content .popupMarker a {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Newsreader', sans-serif;
}
.section-carte .leaflet-container a.leaflet-popup-close-button {
  display: none;
}
@media (max-width: 1199px) {
  div.map__item {
    max-height: 70vh;
  }
}
