@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-introbarometres {
  padding: 20px 10px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  background-color: #2EB685;
}
.section-introbarometres .wrapper {
  position: relative;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  width: 95%;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}
.section-introbarometres .wrapper h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 1.1;
  margin-bottom: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}
.section-introbarometres .wrapper div.intro {
  max-width: 1300px;
}
.section-introbarometres .wrapper .boutons {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
  margin-top: 10px;
}
.section-introbarometres .wrapper .boutons a:nth-child(1) {
  background-color: #fff;
  color: #2EB685;
  border: 2px solid #ffffff;
}
.section-introbarometres .wrapper .boutons a:nth-child(1):hover {
  background-color: transparent;
  color: #ffffff;
}
.section-introbarometres .wrapper .boutons a:nth-child(2) {
  background-color: #1e1e1e;
  color: #ffffff;
  border: 2px solid #1e1e1e;
}
.section-introbarometres .wrapper .boutons a:nth-child(2):hover {
  background-color: transparent;
  color: #1e1e1e;
}
body.darkmode main .section-introbarometres {
  background-color: #1e1e1e;
}
body.darkmode main .section-introbarometres .wrapper p.h2like,
body.darkmode main .section-introbarometres .wrapper h1 {
  color: #2EB685;
}
body.darkmode main .section-introbarometres .wrapper .boutons a:nth-child(2) {
  background-color: #2EB685;
  color: #1e1e1e;
  border: 2px solid #2EB685;
}
body.darkmode main .section-introbarometres .wrapper .boutons a:nth-child(2):hover {
  background-color: transparent;
  color: #2EB685;
}
body.typeplus main .section-introbarometres .wrapper form button[type="submit"] span {
  font-family: Courier, serif;
}
@media (max-width: 992px) {
  .section-introbarometres .wrapper h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .section-introbarometres .wrapper h1 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .section-introbarometres .wrapper p.paragraphe {
    max-width: 100%;
  }
  .section-introbarometres .wrapper form > p span {
    width: 100%;
    padding: 20px;
  }
  .section-introbarometres .wrapper .boutons {
    flex-direction: column;
    margin-top: 25px;
  }
  .section-introbarometres .wrapper .boutons a:nth-child(1) {
    margin-bottom: 20px;
  }
}
