@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;
}
.acf-block-preview .section-evenementphare.hidden {
  display: block !important;
}
.acf-block-preview .section-evenementphare.hidden:before {
  content: "Date dépassée, le bloc ne s'affichera pas sur le site";
  display: block;
  text-align: center;
  color: red;
  font-size: 3rem;
}
.section-evenementphare {
  background-image: url(/wp-content/themes/yatatheme/img/bg_evenement.svg);
  background-repeat: no-repeat;
  background-position: 260px 0px;
  background-size: 224px;
}
.section-evenementphare.hidden {
  display: none;
}
.section-evenementphare .encart {
  display: flex;
}
.section-evenementphare .encart .imgcropCtn {
  width: 50%;
  border-radius: 14px 0 0 14px;
}
.section-evenementphare .encart .imgcropCtn img {
  transform: scale(1.06);
}
.section-evenementphare .encart .presta {
  width: 50%;
  padding: 40px;
  background-color: #3CBFB6;
  border-radius: 0 14px 14px 0;
}
.section-evenementphare .encart .presta span.date {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  padding: 3px 12px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3CBFB6;
  margin-bottom: 25px;
}
.section-evenementphare .encart .presta span.date span {
  margin-right: 5px;
}
.section-evenementphare .encart .presta span.date i {
  font-size: 2rem;
  color: #3CBFB6;
  margin-right: 8px;
}
.section-evenementphare .encart .presta a.titre {
  display: block;
  font-size: 2.6rem;
  line-height: 3.8rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 25px;
}
.section-evenementphare .encart .presta p.descr {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 40px;
  color: #ffffff;
}
@media (max-width: 1799px) {
  .section-evenementphare {
    background-position: 150px 0px;
  }
}
@media (max-width: 1499px) {
  .section-evenementphare {
    background-position: 40px 0px;
  }
}
@media (max-width: 1399px) {
  .section-evenementphare .encart .presta a.titre {
    font-size: 2.3rem;
    line-height: 3.1rem;
  }
  .section-evenementphare .encart .presta p.descr {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .section-evenementphare {
    background-position: 10px 0px;
  }
}
@media (max-width: 991px) {
  .section-evenementphare .encart .presta .bouton2 {
    min-width: auto;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .section-evenementphare {
    background-size: 120px;
    background-position: top right;
  }
  .section-evenementphare .encart {
    flex-direction: column;
  }
  .section-evenementphare .encart .imgcropCtn {
    width: 100%;
    height: 310px;
    border-radius: 14px 14px 0 0;
  }
  .section-evenementphare .encart .presta {
    width: 100%;
    border-radius: 0 0 14px 14px;
  }
}
@media (max-width: 575px) {
  .section-evenementphare .encart .imgcropCtn {
    height: 60vw;
  }
  .section-evenementphare .encart .presta a.titre {
    font-size: 2.1rem;
    line-height: 2.9rem;
    margin-bottom: 15px;
  }
  .section-evenementphare .encart .presta {
    padding: 25px;
  }
  .section-evenementphare .encart .presta span.date {
    margin-bottom: 15px;
  }
}
