@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ARSMaquette';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSMaquettePro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ARSNovelty';
  src: url('/wp-content/themes/yatatheme-child/fonts/ARSNovelty-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tomatoes';
  src: url('/wp-content/themes/yatatheme-child/fonts/TOMATOES 2021.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-paragraphe p a,
.section-paragraphe ul a {
  color: #359B48;
  text-decoration: underline;
}
.section-paragraphe p a:hover,
.section-paragraphe ul a:hover {
  text-decoration: none;
}
.section-paragraphe ul {
  line-height: 1.6;
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
}
.section-paragraphe a.bouton1,
.section-paragraphe a.liendoc {
  margin-top: 5px;
  margin-bottom: 20px;
}
.section-paragraphe.twocolumns > div > div > div {
  columns: 2;
  column-gap: 30px;
}
.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(53,155,72,0.1);
}
.section-paragraphe table td {
  border-width: 1px;
}
@media (max-width: 991px) {
  .section-paragraphe.twocolumns > div > div > div {
    columns: 1;
  }
}
