:root {
  --beige: #ffecbf;
  --black: #030303;
  --vert: #004438;
  --or: #ffe096;
  --white: #fff6e0;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--beige);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  color: var(--vert);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1;
}

h2 {
  color: var(--vert);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4.7rem;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

label {
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}

.navbar {
  z-index: 1;
  background-color: var(--beige);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: fixed;
}

.image {
  width: 10%;
}

.section, .section-copy {
  justify-content: space-between;
  display: flex;
}

.image-2 {
  width: auto;
  max-width: 20%;
}

.section-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-3 {
  display: block;
}

.logo {
  max-width: 80px;
}

.text-courant {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-courant.button {
  background-color: var(--vert);
  color: var(--beige);
  border-radius: 8px;
  padding: 8px;
  font-size: 18px;
}

.text-courant.petit {
  font-size: 18px;
}

.text-courant.minimum {
  font-size: .7rem;
}

.body {
  background-color: var(--beige);
  color: var(--black);
  flex-flow: column;
  display: block;
}

.bloc-tel-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  color: var(--vert);
  font-size: 70px;
}

.section-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 64px;
  padding-left: 90px;
  padding-right: 90px;
  font-weight: 500;
  display: flex;
}

.div-block {
  flex-flow: column;
  width: 100%;
  height: 100px;
  display: block;
}

.div-block-2 {
  width: 100%;
  height: 90px;
}

.text-block-2 {
  font-size: 70px;
  font-weight: 700;
}

.heading {
  color: var(--vert);
  font-family: Montserrat, sans-serif;
  font-size: 70px;
}

.h1 {
  color: var(--vert);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 59px;
}

.div-block-3 {
  width: 45%;
  height: auto;
}

.photo-arrondi-25 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.photo-arrondi-25.droite {
  object-position: 20% 50%;
}

.section-8 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
}

.div-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.div-block-5 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.bloc-formulaire {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--or);
  border-radius: 25px;
  flex-flow: column;
  width: 100%;
  padding: 32px;
  display: flex;
}

.heading-3 {
  color: var(--black);
  text-decoration: none;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.body-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  text-align: center;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.remplir {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  height: 40px;
}

.remplir._2 {
  width: 50%;
}

.div-block-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-10 {
  width: 100%;
  height: 16px;
}

.div-block-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.div-block-12, .div-block-13 {
  width: 100%;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bouton {
  background-color: var(--vert);
  color: var(--beige);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-9 {
  background-color: var(--vert);
  justify-content: space-between;
  padding: 32px 90px;
  display: flex;
}

.h2-beige {
  color: var(--beige);
}

.texte-beige {
  color: var(--beige);
  text-decoration: none;
}

.texte-beige.petit {
  font-size: .9rem;
}

.texte-beige.chiffres {
  text-align: center;
}

.heading-4 {
  text-align: center;
  font-size: 3.5rem;
}

.section-10 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.heading-5 {
  font-weight: 600;
}

.heading-6 {
  color: var(--black);
}

.block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--or);
  border-radius: 20px;
  flex-flow: column;
  width: 30%;
  padding: 32px;
  display: flex;
}

.div-block-17 {
  justify-content: space-between;
  display: flex;
}

.text-block-4 {
  color: var(--black);
  text-align: center;
  text-decoration: none;
}

.flex-vert-align-top-gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.flex-vert-align-top-gap-32.centre {
  justify-content: flex-start;
  align-items: center;
}

.div-block-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--or);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 130px;
  display: flex;
}

.heading-7 {
  line-height: 1;
}

.div-block-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-20 {
  background-color: var(--or);
}

.bloc-jaune-arrondi {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--or);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 1900px;
  display: flex;
}

.image-4 {
  object-fit: cover;
  object-position: 15% 50%;
  border-radius: 25px;
  height: 100%;
}

.section-12 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 64px 90px 0 128px;
  display: flex;
}

.div-block-24 {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  padding: 16px 64px;
  display: flex;
}

.div-block-24._2 {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.button-2 {
  -webkit-text-stroke-color: var(--black);
  padding: 0;
}

.lottie-animation {
  width: 30px;
}

.div-block-25 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-26 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 700px;
  height: auto;
  padding-bottom: 16px;
  padding-left: 64px;
  padding-right: 64px;
  display: none;
  position: relative;
  overflow: visible;
}

.lottie-animation-2 {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.div-block-27 {
  height: 16px;
}

.q-r {
  background-color: var(--or);
  cursor: pointer;
  border-radius: 20px;
}

.div-block-28 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-13 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--or);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  padding: 32px;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  text-align: center;
}

