@font-face {
  font-family: 'DK';
  src: url('/wp-content/themes/yatatheme/fonts/DK/dk_liquid_embrace-webfont.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/DK/dk_liquid_embrace-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cera';
  src: url('/wp-content/themes/yatatheme/fonts/cera/CeraPro-Regular.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/cera/CeraPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cera';
  src: url('/wp-content/themes/yatatheme/fonts/cera/CeraPro-Bold.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/cera/CeraPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
.section-texteblocs {
  width: 100%;
  overflow: hidden;
}
.section-texteblocs .texteblocs__globalcontainer {
  position: relative;
  max-width: 1500px;
  margin: 0 auto 100px auto;
}
.section-texteblocs .texteblocs__globalcontainer .lebouton {
  text-align: center;
}
.section-texteblocs .texteblocs__globalcontainer .lebouton .btn__yt2 {
  margin-top: 50px;
}
.section-texteblocs .texteblocs__globalcontainer .texteblocs__container {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  column-gap: 2rem;
}
.section-texteblocs .texteblocs__globalcontainer .texteblocs__container .pretitle {
  grid-column: 2 / 9;
}
.section-texteblocs .texteblocs__globalcontainer .texteblocs__container h2 {
  grid-column: 2 / 9;
}
.section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__text-part {
  grid-column: 2 / 9;
  margin: 40px 0 50px 0;
}
.section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container {
  grid-column: 1 / 13;
}
.section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part {
  display: flex;
  justify-content: space-between;
  width: auto;
  overflow: visible;
}
.section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc {
  background-color: #fff;
  width: 32.3%;
  height: auto;
  padding: 50px 40px 20px;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc .texteblocs__bloc-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc .texteblocs__bloc-wrapper h3 {
  color: #251654;
}
.section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc .texteblocs__bloc-wrapper p {
  color: #1e1e1e;
}
.section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc .texteblocs__bloc-wrapper img {
  max-width: 183px;
  max-height: 128px;
  margin-bottom: 20px;
}
.section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc .texteblocs__bloc-wrapper p.source {
  color: #3C286B;
  font-size: 1.6rem;
  line-height: 2rem;
  padding-top: 10px;
  border-top: 1px solid #F4aa3a;
  margin-bottom: 0;
}
body.lightmode main .section-texteblocs .texteblocs__globalcontainer .texteblocs__container h3 {
  color: #251654;
}
body.lightmode main .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .pretitle,
body.lightmode main .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .chapeau,
body.lightmode main .section-texteblocs .texteblocs__globalcontainer .texteblocs__container h2 {
  color: #3C286B;
}
body.lightmode main .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc .texteblocs__bloc-wrapper p {
  color: #1e1e1e;
}
body.lightmode main .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc {
  box-shadow: none;
}
body.typeplus main .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .pretitle,
body.typeplus main .section-texteblocs .texteblocs__globalcontainer .texteblocs__container h2 {
  font-family: Courier, serif;
}
body.typeplus main .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc .texteblocs__bloc-wrapper h3 {
  font-family: Courier, serif;
}
@media (max-width: 1367px) {
  .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part {
    flex-wrap: wrap;
  }
  .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc {
    width: 47%;
    margin: 0 0 5% 0;
  }
}
@media (max-width: 992px) {
  .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 5% auto;
  }
  .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc:last-child {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__text-part,
  .section-texteblocs .texteblocs__globalcontainer .texteblocs__container h2,
  .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .pretitle {
    grid-column: 1 / 13;
  }
}
@media (max-width: 575px) {
  .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__text-part {
    margin: 10px 0 20px 0;
  }
  .section-texteblocs .texteblocs__globalcontainer .texteblocs__container .texteblocs__bloc-container .texteblocs__bloc-part .texteblocs__bloc {
    padding: 30px 20px 20px;
  }
}
