@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Semibold.otf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Donau';
  src: url('/wp-content/themes/yatatheme/fonts/Donau Neue_Uppercase.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-carte .map__item {
  max-height: 70vh;
}
.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.8rem;
  line-height: 2rem;
  margin: 7px 0 2px;
  text-align: center;
  color: #3CBFB6;
  font-family: 'Sourcesanspro', sans-serif;
  font-weight: 600;
}
.section-carte .leaflet-popup-content .popupMarker a {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Sourcesanspro', sans-serif;
}
.section-carte .leaflet-container a.leaflet-popup-close-button {
  display: none;
}