.section-14 {
  padding-top: 64px;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-32 {
  background-color: var(--vert);
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 90px;
  display: flex;
}

.logo-footer {
  border: 1px solid var(--beige);
  max-width: 150px;
}

.div-block-33 {
  background-color: var(--or);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.h3-beige {
  color: var(--beige);
  text-align: left;
  font-size: 1.3rem;
}

.button-3 {
  background-color: var(--vert);
}

.container-1300 {
  max-width: 1350px;
}

.centre {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.spacing-4 {
  height: 4rem;
}

.spacing-2 {
  width: 100%;
  height: 2rem;
}

.hide {
  display: none;
}

.quick-stack-0-gap-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.div-block-35 {
  width: 100%;
}

.full {
  width: 100%;
  height: 100%;
}

.titre-1 {
  color: var(--vert);
  justify-content: center;
  align-items: flex-start;
  font-size: 4.3rem;
  font-weight: 800;
  display: flex;
}

.titre-2 {
  font-size: 3rem;
}

.section-padding-3rem {
  padding-left: 3rem;
  padding-right: 3rem;
}

.fond-vert {
  background-color: var(--vert);
  color: var(--beige);
}

.chiffres {
  font-size: 2.2rem;
  font-weight: 800;
}

.bloc-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.left {
  text-align: left;
}

.quick-stack-0-gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0;
}

.menu-navbar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.noir {
  color: var(--black);
}

.spacing-1 {
  height: 1rem;
}

.image-5 {
  max-width: 70px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  .text-courant {
    font-size: 1.1rem;
  }

  .text-courant.minimum {
    font-size: .7rem;
  }

  .div-block-3 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    width: auto;
    display: flex;
  }

  .section-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bloc-formulaire {
    display: block;
  }

  .block {
    width: 100%;
  }

  .div-block-17 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-18 {
    width: 20%;
  }

  .bloc-jaune-arrondi {
    width: auto;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .div-block-23 {
    width: auto;
  }

  .div-block-34 {
    width: 80%;
  }

  .section-15 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .spacing-4 {
    height: 3.5rem;
  }

  .titre-1 {
    text-align: center;
    font-size: 3rem;
  }

  .titre-2 {
    font-size: 2.7rem;
  }

  .menu-navbar {
    display: none;
  }

  .spacing-1 {
    height: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 1.8rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .flex-vert-align-top-gap-32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-24 {
    width: 100%;
    padding: 1rem;
  }

  .div-block-26, .q-r {
    width: 100%;
  }

  .spacing-4 {
    height: 3rem;
  }

  .titre-2 {
    margin-bottom: 16px;
  }

  .section-padding-3rem {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .bloc-tel-navbar {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-end;
    align-items: center;
  }

  .bloc-formulaire {
    padding: .7rem;
  }

  .heading-3 {
    font-size: 1.2rem;
  }

  .bouton {
    text-align: center;
    order: 0;
    font-size: 1rem;
  }

  .bouton.first {
    order: -9999;
  }

  .flex-vert-align-top-gap-32.centre {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bloc-jaune-arrondi {
    padding: 1rem;
  }

  .bloc-jaune-arrondi.full {
    width: 100%;
  }

  .spacing-4 {
    height: 2rem;
  }

  .quick-stack-0-gap-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .quick-stack-0-gap-2.full {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .quick-stack-0-gap-2.footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .titre-1 {
    font-size: 2.4rem;
  }

  .titre-2 {
    font-size: 1.8rem;
  }

  .section-padding-3rem {
    padding: 1rem;
  }

  .hide-mobile {
    display: none;
  }

  .cell {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-36 {
    height: .4rem;
  }
}

#w-node-_7465d52a-d39f-2f41-d0fe-168df4f139cb-c2080b41 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_02c89f43-2322-4c01-3a0f-4220c821a45b-c2080b41 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b905fd7d-32d2-8dbc-9a8c-d497cf76b7b8-c2080b41 {
  grid-column: span 2 / span 2;
}

#w-node-_94696baa-3099-0946-bd42-e09e734ee30a-c2080b41 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_044facda-a267-b505-2789-20e4fbc07e6c-c2080b41 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6eedfa1e-397e-16ad-fe6e-1ffe3111b6f7-c2080b41 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 3.5fr;
}

#w-node-_08099a09-aa70-68ea-70e1-34c3ab524675-c2080b41 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7465d52a-d39f-2f41-d0fe-168df4f139cb-c2080b41 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_044facda-a267-b505-2789-20e4fbc07e6c-c2080b41 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_08099a09-aa70-68ea-70e1-34c3ab524675-c2080b41 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_94696baa-3099-0946-bd42-e09e734ee30a-c2080b41, #w-node-_08099a09-aa70-68ea-70e1-34c3ab524675-c2080b41 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7465d52a-d39f-2f41-d0fe-168df4f139cb-c2080b41 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_6eedfa1e-397e-16ad-fe6e-1ffe3111b6f7-c2080b41 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_08099a09-aa70-68ea-70e1-34c3ab524675-c2080b41 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


