@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Light.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Light.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Regular.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Medium.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Medium.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Bold.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Bold.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Ohno Softie';
  src: url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Black.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/Ohno_Softie/OhnoSoftie-Black.woff') format('woff');
  font-weight: 900;
}
@keyframes slidecopy {
  from {
    margin-left: -50px;
    opacity: .1;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
@keyframes slidecopyTop {
  from {
    margin-bottom: -60px;
    opacity: .1;
  }
  to {
    margin-bottom: -10px;
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.section-paragraphe ul,
.section-paragraphe ol,
.section-paragraphe p {
  font-size: 2rem;
  line-height: 1.6;
}
.section-paragraphe ul a,
.section-paragraphe ol a,
.section-paragraphe p a {
  color: #EC5123;
  font-weight: 500;
}
.section-paragraphe ul a:hover,
.section-paragraphe ol a:hover,
.section-paragraphe p a:hover {
  text-decoration: underline;
  color: #3D2681;
}
.section-paragraphe ul,
.section-paragraphe ol {
  font-size: 2rem;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
  line-height: 1.6;
}
.section-paragraphe ul {
  list-style-type: disc;
}
.section-paragraphe ul li:last-child,
.section-paragraphe ol li:last-child {
  margin: 0 0 10px;
}
.section-paragraphe p:nth-last-of-type(1) {
  margin: 0;
}
.section-paragraphe .bouton_ctn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-paragraphe .bouton_ctn .btn1 {
  margin: 30px 0 10px;
}
.section-paragraphe .bouton_ctn .btn2 {
  margin: 30px 0 10px 16px;
}
.section-paragraphe table {
  margin: auto;
}
.section-paragraphe table tr:nth-child(odd) {
  background-color: rgba(61,38,129,0.1);
}
.section-paragraphe table td {
  border-width: 1px;
}
@media (max-width: 992px) {
  .section-paragraphe .bouton_ctn {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-paragraphe .bouton_ctn .btn2,
  .section-paragraphe .bouton_ctn .btn1 {
    margin: 20px 0 0;
  }
  .section-paragraphe ul,
  .section-paragraphe ol {
    font-size: 1.6rem;
  }
  .section-paragraphe ul li,
  .section-paragraphe ol li {
    margin: 0 0 5px;
  }
}
@media (max-width: 767.98px) {
  .section-paragraphe .container {
    padding: 0;
    max-width: none;
    overflow: hidden;
  }
}
