@font-face {
  font-family: 'Hackney';
  src: url('/wp-content/themes/yatatheme/fonts/Hackney.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Limejuice';
  src: url('/wp-content/themes/yatatheme/fonts/Limejuice.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
.section-carte .yatamap__container {
  height: 80vh;
  margin-bottom: 75px;
}
.section-carte .yatamap__container .popupMarker h3 {
  font-size: 3rem;
  line-height: 3.2rem;
}
.section-carte .yatamap__container .popupMarker p {
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.section-carte .yatamap__container .popupMarker .boutPlein {
  position: relative;
  width: 100%;
  margin: 10px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
}
.section-carte .yatamap__container .popupMarker .boutPlein i.icon-main {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 1.8rem;
  transform: translateY(-50%);
}
.section-carte .yatamap__container .popupMarker .boutPlein:hover {
  color: #E62332;
  background-color: transparent;
}
.section-carte .yatamap__container .cluster {
  background-color: #113751;
  font-family: 'Source Sans Pro', sans-serif;
}
