:root {
  --primary: #23688f;
  --combine-library--white: white;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-400: #8c94a5;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--primary-800: #472def;
  --titre: #006f93;
  --combine-library--grey-200: #bfc4ce;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

a {
  text-decoration: none;
}

.left-menu {
  border-top: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  background-color: #f3f3f3;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 360px;
  height: 90vh;
  margin-top: auto;
  margin-bottom: auto;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.main-wrapper {
  width: calc(100% - 360px);
  margin-left: auto;
  padding-left: 40px;
}

.heading {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.heading._2 {
  text-shadow: 0 1px 5px #00000070;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 43px;
}

.div-block {
  background-color: var(--primary);
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
}

.body {
  overflow: hidden;
}

.code-embed {
  background-color: #fff;
}

.div-block-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content_wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 40px 17px;
  display: flex;
}

.heading-2 {
  color: var(--combine-library--white);
  text-transform: none;
  text-shadow: 0 1px 8px #000000e3;
  max-width: 650px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
}

.heading-2.all-cap {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-2.all-cap.mobile {
  display: none;
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  align-items: center;
  padding: 9px 20px;
  display: flex;
}

.underline-link:hover {
  color: #fff;
  background-color: #7494be;
}

.underline-link.form {
  margin-left: auto;
}

.button-text {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.button-text-item {
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  display: flex;
}

.icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .1rem;
  display: flex;
  transform: rotate(45deg);
}

.div-block-3 {
  z-index: 1;
  background-color: var(--primary);
  color: #fff;
  border-radius: 2px;
  position: absolute;
  inset: 0%;
}

.div-block-3.inversed {
  background-color: var(--primary);
  height: 1px;
  position: relative;
  top: auto;
}

.formulaire_wrapper {
  z-index: 99;
  background-color: var(--combine-library--white);
  width: 640px;
  max-width: 100vw;
  height: 100vh;
  padding-top: 79px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: auto;
  box-shadow: 0 2px 5px #0003;
}

.formulaire_wrapper_inner {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.heading-3 {
  z-index: 99;
  color: var(--combine-library--white);
  text-shadow: 0 1px 5px #0003;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 40px;
  font-family: Varela Round, sans-serif;
  position: relative;
}

.heading-3.inverted {
  color: var(--primary);
  text-shadow: none;
}

.form-block {
  width: 100%;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_label {
  color: var(--combine-library--grey-800);
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_checkbox-label {
  color: var(--combine-library--grey-800);
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  border-color: var(--combine-library--grey-400);
  cursor: pointer;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: var(--combine-library--grey-600);
}

.combine-form_checkbox-icon.w--redirected-checked {
  border-color: var(--combine-library--primary-600);
  background-color: var(--combine-library--primary-600);
  background-size: 90%;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  border-color: var(--combine-library--primary-600);
  box-shadow: none;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-form_input-grey {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--combine-library--grey-800);
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--primary);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-400);
}

.combine-form_text-area-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 100%;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_text-area-grey:focus {
  border-color: var(--primary);
}

.combine-form_text-area-grey::placeholder {
  color: var(--combine-library--grey-400);
}

.combine-form_link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_link:hover {
  color: var(--combine-library--primary-800);
}

.combine-section_contact3 {
  background-color: var(--combine-library--white);
}

.combine-contact3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.combine-contact3_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-contact3_form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.combine-contact3_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-contact3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  background-color: var(--combine-library--grey-600);
  cursor: pointer;
  border-radius: 55%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.div-block-5:hover {
  background-color: var(--combine-library--grey-800);
}

.code-embed-2 {
  margin-top: 5px;
}

.success-message {
  background-color: var(--primary);
  border-radius: 25px 0;
  padding: 57px;
}

.text-block {
  color: var(--combine-library--white);
  text-shadow: 0 1px 1px #0003;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.div-block-6 {
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-7 {
  position: relative;
}

.div-block-7._2 {
  width: 100%;
  margin-top: 40px;
}

.text-block-2 {
  text-shadow: 0 1px 4px #0003;
  font-size: 17px;
}

.image {
  z-index: 50;
  width: 250px;
  position: relative;
}

.image._2 {
  width: 350px;
  margin-bottom: 20px;
  position: absolute;
  left: 0;
}

.image-2 {
  position: absolute;
  inset: auto 0% 0%;
}

.image-2.zindex {
  z-index: -3;
}

.code-embed-3 {
  width: 100%;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-contact3_component {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-2.all-cap {
    font-size: 23px;
  }

  .heading-2.all-cap.mobile, .formulaire_wrapper {
    display: none;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-form_input-grey, .combine-form_text-area-grey {
    min-width: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading-2.all-cap {
    display: none;
  }

  .heading-2.all-cap.mobile {
    display: block;
  }

  .button-text {
    height: auto;
  }

  .formulaire_wrapper {
    display: block;
  }

  .formulaire_wrapper_inner {
    margin-top: 25%;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-4 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .div-block-5 {
    top: 1%;
  }

  .image._2 {
    padding-right: 40px;
  }
}

#w-node-_52dc413a-7dc3-a9a6-690e-a1972d36056e-a26a326d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
