#contact-hero {
  /* min-height: calc(100vh); */
  padding-bottom: 8em;
}
#contact-hero .section-left {
  width: 26%;
  justify-content: flex-start;
}
#contact-hero .section-title.contact {
  font-size: var(--size-22-30-30);
  line-height: 1.4em;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  margin: 1em 0;
}
#contact-hero .section-subtitle.contact {
  color: #C9C9C9;
  font-family: "Parkinsans";
  font-weight: 300;
  font-size: var(--size-25-50-50);
  line-height: 1.4em;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  margin: 1em 0;
}
#contact-hero .section-content.contact {
  padding: 0;
  margin: 0;
  flex: 1;
}
#contact-hero .section-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#contact-hero .content-separator {
  padding-top: 0.6em;
  margin: 0 2.5em 0 0;
  width: 60px;
  height: 0;
  border-bottom: 1px solid var(--theme-orange);
}
#contact-hero .candidatures {
  width: 100%;
  margin-top: 10vh;
  padding: 2em 2em;
  background-color: var(--theme-orange);
  border-radius: 5px;
}
#contact-hero .candidatures .section-title {
  color: #fff;
  text-align: left;
  padding: 0;
  margin: 1em 0;
  max-width: 270px;
}
#contact-hero .candidatures .section-subtitle {
  color: #fff;
  text-align: left;
  padding: 0;
  margin: 0;
}
#contact-hero .candidatures .section-content {
  color: #fff;
  text-align: left;
  padding: 0;
  margin: 0;
  max-width: 344px;
}
#contact-hero .candidatures #gites-btn {
  margin: 2em 0 0 0;
}
#contact-hero .candidatures #gites-btn .btn-title {
  padding: 0.6em 1em;
}
#contact-hero .section-right {
  width: 68%;
  border-radius: 5px;
}
#contact #contact-form-wrapper .form-hint {
  color: #fff;
  font-family: "DM Sans";
  font-weight: 400;
  font-style: italic;
  font-size: var(--size-11-12-12);
  line-height: 1.2em;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
  margin: auto auto 0 auto;
}
#contact #contact-form-wrapper {
  background-color: var(--main-color);
  border-radius: 5px;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 6% 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#contact-form-wrapper .nf-form-wrapper {
  width: 100%;
}
#contact-form-wrapper nf-fields-wrap {

}
#contact #contact-form-wrapper .nf-form-cont {
  width: 100%;
}
#contact #contact-form-wrapper nf-field {
  /* width: 100%; */
}
#contact #contact-form-wrapper input, #contact #contact-form-wrapper textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "DM Sans";
  font-size: var(--size-12-14-14);
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 1em 0;
  padding: 0 0.6em 1em 0.6em;
}
#contact #contact-form-wrapper textarea {
  border: 1px solid #fff;
  border-radius: 5px;
}
#contact #contact-form-wrapper input[type="submit"] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: var(--size-14-20-20);
  line-height: 1em;
  letter-spacing: 0;
  padding: 1em 1.6em;
  margin: 1em auto;
  text-transform: uppercase;
  background-color: var(--theme-orange);
  border-radius: 99px;
  border: none;
}
#contact #contact-form-wrapper .label-above .nf-field-label {
    margin-bottom: 0;
}
#contact #contact-form-wrapper label  {
  font-weight: 600;
  font-size: var(--size-12-15-15);
  line-height: 2em;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 0.5em 0;
  padding: 0;
  display: block;
}
#contact #contact-form-wrapper .nf-label-span  {
  font-weight: 600;
  font-size: var(--size-14-18-18);
  line-height: 2em;
  letter-spacing: 0em;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 0;
  display: block;
}
#contact #contact-form-wrapper .nf-form-wrap.ninja-forms-form-wrap  {
  height: 100%;
}
#contact #contact-form-wrapper .list-radio-wrap .nf-field-element li {
  display: flex;
  margin: 1em 0 !important;
}
#contact #contact-form-wrapper ul label  {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: var(--size-12-15-15);
  line-height: 1.25em;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
}
#contact #contact-form-wrapper input[type="radio"] {
  margin: 0 0.5em;
  padding: 0;
  accent-color: var(--theme-orange);
}
#contact #contact-form-wrapper .nf-before-form-content {
  display: none;
}
#contact #contact-form-wrapper .ninja-forms-req-symbol {
  display: none;
}
@media (max-width: 992px) {
  #contact-hero {
    padding-bottom: 1em;
  }
  #contact-hero .section-wrapper {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  #contact-hero .section-left {
    width: 100%;
  }
  #contact-hero .section-right {
    width: 100%;
  }
  #contact-hero .section-title.contact {
    margin-right: auto;
  }
  #contact-hero .section-content-wrapper {
    flex-direction: column;
  }
  #contact-hero .content-separator {
    margin: 1em 0;
  }
  #contact-hero .candidatures {
    margin-top: 2em;
    padding: 1em 1em;
  }
  #contact #contact-form-wrapper .nf-form-cont .one-half {
    width: 100%;
  }
}
