/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/contact/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.oce-contact {
  display: flex;
  flex-direction: column;
  gap: 5%;
  padding: 80px var(--block--horizontal-padding);
  background-color: var(--oce--bg--light);
  /* FORMULAIRE */
}
.oce-contact__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-bottom: 30px;
}
.oce-contact__title-content {
  font-weight: 300;
}
.oce-contact__title-paragraph {
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 400;
}
.oce-contact__form-container {
  width: 100%;
}
.oce-contact .contact_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.oce-contact .contact_wrapper.gravity-theme {
  background: var(--pure-white);
  padding: 32px;
}
.oce-contact .contact_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
  color: var(--oce--text--primary);
}
.oce-contact .contact_wrapper.gravity-theme .gfield input,
.oce-contact .contact_wrapper.gravity-theme .gfield select,
.oce-contact .contact_wrapper.gravity-theme .gfield textarea {
  border: none;
  border-radius: 4px;
  outline: none;
  padding: 16px;
  background-color: var(--oce--bg--light);
}
.oce-contact .contact_wrapper.gravity-theme .gfield_select {
  appearance: none; /* Supprime le style natif */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%272%27%3E%3Cpath d=%27M6 9l6 6 6-6%27/%3E%3C/svg%3E") no-repeat;
  background-position: right 10px center; /* Décale la flèche */
  background-size: 12px;
  padding-right: 30px; /* Laisse de l’espace pour la flèche */
}
.oce-contact .contact_wrapper.gravity-theme .gfield textarea {
  padding: 18px 15px;
  font-family: "Helvetica Neue";
}
.oce-contact .contact_wrapper.gravity-theme .ginput_right,
.oce-contact .contact_wrapper.gravity-theme .ginput_left,
.oce-contact .contact_wrapper.gravity-theme .ginput_complex {
  width: 100%;
  flex: 1;
}
.oce-contact .contact_wrapper.gravity-theme .gchoice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.oce-contact .contact_wrapper.gravity-theme .gfield-choice-input {
  width: inherit !important;
  min-height: inherit !important;
  margin-right: 10px;
}
.oce-contact .contact_wrapper.gravity-theme .gfield--type-html a {
  color: var(--primary);
}
.oce-contact .contact_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  justify-content: space-between;
}
.oce-contact .gform_next_button {
  margin: 0px 0px 0px auto;
}
.oce-contact .contact_wrapper.gravity-theme .gform_previous_button.gform-theme-button--secondary,
.oce-contact .contact_wrapper.gravity-theme .gform_next_button,
.oce-contact .contact_wrapper.gravity-theme .gform_button {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  gap: 10px;
  padding: 12px 25px;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 500;
  background-color: var(--oce--bg--light);
  color: var(--oce--text--primary);
  margin-bottom: 0px;
}
.oce-contact .contact_wrapper.gravity-theme .gform_next_button,
.oce-contact .contact_wrapper.gravity-theme .gform_button {
  background-color: var(--oce--text--primary);
  color: var(--pure-white);
}
.oce-contact .contact_wrapper.gravity-theme .gf_step {
  position: relative;
  padding: 8px 80px 32px 0;
  margin: 0;
  text-transform: uppercase;
}
.oce-contact .contact_wrapper.gravity-theme .gf_step_completed {
  display: none;
}
.oce-contact .contact_wrapper.gravity-theme .gf_step::after {
  content: url("data:image/svg+xml,%3Csvg width=%278%27 height=%2713%27 viewBox=%270 0 8 13%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.17266 6.49999L0.222656 1.54999L1.63666 0.135986L8.00066 6.49999L1.63666 12.864L0.222656 11.45L5.17266 6.49999Z%27 fill=%27%235C666F%27/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 18px;
  right: 32px;
}
.oce-contact .contact_wrapper.gravity-theme .gf_step:last-child::after {
  content: none !important;
}
.oce-contact .contact_wrapper.gravity-theme .gf_step_number,
.oce-contact .contact_wrapper.gravity-theme .gf_step_active .gf_step_number {
  display: block;
  border: none;
  border-radius: 0;
  color: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  height: inherit;
  width: inherit;
  text-align: inherit;
  background: transparent;
}
.oce-contact .contact_wrapper.gravity-theme .gf_step_active .gf_step_number,
.oce-contact .contact_wrapper.gravity-theme .gf_step_completed .gf_step_number {
  color: var(--oce--red);
}
.oce-contact .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
  content: none !important;
}
.oce-contact .gform-body {
  position: relative;
}
.oce-contact .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after {
  align-items: center;
  color: var(--oce--red);
  content: "\e917";
  display: block;
  font-family: gform-icons-theme;
  font-size: 1.5rem;
  left: inherit;
  right: -24px;
  position: absolute;
  text-align: center;
  top: 0;
  height: inherit;
  width: inherit;
  background: transparent;
  z-index: 1;
}
.oce-contact .contact_wrapper.gravity-theme .gf_step_active {
  font-weight: 700;
}
.oce-contact .contact_wrapper.gravity-theme .gf_step_label {
  padding-left: 0;
  font-weight: 400;
  text-transform: none;
  white-space: nowrap;
}
.oce-contact .contact_wrapper.gravity-theme .gf_step_active .gf_step_label {
  font-weight: 500;
  color: var(--oce--text--primary);
}
.oce-contact .contact_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
  border: none;
  border-radius: 50%;
  content: "";
  display: table-cell;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.oce-contact .gf_page_steps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.oce-contact .gf_page_steps::-webkit-scrollbar {
  display: none;
}
.oce-contact .gf_step_active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 75%;
  left: 0;
  height: 3px;
  background-color: var(--oce--red);
}
.oce-contact .form__button-container {
  position: relative;
}
.oce-contact .form__next-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 32px;
  width: 32px;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjE3MTY4IDcuMDAwMjNMMC4yMjE2OCAyLjA1MDIzTDEuNjM1NjggMC42MzYyM0w3Ljk5OTY4IDcuMDAwMjNMMS42MzU2OCAxMy4zNjQyTDAuMjIxNjggMTEuOTUwMkw1LjE3MTY4IDcuMDAwMjNaIiBmaWxsPSIjRkZGRkZGIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 25%;
  border-radius: 1000px;
  background-color: var(--oce--red);
  pointer-events: none;
}
.oce-contact .form__previous-button::before {
  content: "";
  position: absolute;
  z-index: 10;
  height: 32px;
  width: 32px;
  background-position: center;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjE3MTY4IDcuMDAwMjNMMC4yMjE2OCAyLjA1MDIzTDEuNjM1NjggMC42MzYyM0w3Ljk5OTY4IDcuMDAwMjNMMS42MzU2OCAxMy4zNjQyTDAuMjIxNjggMTEuOTUwMkw1LjE3MTY4IDcuMDAwMjNaIiBmaWxsPSIjRkZGRkZGIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 25%;
  border-radius: 1000px;
  background-color: var(--oce--red);
  pointer-events: none;
}
.oce-contact .form__next-button .gform_next_button {
  padding-right: 52px !important;
}
.oce-contact .form__previous-button .gform_previous_button {
  padding-left: 52px !important;
}
.oce-contact .gform-theme-button {
  font-weight: 500;
  font-family: "Helvetica Neue";
}
.oce-contact .gform_ajax_spinner {
  display: none;
}
.oce-contact .gform_wrapper.gravity-theme .gfield_validation_message, .oce-contact .gform_wrapper.gravity-theme .validation_message, .oce-contact .gform_wrapper.gravity-theme .gform_validation_errors {
  color: var(--oce--text--primary);
  background-color: rgba(197, 62, 62, 0.1);
  border: none;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  line-height: 1.2em;
}
.oce-contact .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
  color: var(--oce--text--primary);
}
.oce-contact .gform_validation_errors {
  display: none !important;
}
.oce-contact .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error .gform-icon--circle-error::before {
  color: var(--oce--red--error);
}
.oce-contact .gform_page_footer {
  padding-bottom: 0px !important;
}
.oce-contact .gform_wrapper.gravity-theme .validation_message::before {
  content: "\e91a";
  font-family: gform-icons-theme;
  font-size: 1.25rem;
  color: var(--oce--red--error);
  margin-right: 14px;
}
.oce-contact .gfield-choice-input {
  accent-color: var(--oce--red);
}
.oce-contact .gform-field-label--type-inline a {
  text-decoration: none;
  font-weight: 600;
  line-height: 1.6em;
  position: relative;
  color: var(--oce--text--primary);
}
.oce-contact .gform-field-label--type-inline a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--oce--text--primary);
  bottom: -6px;
}
.oce-contact .gform_confirmation_message {
  position: relative;
  padding-top: 148px;
  text-align: center;
}
.oce-contact .gform_confirmation_message::before {
  position: absolute;
  left: 50%;
  font-size: 120px;
  transform: translate(-50%, -160px);
  color: var(--oce--red);
  content: "";
  height: 128px;
  width: 128px;
  background: rgba(197, 62, 62, 0.1) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAzNiAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjU5MDIgMjEuNzVMMy4yNTAxNiAxMy40MUwwLjQxMDE1NiAxNi4yM0wxMS41OTAyIDI3LjQxTDM1LjU5MDIgMy40MDk5N0wzMi43NzAyIDAuNTg5OTY2TDExLjU5MDIgMjEuNzVaIiBmaWxsPSIjRUI1OTYzIi8+Cjwvc3ZnPgo=) no-repeat center center;
  background-size: 40%;
  border-radius: 100000px;
}

@media screen and (min-width: 992px) {
  .oce-contact {
    flex-direction: row;
  }
  .oce-contact__title {
    max-width: 330px;
    font-weight: 300;
  }
  .oce-contact .contact_wrapper.gravity-theme .gfield_select {
    max-width: 400px;
  }
  .oce-contact .contact_wrapper.gravity-theme .gf_step_completed {
    display: inline-block;
  }
}

/*# sourceMappingURL=index.css.map*/