@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-paragraphe.gauche,
.section-paragraphe.droite {
  background-image: url('/wp-content/themes/yatatheme/img/bg_agenda.svg');
  background-repeat: no-repeat;
}
.section-paragraphe.gauche {
  background-position: -187px bottom;
  background-size: contain;
}
.section-paragraphe.droite {
  background-position: 115% top;
  background-size: contain;
}
.section-paragraphe.traits {
  background-image: url('/wp-content/themes/yatatheme/img/bg_desti.svg');
  background-repeat: no-repeat;
  background-position: 87% top;
  background-size: contain;
}
.section-paragraphe p a {
  color: #2A847E;
  font-weight: 700;
}
.section-paragraphe p a:hover {
  text-decoration: underline;
}
.section-paragraphe .twocolumns {
  columns: 2;
  margin-bottom: 20px;
}
.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(60,191,182,0.1);
}
.section-paragraphe table td {
  border-width: 1px;
}
@media (max-width: 1399px) {
  .section-paragraphe.gauche,
  .section-paragraphe.droite {
    background-size: 650px;
  }
  .section-paragraphe.traits {
    background-size: 160px;
    background-position: 94% top;
  }
}
@media (max-width: 991px) {
  .section-paragraphe.gauche,
  .section-paragraphe.droite {
    background-size: 450px;
  }
  .section-paragraphe.traits {
    background-size: 120px;
  }
}
@media (max-width: 767px) {
  .section-paragraphe.droite {
    background-size: 350px;
  }
  .section-paragraphe.traits {
    background-size: 80px;
  }
  .section-paragraphe .row > div {
    display: flex;
    flex-direction: column;
  }
  .section-paragraphe .bouton1 {
    margin: 10px auto 0;
  }
}
