@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-introhome {
  padding: 10px;
  z-index: 1;
  position: relative;
  margin: 0 auto 30px;
  background: radial-gradient(rgba(244,170,58,0.25) 0%,#251654 50%);
}
.section-introhome .wrapper {
  position: relative;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  width: 95%;
  text-align: center;
  align-items: center;
  margin: 200px auto 100px;
}
.section-introhome .wrapper p.h2like {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.section-introhome .wrapper h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 9rem;
  line-height: 0.9;
  margin-bottom: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
.section-introhome .wrapper div.intro {
  max-width: 1300px;
}
.section-introhome .wrapper div.intro p {
  font-size: 2.8rem;
  line-height: 1.25;
  letter-spacing: 1px;
  font-weight: 200;
  text-align: center;
  color: #ffffff;
}
.section-introhome .wrapper .boutons {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
  margin-top: 50px;
}
.section-introhome .wrapper .boutons a:nth-child(1) {
  background-color: #fff;
  color: #251654;
  border: 2px solid #ffffff;
}
.section-introhome .wrapper .boutons a:nth-child(1):hover {
  background-color: transparent;
  color: #ffffff;
}
.section-introhome .wrapper .boutons a:nth-child(2) {
  background-color: #F4aa3a;
  color: #1e1e1e;
  border: 2px solid #F4aa3a;
}
.section-introhome .wrapper .boutons a:nth-child(2):hover {
  background-color: transparent;
  color: #F4aa3a;
}
body.lightmode main .section-introhome {
  background: #c9c9f2;
}
body.lightmode main .section-introhome .wrapper p.h2like,
body.lightmode main .section-introhome .wrapper h1 {
  color: #251654;
}
body.lightmode main .section-introhome .wrapper .boutons a:nth-child(1) {
  background-color: #251654;
  color: #ffffff;
  border: 2px solid #251654;
}
body.lightmode main .section-introhome .wrapper .boutons a:nth-child(1):hover {
  background-color: transparent;
  color: #251654;
}
body.lightmode main .section-introhome .wrapper .boutons a:nth-child(2) {
  background-color: #F4aa3a;
  color: #1e1e1e;
  border: 2px solid #F4aa3a;
}
body.lightmode main .section-introhome .wrapper .boutons a:nth-child(2):hover {
  background-color: transparent;
  color: #F4aa3a;
}
body.typeplus main .section-introhome .wrapper form button[type="submit"] span {
  font-family: Courier, serif;
}
@media (max-width: 1400px) {
  .section-introhome .wrapper div.intro p {
    font-size: 2.5rem;
  }
}
@media (max-width: 1300px) {
  .section-introhome .wrapper p.h2like {
    font-size: 3rem;
  }
  .section-introhome .wrapper div.intro p {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .section-introhome .wrapper p.h2like {
    font-size: 2.5rem;
  }
  .section-introhome .wrapper h1 {
    font-size: 7rem;
  }
  .section-introhome {
    margin: 0 auto 100px;
  }
  .section-introhome .wrapper {
    margin: 35px auto;
  }
  .section-introhome .wrapper div.intro p {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .section-introhome .wrapper h1 {
    font-size: 7rem;
    margin-bottom: 25px;
  }
  .section-introhome .wrapper p.h2like {
    font-size: 2.2rem;
  }
  .section-introhome .wrapper p.paragraphe {
    max-width: 100%;
  }
  .section-introhome .wrapper form > p span {
    width: 100%;
    padding: 20px;
  }
  .section-introhome .wrapper .boutons {
    flex-direction: column;
    margin-top: 25px;
  }
  .section-introhome .wrapper .boutons a:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .section-introhome .wrapper h1 {
    font-size: 4.4rem;
  }
  .section-introhome .wrapper p.h2like {
    font-size: 2rem;
  }
  .section-introhome .wrapper div.intro p {
    font-size: 1.7rem;
  }
}
