.section-carte .intro {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 30px;
}
.section-carte .intro .surtitre {
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.section-carte .intro p {
  font-size: 1.8rem;
}
.section-carte .intro p:nth-last-child(1) {
  margin: 0;
}
.section-carte .center {
  text-align: center;
}
.section-carte .center .boutPlein {
  margin: 20px 0 0;
}
.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: #ffffff;
}
.section-carte .popupMarker {
  width: 230px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.section-carte .popupMarker .imgcropCtn {
  width: 100%;
  height: 130px;
  margin: 0 0 15px;
}
.section-carte .popupMarker .title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 15px;
  color: #1e1e1e;
}
.section-carte .popupMarker a {
  text-align: center;
  font-size: 1.4rem;
}
.section-carte .popupMarker a.boutPlein {
  color: #ffffff;
  margin: 0 0 10px;
}
.section-carte .popupMarker a.boutPlein:hover {
  color: #E04511;
}
