/*
################################################################################################################################################
                                                        FORMULAIRE GRAVITY FORMS
################################################################################################################################################
*/

/*------------- heading -------------*/
.gform_heading h3.gform_title {
  margin: 20px 0 30px 0;
  font-size: 1.625em;
  font-weight: 900;
  color: #d4c128;
}

.gform_heading span.gform_description {
  margin-bottom: 40px;
  font-style: italic;
  font-size: 14px;
}

/*------------- form -------------*/
.gform_wrapper .gfield_required {
  vertical-align: super;
  color: #212e38;
  font-size: 0.7em;
}

.gform_wrapper .field_description_below .gfield_description {
  font-size: 1em;
}

body .gform_wrapper ul li.gfield {
  margin-bottom: 30px;
  margin-top: 0;
}

/*----- placeholder */
.gform_wrapper ::-webkit-input-placeholder { /* Edge */
  color: #000000;
  font-style: italic;
  opacity: 1;
}

.gform_wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
  font-style: italic;
  opacity: 1;
}

.gform_wrapper ::placeholder {
  color: #000000;
  font-style: italic;
  opacity: 1;
}

/*----- label */
.gform_wrapper label.gfield_label,
.ginput_container label,
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .top_label .gfield_label {
  text-transform: none;
  color: #212e38;
  font-size: 1.125em;
  font-weight: bold;
  font-family: 'latobold', sans-serif;
}

.dark-form,
.dark-form .gfield_label,
.dark-form label.gfield_label,
.dark-form span.gfield_required,
.dark-form .ginput_container label,
.dark-form .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .dark-form .top_label label.gfield_label,
.dark-form_wrapper p.gform_required_legend,
.dark-form_wrapper span.gfield_required {
  color: #fff!important;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label {
  margin-top: 0;
}

/*-- green txt */
.gform_wrapper .green-title label.gfield_label,
.gform_wrapper h2.gsection_title {
  padding-top: 35px !important;
  margin-bottom: 30px;
  font-size: 30px;
  font-family: 'latoblack', sans-serif;
  font-weight: 900;
  color: #0f9d3f;
}

.gform_wrapper .gsection {
  padding: 0;
  border: 0
}

/*----- input */
.gform_wrapper input[type="search"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="password"],
.gform_wrapper optgroup,
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper .chosen-container .chosen-choices,
.gform_wrapper .chosen-container .chosen-drop,
.gform_wrapper .chosen-container-single .chosen-single,
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  font-size: 16px !important;
  color: #000;
  background: #fff;
  border: 0;
}

.gform_wrapper .light-form input[type="search"],
.gform_wrapper .light-form input[type="text"],
.gform_wrapper .light-form input[type="number"],
.gform_wrapper .light-form input[type="email"],
.gform_wrapper .light-form input[type="tel"],
.gform_wrapper .light-form input[type="password"],
.gform_wrapper .light-form optgroup,
.gform_wrapper .light-form select,
.gform_wrapper .light-form textarea,
.gform_wrapper .light-form .chosen-container .chosen-choices,
.gform_wrapper .light-form .chosen-container .chosen-drop,
.gform_wrapper .light-form .chosen-container-single .chosen-single,
.gform_wrapper .light-form .chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #f1f1f1;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper textarea,
.gform_wrapper .chosen-container-single .chosen-single,
.gform_wrapper select {
  padding: 14px 20px;
  min-height: 50px;
}

.gform_wrapper .ginput_complex.ginput_container_address > span:not(:last-of-type) {
  margin-bottom: 30px;
}

.gform_wrapper .ginput_complex.ginput_container > .ginput_full  {
  display: block;
}

.gform_wrapper .ginput_complex.ginput_container_address > span input {
  margin-top: 12px;
}

@media screen and (min-width: 641px) {
  .gform_wrapper .ginput_complex.ginput_container_address > span {
    display: inline-block;
  }
}

