@font-face {
  font-family: 'BebasNeue';
  src: url('/wp-content/themes/yatatheme-child/fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
.section-paragraphe p a,
.section-paragraphe ul a {
  color: #49B388;
  text-decoration: underline;
}
.section-paragraphe p a:hover,
.section-paragraphe ul a:hover {
  text-decoration: none;
}
.section-paragraphe ul {
  line-height: 1.8;
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
}
.section-paragraphe a.bouton1,
.section-paragraphe a.liendoc {
  margin-top: 5px;
  margin-bottom: 20px;
}
.section-paragraphe .row > div :last-child {
  margin-bottom: 0;
}
.section-paragraphe.twocolumns .row > div {
  columns: 2;
  column-gap: 30px;
}
.section-paragraphe.encadre .row >div {
  width: 100%;
  background-color: #49B388;
  padding: 65px 8.33%;
}
.section-paragraphe.encadre .row >div h2,
.section-paragraphe.encadre .row >div h3,
.section-paragraphe.encadre .row >div h4,
.section-paragraphe.encadre .row >div h5,
.section-paragraphe.encadre .row >div h6,
.section-paragraphe.encadre .row >div p,
.section-paragraphe.encadre .row >div ul {
  color: #ffffff;
}
.section-paragraphe.encadre .row >div h2 a,
.section-paragraphe.encadre .row >div h3 a,
.section-paragraphe.encadre .row >div h4 a,
.section-paragraphe.encadre .row >div h5 a,
.section-paragraphe.encadre .row >div h6 a,
.section-paragraphe.encadre .row >div p a,
.section-paragraphe.encadre .row >div ul a {
  color: #097F72;
}
.section-paragraphe.encadre .row >div a.bouton1 {
  background-color: #ffffff;
  color: #49B388;
  border-color: #ffffff;
}
.section-paragraphe.encadre .row >div a.bouton1:hover {
  background-color: transparent;
  color: #ffffff;
}
.section-paragraphe.encadre .row >div .liendoc span {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.section-paragraphe.encadre .row >div .liendoc span span.ext {
  transition: all 0.2s ease;
}
.section-paragraphe.encadre .row >div .liendoc i {
  background-color: #ffffff;
  color: #49B388;
}
.section-paragraphe.encadre .row >div .liendoc:hover span {
  color: #097F72;
  border-bottom-color: #49B388;
}
.section-paragraphe.encadre .row >div .liendoc:hover i {
  background-color: #097F72;
}
.section-paragraphe.center {
  text-align: center;
}
.section-paragraphe.center a.liendoc {
  margin: auto;
}
.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(9,127,114,0.1);
}
.section-paragraphe table td {
  border-width: 1px;
}
body.darkmode .section-paragraphe.encadre .row >div {
  background-color: #101010;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .section-paragraphe:not(.encadre) {
    margin-right: 70px;
  }
}
@media (max-width: 991px) {
  .section-paragraphe.twocolumns .row > div {
    columns: 1;
  }
}
@media (max-width: 767px) {
  .section-paragraphe.encadre .row > div {
    padding: 30px 30px;
  }
}
@media (max-width: 575px) {
  .section-paragraphe.encadre .row > div {
    padding: 30px 20px;
  }
}
