@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-contactform {
  max-width: 1360px;
  margin: 50px auto;
}
.section-contactform input[type=text] {
  padding: 15px 30px !important;
}
.section-contactform form.wpcf7-form {
  max-width: 760px;
  margin: 0 auto;
}
.section-contactform form.wpcf7-form input[name="nom"] {
  width: 49%;
  margin-right: 1%;
}
.section-contactform form.wpcf7-form input[name="email"] {
  width: 49%;
  margin-left: 1%;
}
.section-contactform form.wpcf7-form select {
  -webkit-appearance: auto !important;
}
.section-contactform .toggle {
  display: inline-block;
  position: relative;
  user-select: none;
  margin: 3px 0px;
}
.section-contactform .toggle input {
  position: absolute;
  z-index: 1;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
.section-contactform .toggle input + span.wpcf7-list-item-label {
  padding-left: 46px;
  position: relative;
  cursor: pointer;
}
.section-contactform .toggle label {
  margin-top: 1px;
}
.section-contactform .toggle input + span.wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #c8c8c8;
  display: inline-block;
  height: 20px;
  width: 40px;
  border-radius: 10px;
  transition: background-color 0.3s ease 0s;
}
.section-contactform .toggle input + span.wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 2px;
  left: 2px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 10px;
  transition: transform 0.2s ease 0s;
}
.section-contactform .toggle input:checked + span.wpcf7-list-item-label::before {
  background-color: #F4aa3a;
}
.section-contactform .toggle input:checked + span.wpcf7-list-item-label::after {
  transform: translateX(20px);
}
.grecaptcha-badge {
  display: none !important;
}
body.darkmode .section-contactform input[type=text],
body.darkmode form.wpcf7-form textarea,
body.darkmode form.wpcf7-form input[type="email"],
body.darkmode form.wpcf7-form select {
  background-color: transparent;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .section-contactform form input[name="nom"],
  .section-contactform form input[name="email"] {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