/*----- checkbox & btn radio*/
.gform_wrapper .gfield_checkbox,
.gform_wrapper .ginput_container_consent,
.gform_wrapper .gfield_radio {
  position: relative;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper .gfield_consent_label,
.gform_wrapper ul.gfield_radio li {
  overflow: hidden;
  padding-left: 21px !important;
}

.gform_wrapper ul.gfield_checkbox li:not(:last-child),
.gform_wrapper ul.gfield_radio li:not(:last-child) {
  margin-bottom: 10px;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper .ginput_container_consent input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"] {
  position: absolute;
  left: -99999rem;
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  font-size: 0.9em;
  font-family: 'latobold', sans-serif;
}

.gform_wrapper .gfield_checkbox label::before,
.gform_wrapper .ginput_container_consent label::before,
.gform_wrapper .ginput_container_consent label::before,
.gform_wrapper .gfield_checkbox label::after,
.gform_wrapper .gfield_radio label::before,
.gform_wrapper .gfield_radio label::after {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 6px;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.gform_wrapper .gfield_checkbox label::before,
.gform_wrapper .ginput_container_consent label::before,
.gform_wrapper .gfield_radio label::before {
  border: 1px solid #4a4a4a;
  background: #fff;
}

.gform_wrapper .gfield_checkbox label::after,
.gform_wrapper .ginput_container_consent label::after,
.gform_wrapper .gfield_radio label::after {
  opacity: 0;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper .ginput_container_consent input[type="checkbox"]+ label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: normal;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label::after,
.gform_wrapper .ginput_container_consent input[type="checkbox"]:checked + label::after,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label::after {
  opacity: 1;
}

/*-- checkbox */
.gform_wrapper .gfield_checkbox label::before,
.gform_wrapper .gfield_checkbox label::after,
.gform_wrapper .ginput_container_consent label::before,
.gform_wrapper .ginput_container_consent label::after {
  border-radius: 2px;
 }

.gform_wrapper .gfield_checkbox label::after,
.gform_wrapper .ginput_container_consent label::after {
  background: #066629 url(../images/checked.svg) no-repeat center;
  background-size: 7px;
}

.gfield_consent_label {
  font-family: font-family: 'latoregular', sans-serif;
  font-size: 14px;
}

/*-- btn radio */
.gform_wrapper .gfield_radio label::before,
.gform_wrapper .gfield_radio label::after {
  border-radius: 50%;
  top: 0.8em;
}

.gform_wrapper .gfield_radio label::after {
  width: 9px;
  height: 9px;
  background: #066629;
}

/*----- select */
.gform_wrapper select,
.ui-datepicker select {
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 28px;
  appearance: none;
}

  /* for IE : hides arrow */
.gform_wrapper select::-ms-expand,
.ui-datepicker select::-ms-expand {
  display: none;
}

/* -- Chosen */
.gform_wrapper .chosen-container .chosen-choices {
  border: 0;
  padding: 0;
 }

.gform_wrapper .chosen-container-active .chosen-choices,
.gform_wrapper .chosen-container-single .chosen-single,
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: none;
}

/*list proposition*/
.gform_wrapper .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
  color: #212e38;
}

.gform_wrapper .chosen-container .chosen-results li,
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice,
.gform_wrapper .chosen-container .chosen-results li.no-results {
  padding: 8px 20px;
  line-height: 1.2;
  color: #212e38;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background: rgba(15, 157, 63, 0.45);
  color: #212e38
}

/*- chosen multiple*/
.gform_wrapper .chosen-container-multi li.search-field .chosen-search-input {
  color: #000 !important;
  font-style: italic;
}
.gform_wrapper .chosen-container-multi li.search-choice + li.search-field .chosen-search-input {
  margin: 2px 4px 4px;
  width: calc(100% - 8px) !important;
  border: 1px solid #aaa !important;
  font-style: normal;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  width: 100%;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  display: block;
  width: 100%;
  margin: 0 0 2px;
  padding-right: 40px;
  border: 0;
  border-radius: 0;
  background: rgba(15, 157, 63, 0.45);
  box-shadow: none;
  font-size: 18px;
  font-family: 'latobold', sans-serif;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 13px;
  right: 13px;
}

/*- chosen single */
.gform_wrapper .chosen-container-single .chosen-single {
  padding-right: 40px;
  color: #000000 !important
}

@media screen and (max-width: 640px) {
  .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single {
    height: auto;
    line-height: inherit;
  }

  .gform_wrapper .ginput_complex.ginput_container > span {
    display: block;
    margin-bottom: 30px;
  }

  .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b {
    transform: translateY(-50%);
  }
}

.gform_wrapper .chosen-container-single .chosen-single div {
  width: 28px;
  right: 12px;
}

.gform_wrapper .chosen-container-single .chosen-single div b {
  background: url(../images/arrow.svg) no-repeat center;
  background-size: 28px;
  color: #066629;
  transition: all 0.3s ease-in-out;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: center;
  transform: rotate(180deg);
}

.gform_wrapper .chosen-container-single .chosen-search-input {
  padding: 2px 20px !important;
  min-height: inherit !important;
}

/*----- calendar */
@media screen and (min-width: 641px) {
  .ginput_container_date {
    width: 50%;
  }
}

.gform_wrapper .top_label input.medium.datepicker {
  width: 100%;
  background-image: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 30px;
}

/*-- datepicker */
.ui-datepicker {
  font-family: 'latoregular', sans-serif;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: relative;
  overflow: hidden;
  margin-top: 4px;
  background: url(../images/arrow-white.svg) no-repeat center;
  background-size: 22px;
  text-decoration: none;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  position: absolute;
  left: -99999px;
}

.ui-datepicker-next {
  transform: rotate(180deg);
}

.ui-datepicker select {
  padding: 0 20px 0 5px;
  margin-bottom: 5px;
  background-size: 18px;
  background-position: right 2px center;
}

.ui-datepicker-header,
.ui-datepicker-calendar .ui-state-active {
  background: #066629;
}

.ui-datepicker-calendar .ui-state-active {
  border-color: #066629;
  color: #fff;
  text-shadow: none;
}

/*----- submit */
.gform_footer {
  text-align: center;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  max-width: 240px;
  width: 100%;
  padding: 10px;
  margin-bottom: 4rem;
  background-color: #6158a6;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
}

/*----- two-col */
@media screen and (min-width: 641px) {
  .two-col {
    display: inline-block;
    width: 50%;
  }
}

/*----- field civiliy */
.gform_wrapper .field-civility .gfield_label {
  font-weight: normal;
}

.gform_wrapper .field-civility .gfield_radio li {
  display: inline-block;
  margin-bottom: 0 !important;
  margin-right: 40px;
}
