@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Medium.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Bold.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.section-paragraphe .row {
  justify-content: center;
}
.section-paragraphe .row .col-12 {
  max-width: 795px;
}
.section-paragraphe p a {
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
  text-underline-offset: 2px;
}
.section-paragraphe p a:hover {
  color: #00F000;
}
.section-paragraphe p strong {
  font-weight: 700;
}
.section-paragraphe p em {
  background-color: #00F000;
  font-weight: 400;
}
.section-paragraphe .txt-wrapper.twocolumns {
  columns: 2;
  column-gap: 30px;
}
.section-paragraphe .centree {
  text-align: center;
}
.section-paragraphe .centree p,
.section-paragraphe .centree h2,
.section-paragraphe .centree h3,
.section-paragraphe .centree h4 {
  text-align: center;
}
.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(76,0,255,0.1);
}
.section-paragraphe table td {
  border-width: 1px;
}
@media (max-width: 767px) {
  .section-paragraphe .txt-wrapper.twocolumns {
    columns: 1;
    column-gap: 0;
  }
  .section-paragraphe .centree {
    text-align: left;
  }
  .section-paragraphe .centree p,
  .section-paragraphe .centree h2,
  .section-paragraphe .centree h3,
  .section-paragraphe .centree h4 {
    text-align: left;
  }
}
