.section-carte .carte__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.section-carte .map__item {
  max-height: 70vh;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-carte .leaflet-marker-icon svg {
  fill: #164194;
}
.section-carte .leaflet-marker-icon.active svg {
  fill: #E62537;
}
.section-carte .leaflet-popup-tip-container {
  display: none;
}
.section-carte .leaflet-popup .leaflet-popup-content-wrapper {
  background: #F2F0EC;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-carte .leaflet-popup .leaflet-popup-content {
  padding: 15px;
  margin: 0;
  width: 400px !important;
}
.section-carte .leaflet-popup .leaflet-popup-content .popupMarker {
  display: flex;
}
.section-carte .leaflet-popup .leaflet-popup-content .popupMarker .imgcropCtn {
  height: 100px;
  width: 100px;
  flex-shrink: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 15px;
}
.section-carte .leaflet-popup .leaflet-popup-content .popupMarker .popup-infos p {
  font-size: 2.8rem;
  line-height: 1;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  color: #164194;
  font-weight: 800;
  text-transform: uppercase;
}
.section-carte .leaflet-popup .leaflet-popup-content .popupMarker .popup-infos a {
  display: flex;
  width: fit-content;
  margin-left: auto;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
}
.section-carte .leaflet-popup .leaflet-popup-content .popupMarker .popup-infos a:hover {
  color: #164194;
}
.section-carte .leaflet-container a.leaflet-popup-close-button {
  display: none;
}
@media (max-width: 1199px) {
  .section-carte .carte__container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .section-carte .carte__container .leaflet-popup .leaflet-popup-content {
    width: 300px !important;
  }
  .section-carte .carte__container .leaflet-popup .leaflet-popup-content .popupMarker p {
    font-size: 2.4rem;
  }
  .section-carte .carte__container .leaflet-popup .leaflet-popup-content .popupMarker a {
    font-size: 1.6rem;
  }
}
@media (max-width: 399px) {
  .section-carte .carte__container {
    padding: 0 20px;
  }
}
