@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-bloccta {
  width: 100%;
}
.section-bloccta .bloccta__globalcontainer {
  max-width: 1100px;
  height: auto;
  margin: 0 auto 100px auto;
}
.section-bloccta .bloccta__globalcontainer .bloccta__container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.section-bloccta .bloccta__globalcontainer .bloccta__container h2 {
  margin: 0 0px 5px 0px;
  transform: rotate(-2deg);
}
.section-bloccta .bloccta__globalcontainer .bloccta__container h3 {
  color: #c9c9f2;
  transform: rotate(-2deg);
}
.section-bloccta .bloccta__globalcontainer .bloccta__container p {
  margin: 40px 0px;
}
.section-bloccta .bloccta__globalcontainer .bloccta__container button {
  position: relative;
  width: max-content;
  color: #251654;
  background-color: #F4aa3a;
  border: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-bloccta .bloccta__globalcontainer .bloccta__container a.btn__yt2 {
  align-self: flex-start;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form {
  z-index: 1000;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(25,59,54,0.4);
  transition: opacity 0.3s ease-in-out 0s, height 0s ease 0.3s;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form.preload {
  transition: none;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body {
  width: 95%;
  height: 95%;
  max-width: 950px;
  max-height: 800px;
  overflow-y: auto;
  background-color: #ffffff;
  -webkit-transform: translate(-125%,0);
  -moz-transform: translate(-125%,0);
  -ms-transform: translate(-125%,0);
  -o-transform: translate(-125%,0);
  transform: translate(-125%,0);
  -webkit-box-shadow: 4px 4px 4px 4px #00000033;
  -moz-box-shadow: 4px 4px 4px 4px #00000033;
  -o-box-shadow: 4px 4px 4px 4px #00000033;
  box-shadow: 4px 4px 4px 4px #00000033;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.3s ease-in-out 0s;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body::-webkit-scrollbar {
  display: none;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body .bloccta__close {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: translate(30%,-30%);
  -moz-transform: translate(30%,-30%);
  -ms-transform: translate(30%,-30%);
  -o-transform: translate(30%,-30%);
  transform: translate(30%,-30%);
  background-color: #251654;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  padding: 35px 70px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p {
  width: 45%;
  margin: 0 0 10px 0;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p:nth-child(2) {
  width: 100%;
  color: #F4aa3a;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p:nth-child(3),
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p:nth-child(4) {
  font-size: 16px;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p:nth-child(3) label,
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p:nth-child(4) label {
  display: flex;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p:nth-child(5),
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p:nth-child(8) {
  width: 100%;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p input {
  border: 1px solid #F4aa3a;
  padding: 10px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p input[type="url"] {
  display: block;
  width: 100%;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p input[type="submit"] {
  margin: 0 auto;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p textarea {
  height: 150px;
  border: 1px solid #F4aa3a;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p:last-child {
  width: 100%;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form .remarques,
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form .check,
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form .envoyer {
  width: 100%;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form .envoyer input {
  color: #F4aa3a;
  font-weight: 600;
  padding: 15px 35px;
  background-color: #251654;
  border: 0;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form .wpcf7-list-item input[type="checkbox"] {
  margin: 0px 20px 0px 0px;
}
.section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form::-webkit-scrollbar {
  display: none;
}
.section-bloccta .bloccta__globalcontainer .visible {
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0s, height 0s ease 0s;
}
.section-bloccta .bloccta__globalcontainer .visible .bloccta__form-body {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  transition: all 0.3s ease-in-out 0s;
}
body.lightmode main .section-bloccta .bloccta__globalcontainer .bloccta__container h3 {
  color: #63549f;
}
@media (max-width: 1200px) {
  .section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body .bloccta__close {
    top: 10px;
    right: 10px;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  .section-bloccta .bloccta__globalcontainer .visible .bloccta__form-body {
    overflow-y: auto;
  }
  .section-bloccta .bloccta__globalcontainer .bloccta__container {
    flex-direction: column;
  }
  .section-bloccta .bloccta__globalcontainer .bloccta__container h2 {
    font-size: 3.2rem;
    margin: 0;
  }
  .section-bloccta .bloccta__globalcontainer .bloccta__container button {
    position: relative;
    bottom: -40px;
    display: inline-flex;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .section-bloccta .bloccta__globalcontainer {
    border-radius: 2rem;
  }
  .section-bloccta .bloccta__globalcontainer .bloccta__container {
    padding: 3rem 15%;
  }
  .section-bloccta .bloccta__globalcontainer .bloccta__container p {
    margin: 20px 0px 0px 0px;
  }
  .section-bloccta .bloccta__globalcontainer .bloccta__container svg {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form {
    padding: 35px;
  }
  .section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p {
    width: 100%;
  }
  .section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form .wpcf7-list-item {
    display: flex;
  }
  .section-bloccta .bloccta__globalcontainer .bloccta__form .bloccta__form-body form p input[type="checkbox"] {
    margin: 0 10px 0 0;
  }
  .section-bloccta .bloccta__globalcontainer .bloccta__container {
    padding: 3rem 0;
  }
  .section-bloccta .bloccta__globalcontainer .bloccta__container button {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .section-bloccta .bloccta__globalcontainer .bloccta__container h2 {
    font-size: 2.8rem;
  }
}
