@font-face {
  font-family: Acuminproextracond;
  src: url('../fonts/acuminproextracond-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --main-color: #ee7430;
  --bleu: #141f35;
  --dim-grey: #566073b3;
  --white: white;
  --walsh--black: #2c2c2c;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --walsh--azure: #e7f1f1;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.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;
}

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.text-span-9 {
  color: var(--main-color);
}

.button-hero {
  background-color: var(--main-color);
  text-align: center;
  border-radius: 100px;
  width: 50%;
  margin-top: 0;
  padding: 18px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  transition: all .3s;
}

.button-hero:hover {
  background-color: var(--main-color);
  transform: scale(1.1);
}

.hero-text-block-corners {
  text-align: center;
  max-width: 1040px;
  padding-bottom: 0;
}

.hero-paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin: 60px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.hero-paragraph.center {
  text-align: center;
  margin-bottom: 40px;
}

.hero-h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
}

.hero-h1.center {
  text-align: center;
  margin-bottom: 40px;
  margin-left: 5%;
  margin-right: 5%;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  line-height: 51px;
}

.hero-h1.center.une-solution {
  margin-left: 5%;
  margin-right: 5%;
  padding-right: 0;
}

.hero-section-image {
  color: #ee7430;
  text-align: center;
  background-color: #fff0;
  background-image: linear-gradient(#141f35cc, #141f35cc), url('../images/photos5-min.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  margin-top: 113px;
  margin-bottom: 40px;
  padding: 100px 3%;
  display: block;
}

.hero-section-image.gestionnaires {
  background-image: linear-gradient(#141f35cc, #141f35cc), url('../images/2022_03_01MOVRENTLIEVIN0026.JPG');
  background-position: 0 0, 50% 80%;
  margin-top: 140px;
  display: block;
}

.hero-section-image.promoteurs {
  background-image: linear-gradient(#141f35cc, #141f35cc), url('../images/photo-chaise-rouge-seconde-vie.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.flex-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-container.container-elephant {
  max-width: 1450px;
}

.flex-container.grid-rse-en-chiffre {
  max-width: 1450px;
  margin-top: auto;
  margin-bottom: 39px;
}

.h2 {
  color: var(--bleu);
  text-align: center;
  max-width: 100%;
  margin-bottom: 45px;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 60px;
}

.h2.white {
  color: var(--bleu);
  text-align: center;
}

.h2.h2-centre {
  color: var(--bleu);
  text-align: center;
  max-width: 1200px;
  margin-bottom: 131px;
  margin-left: auto;
  margin-right: auto;
  line-height: 60px;
}

.h2.h2-centre.une-plateforme {
  max-width: 1000px;
}

.h2.questions-article {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  line-height: 35px;
}

.h2.questions-article.un-veritable-enjeu {
  text-align: center;
}

.h2.questions-article.les-avantages-de {
  text-transform: none;
  font-size: 60px;
  font-weight: 700;
}

.h2.nos-engagements {
  text-align: center;
}

.h2.h2-les-avantages {
  float: none;
  clear: both;
  text-align: center;
  margin-top: 129px;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
}

.h2.h2-les-avantages.h2-titre-plateforme {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.feature-text {
  color: var(--bleu);
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.content-test {
  aspect-ratio: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3% 40px;
  position: static;
}

.content-test.nos-engagements-durables {
  background-color: #fff;
  padding-top: 40px;
}

.content-test.nos-engagements-durables.color {
  background-color: var(--bleu);
  padding-top: 40px;
}

.content-test.fle.flex-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-top: 36px;
  padding-bottom: 0;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.content-test.fle.flex-container-2.testcollectivit {
  flex: 0 auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 81px;
}

.content-test.flex-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-text-block {
  color: var(--main-color);
  text-align: left;
  margin-top: 126px;
  padding-top: 0;
  padding-bottom: 25px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
}

.feature-icon {
  width: 49px;
  margin-right: 16px;
}

.grid-fonctionnement {
  grid-column-gap: 60px;
  border-top: 2px solid #ee732f0d;
  border-bottom: 2px solid #ee732f0d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-items: center;
  margin: 40px 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
}

.grid-fonctionnement.grid-rse {
  border-top-style: none;
  border-bottom-style: none;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  margin-top: 0;
}

.features-grid-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template: "Area"
  / 2fr;
  grid-auto-rows: 354px;
  align-content: center;
  align-self: center;
  align-items: center;
  margin-top: 99px;
}

.features-grid-wrapper.grid-engagements {
  grid-column-gap: 34px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.features-grid-wrapper.grid-les-avantages-de-la-location {
  grid-template-columns: 1fr 1.25fr;
  margin-top: 120px;
}

.features-grid-wrapper.grid-les-avantages-de-la-location.grid-article-plateforme {
  grid-template-columns: 1.25fr;
}

.features-grid-wrapper.grid-ameliorer-aspect-rse {
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1.25fr;
}

.feature-image-1 {
  aspect-ratio: auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
  max-height: 100%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.feature-image-1.image-article-les-avantages {
  max-width: 600px;
  margin-top: 138px;
  margin-left: auto;
  margin-right: auto;
}

.small-blocks {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.feature-image-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.standard-paragraph {
  color: #566073b3;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.standard-paragraph._40-bottom-margin {
  text-align: center;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.standard-paragraph._40-bottom-margin.reponse-question {
  text-align: justify;
  margin-top: 42px;
  padding-top: 0;
  font-style: normal;
}

.standard-paragraph._40-bottom-margin.paragraphe-sous-titre {
  text-align: justify;
  padding-top: 25px;
}

.standard-paragraph.center {
  text-align: center;
  max-width: 750px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.standard-paragraph.center.white {
  color: var(--dim-grey);
  max-width: 1050px;
}

.standard-paragraph.center.white.garder-votre {
  color: var(--white);
}

.standard-paragraph.center.subtitle {
  max-width: 100%;
}

.standard-paragraph.text-elephant {
  color: var(--bleu);
  text-align: center;
  margin-top: 0;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
}

.div-block-2 {
  background-image: url('../images/IMG_8174.JPG');
  background-position: 50%;
  background-size: cover;
}

.div-block-2:hover {
  background-image: url('../images/IMG_8186.JPG');
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url("https://cdn.prod.website-files.com/6852c576331d629d01bf2664/6852c576331d629d01bf284c_Appt-temoin-132-Rue-de-l'Ouche-Quinet-St-Sebastien-7%202-min.png");
  background-position: 50%;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.hero-graphic-right {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.service-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 55px;
}

.service-grid.grid-bilan-personnalise {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.avantages {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 3% 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.avantages.gagner-du-temps {
  aspect-ratio: auto;
  background-color: var(--bleu);
  object-fit: fill;
  overflow: visible;
}

.profile-details {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.faq-title {
  color: var(--bleu);
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.paragraph-basic {
  color: #566073b3;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1.4px solid #0000;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: visible;
}

.div-block:hover {
  border-color: var(--main-color);
}

.halftone-pattern-2 {
  position: absolute;
  inset: auto 0% -70px 4%;
}

.grid-icon {
  margin-right: 20px;
}

.feature-header {
  color: var(--bleu);
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.halftone-pattern {
  z-index: -1;
  position: absolute;
  inset: 50% auto 0% -60px;
}

.gradient-div {
  background-image: linear-gradient(to bottom, var(--main-color), #f6fcff 0%, var(--main-color) 0%, #ee732f17 0%, #ee732f00);
  opacity: 1;
  height: 130px;
  padding-bottom: 69px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient-div.notre-rse-en-chiffres {
  background-image: none;
}

.grid-wrapper-2 {
  grid-column-gap: 49px;
  grid-row-gap: 65px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 75px;
  display: grid;
  position: static;
}

.grid-wrapper-2.grid-rese-elephant {
  grid-template-rows: auto;
}

.grid-wrapper-2.grid-rese-elephant.grid-notre-rse {
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.grid-wrapper-2.lmnp {
  display: grid;
}

.feature-grid-block {
  padding: 24px;
}

.feature-grid-block:hover {
  border: 1px solid #ee732f33;
  border-radius: 20px;
  padding: 23px;
}

.feature-section {
  border-bottom: 1px #e2e4e8;
  padding: 80px 3% 100px;
  position: relative;
}

.feature-section.rse-en-chiffres {
  padding-top: 60px;
}

.feature-section.rse-en-chiffres.rse-page-leasing {
  padding-top: 85px;
}

.icon-image {
  width: 60px;
  margin-bottom: 20px;
}

.logos-section {
  margin-top: 100px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.grid-logos-partenaires {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ".";
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  width: 100%;
  max-width: 1180px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-logos-partenaires.bailleurs {
  grid-column-gap: 30px;
  grid-template-rows: 127px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-logos-partenaires.bailleurs.gris-logos-mobile-2.grid-logo-bailleurs {
  grid-column-gap: 30px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto 127px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-logos-partenaires.logo-marques {
  grid-template-rows: repeat(auto-fit, 200px) 200px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-logos-partenaires.logo-marques.logos-leasing {
  grid-template-rows: repeat(auto-fit, 200px);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 1380px;
}

.grid-logos-partenaires.logos-lmnp {
  grid-template-columns: 1fr 1fr;
}

.grid-logos-partenaires.logos-homepage {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr)) 200px 200px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-logos-partenaires.logos-homepage.grid-homepage {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr)) 200px 200px 200px 200px 200px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.grid-logos-partenaires.grid-logo-mobile.logos-promoteurs {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-logos-partenaires.grid-logos-gestionnaire {
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-columns: 1fr 1fr 1fr;
}

.logos-partenaires {
  max-width: 75%;
  height: auto;
  max-height: none;
}

.logos-partenaires.pichet {
  overflow: visible;
}

.logos-partenaires._1001 {
  max-width: 100%;
}

.bottom-section {
  padding: 100px 3%;
  position: relative;
}

.bottom-section.formulaire-de-contact {
  padding-top: 25px;
}

.banner {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1140px;
  min-height: auto;
  margin: 0 auto;
  padding: 20px 80px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 32px 64px #ee732f1a;
}

.banner.collectivit {
  margin-bottom: 0;
  padding-top: 20px;
}

.banner-text-wrapper {
  z-index: 20;
  position: relative;
}

.cta-header {
  color: #1b2d45;
  margin-bottom: 8px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.banner-button {
  background-color: var(--main-color);
  border-radius: 500px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.bold-text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.bold-text-2 {
  margin-right: 0;
  font-weight: 400;
}

.bold-text-3 {
  text-align: left;
  font-weight: 400;
}

.subscribe-form {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
  padding-right: 20px;
}

.subscribe-form-input {
  border: 1px solid #00000012;
  border-radius: 30px;
  width: 250px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  margin-top: 15px;
  margin-left: auto;
  font-family: Open Sans, sans-serif;
}

.gallery-grid-container-test {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "." 1fr
                 "." 1fr
                 "." 1fr
                 "." 1fr
                 "." 1fr
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.gallery-grid-container-test.grid-homepage, .gallery-grid-container-test.grid-photos-gestionnaires {
  grid-template-rows: .75fr .5fr;
}

.gallery-grid-container-test.grid-photos-bailleurs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: .75fr .5fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-grid-container-test.grid-photos-bailleurs.lmnp {
  grid-row-gap: 19px;
  grid-template-rows: 1fr .5fr;
}

.logo {
  opacity: .25;
  text-align: center;
  width: 200px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  color: #fff;
  background-color: #78d893;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 400;
}

.error-message {
  color: #ff8a8a;
  border-radius: 12px;
  flex: 0 auto;
  order: 1;
  align-self: center;
  padding: 20px;
  font-size: 16px;
}

.text-span-10 {
  color: #78d893;
}

.nav-logo {
  width: 54px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navigation-left {
  align-items: center;
  max-width: 250px;
  display: flex;
}

.nav-link {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--main-color);
  text-indent: 0;
  white-space: normal;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.w--current {
  color: #353535;
  font-size: 14px;
}

.nav-link.dark-blue {
  color: #1b2d45;
  white-space: nowrap;
  margin-right: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 16px 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-wrap {
  z-index: 999;
  border: 10px none var(--white);
  mix-blend-mode: normal;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: inset 0 2px 5px #0003;
}

.arrow {
  width: 15px;
}

.brand {
  margin-right: 44px;
}

.image-2 {
  width: 100px;
  max-width: 100%;
}

.nav-menu-2 {
  color: #5e727d;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: static;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.primary-cta {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 20px 26px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 3px #00000012;
}

.button-hero-2 {
  background-color: var(--main-color);
  border-radius: 100px;
  margin-top: 0;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
}

.button-hero-2:hover {
  border: 3px none var(--main-color);
  background-color: var(--main-color);
  color: #fff;
  transform: scale(1.1);
}

.hero-section {
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 100px 3% 20px;
}

.hero-grid-wrapper {
  grid-column-gap: 19px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.hero-image {
  width: 100%;
}

.hero-text-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span {
  color: var(--main-color);
}

.flex-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-container-2.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h2-2 {
  color: #fff;
  margin-bottom: 14px;
}

.h2-2.h2-centre {
  color: var(--bleu);
  font-size: 48px;
}

.h2-2.white {
  color: #fff;
  text-align: center;
}

.ttile-paragraph {
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.service-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 55px;
  display: block;
}

.standard-paragraph-2 {
  color: #566073b3;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.standard-paragraph-2.center {
  text-align: center;
  max-width: 650px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.standard-paragraph-2.center.white {
  color: #fff;
}

.paragraph-basic-2 {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.grid-block-2 {
  background-color: #f9fafb;
  border: 1.4px solid #0000;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 19px;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-block-2:hover {
  border-color: var(--main-color);
}

.service-section {
  text-align: left;
  border-bottom: 0 solid #78d89329;
  padding: 40px 3% 20px;
  display: block;
}

.icon {
  color: #1b2d45;
  font-size: 15px;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 750px;
  height: 100%;
  margin-top: 90px;
}

.profile-block {
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.arrow-right {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% -25px 0% auto;
  box-shadow: 0 5px 10px #1b2d451a;
}

.avantages-2 {
  background-color: #78d893;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 3% 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-basic-3 {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.arrow-left {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% auto 0% -25px;
  box-shadow: 0 5px 10px #1b2d451a;
}

.quotes-icon {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -40px 0 auto;
}

.slide-wrap {
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding: 90px 60px 50px;
  display: flex;
}

.slide-nav {
  display: none;
}

.mask {
  background-color: #0000;
  overflow: visible;
  box-shadow: 0 20px 50px #4689d733;
}

.slide {
  background-color: #fff;
  border: 1px #4689d733;
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.bottom-section-2 {
  padding: 50px 3% 80px;
  position: relative;
}

.grid-faq {
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
  justify-items: stretch;
  width: 110%;
  margin-top: 0;
  margin-left: 100px;
}

.h3 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 40px;
}

.feature-header-2 {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
}

.grid-wrapper-3 {
  grid-column-gap: 49px;
  grid-row-gap: 65px;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 75px;
}

.feature-grid-block-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr;
  padding: 24px;
}

.feature-grid-block-2:hover {
  border: 1px solid #ee732f33;
  border-radius: 20px;
  padding: 23px;
}

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(#141f35cc, #141f35cc), url('../images/media-18813312-011.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.flex-container-2-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-container-2-copy.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-container-2-copy.hero {
  max-width: 800px;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  color: #ed7230;
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.form {
  text-align: center;
  width: 100%;
}

.form-block-3 {
  width: 80%;
}

.footer {
  background-color: var(--main-color);
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 60px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.legal-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.legal-text {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.textarea {
  min-height: 200px;
}

.paragraph {
  text-align: center;
  align-self: auto;
}

.bold-text-7 {
  text-align: left;
}

.text-block {
  font-size: 14px;
}

.text-span-11 {
  color: var(--main-color);
}

.image-6 {
  z-index: 2;
  text-align: left;
  object-fit: fill;
  object-position: 50% 50%;
  margin-left: 0;
  position: relative;
}

.text-span-12 {
  color: var(--main-color);
}

.image-7 {
  margin-top: -948px;
  margin-left: -10px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-2 {
  z-index: 1;
  clear: none;
  color: #fff;
  flex: 0 auto;
  order: 0;
  margin-bottom: 0;
  margin-left: 22px;
  padding-top: 0;
  font-size: 18px;
  line-height: 26px;
  display: block;
  position: static;
}

.paragraph-2._3 {
  margin-top: -546px;
  margin-bottom: 110px;
}

.text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
}

.text-span-17, .text-span-18, .text-span-19, .text-span-20 {
  font-weight: 700;
}

.image-8, .image-9, .image-10, .image-11 {
  margin-bottom: auto;
}

.text-span-21 {
  color: var(--main-color);
}

.paragraph-3 {
  color: var(--bleu);
  text-align: center;
  max-width: 1250px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-3.une-offre {
  margin-bottom: 45px;
  padding-top: 30px;
}

.image-12 {
  margin-top: 100px;
  margin-left: 200px;
  padding-left: 0;
}

.image-13 {
  margin-top: 100px;
  margin-left: 200px;
}

.section {
  margin-top: -15px;
  margin-bottom: 100px;
  margin-left: 173px;
}

.col-picto {
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-15, .image-16, .image-17 {
  margin-top: -445px;
  margin-left: -170px;
}

.text-block-2 {
  color: var(--bleu);
  text-align: center;
  margin: -1557px 1445px 671px 380px;
  padding-top: 221px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.text-block-2._87 {
  margin-top: -1180px;
  margin-left: 758px;
  margin-right: 1541px;
  padding-right: 343px;
}

.text-span-22 {
  color: #fff;
  margin-right: 52px;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
}

.text-span-23 {
  font-size: 16px;
  font-weight: 700;
}

.text-block-3 {
  margin-left: 762px;
}

.text-block-3.op-rationnelle {
  text-align: center;
  margin: -835px 1085px 820px 750px;
  padding-top: 0;
}

.text-span-24 {
  color: var(--main-color);
  text-align: center;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
}

.text-span-25 {
  color: #fff;
  text-align: center;
}

.text-span-26 {
  color: #fff;
  font-size: 13px;
}

.text-block-4 {
  text-align: center;
  margin: -595px 721px 572px 1117px;
  padding-right: 0;
}

.text-span-27 {
  color: var(--bleu);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.text-span-28 {
  color: #fff;
  font-size: 13px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin: -585px 360px 251px 1480px;
  padding-right: 0;
  font-size: 13px;
}

.text-span-29 {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 700;
}

.image-18 {
  float: none;
  clear: none;
  text-align: left;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.image-18.margin {
  z-index: auto;
  float: right;
  margin-left: 0;
  position: relative;
  overflow: visible;
}

.image-18.margin:hover {
  overflow: visible;
}

.grid {
  grid-template-rows: auto 1.5fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-19 {
  float: right;
  margin-left: 0;
  margin-right: 35px;
  overflow: visible;
}

.image-20 {
  margin-left: 35px;
}

.image-21 {
  margin-left: 0;
}

.text-block-6 {
  margin-left: 289px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column {
  margin-bottom: 75px;
}

.title-pillier-1 {
  color: var(--bleu);
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  display: none;
  position: absolute;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-22 {
  margin-top: -30px;
  margin-left: 660px;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-23 {
  margin-top: -30px;
  margin-left: 140px;
  padding-top: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-24 {
  margin-top: -30px;
  margin-left: 200px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-6 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-25 {
  margin-top: -30px;
  margin-left: 110px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.column-2 {
  z-index: auto;
  clear: none;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-26 {
  float: right;
  margin-right: -103px;
}

.image-27 {
  float: right;
  margin-right: 0;
}

.image-28 {
  float: left;
  margin-left: 0;
}

.image-29 {
  float: left;
  clear: none;
  margin-left: -103px;
}

.column-3 {
  padding-right: 11px;
}

.columns {
  margin-bottom: 100px;
}

.div-block-7 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-block-7 {
  text-align: center;
  margin-left: 500px;
  margin-right: -60px;
  padding-top: 86px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-7.excellencefinanci-re {
  margin-left: 498px;
}

.div-verti-orange {
  background-image: linear-gradient(to bottom, var(--main-color), #ee732f94);
  border-radius: 20px;
  height: 100%;
  padding: 30px 10px 0;
}

.text-block-8 {
  color: var(--bleu);
  text-align: center;
  margin: 10px 15px 0;
  font-size: 22px;
  font-weight: 700;
}

.columns-2 {
  flex-flow: wrap;
  margin-bottom: 40px;
  display: flex;
}

.text-span-30 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-block-9 {
  color: var(--main-color);
  text-align: center;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 22px;
  font-weight: 700;
}

.text-span-31 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-block-10 {
  color: var(--bleu);
  text-align: center;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 22px;
  font-weight: 700;
}

.text-span-32 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-block-11 {
  color: var(--main-color);
  text-align: center;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 22px;
  font-weight: 700;
}

.text-span-33 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.container-2 {
  text-align: left;
  height: 100%;
}

.div-piliers-ligne {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: flex;
}

.div-block-down {
  z-index: 3;
  background-color: #141f35b8;
  border-radius: 50px;
  margin-left: -30%;
  margin-right: 75%;
  display: none;
  position: relative;
}

.div-block-11 {
  z-index: 10;
  float: right;
  background-image: url('../images/canapgris.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100px;
  height: 100px;
  position: relative;
  inset: 0% 0% auto auto;
}

.div-block-12 {
  z-index: 0;
  float: right;
  background-image: url('../images/canapgris.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 140px;
  right: 0;
}

.div-block-13 {
  background-image: url('../images/iStock-1290846069-min.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  border-radius: 5%;
  margin: 40px 3% 100px 25%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.div-block-14 {
  z-index: 2;
  float: right;
  background-color: #e90707;
  flex: 0 auto;
  width: 80%;
  height: 100px;
  margin-left: 3%;
  position: relative;
  top: 0;
  bottom: 0;
}

.section-2 {
  flex-wrap: wrap;
  margin-left: 3%;
  margin-right: 3%;
  display: block;
}

.div-verti-blue {
  background-image: linear-gradient(to bottom, var(--bleu), #141f35a1);
  border-radius: 20px;
  height: 100%;
  padding: 30px 10px 0;
}

.column-4, .column-5, .column-6, .column-7 {
  margin-bottom: 40px;
}

.div-block-in {
  z-index: 3;
  background-color: #141f35c9;
  border-radius: 50px;
  margin-left: -30%;
  margin-right: 75%;
  position: relative;
}

.grid-2 {
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  font-size: 100%;
  display: block;
}

.text-span-34 {
  color: var(--main-color);
}

.footer-link {
  color: #fff;
  margin-left: 20px;
  font-size: 12px;
}

.section-3 {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-3.logos-leasing-circulaire.section-application {
  color: var(--bleu);
  text-align: center;
  padding-bottom: 80px;
}

.section-3.logos-leasing-circulaire.section-application.section-app {
  padding-bottom: 50px;
}

.text-span-35, .text-span-36 {
  color: var(--main-color);
}

.heading-2 {
  text-align: center;
  font-size: 32px;
}

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

.text-span-37 {
  color: var(--bleu);
}

.text-span-37.button-hero {
  color: var(--white);
}

.review-wrap {
  text-align: center;
  white-space: nowrap;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.review-logo {
  margin-bottom: 10px;
  margin-right: 16px;
}

.review-text {
  color: #08090a;
  margin-top: -40px;
  padding-top: 0;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
}

.brand-span, .text-span-38 {
  color: #06b67a;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  padding-top: 25px;
  padding-left: 0;
}

.grid-4 {
  grid-template-rows: auto;
}

.social-icon-wrap {
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.social-link {
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 30px;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border-color: #ffffffdb;
}

.social-icon {
  width: 120px;
}

.left-arrow {
  display: none;
}

.heading-3 {
  aspect-ratio: auto;
  color: var(--bleu);
  text-align: center;
  letter-spacing: -.03px;
  text-indent: 12px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  border: 1px #000;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 25px;
  display: block;
  position: static;
}

.heading-3.titre-article-blog {
  line-height: 25px;
}

.heading-3.bilan {
  color: var(--main-color);
  text-align: center;
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: 700;
}

.heading-3.titre-article-blog-copy {
  line-height: 40px;
}

.content-section-bg {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  margin-top: -69px;
  padding: 65px 3% 20px;
  position: relative;
  overflow: visible;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.image-31 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-8 {
  color: #272866;
  font-size: 18px;
  line-height: 1.5;
}

.heading-ok {
  color: var(--main-color);
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1;
}

.right-arrow {
  display: none;
}

.link {
  color: #f05022;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin: 200px auto 40px;
  padding-top: 35px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.paragraph-5 {
  color: var(--bleu);
  letter-spacing: -.02em;
  height: auto;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-5.invisible-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.order-button {
  border: 1px solid var(--main-color);
  color: var(--bleu);
  white-space: normal;
  object-fit: fill;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  display: flex;
  overflow: visible;
}

.order-button:hover {
  background-color: var(--main-color);
  color: #fff;
}

.pack-card {
  opacity: 1;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #003b4d1a;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  min-height: 200px;
  max-height: none;
  padding: 25px;
  transition: transform .2s, border-color .3s;
  display: block;
  transform: scale(.97);
}

.pack-card:hover {
  border-color: var(--main-color);
  mix-blend-mode: multiply;
  transform: scale(1);
}

.column-8 {
  height: auto;
  min-height: 200px;
  max-height: 600px;
  padding-bottom: 0;
}

.columns-3 {
  text-align: center;
  height: auto;
  min-height: 200px;
  max-height: 600px;
  margin-top: 117px;
}

.text-span-39 {
  color: var(--main-color);
  text-align: left;
  font-size: 14px;
  font-style: italic;
}

.text-span-40 {
  color: var(--main-color);
  font-size: 14px;
  font-style: italic;
}

.tabs {
  padding-top: 0;
}

.text-span-41 {
  color: var(--main-color);
}

.text-span-42 {
  color: var(--main-color);
  font-size: 25px;
  line-height: 40px;
}

.text-span-42.texte-questions {
  font-size: 22px;
}

.text-span-42.sous-titre-article {
  line-height: .5%;
}

.section-4 {
  float: none;
  clear: both;
  text-align: center;
  width: auto;
  margin-top: -105px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 100px;
}

.container-4 {
  max-width: 1200px;
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
}

.image-32 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: inline-block;
}

.div-block-15 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-43 {
  color: #fff;
}

.bold-text-8 {
  color: var(--main-color);
  text-align: center;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53 {
  color: var(--main-color);
}

.image-34, .image-35 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59 {
  color: var(--main-color);
}

.phrase-formulaire {
  color: #fff;
}

.text-span-60 {
  color: var(--bleu);
}

.text-span-60.engag, .text-span-61 {
  color: #fff;
}

.text-span-62 {
  color: var(--dim-grey);
}

.text-span-62.donner {
  color: var(--white);
}

.text-span-63 {
  color: var(--dim-grey);
}

.text-span-63.connaitre-notre {
  color: var(--white);
}

.text-span-64 {
  color: var(--dim-grey);
}

.white-texte {
  color: var(--main-color);
}

.et-travailler, .optimiser-la, .pour-reduire, .developper-une, .et-en {
  color: var(--white);
}

.text-span-65, .text-span-66 {
  color: var(--main-color);
}

.div-block-16 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 20px;
  display: block;
}

.image-36 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-9 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  font-size: 18px;
}

.bold-text-9 {
  aspect-ratio: auto;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 20px;
  line-height: 25px;
  display: inline;
}

.text-span-67 {
  color: var(--main-color);
}

.bold-text-10 {
  text-transform: capitalize;
  font-size: 27px;
}

.text-span-68 {
  color: #ee7430;
}

.text-span-69 {
  color: var(--main-color);
}

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

.text-span-70 {
  color: var(--main-color);
}

.grid-5 {
  grid-template-columns: 1fr 1fr;
}

.text-block-13 {
  font-size: 18px;
}

.text-block-14 {
  text-align: center;
  font-size: 18px;
}

.text-block-14.standard-paragraph.text-elephant {
  text-align: justify;
  margin: 58px 15% 34px;
}

.text-span-71, .text-span-72 {
  color: var(--main-color);
}

.image-37 {
  float: right;
  clear: none;
  text-align: left;
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.text-block-15 {
  margin-left: -2px;
}

.heading-5 {
  align-items: center;
  display: flex;
}

.text-span-73, .text-span-74, .text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80, .text-span-81, .text-span-82 {
  color: var(--main-color);
}

.paragraph-10 {
  text-align: center;
}

.bold-text-11 {
  font-size: 25px;
}

.button {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #f37b1f;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 25px;
  display: block;
}

.button-2 {
  clear: none;
  color: var(--dim-grey);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #ee7430;
  -webkit-background-clip: text;
  background-clip: text;
  border: 19px #000;
  border-radius: 0;
  margin-left: auto;
  font-size: 32px;
  font-weight: 700;
  display: block;
}

.image-38 {
  aspect-ratio: auto;
  width: 800px;
  display: block;
}

.cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.quick-stack {
  text-align: left;
  width: 80em;
}

.cell-2 {
  align-items: center;
}

.heading-6 {
  font-size: 32px;
}

.text-span-83 {
  color: var(--main-color);
}

.image-39 {
  border-radius: 0;
  width: 500px;
  padding-top: 14px;
  padding-bottom: 16px;
  display: block;
}

.text-span-84 {
  color: var(--main-color);
}

.image-40 {
  border-radius: 0;
  width: 500px;
  padding-bottom: 14px;
  display: block;
}

.image-41 {
  border-radius: 0;
  width: 500px;
  padding-bottom: 14px;
}

.image-42 {
  border-radius: 0;
  width: 500px;
}

.perso {
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.cell-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.image-43 {
  width: 120px;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-button-orange {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange:hover {
  color: #fff;
  background-color: #ffa286;
}

.walsh-price-small {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-price {
  color: var(--walsh--black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: .8;
}

.walsh-text-grey {
  color: #2c2c2c80;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.walsh-heading-regular-dark-green {
  color: #2c5c5d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
}

.walsh-icon-pricing-card {
  height: 2.25em;
}

.walsh-pricing-circle-icon {
  background-color: var(--walsh--light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-bottom: 10px;
  display: flex;
}

.walsh-pricing-grid {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  width: 100%;
  overflow: hidden;
}

.walsh-price-green-wrapper-padding {
  grid-row-gap: .6em;
  background-color: var(--walsh--azure);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 35px;
  display: flex;
}

.walsh-pricing-inner-card {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-text-block-purple {
  color: #fff;
  background-color: #a271ff;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 500;
}

.walsh-pricing-div-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-bottom: 111px;
  display: grid;
}

.text-span-85 {
  color: var(--main-color);
}

.text-span-86, .text-span-87 {
  color: var(--bleu);
}

.text-span-88, .text-span-89 {
  color: var(--main-color);
}

.bold-text-12 {
  float: none;
  white-space: normal;
  word-break: normal;
}

.image-44 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.image-45 {
  float: none;
  clear: both;
  margin-top: 102px;
  margin-left: auto;
  margin-right: auto;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 3fr;
}

.bold-text-13 {
  display: block;
}

.container-5 {
  margin-top: 15px;
  padding-top: 0;
}

.image-46 {
  float: none;
  clear: none;
  text-align: center;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-46.reconditionn {
  max-width: 100%;
}

.container-6 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.container-7 {
  margin-top: 53px;
}

.image-47 {
  float: none;
  clear: none;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-90 {
  color: var(--main-color);
}

.image-48 {
  width: auto;
}

.text-span-91 {
  color: var(--main-color);
}

.text-span-92 {
  aspect-ratio: auto;
  color: var(--main-color);
  cursor: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  overflow: visible;
}

.text-span-93 {
  aspect-ratio: auto;
  color: var(--bleu);
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
  display: inline;
  position: static;
  overflow: visible;
}

.text-span-94 {
  color: var(--main-color);
}

.text-span-95, .text-span-96, .heading-7, .heading-7-copy, .heading-8 {
  color: #ee7430;
}

.testtitre {
  color: var(--main-color);
}

.heading-9, .text-span-97, .text-span-98, .text-span-99 {
  color: #fff;
}

.text-span-100 {
  color: var(--main-color);
}

.text-span-101, .text-span-102 {
  color: #ee7430;
}

.tabs-content {
  margin-top: auto;
}

.tabs-content-2 {
  padding-top: 0;
  display: block;
}

.heading-11 {
  font-size: 30px;
}

.text-span-103 {
  color: var(--main-color);
}

.tabs-content-3 {
  margin-top: 0;
}

.tabs-content-4 {
  margin-top: auto;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-7.grid-logos-partenaires {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid-7.grid-logos-partenaires.lmnp {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-49 {
  width: 55%;
  max-width: 75%;
  height: auto;
  position: static;
}

.div-block-17.gallery-grid-container-test {
  order: 1;
  align-self: auto;
  display: block;
}

.grid-8 {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-50, .image-51 {
  max-width: 75%;
}

.link-block {
  background-image: url('../images/images.png');
  background-position: 50%;
  background-size: contain;
}

.text-span-104, .text-span-105, .text-span-106, .text-span-107, .text-span-108, .text-span-109, .text-span-110, .text-span-111, .text-span-112 {
  color: var(--main-color);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-span-113, .text-span-114, .text-span-115 {
  color: var(--main-color);
}

.section-6 {
  padding-bottom: 187px;
}

.section-7 {
  margin-bottom: 117px;
}

.image-52 {
  max-width: 80%;
}

.section-8 {
  margin-top: -105px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}

.image-53 {
  border-radius: 0;
  margin-top: 63px;
  padding-bottom: 0;
  overflow: visible;
}

.grid-9 {
  grid-template: "Area Area-2"
  / 1fr 1fr;
}

.grid-10 {
  grid-template-rows: auto auto auto auto auto auto auto;
}

.text-block-16 {
  margin-left: 50px;
}

.bold-text-14 {
  font-size: 24px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.fs-numbercount_number {
  color: #fff;
  background-image: url('../images/nuage-tonne-webp.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 11vh;
  padding-top: 8.0249%;
  padding-right: 19.4%;
  font-family: Acuminproextracond, Arial, sans-serif;
  font-size: 330%;
  line-height: 2rem;
  display: flex;
}

.fs-numbercount-1_number {
  color: #fff;
  text-align: left;
  background-image: url('../images/Elephant-tonnesWEBP.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 11vh;
  padding-top: 0%;
  padding-bottom: 13%;
  padding-left: 10%;
  font-family: Acuminproextracond, Arial, sans-serif;
  font-size: 330%;
  line-height: 1;
  display: flex;
}

.marquee_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee_list {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee_logo {
  height: 7rem;
}

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

@media screen and (min-width: 1920px) {
  .h2.h2-centre {
    margin-bottom: 44px;
  }

  .logos-section {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .marquee_list {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .button-hero {
    width: 100%;
  }

  .hero-text-block-corners {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-paragraph {
    text-align: center;
    max-width: 500px;
  }

  .hero-h1 {
    text-align: center;
    max-width: 500px;
    font-size: 55px;
  }

  .hero-h1.center {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-section-image {
    padding-top: 40px;
  }

  .flex-container {
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .h2 {
    font-size: 42px;
  }

  .h2.white, .h2.h2-centre {
    text-align: center;
  }

  .feature-text {
    font-size: 15px;
  }

  .content-test {
    padding: 0 0% 40px;
  }

  .content-test.fle.flex-container-2 {
    display: flex;
  }

  .feature-text-block {
    padding-right: 0;
  }

  .feature-icon {
    width: 45px;
  }

  .features-grid-wrapper {
    grid-column-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr .5fr;
    display: block;
  }

  .small-blocks {
    margin-bottom: 12px;
  }

  .feature-image-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .standard-paragraph {
    font-size: 15px;
    line-height: 24px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
    max-width: 630px;
  }

  .div-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-wrapper-2 {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
  }

  .grid-wrapper-2.grid-rese-elephant.grid-notre-rse {
    grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  }

  .feature-grid-block {
    padding: 12px;
  }

  .feature-grid-block:hover {
    padding: 20px;
  }

  .logos-section {
    margin-top: 0;
  }

  .banner {
    background-position: 0 0;
    background-size: cover;
    padding-left: 42px;
    padding-right: 42px;
  }

  .banner-button {
    white-space: nowrap;
  }

  .subscribe-form {
    width: 50%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .subscribe-form-flex {
    flex-direction: column;
    order: 0;
    align-self: center;
    width: 100%;
  }

  .subscribe-form-input-wrapper {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .form-block {
    flex-flow: column-reverse wrap;
    place-content: center;
    align-items: center;
  }

  .gallery-grid-container-test {
    grid-template-rows: .75fr .75fr;
    align-self: stretch;
  }

  .logo {
    margin-top: 0;
  }

  .nav-logo {
    width: auto;
    height: 40px;
  }

  .navigation-left {
    display: flex;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .navigation {
    display: none;
  }

  .menu-mob {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: var(--main-color);
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .nav-menu-2 {
    display: none;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .hero-grid-wrapper {
    grid-column-gap: 25px;
    grid-template-columns: 1fr;
  }

  .hero-image {
    max-width: 560px;
  }

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-image-block {
    margin-top: 80px;
  }

  .h2-2 {
    font-size: 42px;
  }

  .h2-2.h2-centre, .h2-2.white {
    text-align: center;
  }

  .service-grid-2 {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
    max-width: 630px;
  }

  .grid-block-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .arrow-right {
    right: -10px;
  }

  .arrow-left {
    left: -10px;
  }

  .grid-faq {
    grid-column-gap: 27px;
    margin-left: 25px;
  }

  .grid-wrapper-3 {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
  }

  .feature-grid-block-2 {
    grid-template-columns: 2fr 2fr 2fr 2fr;
    place-content: start;
    place-items: center start;
    padding: 12px;
  }

  .div-block-down {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .div-block-13 {
    background-size: cover;
    background-attachment: scroll;
    margin-left: auto;
    margin-right: auto;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .div-block-in {
    margin-right: 0%;
    display: none;
  }

  .review-wrap {
    align-items: center;
  }

  .content-section-bg {
    background-color: #f5fbfc;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-3 {
    max-width: 600px;
  }

  .title-wrap-centre {
    margin-top: -77px;
  }

  .section-4 {
    text-align: left;
    width: 1000px;
    position: static;
  }

  .walsh-button-orange {
    padding: 18px 40px;
  }

  .walsh-button-orange:hover {
    background-color: #80808033;
  }

  .walsh-pricing-inner-card {
    align-items: center;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .nav-link-2 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .button-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text-block-corners {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .hero-paragraph, .hero-h1 {
    text-align: center;
  }

  .features-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-image-block {
    margin-bottom: 55px;
  }

  .gallery-thumbnail {
    width: auto;
  }

  .grid-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .banner {
    flex-wrap: wrap;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .gallery-grid-container-test {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    aspect-ratio: auto;
    order: 0;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    align-self: center;
    place-items: center;
    max-width: none;
    display: block;
  }

  .button-hero-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .flex-container-2.horizontal {
    flex-wrap: wrap;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .grid-faq {
    grid-column-gap: 41px;
    margin-left: 0;
  }

  .h3 {
    margin-bottom: 35px;
  }

  .grid-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid-block-2 {
    grid-template: ". ."
                   "Area Area-2"
                   / 1.5fr 1.25fr 1.25fr 1.25fr;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .flex-container-2-copy.horizontal {
    flex-wrap: wrap;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .pack-card {
    flex-wrap: wrap;
  }

  .section-4 {
    width: auto;
  }

  .perso {
    aspect-ratio: auto;
    text-align: center;
  }

  .walsh-button-orange {
    width: 100%;
    font-size: 16px;
  }

  .walsh-heading-regular-dark-green {
    font-size: 1.8em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }
}

@media screen and (max-width: 479px) {
  .button-hero {
    width: 100%;
  }

  .hero-text-block-corners {
    max-width: none;
  }

  .hero-paragraph.center {
    text-align: center;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-h1 {
    font-size: 35px;
  }

  .hero-h1.center {
    text-align: center;
    max-width: none;
    margin: 25px auto 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .hero-h1.center.une-solution {
    margin-top: 25px;
  }

  .hero-section-image {
    padding: 20px 0% 0;
  }

  .hero-section-image.gestionnaires {
    margin-top: -456px;
  }

  .flex-container {
    width: auto;
    max-width: 100%;
    margin-top: -108px;
    padding: 90px 10% 0;
  }

  .flex-container.titre-leasing-circulaire {
    margin-top: 515px;
  }

  .flex-container.intro-gestoinnaires {
    margin-top: 516px;
  }

  .flex-container.grid-rse-en-chiffre {
    max-width: 70vw;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .h2 {
    margin-top: 0;
    font-size: 25px;
    line-height: 28px;
  }

  .h2.white {
    font-size: 25px;
    line-height: 35px;
  }

  .h2.h2-centre {
    margin-bottom: 29px;
    font-size: 25px;
    line-height: 39px;
  }

  .h2.h2-les-avantages {
    padding-top: 20px;
    line-height: 42px;
  }

  .feature-text {
    font-size: 16px;
    line-height: 24px;
  }

  .content-test {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 0%;
    display: block;
  }

  .content-test.fle.flex-container-2 {
    text-align: center;
    display: flex;
  }

  .feature-text-block {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .grid-fonctionnement {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .grid-fonctionnement.grid-rse {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .features-grid-wrapper {
    grid-row-gap: 10px;
    grid-template-rows: auto;
  }

  .features-grid-wrapper.grid-les-avantages-de-la-location {
    grid-template-columns: 1fr;
  }

  .small-blocks {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .standard-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .standard-paragraph._40-bottom-margin {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .standard-paragraph._40-bottom-margin.reponse-question {
    padding-left: 15px;
    padding-right: 15px;
  }

  .standard-paragraph.center.white {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-2 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .gallery-lightbox {
    flex-flow: row;
    justify-content: center;
    display: block;
  }

  .gallery-thumbnail {
    width: 100%;
    display: inline-block;
  }

  .service-grid {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .service-grid.grid-bilan-personnalise {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .avantages {
    padding-top: 35px;
  }

  .paragraph-basic {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block {
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-icon {
    margin-bottom: 15px;
  }

  .grid-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr 1fr;
    grid-auto-flow: row dense;
    width: 100%;
  }

  .grid-wrapper-2.grid-rese-elephant.grid-notre-rse {
    grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr;
    align-self: center;
  }

  .feature-grid-block:hover {
    padding: 10px;
  }

  .feature-section {
    padding-bottom: 0;
  }

  .feature-section.rse-en-chiffres {
    padding-bottom: 30px;
  }

  .logos-section {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .grid-logos-partenaires {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ". . ."
                         ". . ."
                         ". . Area";
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .grid-logos-partenaires.bailleurs {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid-logos-partenaires.bailleurs.gris-logos-mobile-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: minmax(96px, 1fr) minmax(96px, 1fr);
    grid-template-columns: minmax(96px, 1fr) minmax(96px, 1fr) minmax(96px, 1fr) minmax(96px, 1fr);
    grid-auto-flow: column;
    width: 100%;
    max-width: none;
  }

  .grid-logos-partenaires.bailleurs.gris-logos-mobile-2.grid-logo-bailleurs {
    grid-column-gap: 30px;
    grid-row-gap: 19px;
    grid-template-rows: 70px 70px 70px;
    grid-template-columns: minmax(96px, 1fr) minmax(96px, 1fr);
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: center;
    display: grid;
  }

  .grid-logos-partenaires.logo-marques {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    width: 85%;
    max-width: 320px;
    display: grid;
  }

  .grid-logos-partenaires.logo-marques.logos-leasing {
    grid-column-gap: 16px;
    grid-template-rows: repeat(auto-fit, 70px) 70px 70px 70px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .grid-logos-partenaires.logo-marques.logos-mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: .5fr .5fr .5fr .5fr .5fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-logos-partenaires.confiance {
    grid-template-columns: 1fr 1fr;
  }

  .grid-logos-partenaires.logos-homepage {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    grid-template-rows: repeat(auto-fit, 70px) 70px 70px 70px 70px 70px 70px 70px 70px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 390px;
    max-width: 100%;
  }

  .grid-logos-partenaires.grid-logo-mobile {
    grid-column-gap: 16px;
    grid-template-rows: repeat(auto-fit, 96px) 96px 96px;
    width: 100%;
    max-width: none;
  }

  .grid-logos-partenaires.grid-logo-mobile.logos-promoteurs {
    grid-template-rows: 70px 70px 70px 70px 70px;
    grid-template-columns: 1.5fr 1.5fr 1.5fr;
  }

  .grid-logos-partenaires.grid-logos-gestionnaire {
    grid-column-gap: 16px;
    grid-template-rows: repeat(auto-fit, minmax(96px, 1fr)) 96px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logos-partenaires {
    width: auto;
    max-width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logos-partenaires.ikea {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .logos-partenaires.ikea.ikeaa {
    max-width: 80%;
  }

  .logos-partenaires.moveandrent {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .logos-partenaires.laredoute {
    margin-left: auto;
  }

  .logos-partenaires.ampm {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .logos-partenaires.ampm.ampmmm {
    max-width: 50%;
  }

  .logos-partenaires.ampm.pedrali {
    max-width: 75%;
  }

  .logos-partenaires.pichet {
    margin-left: auto;
  }

  .logos-partenaires.lamotte {
    padding-left: 0;
  }

  .logos-partenaires.demathieu, .logos-partenaires.oralia {
    margin-left: auto;
  }

  .logos-partenaires.nexity {
    max-width: 80%;
    margin-left: auto;
  }

  .logos-partenaires.lppromotion, .logos-partenaires._3f {
    margin-left: auto;
  }

  .logos-partenaires.gautier {
    max-width: 80%;
  }

  .logos-partenaires._1001 {
    max-width: 75%;
  }

  .bottom-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .banner {
    background-position: 50%;
    padding: 55px 28px;
  }

  .banner-button {
    margin-top: 35px;
  }

  .bold-text {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    line-height: 17px;
  }

  .subscribe-form {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .centered-container {
    text-align: left;
    display: block;
  }

  .subscribe-form-flex {
    flex-flow: column wrap;
    align-content: center;
  }

  .subscribe-form-input-wrapper {
    flex-flow: column wrap;
    flex: 1;
    place-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .form-block {
    flex-direction: row;
    justify-content: center;
  }

  .gallery-grid-container-test {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template: "Area Area"
                   "Area Area"
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   "Area-2 ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between flex-start;
    align-self: stretch;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .gallery-grid-container-test.grid-photos-bailleurs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: .75fr .5fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image {
    opacity: .38;
    width: 60%;
  }

  .logo {
    opacity: .5;
    width: 50%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .menu-mob.w--open {
    background-color: var(--main-color);
  }

  .button-hero-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-section {
    padding-bottom: 50px;
  }

  .hero-grid-wrapper {
    order: 0;
  }

  .h2-2.h2-centre {
    font-size: 30px;
  }

  .ttile-paragraph {
    max-width: 100%;
  }

  .service-grid-2 {
    margin-bottom: 0;
  }

  .standard-paragraph-2 {
    font-size: 15px;
  }

  .grid-block-2 {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-section {
    padding-top: 0;
  }

  .profile-block {
    flex-wrap: wrap;
  }

  .bottom-section-2 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .grid-faq {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .grid-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .feature-grid-block-2 {
    grid-template-rows: auto;
    grid-template-areas: ". ."
                         "Area Area-2";
  }

  .form-block-3 {
    width: 100%;
  }

  .image-3, .image-4, .image-5 {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .dropdown-toggle {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    font-size: 16px;
    display: block;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .paragraph-3.une-offre {
    margin-left: 2%;
    margin-right: 2%;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .div-piliers-ligne {
    flex-direction: column;
    align-items: center;
  }

  .div-block-down {
    margin-bottom: 40px;
  }

  .div-block-13 {
    background-position: 100%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .heading {
    text-align: center;
  }

  .dropdown-toggle-2 {
    text-align: left;
    padding-right: 40px;
    text-decoration: none;
    display: block;
  }

  .dropdown-toggle-3 {
    display: block;
    position: relative;
  }

  .dropdowntoggle_mobile {
    object-fit: fill;
    width: 100%;
    display: block;
    left: 0;
  }

  .section-3 {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    font-size: 22px;
  }

  .image-30 {
    width: auto;
    height: auto;
  }

  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 46px;
  }

  .review-logo {
    margin-bottom: 12px;
  }

  .link-2 {
    font-size: 14px;
  }

  .social-icon-wrap {
    justify-content: center;
    align-items: center;
  }

  .social-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .social-icon {
    max-width: 75%;
  }

  .heading-3 {
    text-align: center;
    font-size: 16px;
    display: flex;
  }

  .content-section-bg {
    background-color: #f1f2f3;
    background-image: none;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    padding-top: 0;
  }

  .image-31 {
    margin-top: auto;
  }

  .paragraph-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .paragraph-8.soustitrepack {
    padding-top: 60px;
  }

  .heading-ok {
    margin-bottom: -75px;
    padding-bottom: 30px;
    font-size: 25px;
    line-height: 1.5;
  }

  .link {
    font-size: 14px;
  }

  .title-wrap-centre {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .pack-card {
    margin-top: auto;
    padding: 0 16px 16px;
  }

  .column-8 {
    margin-top: auto;
  }

  .text-span-42 {
    line-height: 28px;
  }

  .text-span-42.texte-questions {
    font-size: 20px;
  }

  .section-4 {
    width: auto;
    margin-top: -71px;
    padding-top: 0;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-2 {
    padding-top: 61px;
  }

  .image-33 {
    max-width: 70%;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .text-block-14.standard-paragraph.text-elephant {
    margin-left: 27px;
    margin-right: 24px;
  }

  .image-38 {
    width: 70%;
  }

  .perso {
    object-fit: fill;
    order: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-button-orange {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-price {
    font-size: 40px;
  }

  .walsh-heading-regular-dark-green {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-icon-pricing-card {
    height: 1.8em;
  }

  .walsh-pricing-circle-icon {
    width: 6em;
    height: 6em;
  }

  .walsh-price-green-wrapper-padding {
    padding: 30px 20px;
  }

  .walsh-pricing-inner-card {
    padding: 30px 20px 40px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .image-46 {
    max-width: 100%;
  }

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

  .tabs-content {
    margin-top: -105px;
  }

  .tabs-content-3 {
    margin-top: -159px;
  }

  .tabs-content-4 {
    margin-top: -105px;
  }

  .grid-7.grid-logos-partenaires {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-17 {
    padding-top: 0;
  }

  .div-block-17.gallery-grid-container-test {
    text-align: center;
  }

  .column-9 {
    margin-top: 30px;
  }

  .image-52 {
    max-width: 80%;
  }

  .fs-numbercount_number {
    width: 50vw;
    height: 8vh;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 8%;
    padding-right: 23%;
    font-size: 2.2rem;
    line-height: 1rem;
  }

  .fs-numbercount-1_number {
    width: 50vw;
    height: 8vh;
    margin-left: 21px;
    padding-bottom: 16%;
    padding-left: 12%;
    font-size: 2.2rem;
  }
}

#w-node-a0eb2067-981a-ad39-9c31-7c81df1b8bc0-01bf2666, #w-node-_38b9b045-438f-0f7f-b89a-9393bc80d75e-01bf2666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9539ba7e-8c78-b6e1-b006-696dcad88b7c-01bf2666, #w-node-_9539ba7e-8c78-b6e1-b006-696dcad88b89-01bf2666, #w-node-_9539ba7e-8c78-b6e1-b006-696dcad88b91-01bf2666, #w-node-_22f07546-c0da-f5ec-2989-1565eaa371c6-eaa371ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-faae8f5a-7552-3f37-09ab-26b5c8bb44d8-01bf26c2 {
  place-self: center;
}

#w-node-c6131da0-56b3-291f-9a55-9a6172d965df-01bf26c2, #w-node-c6131da0-56b3-291f-9a55-9a6172d965ed-01bf26c2, #w-node-c6131da0-56b3-291f-9a55-9a6172d965f4-01bf26c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c858952-78bd-b0a7-6082-2ab36ba450ca-01bf26c2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b038ffb7-8263-1d96-bf0e-76ce5ca1eb35-01bf26c2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ecb9aed7-3866-4a27-c227-d2c4d9956543-01bf26c2, #w-node-_300f49ef-3be6-09b3-ec79-fb1ffd1698a2-01bf26c2, #w-node-c84aff73-98bb-9877-6869-3df9099a4b70-01bf26c2, #w-node-_0eccde3b-a03f-366b-0dac-33b25c395808-01bf26c2, #w-node-_6cfbdc92-757c-63a7-8712-8a2cd9004822-01bf26c2, #w-node-e688b7ff-acb4-e804-b845-963824f97ed4-01bf26c2, #w-node-_51002f4f-b3f6-1ade-4db5-1158e6bb098a-01bf26c2, #w-node-d68edf41-4f4d-e6d9-a780-c1c7fef2d371-01bf26c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e06a8185-5c87-ebd9-277a-b9d01cfe391f-01bf26c2, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe3926-01bf26c2, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe392e-01bf26c2, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe3934-01bf26c2, #w-node-cbcef218-6578-1217-1232-0ef50c46c07d-01bf26c2, #w-node-_6e46d596-8f44-102b-2fb6-982a2211e31e-01bf26c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56f822cd-6660-832e-4b69-e10efc34e4dd-01bf26c4, #w-node-e0676232-b9f4-7474-d42a-beadfdfdd9d2-01bf26c4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5d7ae677-df6c-e7d5-cd29-2630ed9abf47-01bf26c4, #w-node-_5d7ae677-df6c-e7d5-cd29-2630ed9abf54-01bf26c4, #w-node-_5d7ae677-df6c-e7d5-cd29-2630ed9abf5c-01bf26c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a096d1b6-b5a9-656f-777c-f813d4f3bbbe-01bf26c4, #w-node-_7482a013-0d3e-a15f-143b-e19d55327b3c-01bf26c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d9787d8-e477-72e6-ac89-d496d3e4f99e-01bf26c4, #w-node-_9d9787d8-e477-72e6-ac89-d496d3e4f9ac-01bf26c4, #w-node-_9d9787d8-e477-72e6-ac89-d496d3e4f9b3-01bf26c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73b8eeef-ec07-0791-2f02-0e9c9d2157b5-01bf26c4 {
  grid-area: Area;
  place-self: center;
}

#w-node-_2efde848-500f-5487-7ea1-1c316877fbe9-01bf26c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b425365d-e11e-9071-3587-a1a41a7dcee6-01bf26c5, #w-node-b425365d-e11e-9071-3587-a1a41a7dcef8-01bf26c5, #w-node-b425365d-e11e-9071-3587-a1a41a7dcf00-01bf26c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1815689-6e93-89ab-dadb-78dba8de11e1-01bf26c5, #w-node-f1815689-6e93-89ab-dadb-78dba8de11ef-01bf26c5, #w-node-f1815689-6e93-89ab-dadb-78dba8de11f6-01bf26c5, #w-node-_46913106-4cb8-9c36-db6c-0c4f16f10027-01bf26c6, #w-node-_46913106-4cb8-9c36-db6c-0c4f16f10035-01bf26c6, #w-node-_46913106-4cb8-9c36-db6c-0c4f16f1003c-01bf26c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-faae8f5a-7552-3f37-09ab-26b5c8bb44d8-01bf26c7 {
  grid-area: Area;
  place-self: center;
}

#w-node-b038ffb7-8263-1d96-bf0e-76ce5ca1eb35-01bf26c7, #w-node-_7c858952-78bd-b0a7-6082-2ab36ba450c6-01bf26c7, #w-node-_971a8bbb-5fd5-6fe4-abbc-dd07f0392fc6-01bf26c7, #w-node-e1bd178b-7ad1-8160-3146-f321f80dc9a0-01bf26c7, #w-node-a0ec1abd-76bd-0111-dab3-07d709e103ae-01bf26c7, #w-node-eb01f68b-7531-07c5-8334-78de929e32b3-01bf26c7, #w-node-_236ff476-073e-f977-3309-6e1d8649b9fe-01bf26c7, #w-node-f78dce6a-7f61-25d3-707c-ec514b65152e-01bf26c7, #w-node-_67c56de2-3bf3-022e-83f8-0c29537f8206-01bf26c7, #w-node-_109cc51c-2914-2c0e-2da6-593766514f61-01bf26c7, #w-node-_562167f3-33c6-bd0e-bee8-f918ef1beaa8-01bf26c7, #w-node-_562167f3-33c6-bd0e-bee8-f918ef1beab6-01bf26c7, #w-node-_562167f3-33c6-bd0e-bee8-f918ef1beabd-01bf26c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56494c00-3cc8-dac9-c103-76ad2927c0df-01bf26c7, #w-node-cc3e58e4-3a07-93a2-c83c-222655550ba6-01bf26c7, #w-node-_6ffad0cc-62ea-d5e6-9984-d924cb5bfed9-01bf26c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e06a8185-5c87-ebd9-277a-b9d01cfe3934-01bf26c7, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe391f-01bf26c7, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe3926-01bf26c7, #w-node-cbcef218-6578-1217-1232-0ef50c46c07d-01bf26c7, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe392e-01bf26c7, #w-node-bc855f03-d28b-adf8-2ca2-a0fa50d679ec-01bf26c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8925c94-395d-8e06-14c6-331cdcc6e97c-01bf26c8, #w-node-f8925c94-395d-8e06-14c6-331cdcc6e98e-01bf26c8, #w-node-_8052b34b-9a9f-6c01-299c-6ba738bb91fd-01bf26c8, #w-node-faae8f5a-7552-3f37-09ab-26b5c8bb44d7-01bf26c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cb4a489-b482-82c4-f5cd-b8cd6ce9e981-01bf26c8, #w-node-_8cb4a489-b482-82c4-f5cd-b8cd6ce9e98f-01bf26c8, #w-node-_8cb4a489-b482-82c4-f5cd-b8cd6ce9e996-01bf26c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-faae8f5a-7552-3f37-09ab-26b5c8bb44d8-01bf26ce {
  place-self: center;
}

#w-node-_7c858952-78bd-b0a7-6082-2ab36ba450ca-01bf26ce {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b038ffb7-8263-1d96-bf0e-76ce5ca1eb35-01bf26ce {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ecb9aed7-3866-4a27-c227-d2c4d9956543-01bf26ce, #w-node-b8f500a0-21c4-bc94-1eb9-59c435868128-01bf26ce, #w-node-_61ff2459-e0c7-919a-9802-1da71e71bede-01bf26ce, #w-node-_04d7903e-3e9a-afe4-6833-909a99fe2a89-01bf26ce, #w-node-c84aff73-98bb-9877-6869-3df9099a4b70-01bf26ce, #w-node-_0eccde3b-a03f-366b-0dac-33b25c395808-01bf26ce, #w-node-d68edf41-4f4d-e6d9-a780-c1c7fef2d371-01bf26ce, #w-node-_51002f4f-b3f6-1ade-4db5-1158e6bb098a-01bf26ce, #w-node-ff50a022-2a69-788c-d715-b8d626ed2e1c-01bf26ce, #w-node-_408706db-e2fe-aca7-6898-7f8d47326d18-01bf26ce, #w-node-a7d3aecd-5030-6f00-98b2-1f05e7f1b6dc-01bf26ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e06a8185-5c87-ebd9-277a-b9d01cfe391f-01bf26ce, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe3926-01bf26ce, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe392e-01bf26ce, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe3934-01bf26ce, #w-node-cbcef218-6578-1217-1232-0ef50c46c07d-01bf26ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_9539ba7e-8c78-b6e1-b006-696dcad88b7c-01bf2666 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_9539ba7e-8c78-b6e1-b006-696dcad88b89-01bf2666, #w-node-_9539ba7e-8c78-b6e1-b006-696dcad88b91-01bf2666 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_22f07546-c0da-f5ec-2989-1565eaa371b6-eaa371ad, #w-node-_22f07546-c0da-f5ec-2989-1565eaa371ba-eaa371ad, #w-node-_22f07546-c0da-f5ec-2989-1565eaa371be-eaa371ad, #w-node-_22f07546-c0da-f5ec-2989-1565eaa371c2-eaa371ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-faae8f5a-7552-3f37-09ab-26b5c8bb44e7-01bf26c2, #w-node-faae8f5a-7552-3f37-09ab-26b5c8bb44ed-01bf26c2, #w-node-faae8f5a-7552-3f37-09ab-26b5c8bb44f3-01bf26c2 {
    place-self: center;
  }

  #w-node-c6131da0-56b3-291f-9a55-9a6172d965df-01bf26c2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-c6131da0-56b3-291f-9a55-9a6172d965ed-01bf26c2, #w-node-c6131da0-56b3-291f-9a55-9a6172d965f4-01bf26c2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7c858952-78bd-b0a7-6082-2ab36ba450ca-01bf26c2 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ecb9aed7-3866-4a27-c227-d2c4d9956543-01bf26c2, #w-node-_300f49ef-3be6-09b3-ec79-fb1ffd1698a2-01bf26c2, #w-node-c84aff73-98bb-9877-6869-3df9099a4b70-01bf26c2, #w-node-_0eccde3b-a03f-366b-0dac-33b25c395808-01bf26c2, #w-node-_6cfbdc92-757c-63a7-8712-8a2cd9004822-01bf26c2, #w-node-e688b7ff-acb4-e804-b845-963824f97ed4-01bf26c2, #w-node-_51002f4f-b3f6-1ade-4db5-1158e6bb098a-01bf26c2, #w-node-d68edf41-4f4d-e6d9-a780-c1c7fef2d371-01bf26c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe391f-01bf26c2, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe3926-01bf26c2, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe392e-01bf26c2, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe3934-01bf26c2, #w-node-cbcef218-6578-1217-1232-0ef50c46c07d-01bf26c2, #w-node-_6e46d596-8f44-102b-2fb6-982a2211e31e-01bf26c2 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5d7ae677-df6c-e7d5-cd29-2630ed9abf47-01bf26c4, #w-node-_5d7ae677-df6c-e7d5-cd29-2630ed9abf54-01bf26c4, #w-node-_5d7ae677-df6c-e7d5-cd29-2630ed9abf5c-01bf26c4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9d9787d8-e477-72e6-ac89-d496d3e4f99e-01bf26c4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_9d9787d8-e477-72e6-ac89-d496d3e4f9ac-01bf26c4, #w-node-_9d9787d8-e477-72e6-ac89-d496d3e4f9b3-01bf26c4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2efde848-500f-5487-7ea1-1c316877fbd9-01bf26c4, #w-node-_2efde848-500f-5487-7ea1-1c316877fbdd-01bf26c4, #w-node-_2efde848-500f-5487-7ea1-1c316877fbe1-01bf26c4, #w-node-_2efde848-500f-5487-7ea1-1c316877fbe5-01bf26c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1815689-6e93-89ab-dadb-78dba8de11e1-01bf26c5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-f1815689-6e93-89ab-dadb-78dba8de11ef-01bf26c5, #w-node-f1815689-6e93-89ab-dadb-78dba8de11f6-01bf26c5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4cc33abb-df69-944d-1899-1f73675dd562-01bf26c5, #w-node-_3a7178d0-0528-c620-8372-0822384a1c2d-01bf26c5, #w-node-d2c8fdd4-f4b7-4c30-9d9e-4900f8bd2a9d-01bf26c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46913106-4cb8-9c36-db6c-0c4f16f10027-01bf26c6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_46913106-4cb8-9c36-db6c-0c4f16f10035-01bf26c6, #w-node-_46913106-4cb8-9c36-db6c-0c4f16f1003c-01bf26c6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b5a29f64-bddd-c2cf-7784-938b4332915d-01bf26c7 {
    grid-area: Area;
    place-self: center;
  }

  #w-node-_7c858952-78bd-b0a7-6082-2ab36ba450c2-01bf26c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-b038ffb7-8263-1d96-bf0e-76ce5ca1eb35-01bf26c7, #w-node-_7c858952-78bd-b0a7-6082-2ab36ba450c6-01bf26c7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_971a8bbb-5fd5-6fe4-abbc-dd07f0392fc6-01bf26c7 {
    grid-area: Area-2;
  }

  #w-node-e1bd178b-7ad1-8160-3146-f321f80dc9a0-01bf26c7, #w-node-a0ec1abd-76bd-0111-dab3-07d709e103ae-01bf26c7, #w-node-_67c56de2-3bf3-022e-83f8-0c29537f8206-01bf26c7, #w-node-_109cc51c-2914-2c0e-2da6-593766514f61-01bf26c7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_562167f3-33c6-bd0e-bee8-f918ef1beaa8-01bf26c7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_562167f3-33c6-bd0e-bee8-f918ef1beab6-01bf26c7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_562167f3-33c6-bd0e-bee8-f918ef1beabd-01bf26c7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe3934-01bf26c7, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe391f-01bf26c7, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe3926-01bf26c7, #w-node-cbcef218-6578-1217-1232-0ef50c46c07d-01bf26c7, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe392e-01bf26c7, #w-node-bc855f03-d28b-adf8-2ca2-a0fa50d679ec-01bf26c7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8cb4a489-b482-82c4-f5cd-b8cd6ce9e981-01bf26c8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_8cb4a489-b482-82c4-f5cd-b8cd6ce9e98f-01bf26c8, #w-node-_8cb4a489-b482-82c4-f5cd-b8cd6ce9e996-01bf26c8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-faae8f5a-7552-3f37-09ab-26b5c8bb44e7-01bf26ce, #w-node-faae8f5a-7552-3f37-09ab-26b5c8bb44ed-01bf26ce, #w-node-faae8f5a-7552-3f37-09ab-26b5c8bb44f3-01bf26ce {
    place-self: center;
  }

  #w-node-_7c858952-78bd-b0a7-6082-2ab36ba450ca-01bf26ce {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ecb9aed7-3866-4a27-c227-d2c4d9956543-01bf26ce, #w-node-b8f500a0-21c4-bc94-1eb9-59c435868128-01bf26ce, #w-node-_61ff2459-e0c7-919a-9802-1da71e71bede-01bf26ce, #w-node-_04d7903e-3e9a-afe4-6833-909a99fe2a89-01bf26ce, #w-node-c84aff73-98bb-9877-6869-3df9099a4b70-01bf26ce, #w-node-_0eccde3b-a03f-366b-0dac-33b25c395808-01bf26ce, #w-node-d68edf41-4f4d-e6d9-a780-c1c7fef2d371-01bf26ce, #w-node-_51002f4f-b3f6-1ade-4db5-1158e6bb098a-01bf26ce, #w-node-ff50a022-2a69-788c-d715-b8d626ed2e1c-01bf26ce, #w-node-_408706db-e2fe-aca7-6898-7f8d47326d18-01bf26ce, #w-node-a7d3aecd-5030-6f00-98b2-1f05e7f1b6dc-01bf26ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe391f-01bf26ce, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe3926-01bf26ce, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe392e-01bf26ce, #w-node-e06a8185-5c87-ebd9-277a-b9d01cfe3934-01bf26ce, #w-node-cbcef218-6578-1217-1232-0ef50c46c07d-01bf26ce {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}


@font-face {
  font-family: 'Acuminproextracond';
  src: url('../fonts/acuminproextracond-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}