@font-face {
  font-family: 'OstrichHeavy';
  src: url('/wp-content/themes/yatatheme/fonts/OstrichSans-Heavy.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-paragraphe {
  position: relative;
  padding: 80px 0 30px 0;
  color: #5b5d8b;
}
.section-paragraphe h2 {
  margin-bottom: 2rem;
}
.section-paragraphe h3 {
  color: #5b5d8b;
}
.section-paragraphe p {
  line-height: 1.7 !important;
}
.section-paragraphe p a:hover,
.section-paragraphe ul a:hover {
  color: #166A90;
}
.section-paragraphe ul {
  line-height: 1.4;
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
}
.section-paragraphe a.bouton1 {
  margin: 10px 0;
}
.section-paragraphe a.liendoc {
  padding: 5px 0px;
  margin-top: 30px;
}
.section-paragraphe .row > div :last-child {
  margin-bottom: 20px;
}
.section-paragraphe.twocolumns .row > div {
  columns: 2;
  column-gap: 30px;
}
.section-paragraphe a img.image_apercu {
  width: 60px;
}
.section-paragraphe.encadre .row {
  justify-content: center;
}
.section-paragraphe.encadre .row >div {
  background-color: #00A79B;
  max-width: 1200px;
  position: relative;
  z-index: 3;
  padding: 30px;
}
.section-paragraphe.encadre .row >div h2 {
  font-size: 4.1rem;
  color: #EFE9DC;
  margin: 3rem 4.5rem 1.3rem 15.5rem;
}
.section-paragraphe.encadre .row >div p,
.section-paragraphe.encadre .row >div ul li {
  color: #EFE9DC;
  margin: 0rem 15.5rem;
}
.section-paragraphe.encadre .row >div .bouton1 {
  margin: 3rem 0 4.5rem 15.5rem;
  font-weight: 700;
}
.section-paragraphe.encadre .row >div::before,
.section-paragraphe.encadre .row >div::after {
  position: absolute;
  content: "";
}
.section-paragraphe.encadre .row >div::before {
  left: 0;
  top: 0;
  background: url('/wp-content/themes/yatatheme-child/assets/images/petite-fleur.svg') no-repeat;
  width: 179px;
  height: 184px;
  transform: translate(-40%,-40%);
}
.section-paragraphe.encadre .row >div::after {
  right: -40px;
  bottom: -17px;
  background: url('/wp-content/themes/yatatheme-child/assets/images/feuille.svg') no-repeat;
  width: 145px;
  height: 243px;
}
.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(239,233,220,0.1);
}
.section-paragraphe table td {
  border-width: 1px;
}
@media (max-width: 1350px) {
  .section-paragraphe.encadre .row > div {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .section-paragraphe.twocolumns .row > div {
    columns: 1;
  }
}
@media (max-width: 767px) {
  .section-paragraphe.encadre .row > div {
    padding: 30px 20px;
  }
  .section-paragraphe.encadre .row > div::after {
    right: -34px;
    bottom: -71px;
    width: 145px;
    height: 243px;
    transform: rotate(47deg);
  }
  .section-paragraphe.encadre .row > div h2,
  .section-paragraphe.encadre .row > div p,
  .section-paragraphe.encadre .row > div .bouton1 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .section-paragraphe.encadre .row > div h2 {
    margin-top: 7rem;
  }
}
