:root {
  --light-green: #a1db53;
  --green: #013933;
  --beige: white;
  --white: #fff;
  --dark-green: #0a272f;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

h3 {
  color: var(--light-green);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 41px;
}

p {
  text-align: center;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
}

a {
  text-decoration: underline;
}

label {
  margin-bottom: 8px;
  padding-left: 34px;
  font-family: Outfit, sans-serif;
  font-size: 19px;
  font-weight: 200;
  display: block;
}

.section_100vh {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.section_100vh.is_green_bg {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
}

.section_100vh.is_green_bg.with_pattern {
  background-image: url('../images/NAONEST_bg_chanvre.svg');
  background-position: 0 0;
  background-size: auto 20%;
}

.section_100vh.is_green_bg.with_pattern.naonest-pattern {
  background-image: url('../images/NAONEST_bg_top.png'), url('../images/NAONEST_BG_Nest.svg'), url('../images/NAONEST_bg_chanvre.svg');
  background-position: 50% 0, 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, auto 20%;
}

.section_100vh.is_green_bg.nest_pattern {
  background-image: url('../images/NAONEST_BG_Nest.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section_100vh.is_bg_section_1 {
  background-image: url('../images/NAONEST_Maquette.webp');
  background-position: 0 0;
  background-size: cover;
}

.section_100vh.is_bg_section_1.with_shadow {
  background-image: url('../images/NAONEST_Maquette_1.webp');
  box-shadow: 0 -6px 16px 2px #00000005;
}

.section_100vh.is_bg_section_2 {
  background-image: url('../images/NAONEST_Terrains.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_100vh.is_bg_section_3 {
  background-image: url('../images/NAONEST_Chanvre.webp');
  background-position: 0 0;
  background-size: cover;
}

.section_100vh.is-beige-bg {
  background-color: var(--beige);
  max-width: 1440px;
}

.is-white {
  color: var(--white);
  text-align: center;
  font-weight: 100;
}

.text-intro {
  text-align: center;
  max-width: 800px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 40px;
}

.container_1440 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 100%;
  padding: 80px 60px;
  display: flex;
}

.container_1440.is_horizontal_flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  display: flex;
}

.container_1440.is-align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.container_1440.align_left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
}

.section_margin_140 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.is-bold-green {
  color: var(--light-green);
  font-weight: 700;
}

.grid_1440 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.step_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step_number {
  color: var(--light-green);
  margin-bottom: 12px;
  font-family: Outfit, sans-serif;
  font-size: 84px;
  font-weight: 900;
  line-height: 84px;
}

.step_title {
  color: var(--dark-green);
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 100;
  line-height: 32px;
}

.step_plus {
  background-image: url('../images/NAONEST_Plus.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.container {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-width: 620px;
  max-width: 530px;
  height: 310%;
  min-height: 150%;
  display: flex;
}

.container.rotation-right-15 {
  transform: translate(-40%)rotate(15deg);
}

.container.rotation-right-15.is_green_bg {
  background-color: var(--dark-green);
  transform: translate(-49%)rotate(15deg);
}

.container.rotation-left-15 {
  transform: rotate(-15deg);
}

.container.rotation-left-15.is-green-bg {
  background-color: var(--dark-green);
  transform: translate(-300px)rotate(-15deg);
}

.step_section_wrapper {
  padding-left: 79px;
  padding-right: 79px;
}

.step_section_wrapper.rotation-left-15 {
  padding-top: 78px;
  transform: rotate(-15deg);
}

.step_section_wrapper.rotation-right-15 {
  transform: rotate(15deg);
}

.step_section_number {
  color: var(--light-green);
  font-family: Outfit, sans-serif;
  font-size: 84px;
  font-weight: 900;
  line-height: 84px;
}

.section_title {
  color: var(--dark-green);
  max-width: 450px;
  margin-bottom: 28px;
  font-family: Outfit, sans-serif;
  font-size: 44px;
  font-weight: 100;
  line-height: 48px;
  position: sticky;
}

.section_title.is-white {
  color: var(--white);
  text-align: left;
}

.section_title.is_white {
  color: var(--white);
}

.section_title.is_white.is-center {
  text-align: center;
  max-width: 770px;
}

.step_section_content {
  color: var(--dark-green);
  font-family: Outfit, sans-serif;
  font-size: 25px;
  font-weight: 100;
  line-height: 32px;
}

.step_section_content.is_white {
  color: var(--white);
  margin-bottom: 40px;
}

.step_arrow {
  max-width: 60px;
  margin-left: 46px;
  margin-right: 46px;
}

.wrapper-lieux_examples {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 46px;
  display: flex;
}

.wrapper_examples-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text_examples {
  color: var(--white);
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
}

.button {
  border: 3px solid var(--light-green);
  background-color: var(--light-green);
  color: var(--green);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 14px 36px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.button.is_outline {
  border: 3px solid var(--light-green);
  background-color: var(--green);
  color: var(--light-green);
  -webkit-text-stroke-width: 0px;
}

.button.is_outline.is-without-bg {
  background-color: #01393300;
}

.button.is-dark-grey {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
  color: var(--light-green);
}

.wrapper_button {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapper_header {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.wrapper_cible {
  background-color: var(--green);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
  display: flex;
}

.heading {
  color: var(--white);
  font-family: Outfit, sans-serif;
  font-size: 26px;
  font-weight: 100;
}

.picto {
  width: 160px;
}

.section {
  background-color: var(--light-green);
  padding-bottom: 10px;
  display: flex;
}

.heading-2 {
  color: var(--dark-green);
  width: 100%;
  font-family: Outfit, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 49px;
}

.wrapper_year {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.year_date {
  color: var(--light-green);
  font-family: Outfit, sans-serif;
  font-size: 144px;
  font-weight: 900;
  line-height: 144px;
}

.date_text {
  color: var(--white);
  width: 100%;
  font-family: Outfit, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 54px;
}

.container_parcours {
  background-color: var(--beige);
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding: 60px 60px 50px;
  display: flex;
}

.wrapper_legend {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 36px;
  display: flex;
}

.icon_euro {
  background-image: url('../images/NAONEST_Icon_Euro.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 35px;
  height: 35px;
}

.legend_text {
  color: var(--dark-green);
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.grid-form {
  grid-template-rows: auto;
  width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-form {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.form_field {
  border: 1px solid var(--light-green);
  background-color: var(--white);
  border-radius: 50px;
  min-height: 70px;
  padding-left: 32px;
  padding-right: 24px;
}

.form_field::placeholder {
  color: #b4b4b4;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 100;
}

.form_field.is-message {
  min-height: 230px;
  padding-top: 22px;
}

.form_field.form_selected {
  color: #b4b4b4;
  background-image: url('../images/Vector-268.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: Outfit, sans-serif;
  font-size: 17px;
  font-weight: 100;
}

.wrapper_form_field {
  width: 100%;
}

.form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 22px;
}

.section-footer {
  background-color: var(--green);
  border-bottom: 0 solid #e4ebf3;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  margin-top: 0;
  padding: 50px 4.5rem 1px;
  position: relative;
}

.footer-bas {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-base__button-text-3 {
  color: #002034;
  text-transform: none;
  margin-right: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.footer-divider {
  background-color: #002034;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.wrapper-footer-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright-center {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.footer-copyright-center:hover {
  font-weight: 600;
}

.footer-copyright-center.left {
  color: #fff;
}

.container-footer {
  width: 100%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.bouton-principal {
  color: #f18c76;
  cursor: pointer;
  background-color: #fdc519;
  border: 1px #fdc519;
  border-radius: 7em;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 3rem;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-copyright-center-2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.footer-copyright-center-2:hover {
  font-weight: 700;
}

.footer-copyright-center-2.separateur {
  color: #fff;
  font-weight: 300;
}

.html-embed-2 {
  height: 28px;
  margin-left: 8px;
  line-height: 12px;
}

.footer-title {
  color: #fff;
  max-width: 460px;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 100;
  line-height: 45px;
}

.follow {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wrapper-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 20px;
  display: flex;
}

.wrapper-footer.right {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

.link-footer:hover {
  text-decoration: underline;
}

.link-footer.follow {
  margin-bottom: 0;
}

.link-footer.passage {
  margin-bottom: 8px;
}

.link-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.link-2:hover {
  font-weight: 700;
}

.chevron-bouton {
  z-index: 100;
  color: #002034;
  height: 19px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 18px;
  position: relative;
}

.button-base__overlap {
  background-color: #fff;
  width: 0%;
  line-height: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-base__overlap.overlap--size-from-left {
  transform-origin: 0%;
  background-color: #002034;
  border: 0 #002034;
  inset: 0% auto 0% 0%;
}

.section_photo_mobile {
  display: none;
}

.container-2 {
  width: 100%;
}

.wrapper-download {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper_chrono {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.scroll-to-top {
  width: 0;
  height: 0;
}

.link-block {
  z-index: 1;
  border: 1px solid var(--light-green);
  background-color: var(--white);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 12px;
  position: fixed;
  inset: auto 5% 5% auto;
}

.image-4 {
  transform: rotate(-90deg);
}

.footer_wrapper_button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.checkbox-label {
  color: var(--green);
  font-weight: 100;
}

.section_ecoindex {
  background-color: #008060;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: inline-flex;
}

.ecoindex_text {
  color: #fff;
  margin-left: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.ecoindex_text.is_bold {
  font-weight: 800;
}

.link-3 {
  color: var(--light-green);
  font-weight: 700;
}

.required {
  color: var(--light-green);
}

.success-message {
  background-color: var(--white);
}

.text-block-3 {
  color: var(--dark-green);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 26px;
  line-height: 29px;
  display: flex;
}

.error-message {
  background-color: var(--white);
}

.text-block-4 {
  color: #e90000;
}

@media screen and (min-width: 1440px) {
  .section-footer {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-copyright-center.left:hover {
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 35px;
    line-height: 37px;
  }

  .section_100vh.is_green_bg {
    height: auto;
    min-height: 100vh;
  }

  .section_100vh.is-beige-bg {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .text-intro {
    padding-left: 38px;
    padding-right: 38px;
  }

  .container_1440 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_margin_140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid_1440 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .step_number {
    font-size: 70px;
  }

  .step_title {
    font-size: 23px;
  }

  .container.rotation-right-15 {
    transform: rotate(15deg);
  }

  .container.rotation-right-15.is_green_bg {
    transform: translate(0%)rotate(15deg);
  }

  .container.rotation-left-15.is-green-bg {
    transform: rotate(-15deg);
  }

  .section_title.is_white.is-center {
    max-width: 520px;
  }

  .step_arrow {
    width: 40px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .wrapper_cible {
    min-width: 330px;
    max-width: 330px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .picto {
    width: 140px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .year_date {
    font-size: 110px;
  }

  .date_text {
    font-size: 40px;
    line-height: 50px;
  }

  .container_parcours {
    width: 100%;
    padding: 80px 40px;
  }

  .grid-form {
    flex-flow: column;
    display: flex;
  }

  .section-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-2 {
    width: 260px;
    font-size: 16px;
    line-height: 19px;
  }

  .section-footer {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .footer-bas {
    flex-flow: column;
  }

  .button-base__button-text-3 {
    margin-right: 20px;
    padding-left: 0;
  }

  .container-footer {
    max-width: none;
  }

  .bouton-principal {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-copyright-center-2 {
    text-align: right;
  }

  .footer-title {
    font-size: 35px;
    line-height: 33px;
  }

  .section_photo_mobile {
    background-image: url('../images/NAONEST_Maquette.webp');
    background-position: 100% 0;
    background-size: cover;
    min-height: 520px;
    display: block;
  }

  .footer_wrapper_button {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .section-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .wrapper-footer {
    width: 100%;
  }

  .wrapper-footer.right {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 47px;
  }

  .ecoindex_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 30px;
    line-height: 32px;
  }

  .section_100vh.is_green_bg {
    min-height: auto;
  }

  .section_100vh.is_green_bg.with_pattern.naonest-pattern {
    height: 100vh;
  }

  .section_100vh.is_bg_section_1.with_shadow {
    justify-content: center;
    align-items: center;
    height: 90vh;
    overflow: hidden;
  }

  .section_100vh.is_bg_section_2 {
    height: 90vh;
  }

  .text-intro {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 33px;
  }

  .container_1440 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding: 40px 24px;
  }

  .container_1440.is_horizontal_flex {
    flex-flow: column;
  }

  .section_margin_140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid_1440 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container.rotation-right-15 {
    justify-content: center;
    align-items: center;
    min-width: 380px;
    height: 110%;
    min-height: 110%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    overflow: visible;
    transform: translate(-5%)rotate(10deg);
  }

  .container.rotation-right-15.is_green_bg {
    transform: translate(0%)rotate(10deg);
  }

  .container.rotation-left-15.is-green-bg {
    min-width: 380px;
    height: 110%;
    min-height: 110%;
    padding-left: 30px;
    padding-right: 30px;
    transform: translate(-5%)rotate(-10deg);
  }

  .step_section_wrapper.rotation-left-15 {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    transform: rotate(-10deg);
  }

  .step_section_wrapper.rotation-right-15 {
    padding-left: 24px;
    padding-right: 24px;
    transform: rotate(10deg);
  }

  .step_section_number {
    font-size: 70px;
  }

  .section_title {
    max-width: 90vw;
    font-size: 34px;
    line-height: 38px;
  }

  .section_title.is-white {
    font-size: 34px;
    line-height: 38px;
  }

  .section_title.is_white.is-center {
    max-width: 250px;
  }

  .step_section_content {
    max-width: 90vw;
    font-size: 18px;
    line-height: 27px;
  }

  .step_arrow {
    transform: rotate(90deg);
  }

  .wrapper-lieux_examples {
    flex-flow: column;
    margin-top: 0;
  }

  .wrapper_examples-item {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .text_examples {
    font-size: 20px;
    line-height: 26px;
  }

  .wrapper_button {
    flex-flow: column;
  }

  .wrapper_header {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading {
    text-align: center;
    line-height: 35px;
  }

  .is-white {
    font-size: 18px;
    line-height: 30px;
  }

  .heading-2 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .wrapper_year {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .year_date {
    font-size: 90px;
    line-height: 120px;
  }

  .date_text {
    font-size: 34px;
    line-height: 38px;
  }

  .container_parcours {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon_euro {
    width: 26px;
  }

  .legend_text {
    font-size: 15px;
  }

  .grid-form {
    padding-left: 0;
    padding-right: 0;
  }

  .section-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form_field.form_selected {
    background-position: 93%;
    background-size: 20px;
  }

  .text-block-2 {
    line-height: 24px;
  }

  .section-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-bas {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .button-base__button-text-3 {
    font-size: 1.1em;
  }

  .wrapper-footer-right {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright-center.left {
    text-align: left;
  }

  .container-footer {
    max-width: none;
  }

  .bouton-principal {
    white-space: nowrap;
    align-self: auto;
  }

  .footer-copyright-center-2 {
    text-align: center;
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright-center-2.separateur {
    display: none;
  }

  .html-embed-2 {
    height: 25px;
  }

  .footer-title {
    max-width: none;
    padding-right: 36px;
    font-size: 28px;
  }

  .follow {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .link-footer.follow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section_photo_mobile {
    min-height: 240px;
  }

  .image-2 {
    max-width: 230px;
  }

  .image-3 {
    width: 50px;
    transform: rotate(90deg);
  }

  .wrapper-download {
    flex-flow: column;
  }

  .section_ecoindex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    height: 90px;
    display: flex;
  }

  .ecoindex_text {
    font-size: 14px;
    line-height: 22px;
  }

  .ecoindex_text.is_bold {
    margin-left: 6px;
  }
}

#w-node-c621563c-bb9a-9175-0730-530c92c5b20b-35fa69d6 {
  place-self: center;
}


