:root {
  --grey-les-facteurs: #1d1d1b;
  --jaune-les-facteurs: #ffd541;
  --black: black;
  --white: white;
  --gris-clair: #f4f4f4;
}

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  -webkit-text-stroke-color: var(--grey-les-facteurs);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 78px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
}

p {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

a {
  color: var(--grey-les-facteurs);
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

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

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

.body {
  border-radius: 8px 0 0 8px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container {
  justify-content: center;
  max-width: 1280px;
  display: flex;
}

.section {
  z-index: 920;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  padding: 18px 40px;
  position: fixed;
}

.nav-left {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-left.w--current {
  width: auto;
}

.nav-link {
  color: #333;
  flex: none;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px;
  font-family: Inter;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.nav-link.w--current {
  color: #333;
  font-weight: 700;
}

.nav-link.w--current:active {
  display: flex;
}

.nav-link.do, .nav-link.be {
  width: auto;
  font-family: Montserrat, sans-serif;
}

.nav-link.be.w--current {
  width: auto;
}

.nav-link.talk {
  width: auto;
  font-family: Montserrat, sans-serif;
  display: none;
}

.nav-link.talk.is_hidden {
  display: none;
}

.nav-right {
  grid-column-gap: 0px;
  text-align: left;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.nav-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0%;
  display: flex;
}

.div-block-2 {
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  height: 630px;
  min-height: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button {
  background-color: #333;
  border-radius: 20px;
}

.button.contact {
  background-color: var(--jaune-les-facteurs);
  color: var(--black);
  border-radius: 40px;
  margin-top: 0;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.button.contact.closing {
  display: none;
}

.pitch {
  object-fit: fill;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.pitch.illustration {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/illustrration.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  background-clip: border-box;
  height: 100%;
  padding-bottom: 0;
}

.heading-2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.paragraph-2 {
  width: 100%;
  font-family: Inter;
  font-size: 16px;
  line-height: 32px;
}

.div-block-3 {
  flex-direction: column;
  width: 100%;
  padding-right: 129px;
  display: flex;
}

.section_mosaic {
  grid-column-gap: 20px;
  background-color: #ffffff0d;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.mosaic_slider {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  height: 630px;
  display: flex;
}

.mosaic_1pic {
  background-color: #d81e1e;
  width: 630px;
  height: 630px;
}

.mosaic_1pic.big {
  outline-offset: -4px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(to top, #36363373, #36363300 35%), url('../images/IMG_3755.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 26px;
  outline: 4px #333;
  flex-direction: row;
  align-self: flex-end;
  align-items: flex-end;
  min-width: 630px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.mosaic_1pic.big.num8 {
  background-color: #f4f4f4;
  border-radius: 20px;
}

.mosaic_1pic.big.num1 {
  background-image: url('../images/Terrain_agriculteurs.webp');
  background-size: cover;
  border-radius: 20px;
}

.mosaic_1pic.medium {
  outline-offset: -4px;
  background-color: #8f8f8f;
  background-image: url('../images/20230703_151444.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 26px;
  outline: 4px #333;
  height: 305px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.mosaic_1pic.medium.num11 {
  background-image: url('../images/wireframe.jpg');
  border-radius: 20px;
}

.mosaic_1pic.medium.num2 {
  background-image: url('../images/PIOCHE_Mockup_site.webp');
  border-radius: 20px;
}

.mosaic_1pic.medium.num7 {
  background-image: url('../images/PDLL_Vue-du-ciel.webp');
  background-position: 50%;
}

.mosaic_1pic.small {
  background-color: var(--jaune-les-facteurs);
  outline-offset: -4px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Topographic_bg.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px;
  outline: 4px #333;
  justify-content: center;
  align-items: flex-end;
  width: 305px;
  height: 305px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.mosaic_1pic.small.num4 {
  background-image: url('../images/Les_Facteurs_Co-conception.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.mosaic_1pic.small.num5 {
  background-image: url('../images/COMSA_logo_contracte.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.mosaic_1pic.small.num6 {
  background-color: #f4f4f4;
  background-image: url('../images/PIOCHE_mockup_formulaire.webp'), linear-gradient(#0000, #0000);
}

.mosaic_1pic.small.num9 {
  background-image: url('../images/47574223_2209871939263678_932962537022947328_o-1024x681.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.mosaic_1pic.small.num10 {
  background-image: url('../images/Screenshot-2019-08-28-at-19.19.38.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.mosaic_1pic.small.is_flex_vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.mosaic_1pic.hero {
  outline-offset: -4px;
  -webkit-text-fill-color: inherit;
  background-color: #f4f4f4;
  background-image: linear-gradient(to top, #36363373, #36363300 35%), url('../images/Home_page_publique_v3.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80%;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 26px;
  outline: 4px #333;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.mosaic_1pic.whide {
  background-color: #f6f6f6;
  background-image: url('../images/41512465_10156555748784847_4832247960764940288_n.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 30px;
  width: 100%;
  max-width: 1280px;
  height: 635px;
}

.mosaic_1pic.project {
  background-image: url('../images/20230703_151444.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  width: 320px;
  height: 440px;
}

.mosaic_1pic.project.pioche {
  background-color: #f6f6f6;
  background-image: url('../images/www.pioche.co_nos-salles-de-jeux_.png');
  background-size: cover;
}

.mosaic_1pic.project.ferme {
  background-image: url('../images/Frame-1.png');
}

.mosaic_1pic.project.agri {
  background-image: url('../images/IMG_3755.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.mosaic_1pic.project.pioche-identitty {
  background-image: url('../images/99ee4e90-ed25-462d-96eb-de9c903a6071.jpg');
  background-position: 50% 0;
  background-size: auto 100%;
}

.mosaic_1pic.project.agri_parcour {
  background-image: url('../images/Screenshot-2019-08-28-at-19.19.38.png');
  background-position: -120px 0;
}

.mosaic_3pics {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  width: 630px;
  height: 630px;
  display: flex;
}

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

.section_top {
  justify-content: center;
  margin-top: 0;
  padding-top: 84px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.pitch-alternative {
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.content_top_homepage {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 80px 0 40px;
  display: flex;
}

.content_top_homepage.no-padding {
  padding-top: 0;
}

.content_top_homepage.is-flex-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.heading-alternative {
  text-align: center;
  width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-7 {
  align-self: flex-start;
  width: 630px;
  height: 100%;
  font-family: Inter;
  font-size: 16px;
  line-height: 32px;
}

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

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-4 {
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.text_main {
  color: #1d1d1b;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.text_main.white {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 12px;
}

.text_main.contact-link-text {
  justify-content: flex-start;
  align-items: flex-start;
  width: 533px;
  display: block;
}

.div-block-10 {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer {
  background-color: #333;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.droit {
  color: #fff;
  font-family: Inter;
}

.titre-prestation {
  text-transform: none;
  border-top: 1px #000;
  border-radius: 0;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.titre-sur-image {
  object-fit: fill;
  background-color: #fff;
  border-radius: 40px;
  flex-wrap: nowrap;
  place-content: stretch flex-start;
  align-items: flex-start;
  width: 130px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.titre-sur-image:hover {
  padding-right: 20px;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.paragraph-4 {
  color: #fff;
  object-fit: fill;
  width: 400px;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter;
  font-size: 16px;
  overflow: hidden;
}

.subtitle_big {
  color: #1d1d1b;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 42px;
}

.subtitle_big.centered {
  text-align: center;
  padding-right: 0;
}

.div-block-14 {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.titre-sur-image-icon {
  text-align: center;
  object-fit: fill;
  background-color: #0000;
  border-radius: 40px;
  flex-wrap: nowrap;
  place-content: stretch center;
  align-items: flex-start;
  width: 194px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  display: flex;
}

.titre-sur-image-icon:hover {
  padding-right: 20px;
}

.heading-internal-page {
  color: var(--jaune-les-facteurs);
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
}

.heading-internal-page.is-project {
  width: 100%;
  max-width: 670px;
  line-height: 50px;
}

.very-small-title {
  color: #999;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.description {
  color: #1d1d1b;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.content-prestation {
  grid-column-gap: 40px;
  flex-direction: row;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.form-block {
  width: 100%;
  padding-right: 0;
}

.textarea {
  border: .5px solid #686868;
  border-radius: 20px;
  height: 220px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 80px;
  padding-left: 30px;
  font-family: Inter;
  overflow: visible;
}

.textarea::placeholder {
  color: #c3c3c3;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.paragraph-7 {
  margin-bottom: 100px;
  font-family: Inter;
  font-size: 16px;
  line-height: 26px;
}

.element_2column {
  text-align: left;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.img_illustration {
  opacity: .97;
  width: 66%;
  min-width: 50%;
  max-width: none;
  height: 570px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.img_illustration.left_align {
  width: auto;
  min-width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.description_part {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.description_part.double {
  background-color: #f7f7f7;
  border-radius: 30px;
  padding: 40px;
}

.description_part.form {
  border-radius: 30px;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: 0;
  padding: 0 40px 100px;
}

.tags {
  float: none;
  clear: left;
  color: #1d1d1b;
  object-fit: fill;
  background-color: #f4f4f4;
  border-radius: 40px;
  flex-wrap: wrap;
  flex: none;
  order: 0;
  place-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  margin: 10px 10px 0 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.tags:hover {
  padding-right: 20px;
}

.tags_grouping {
  float: left;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 40%;
  margin-top: 10px;
  display: flex;
}

.section_footer {
  background-color: #333;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.full_card {
  align-self: center;
  width: 80%;
  margin-top: 80px;
  padding-left: 0;
  padding-right: 120px;
  display: block;
}

.heading-main {
  color: #1d1d1b;
  text-align: left;
  letter-spacing: 1px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.heading-main.small {
  width: 100%;
  max-width: 100%;
}

.heading-main.e {
  text-align: left;
  width: 780px;
  max-width: 780%;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.heading-main.whatwedo {
  width: 100%;
  max-width: 100%;
}

.heading-main.is-project {
  width: 100%;
  font-size: 50px;
  font-weight: 800;
}

.heading-main.is_full_large {
  width: 100%;
}

.heading-main.is_width55 {
  width: 55%;
}

.heading-main.is_no_margin {
  max-width: 90%;
  margin-bottom: 0;
}

.paragraph-main {
  align-items: flex-start;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 19px;
  font-size: 16px;
  line-height: 34px;
  display: flex;
}

.double-text {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  width: 100%;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.field-label {
  margin-top: 24px;
  padding-left: 29px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.field-label.is_no_margin {
  margin-top: 0;
}

.field-label-2 {
  margin-top: 20px;
  font-family: Inter;
}

.field-label-3 {
  margin-top: 10px;
  font-family: Inter;
}

.text-field-2 {
  border: .5px solid #686868;
  border-radius: 35px;
  height: 70px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Inter;
}

.text-field-2::placeholder {
  color: #c3c3c3;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.text-field-2.honeypot {
  display: none;
}

.heading-main-copy {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-9-copy {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  display: flex;
}

.contact_column_left {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 40px;
  position: sticky;
  top: 149px;
}

.div-block-17 {
  background-image: url('../images/v916-nunny-608-Converted-16.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  height: 630px;
  margin-top: 0;
}

.exemple_content {
  grid-column-gap: 20px;
  display: flex;
}

.description-projet {
  color: #666;
  width: 320px;
  margin-top: 20px;
  font-family: Inter;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.description_prestation {
  width: 66%;
}

.icons_prestation {
  background-image: url('../images/Screenshot-2023-07-03-at-15.05.39.png');
  background-position: 100% -1%;
  background-repeat: no-repeat;
  background-size: 28%;
  width: 33%;
}

.icons_prestation.outil_metier {
  background-image: url('../images/Frame-7.png');
  background-position: 100% 0;
  background-size: 25%;
}

.icons_prestation.siteweb {
  background-image: url('../images/Frame-5.svg');
  background-position: 100% 0;
  background-size: 18%;
}

.icons_prestation.services {
  background-image: url('../images/services_icons.svg');
  background-position: 100% 0;
  background-size: 28%;
}

.icons_prestation.com {
  background-image: url('../images/Rectangle-2-Stroke.svg');
  background-position: 100% 0;
  background-size: 20%;
}

.icons_prestation.illu_immersion_day {
  background-image: url('../images/Frame-1.svg');
  background-position: 100% 0;
  background-size: 18%;
}

.icons_prestation.illu_entretien {
  background-image: url('../images/v916-nunny-608-Converted-13.png');
  background-position: 100% 0;
  background-size: 25%;
}

.icons_prestation.illu_atelier {
  background-image: url('../images/v916-nunny-608-Converted-07.png');
  background-position: 100% 0;
  background-size: 28%;
}

.icons_prestation.illu_expertise_prod {
  background-image: url('../images/v916-nunny-608-Converted-01.png');
  background-position: 100% 0;
  background-size: 80px;
}

.icons_prestation.illu_coordination_metier {
  background-image: url('../images/v916-nunny-608-Converted-10.png');
  background-position: 100% 0;
  background-size: 28%;
}

.bold-text {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.bold-text.article-page {
  width: 100%;
}

.bold-text-2 {
  color: #1d1d1b;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.heading-5 {
  max-width: 1280px;
}

.citation {
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 80px;
}

.content_main {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.content_main.is-flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.content_main.is-flex-horizontal.is_engagement {
  margin-bottom: 100px;
}

.content_main.is-centered {
  justify-content: flex-start;
  align-items: center;
}

.content_main.is_curator {
  padding-left: 50px;
  padding-right: 50px;
}

.heading_citation {
  background-color: var(--black);
  color: var(--white);
  margin-bottom: 0;
  padding: 10px 18px;
  font-family: Leckerli One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.section_contact {
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 80px;
  display: flex;
}

.heading-main-copy {
  color: #1d1d1b;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 78px;
}

.engagement-description {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.engagement-description.solo {
  width: 33%;
}

.engagement-description.solo.notdisplayed {
  display: none;
}

.engagement {
  color: #1d1d1b;
  align-items: center;
  width: 80%;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.section_main {
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section_main.no_bottom_margin {
  justify-content: flex-start;
  margin-bottom: 0;
}

.section_main.medium_bottom_margin {
  margin-bottom: 100px;
}

.section_main.small_top_bottom_margin {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section_main.bottom_margin {
  margin-bottom: 100px;
}

.section_main.is_flex_vertical {
  flex-flow: column;
}

.section_main.is_yellow_bg {
  background-color: var(--jaune-les-facteurs);
  background-image: url('../images/Topographic_bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_main.is_yellow_bg.is_margin {
  margin-bottom: 0;
}

.section_main.is_no_padding {
  overflow: hidden;
}

.text_big {
  color: #1d1d1b;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.bold-text-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.paragraph-10 {
  width: 100%;
  max-width: 1280px;
  margin-top: 28px;
  margin-bottom: 0;
}

.image_part {
  justify-content: center;
  width: 100%;
  display: flex;
}

.image_part.left_align {
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
}

.image_part.mobile {
  display: none;
}

.content_top_centered {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-top: 80px;
  display: flex;
}

.navbar {
  background-color: #fff;
  width: 100%;
  display: flex;
}

.body-2 {
  padding-left: 0;
  padding-right: 0;
}

.flex-container-x2-elements {
  width: 66%;
  display: flex;
}

._3-elements-container {
  text-align: left;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.paragraph-12 {
  color: #1d1d1b;
  padding-left: 50px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 34px;
}

.inside_link {
  color: #1d1d1b;
  border-bottom: 2px solid #fdc62e;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.inside_link.pas_inside {
  width: 236px;
  margin-top: 20px;
  font-size: 16px;
}

.subtitle_big-copy {
  color: #1d1d1b;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 42px;
}

.subtitle_big-copy.centered {
  text-align: center;
}

.paragraph-7-copy {
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.section-4-copy {
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-9-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-7-copy-copy {
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-9-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section_main-copy {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section_main-copy.no_bottom_margin {
  justify-content: flex-start;
  margin-bottom: 0;
}

.section_main-copy.medium_bottom_margin {
  margin-bottom: 100px;
}

.section_main-copy.small_top_bottom_margin {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section_main-copy.bottom_margin {
  margin-bottom: 100px;
}

.div-block-9-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: 70px 40px 80px;
  display: flex;
}

.pitch-alternative-copy {
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 750px;
  display: flex;
}

.checkbox-field {
  margin-bottom: 20px;
}

.div-block-18 {
  flex: none;
}

.html-embed {
  width: 100%;
  margin: 24px 0 0;
}

.meeting_title {
  color: #1d1d1b;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 78px;
}

.paragraph-7-copy-copy-copy {
  width: 66%;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.content_main_blog {
  text-align: left;
  flex-direction: column;
  width: 100%;
  max-width: 750px;
  display: flex;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.grid2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  mix-blend-mode: multiply;
  background-color: #fafafa;
  width: 100%;
  margin-bottom: 16px;
}

.image:hover {
  margin-top: 0;
}

.description-article {
  width: 100%;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter;
  font-size: 16px;
  line-height: 26px;
}

.title-aritcle {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.article_card {
  background-color: #fff;
  border: 4px #333;
  border-radius: 0;
  height: auto;
  padding: 0 0 24px;
  position: relative;
  overflow: visible;
}

.article_card:hover {
  background-color: #fff;
  border: 1px #000;
}

.article_card:focus {
  background-color: #c5c5c5;
}

.date_article {
  color: #b3b3b3;
  border: 1px #000;
  width: auto;
  margin: 12px 0 24px;
  padding-left: 0;
  padding-right: 24px;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  line-height: 26px;
}

.text_article {
  width: 100%;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.image-2 {
  max-width: 66%;
}

.article_card_link {
  color: #333;
  text-decoration: none;
}

.heading-6 {
  background-color: #ffd542;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  font-family: Inter;
  font-size: 30px;
  font-weight: 900;
  display: flex;
  position: absolute;
  top: -20px;
  left: -20px;
  transform: rotate(-5deg);
}

.link_nav {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.title {
  margin-top: 60px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.container_footer {
  background-color: var(--jaune-les-facteurs);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.footer-dark {
  border-bottom: 1px #e4ebf3;
  width: 100%;
  max-width: 1200px;
  padding: 50px 40px 0;
  position: relative;
}

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

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--grey-les-facteurs);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

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

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

.section_title {
  margin-top: 34px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.flex-block {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrapper-footer {
  flex: 0 auto;
  width: 50%;
}

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

.footer-title {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 45px;
}

.text-block {
  width: 330px;
  margin-bottom: 54px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 22px;
}

.section_bouton {
  padding-left: 40px;
  padding-right: 40px;
}

.link-block {
  color: #fff;
}

.bouton {
  object-fit: fill;
  background-color: #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  padding: 12px 18px;
  text-decoration: none;
  display: flex;
}

.bouton.principal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
}

.bouton.principal:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-right: 24px;
}

.bouton.secondaire {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  cursor: pointer;
}

.bouton.secondaire:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.bouton.secondaire.back {
  align-self: center;
}

.bouton.jaune {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--jaune-les-facteurs);
  margin-top: 28px;
}

.picto_rs {
  color: var(--jaune-les-facteurs);
  margin-right: 0;
  line-height: 11px;
}

.picto_rs:hover {
  color: #fde257;
}

.picto_rs.white {
  margin-right: 10px;
  position: relative;
}

.text-button {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

.link {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

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

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

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

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

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

.section-headings {
  padding-left: 40px;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 42px;
}

.section-bouton {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.article_title {
  color: #1d1d1b;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  display: block;
}

.article_title:hover {
  padding-left: 0;
}

.article_title.centered {
  text-align: center;
  padding-right: 0;
}

.content_top_homepage-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  padding: 80px 0 40px;
  display: flex;
}

.content_top_homepage-copy.no-padding {
  padding-top: 0;
}

.heading-internal-page-copy {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
}

.pitch-alternative-copy-copy {
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.content_main_blog-copy {
  text-align: left;
  flex-direction: column;
  width: 100%;
  max-width: 750px;
  display: flex;
}

.content_main_blog-copy-copy {
  text-align: left;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.line-selection {
  background-color: #ffd542;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.line-selection:hover {
  display: block;
}

.bouton-main {
  border: 0px none var(--jaune-les-facteurs);
  background-color: var(--jaune-les-facteurs);
  color: #f18c76;
  cursor: pointer;
  border-radius: 7em;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3.2em;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bouton-main.comsa {
  position: absolute;
  inset: auto 20px 45px auto;
}

.bouton-main.is_black {
  background-color: var(--black);
  align-self: center;
  margin-top: 0;
}

.bouton-main.is_bg_white {
  background-color: var(--white);
}

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

.button-base__overlap.overlap--size-from-left {
  border: 0px none var(--jaune-les-facteurs);
  background-color: var(--black);
  transform-origin: 0%;
  color: var(--black);
  inset: 0% auto 0% 0%;
}

.button-base__overlap.overlap--size-from-left.is_black {
  background-color: var(--white);
}

.button-base__button-text-3 {
  color: var(--black);
  text-transform: none;
  margin-right: 0;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  position: relative;
}

.button-base__button-text-3.is_white {
  color: var(--white);
}

.code-embed-5 {
  z-index: 10;
  height: .9rem;
  position: relative;
}

.code-embed-6 {
  height: 28px;
}

.link-block-2 {
  cursor: pointer;
}

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

.code-embed-7 {
  height: 22px;
  margin-right: 8px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.subtitle_project {
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 20px;
}

.wrapper_tag {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.wrapper_tag.s_margin_bottom_40 {
  margin-bottom: 40px;
}

.project_label {
  background-color: var(--jaune-les-facteurs);
  border-radius: 40px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.project_heading {
  max-width: 60%;
  font-size: 50px;
  line-height: 55px;
}

.project_heading.is_full_large {
  max-width: 100%;
}

.project_grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  aspect-ratio: 2;
  grid-template-areas: "Area"
                       "Area";
  width: 100%;
}

.project_wrapper_grid_item {
  background-color: #002034;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.project_wrapper_grid_item.is-bg-grey {
  background-color: #f7f6f6;
}

.project_wrapper_grid_item.is-beige-comsa {
  background-color: #fdf4e8;
}

.project_wrapper_grid_item.is-bg-red-comsa {
  background-color: #fc8e75;
}

.heading-8 {
  -webkit-text-stroke-color: var(--grey-les-facteurs);
}

.project_wrapper_context {
  border-right: 1px solid var(--gris-clair);
  border-radius: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.project_wrapper_action {
  padding-left: 30px;
}

.heading_h4 {
  color: var(--grey-les-facteurs);
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 27px;
}

.heading_h4.is-step {
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 22px;
}

.heading_h4.is_medium {
  width: 100%;
}

.project_vertical_separator {
  background-color: var(--gris-clair);
  width: 1px;
  height: auto;
  margin-left: 3vw;
  margin-right: 3vw;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.text-span {
  color: var(--jaune-les-facteurs);
}

.project_wrapper_title {
  border-right: 1px solid var(--gris-clair);
  border-radius: 1px;
  padding-right: 20px;
}

.project_title_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid var(--gris-clair);
  border-bottom: 0px solid var(--gris-clair);
  border-radius: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-right: 0;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.project_title_wrapper.is-title {
  width: auto;
  height: auto;
  padding-left: 0%;
  padding-right: 3%;
}

.project_title_wrapper.is_last {
  border-right-style: none;
  border-radius: 0;
  height: auto;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.is-yellow {
  color: var(--jaune-les-facteurs);
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
}

.image-3 {
  border-radius: 20px;
  margin-bottom: 25px;
}

.grid_1-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 25px;
}

.grid_1-3.is_margin_bottom_100 {
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.project_quote {
  background-color: var(--jaune-les-facteurs);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10% 0%;
  display: flex;
}

.is-radius-20 {
  border-radius: 20px;
  overflow: visible;
}

.is-radius-20.is-margin-bottom-25 {
  margin-bottom: 25px;
}

.grid_1-3_2-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  aspect-ratio: 2;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 25px;
}

.grid_1-3_2-3.is_margin_100 {
  margin-bottom: 100px;
}

.div-block-19 {
  background-image: url('../images/LADR_Carte-de-visite-2.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-19.is-radius-20 {
  background-image: url('../images/LADR_CDV.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-20 {
  background-image: url('../images/LADR_Polo.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-20.is-radius-20 {
  background-image: url('../images/LADR_Polo.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.project_quote_text {
  color: var(--grey-les-facteurs);
  width: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
}

.project_quote_text.is_pioche {
  font-size: 1.8vw;
  line-height: 2.2vw;
}

.project_quote_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.quote_name {
  color: var(--grey-les-facteurs);
  margin-bottom: 5px;
  font-family: Leckerli One, sans-serif;
  font-size: 2vw;
}

.quote_function {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1vw;
}

.wrapper_name {
  width: 100%;
  display: block;
  position: absolute;
  inset: 125% auto 0% 0%;
}

.image_portrait {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 20px;
  width: 30%;
  height: 100%;
  overflow: hidden;
}

.image_portrait.is-radius-20 {
  border-radius: 20px;
}

.image_full {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 25px;
}

.image_full.is-margin-bottom-100 {
  object-fit: contain;
  margin-bottom: 0;
}

.quote_left {
  height: 20%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.quote_right {
  height: 20%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.project_step_title_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 17px;
  display: flex;
}

.image-4 {
  align-self: flex-end;
  margin-right: 10px;
}

.list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  list-style-type: decimal;
  display: flex;
}

.image-6, .image-7 {
  max-width: 70%;
}

.title_engagement {
  color: var(--black);
  min-width: 209px;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
  position: static;
  top: 20%;
}

.title_engagement.is_step {
  position: static;
}

.project_step {
  width: 100%;
  display: flex;
}

.project_step.is_margin_60 {
  margin-bottom: 60px;
}

.project_quote_text_wrapper {
  width: 70%;
  position: relative;
}

.label_detail {
  background-color: var(--black);
  color: var(--white);
  padding: 10px 18px;
  font-family: Leckerli One, sans-serif;
  font-size: 16px;
  position: static;
  inset: -8% auto auto -14%;
  transform: rotate(-26deg);
}

.label_detail.is-absolute {
  position: absolute;
  top: -10%;
  left: 0%;
}

.label_detail.is_margin_bottom {
  margin-bottom: 20px;
  transform: rotate(-20deg);
}

.text-block-3 {
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 900;
}

.is-italic {
  cursor: pointer;
  font-style: italic;
}

.wrapper_image_plus {
  position: relative;
}

.wrapper_image_plus.is_margin_top_60 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.project_plus {
  z-index: 1;
  color: var(--jaune-les-facteurs);
  width: 43px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.bg_plus_hover {
  color: var(--grey-les-facteurs);
  background-color: #1d1d1bd9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  max-width: 60%;
  font-family: Montserrat, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 2vw;
}

.text-span-2 {
  color: var(--jaune-les-facteurs);
}

.div-block-21.is-radius-20 {
  background-image: url('../images/COMSA_Carte-de-visite.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-22.is-radius-20 {
  background-image: url('../images/COMSA_Mockup_responsive.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image_full_wrapper {
  position: relative;
}

.grid-4 {
  grid-template-columns: 1fr;
  width: 100%;
}

.image-8 {
  height: 500px;
}

.project_raw {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.project_raw.is_margin60 {
  margin-bottom: 60px;
}

.project_raw.is-portrait.is_ladr, .project_raw.is-portrait.is_comsa {
  display: none;
}

.slider {
  width: 100%;
  height: auto;
}

.slider.is-radius-20 {
  z-index: 0;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.wrapper_image_1-1 {
  aspect-ratio: 1;
}

.wrapper_image_1-1.is-radius-20 {
  background-image: url('../images/PIOCHE_mockup_formulaire.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  position: relative;
  overflow: clip;
}

.wrapper_image_1-1.is-radius-20.is_height_300 {
  background-image: none;
  height: 390px;
}

.image-9 {
  display: none;
}

.projet_pioche_slide1 {
  background-image: url('../images/PIOCHE_Slider_Insight_1.webp');
  background-position: 50%;
  background-size: cover;
}

.mask {
  border-radius: 20px;
}

.code-embed-8 {
  position: absolute;
  inset: auto 0 20px auto;
}

.code-embed-9 {
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.right-arrow {
  width: 43px;
  height: 20%;
  margin-right: 20px;
  inset: auto 0% 0% auto;
}

.left-arrow {
  width: 43px;
  height: 20%;
  inset: auto 70px 0% auto;
}

.project_plus_hover {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.project_wrapper_slider {
  z-index: 1;
  width: 70%;
  position: relative;
}

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

.project_wrapper_image {
  border: 1px solid var(--gris-clair);
  background-color: #fdfdfd;
  border-radius: 20px;
  display: flex;
  position: relative;
}

.image-11 {
  opacity: .9;
  object-fit: cover;
  height: 100%;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(156px, 387px));
  width: 100%;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  width: 100%;
}

.project_step_item {
  border-right: 1px solid var(--gris-clair);
  border-radius: 1px;
  flex-flow: column;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.project_list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.project_item {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  padding-right: 50px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.project_item:hover {
  box-shadow: 12px 12px 0 0 var(--jaune-les-facteurs);
  border-style: none;
  border-color: #000;
  transform: translate(-10px, -10px);
}

.project_item_image {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 40%;
  overflow: hidden;
}

.image-12 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.project_item_content_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-10 {
  margin-bottom: 30px;
  font-size: 3.1vw;
  line-height: 3.3vw;
}

.project_item_localisation {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.slider-2 {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.slide-2 {
  border-radius: 20px;
  width: 100%;
}

.slide-nav {
  display: none;
}

.right-arrow-2 {
  z-index: 500;
  width: 43px;
  height: 30%;
  inset: auto 10px 0 auto;
}

.code-embed-10 {
  z-index: 500;
  cursor: pointer;
  width: 43px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.left-arrow-2 {
  z-index: 500;
  width: 43px;
  height: 30%;
  inset: auto 60px 0% auto;
}

.code-embed-11 {
  z-index: 500;
  width: 43px;
  position: absolute;
  inset: auto 60px 10px auto;
}

.slide-1 {
  background-image: url('../images/PIOCHE_mockup_formulaire.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/COMSA_Carte-de-visite.png');
  background-position: 50%;
  background-size: cover;
}

.project_item_slider {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 40%;
  height: 100%;
  overflow: hidden;
}

.slide_comsa_1 {
  object-fit: fill;
  background-color: #fc8e75;
  background-image: url('../images/COMSA_logo_contracte.png');
  background-size: cover;
}

.slide_comsa_3 {
  background-image: url('../images/COMSA_Carte-de-visite.webp');
  background-position: 50%;
  background-size: cover;
}

.left-arrow-3 {
  z-index: 900;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50px;
  height: 30%;
  margin-right: 8px;
  padding-bottom: 15px;
  display: flex;
  inset: auto 55px 0% auto;
}

.right-arrow-3 {
  z-index: 900;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40px;
  height: 30%;
  padding-bottom: 15px;
  display: flex;
  inset: auto 15px 0% auto;
}

.code-embed-12, .code-embed-13 {
  width: 40px;
}

.link-block-3 {
  z-index: 1;
  cursor: pointer;
  border: 2px solid #fff0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.link-block-3:hover {
  border-radius: 20px;
}

.project_close {
  z-index: 900;
  background-color: var(--jaune-les-facteurs);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  inset: 15% 40px auto auto;
}

.code-embed-14 {
  color: var(--jaune-les-facteurs);
  padding-top: 5px;
  transform: rotate(-129deg);
}

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

.proect_slider_wrapper_image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-13 {
  width: 50%;
}

.slide_comsa_2 {
  background-image: url('../images/Comsa_logo-1.png');
  background-position: 50%;
  background-size: cover;
}

.slide_pioche_1 {
  background-image: url('../images/PIOCHE_Slider_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide_pioche_2 {
  background-image: url('../images/PIOCHE_mockup_formulaire.webp');
  background-position: 50%;
  background-size: cover;
}

.slide_ladr_1 {
  background-image: url('../images/LADR_icone_herisson-1.png');
  background-position: 50%;
  background-size: cover;
}

.slide_ladr_2 {
  background-image: url('../images/LADR_CDV.webp');
  background-position: 50%;
  background-size: cover;
}

.project-top_left {
  width: 50%;
}

.project_top_right {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.project_wrapper_top_content {
  justify-content: flex-end;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.image-14 {
  margin-left: 0;
  margin-right: 15px;
}

.text-block-5 {
  text-align: left;
  width: 390px;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.slide_pioche_3 {
  background-image: url('../images/PIOCHE_Illustration.webp');
  background-position: 50%;
  background-size: cover;
}

.slide_ladr_3 {
  background-image: url('../images/LADR_Habillage_camion.webp');
  background-position: 50%;
  background-size: cover;
}

.projet_pioche_slide2 {
  background-image: url('../images/PIOCHE_Slider_Insight_2.webp');
  background-position: 50%;
  background-size: cover;
}

.projet_pioche_slide3 {
  background-image: url('../images/PIOCHE_Slider_Insight_3.webp');
  background-position: 50%;
  background-size: cover;
}

.projet_pioche_slide4 {
  background-image: url('../images/PIOCHE_Slider_Insight_4.webp');
  background-position: 50%;
  background-size: cover;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  font-size: 90px;
}

.goal_title {
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
}

.objectifs_title {
  color: var(--black);
  min-width: 34vw;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 6.5vw;
  font-weight: 800;
  line-height: 7.5vw;
}

.objectifs_title.is-yellow {
  width: auto;
}

.objectifs_title.is_margin_bottom_60 {
  z-index: 1;
  margin-bottom: 60px;
  position: relative;
}

.objectifs_title_wrapper {
  display: flex;
}

.objectifs_title_words {
  color: var(--jaune-les-facteurs);
  justify-content: flex-start;
  align-items: center;
  width: 790px;
  height: auto;
  padding-left: 1.5vw;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.objectifs_words {
  font-size: 6.5vw;
  line-height: 7.5vw;
  position: absolute;
}

.objectifs_words.is_small {
  font-size: 6.5vw;
}

.is_yellow {
  color: var(--jaune-les-facteurs);
}

.is_yellow.is_leckerly {
  font-family: Leckerli One, sans-serif;
}

.objectif_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

.code-embed-15 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 80px;
  padding-bottom: 0;
  display: flex;
}

.code-embed-16, .objectif_picto {
  justify-content: flex-start;
  align-items: flex-end;
  height: 80px;
  display: flex;
}

.horizontal_separateur {
  background-color: var(--gris-clair);
  width: 100%;
  height: 1px;
  margin: 60px 0;
}

.expertise_wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(300px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.expertise_item_heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
}

.image-15 {
  height: 100px;
}

.expertif_descriptif {
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 20px;
}

.expertise_button {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.slider_process {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  margin-top: 60px;
  display: flex;
  overflow: visible;
}

.proces_card {
  background-image: url('../images/process_card_bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 520px;
  margin-right: 28px;
  padding: 60px 36px 50px;
}

.proces_card.is_first {
  width: 60vw;
  height: auto;
  margin-left: 40px;
}

.process_number {
  margin-bottom: 0;
}

.expertise_label {
  background-color: var(--gris-clair);
  border-radius: 40px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

.the-sticky-div-title {
  z-index: 300;
  color: #ecf0f1c4;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3498db00;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.a-block {
  background-color: #dededeb8;
  border-radius: 6px;
  flex: none;
  width: 300px;
  height: 40vh;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 0 100px 8px #cd2bb140;
}

.the-width-400vh-scrollable-div {
  flex-wrap: wrap;
  align-items: center;
  width: 4000px;
  height: 100%;
  display: flex;
}

.horizontal-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-top: 84px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.text-span-3 {
  font-size: 31px;
  line-height: 34px;
  display: inline;
}

.gradient {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.night-sky-fixed-background {
  z-index: 100;
  opacity: 1;
  background-color: #0e1081;
  background-image: url('../images/graphy-dark.png');
  background-position: 0 0;
  width: 800vh;
  height: 100%;
  position: absolute;
}

.the-height-400vh-section {
  background-color: #fff;
  border-top: 60px #24242417;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: 0;
  display: flex;
  position: relative;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.process_content {
  background-color: var(--jaune-les-facteurs);
  background-image: url('../images/Topographic_bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: -20px;
  bottom: 0;
  overflow: hidden;
}

.process_wrapper_title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  height: 40%;
  margin-bottom: 0;
  padding-top: 62px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.bold-text-7 {
  font-family: Montserrat, sans-serif;
}

.push_contact {
  background-color: var(--black);
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 70px;
  display: flex;
  position: sticky;
  top: 20%;
}

.push_contact.is-margin_plus {
  margin-bottom: -18px;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 65px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.text-block-7.is_yellow {
  max-width: 940px;
  padding-bottom: 40px;
}

.qsn_left {
  align-self: flex-start;
  width: 50%;
  margin-top: 60px;
  padding-right: 30px;
  position: sticky;
  top: 10%;
}

.qsn_right {
  width: 50%;
  margin-top: 60px;
  padding-left: 30px;
}

.qsn_image {
  border-radius: 20px;
  width: 100%;
}

.qsn_intro {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 50px;
}

.heading_block {
  width: 40%;
}

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

.map_france {
  align-self: center;
  width: 75%;
  margin-top: -51px;
}

.engagements_description {
  width: 70%;
}

.engagements_title {
  border-style: none solid none none;
  border-width: 1px;
  border-color: black var(--gris-clair) black black;
  width: 25%;
  min-width: 30%;
  position: sticky;
  top: 20%;
}

.engagement_description_wrapper {
  width: 100%;
  display: flex;
}

.section_full {
  z-index: 0;
  border-radius: 20px;
  margin-bottom: -12px;
  position: relative;
}

.grid_objectifs {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.horizontal-section {
  height: 200vh;
  position: relative;
}

.sticky-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky {
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.is_large {
  width: 100%;
}

.section_wrapper {
  width: 100%;
  padding-bottom: 100vh;
}

.section_height {
  width: 100%;
  height: 100vw;
  overflow: visible;
}

.sticky_element {
  background-color: var(--jaune-les-facteurs);
  background-image: url('../images/Topographic_bg.svg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  padding-top: 25px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.track {
  flex: none;
  height: 100%;
  padding-right: 20px;
}

.track_flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 100%;
  margin-bottom: 0;
  margin-right: -50vw;
  padding-left: 38px;
  display: flex;
}

.image-16 {
  max-height: 75%;
  margin-bottom: 13px;
  padding-left: 11px;
}

.project_description_wrapper {
  width: 100%;
  display: flex;
}

.is_small {
  font-size: 20px;
}

.image-17 {
  aspect-ratio: 1;
  width: 30%;
}

.div-block-24 {
  width: 30%;
}

.quote_wrapper {
  background-color: var(--jaune-les-facteurs);
  width: 70%;
}

.quote_wrapper.is-radius-20 {
  padding: 24px 28px;
  position: relative;
}

.image_70 {
  width: 70%;
}

.image_70.is-radius-20 {
  object-fit: contain;
  background-image: url('../images/PIOCHE_Photo_2.1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-height: 351px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-18 {
  object-fit: fill;
  max-height: 100%;
  display: block;
}

.container_project_description {
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.image-21 {
  width: 100%;
  height: 100%;
}

.contact_image {
  background-image: url('../images/LES_FACTEURS_MAP.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  border-top-left-radius: 0;
  height: 200px;
  margin-bottom: -25px;
}

.qsn_top_container {
  width: 100%;
  max-width: 1280px;
  margin-top: 50px;
  display: flex;
}

.qsn_top_title {
  width: 50%;
}

.qsn_top_circle {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 70px;
  display: flex;
}

.circle_text {
  background-image: url('../images/Cercle_Calendly.svg');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
}

.circle_text.is-engagement {
  background-image: url('../images/Cercle_engagements.svg');
}

.qsn_top_circle_wrapper {
  cursor: pointer;
  background-image: url('../images/picto_main.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.qsn_top_circle_wrapper.is_resa {
  background-image: url('../images/picto_calendar.svg');
  background-position: 50% 47%;
  background-size: 41%;
  transform: rotate(15deg);
}

.section_engagement {
  height: 100px;
}

.homepage_top {
  width: 50%;
}

.homepage_top.is_right {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.section_id_contact {
  height: 100px;
}

.expertises_container {
  z-index: 100;
  background-color: var(--white);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  max-width: 1280px;
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.push_contact_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.content_full_large {
  background-color: var(--white);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.image-22 {
  max-width: 11%;
}

.text-block-8 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8rem;
  display: block;
}

.contact_insta_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  margin-top: 106px;
  display: flex;
}

.div-block-25 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_slider {
  background-color: var(--jaune-les-facteurs);
}

.container_slider {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider_track {
  background-color: var(--jaune-les-facteurs);
  border-radius: 0;
  width: 100%;
  height: 200vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.slider_track.is_hidden {
  display: none;
}

.slider_camera {
  background-image: url('../images/Topographic_bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: -60px;
}

.slider_frame {
  flex-flow: row;
  height: 100%;
  padding: 27px;
  display: flex;
  position: relative;
}

.slider_card {
  background-color: var(--white);
  flex: 0 auto;
  width: 300px;
  height: 100%;
}

.section-6 {
  background-color: #6d2626;
  height: 400px;
}

.section-7 {
  background-color: #302066;
  height: 400px;
}

.height {
  height: 400dvh;
  position: relative;
}

.mover {
  display: flex;
}

.frame {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 60%;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 31px;
  padding-left: 40px;
  display: flex;
}

.slider_item {
  background-image: url('../images/process_card_bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  width: 30%;
  min-width: 340px;
  min-height: 470px;
  padding: 50px 36px 40px;
}

.section-8 {
  display: none;
}

.item {
  background-color: #fff;
  width: 300px;
  min-width: 300px;
  height: 400px;
}

.section-9 {
  background-color: #6b1d1d;
  height: 100vh;
}

.project_item_link {
  z-index: 800;
  border: 1px solid #ffd54100;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project_hover_line {
  background-color: var(--jaune-les-facteurs);
  width: 95%;
  height: 7px;
  margin-left: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.section-actu {
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
  display: block;
}

.container-main-vert {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.container-main-vert.is_margin_bottom-100 {
  margin-bottom: 100px;
}

.subtitle {
  color: #405e48;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.code-embed-18 {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed-19 {
  display: block;
}

.link-2, .link-3 {
  display: none;
}

.section_mosaic_2 {
  padding-left: 40px;
  padding-right: 40px;
}

.grid-7 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.image-23 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
}

.image-24 {
  aspect-ratio: 2;
  border-radius: 20px;
}

.div-block-26 {
  aspect-ratio: 1;
  background-color: var(--jaune-les-facteurs);
  background-image: url('../images/Topographic_bg.svg');
  background-position: 0%;
  background-size: auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.div-block-27 {
  aspect-ratio: auto;
  background-image: url('../images/Les_Facteurs_Co-conception.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.div-block-28 {
  background-image: url('../images/Terrain_agriculteurs_2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.link-block-4 {
  background-color: var(--jaune-les-facteurs);
  position: absolute;
  inset: 0%;
}

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

.ecoindex_text {
  color: var(--white);
  margin-left: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.text_portrait {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.link-4 {
  cursor: pointer;
}

.image-25 {
  object-fit: contain;
}

@media screen and (min-width: 1280px) {
  p {
    color: var(--grey-les-facteurs);
  }

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

  .section {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-left.w--current {
    width: auto;
  }

  .nav-link {
    flex-wrap: wrap;
    flex: 0 auto;
    place-content: stretch center;
    width: 190px;
  }

  .nav-link.w--current {
    width: 192px;
  }

  .nav-right {
    width: auto;
    margin-left: 0;
  }

  .nav-center {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0%;
  }

  .button.contact.closing {
    display: none;
  }

  .mosaic_slider {
    max-width: 1920px;
  }

  .mosaic_1pic.big.num1 {
    background-image: url('../images/IMG_3756.jpeg');
    background-position: 50%;
    background-size: cover;
  }

  .mosaic_1pic.medium.num2 {
    background-image: url('../images/PIOCHE_mockup_page_interne.webp');
  }

  .mosaic_1pic.small {
    background-color: var(--jaune-les-facteurs);
    background-image: url('../images/Carte_France.svg');
    background-position: 50% 30%;
    background-size: auto;
    padding-bottom: 20px;
  }

  .mosaic_1pic.small.num4 {
    background-image: url('../images/Les_Facteurs_Co-conception.webp');
    background-size: cover;
  }

  .mosaic_1pic.small.is_flex_vertical {
    background-image: url('../images/Topographic_bg.svg');
    background-size: cover;
  }

  .mosaic_1pic.project.pioche {
    background-color: #d6d6d6;
    background-image: url('../images/www.pioche.co_nos-salles-de-jeux_.png');
    background-position: 0 0;
  }

  .content_top_homepage {
    max-width: 1280px;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .content_top_homepage.no-padding {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .text_main.contact-link-text {
    width: 534px;
    display: block;
  }

  .subtitle_big {
    width: 80%;
    padding-right: 0;
  }

  .subtitle_big.centered {
    width: 100%;
  }

  .titre-sur-image-icon {
    color: var(--black);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 800;
  }

  .description {
    margin-bottom: 30px;
  }

  .textarea {
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
  }

  .element_2column {
    max-width: 1280px;
  }

  .img_illustration {
    display: block;
    overflow: visible;
  }

  .description_part {
    width: 100%;
    position: static;
  }

  .section_footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-main {
    width: 100%;
    font-size: 50px;
    line-height: 55px;
  }

  .heading-main.whatwedo, .heading-main.is_full_large {
    width: 100%;
  }

  .field-label {
    margin-top: 32px;
  }

  .field-label-2 {
    margin-top: 40px;
  }

  .text-field-2 {
    font-family: Montserrat, sans-serif;
  }

  .div-block-9-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .icons_prestation.outil_metier {
    background-size: 100px;
  }

  .icons_prestation.siteweb {
    background-size: auto 100px;
  }

  .icons_prestation.services {
    background-size: 100px;
  }

  .icons_prestation.com {
    background-size: auto 100px;
  }

  .icons_prestation.illu_immersion_day {
    background-image: url('../images/Frame-1.svg');
    background-size: auto 100px;
  }

  .icons_prestation.illu_entretien {
    background-image: url('../images/v916-nunny-608-Converted-13.png');
    background-size: 100px;
  }

  .icons_prestation.illu_atelier {
    background-image: url('../images/v916-nunny-608-Converted-07.png');
    background-size: 100px;
  }

  .icons_prestation.illu_expertise_prod {
    background-image: url('../images/v916-nunny-608-Converted-01.png');
    background-size: 80px;
  }

  .icons_prestation.illu_coordination_metier {
    background-image: url('../images/v916-nunny-608-Converted-10.png');
    background-size: auto 100px;
  }

  .citation {
    display: flex;
  }

  .content_main {
    min-width: auto;
    max-width: 1280px;
  }

  .content_main.is_curator {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_contact {
    padding-bottom: 0;
  }

  .engagement-description {
    width: 100%;
    padding-right: 80px;
  }

  .engagement-description.solo {
    width: 33%;
  }

  .engagement-description.solo.notdisplayed {
    display: none;
  }

  .engagement {
    width: 100%;
    padding-right: 0;
  }

  .section_main {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 100px;
  }

  .section_main.no_bottom_margin {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .section_main.small_top_bottom_margin {
    margin-bottom: 40px;
  }

  .section_main.bottom_margin {
    margin-bottom: 100px;
  }

  .section_main.is_flex_vertical {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
  }

  .image_part.mobile {
    display: none;
  }

  .navbar {
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-container-x2-elements {
    width: 66%;
    display: flex;
  }

  ._3-elements-container {
    justify-content: flex-start;
    max-width: 1280px;
  }

  .paragraph-11 {
    font-size: 20px;
  }

  .paragraph-12 {
    color: #1d1d1b;
    text-align: left;
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 34px;
  }

  .inside_link {
    color: #1d1d1b;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fdc62e;
    border: 1px #000;
    border-bottom: 2px solid #fdc62e;
    font-weight: 600;
    text-decoration: none;
  }

  .inside_link:hover {
    color: #fdc62e;
    font-weight: 600;
  }

  .inside_link.w--current {
    cursor: pointer;
  }

  .inside_link.pas_inside {
    align-self: flex-start;
    width: 225px;
    margin-top: 20px;
    font-size: 16px;
  }

  .subtitle_big-copy {
    width: 80%;
    padding-right: 0;
  }

  .section_main-copy {
    margin-bottom: 200px;
  }

  .section_main-copy.no_bottom_margin {
    text-align: left;
    justify-content: center;
  }

  .section_main-copy.small_top_bottom_margin {
    margin-bottom: 40px;
  }

  .section_main-copy.bottom_margin {
    margin-bottom: 100px;
  }

  .div-block-9-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .checkbox {
    border: 0 solid #000;
  }

  .checkbox-field {
    margin-bottom: 20px;
  }

  .html-embed {
    margin-top: 32px;
  }

  .content_main_blog {
    min-width: auto;
    max-width: 750px;
  }

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

  .bouton.secondaire.back {
    margin-top: 40px;
    margin-right: 0;
  }

  .article_title {
    width: 80%;
    padding-right: 0;
  }

  .article_title.centered {
    width: 100%;
  }

  .content_top_homepage-copy {
    max-width: 750px;
  }

  .content_top_homepage-copy.no-padding {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .content_main_blog-copy {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    max-width: 750px;
  }

  .content_main_blog-copy-copy {
    min-width: auto;
    max-width: 1280px;
  }

  .code-embed-6 {
    min-height: 28px;
  }

  .project_grid {
    grid-template-columns: minmax(200px, 1fr) 1fr;
    max-width: 1280px;
  }

  .project_wrapper_grid_item.is-beige-comsa {
    background-color: #fdf4e8;
  }

  .project_wrapper_grid_item.is-bg-red-comsa {
    background-color: #fc8e75;
  }

  .heading_h4 {
    width: 100%;
    padding-right: 20px;
  }

  .heading_h4.is_medium {
    width: 80%;
  }

  .project_vertical_separator {
    height: 100%;
    display: block;
  }

  .grid_1-3 {
    grid-template-rows: auto;
  }

  .grid_1-3.is_margin_bottom_100 {
    margin-bottom: 100px;
  }

  .grid_1-3_2-3 {
    max-width: 1280px;
  }

  .grid_1-3_2-3.is_margin_100 {
    margin-bottom: 100px;
  }

  .project_quote_text.is_pioche {
    font-size: 23px;
    line-height: 32px;
  }

  .quote_name {
    margin-bottom: 8px;
    font-size: 1.6rem;
    line-height: 1.5rem;
  }

  .wrapper_name {
    top: 135%;
  }

  .image_portrait {
    aspect-ratio: 1;
    background-image: url('../images/Portrait_Tristan.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 20px;
  }

  .image-5 {
    max-width: 50%;
  }

  .image-6, .image-7 {
    max-width: 70%;
  }

  .project_step.is_margin_60 {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .label_detail {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -8px;
    display: flex;
  }

  .label_detail.is_margin_bottom {
    margin-left: -8px;
  }

  .wrapper_image_plus.is_margin_top_60 {
    margin-bottom: 20px;
  }

  .bg_plus_hover {
    background-color: #1d1d1be6;
  }

  .div-block-21 {
    background-image: url('../images/COMSA_Carte-de-visite.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-22 {
    background-image: url('../images/COMSA_Mockup_responsive.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .wrapper_image_1-1.is-radius-20 {
    background-image: none;
    overflow: clip;
  }

  .div-block-23 {
    background-color: #d16868;
    height: 100%;
  }

  .project_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .project_wrapper_image {
    background-color: var(--gris-clair);
    border-radius: 20px;
    height: auto;
    max-height: 450px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .image-10 {
    width: 100%;
    overflow: visible;
  }

  .image-11 {
    opacity: .85;
    object-fit: cover;
    width: 100%;
  }

  .heading-10 {
    font-size: 3.1rem;
    line-height: 3.3rem;
  }

  .project_close {
    right: 6%;
  }

  .objectifs_title {
    min-width: 420px;
    font-size: 5rem;
    line-height: 6rem;
  }

  .objectifs_title_words {
    width: 1010px;
    height: 6rem;
    padding-left: 1rem;
  }

  .objectifs_words {
    font-size: 5rem;
    line-height: 6rem;
  }

  .objectifs_words.is_small {
    font-size: 5rem;
  }

  .objectif_wrapper {
    justify-content: space-between;
    padding-right: 0;
  }

  .expertise_item_wrapper {
    max-width: 780px;
  }

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

  .process_wrapper_title {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1280px;
    padding-left: 0;
    overflow: visible;
  }

  .push_contact {
    z-index: 0;
    padding-top: 44px;
    padding-bottom: 90px;
  }

  .engagements_title {
    padding-right: 40px;
  }

  .grid_objectifs {
    grid-column-gap: 3.9rem;
    grid-row-gap: 3.9rem;
    max-width: 1280px;
  }

  .section_wrapper {
    padding-bottom: 0;
  }

  .sticky_element {
    align-items: center;
    margin-bottom: 0;
    top: 0%;
  }

  .track {
    width: 100%;
    max-width: 1280px;
    height: auto;
    padding-right: 0;
    overflow: visible;
  }

  .track_flex {
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin-right: 0;
    padding-left: 0;
    overflow: visible;
  }

  .homepage_top.isleft {
    max-width: 570px;
  }

  .homepage_top.is_right {
    text-align: right;
    max-width: 800px;
  }

  .expertises_container {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content_full_large {
    background-color: var(--white);
    position: relative;
  }

  .slider_track {
    margin-bottom: 0%;
  }

  .frame {
    width: auto;
    margin-right: 0%;
  }

  .slider_item {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80vw;
    height: 100%;
    min-height: 100%;
    margin-right: 0%;
    display: flex;
    overflow: visible;
  }

  .section_ancre_resa {
    width: 100%;
    height: 80px;
  }
}

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

  .section {
    padding: 0;
  }

  .nav-left {
    width: 100%;
    padding-left: 40px;
  }

  .nav-left.w--current {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 40px;
  }

  .nav-link {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding: 40px 12px 28px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 900;
  }

  .nav-link:hover {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .nav-link.be, .nav-link.talk {
    padding-left: 0;
  }

  .nav-link.talk.is_hidden {
    padding-left: 0;
    display: block;
  }

  .nav-right {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: none;
  }

  .nav-center {
    background-color: var(--jaune-les-facteurs);
    width: 100%;
    padding-bottom: 100px;
    padding-left: 0%;
    inset: 0% auto auto 0%;
  }

  .div-block-2 {
    background-color: #fff;
    flex-direction: row;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .button.contact {
    width: auto;
    height: auto;
    margin-top: 40px;
    padding: 11px 26px;
    font-family: Montserrat, sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
  }

  .button.contact.closing {
    background-color: #0000;
    background-image: url('../images/Frame-10.svg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 0;
    width: 32px;
    height: 32px;
    margin-top: 0;
    padding: 0;
    display: flex;
  }

  .pitch {
    width: 100%;
  }

  .pitch.illustration {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 305px;
    display: flex;
  }

  .div-block-3 {
    padding-right: 0;
  }

  .section_mosaic {
    flex-direction: column;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mosaic_slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    height: auto;
  }

  .mosaic_1pic.big {
    background-position: 50% 0;
    width: 100%;
    height: 458px;
  }

  .mosaic_1pic.big.num8, .mosaic_1pic.big.num1 {
    height: 630px;
  }

  .mosaic_1pic.medium {
    width: 100%;
  }

  .mosaic_1pic.medium.num2 {
    width: 630px;
  }

  .mosaic_1pic.medium.num7 {
    width: 630px;
    height: 305px;
  }

  .mosaic_1pic.small {
    width: 100%;
  }

  .mosaic_1pic.hero {
    background-position: 50% 0;
    width: 100%;
    height: 458px;
  }

  .mosaic_1pic.whide {
    height: 315px;
  }

  .mosaic_1pic.project.pioche {
    width: 100%;
    height: 350px;
  }

  .mosaic_1pic.project.ferme {
    background-size: cover;
    width: 100%;
    height: 350px;
  }

  .mosaic_1pic.project.agri, .mosaic_1pic.project.pioche-identitty, .mosaic_1pic.project.agri_parcour {
    width: 100%;
    height: 350px;
  }

  .mosaic_3pics {
    width: 100%;
  }

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section_top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pitch-alternative {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
  }

  .content_top_homepage {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .content_top_homepage.is-flex-vertical {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading-alternative {
    margin-bottom: 10px;
  }

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

  .div-block-8 {
    width: 100%;
    height: 100%;
  }

  .div-block-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text_main.white {
    text-align: center;
    justify-content: center;
  }

  .subtitle_big {
    width: 100%;
    padding-right: 20px;
  }

  .subtitle_big.centered {
    width: 100%;
  }

  .titre-sur-image-icon {
    font-size: 17px;
    line-height: 18px;
  }

  .heading-internal-page {
    margin-bottom: 10px;
  }

  .description {
    width: 100%;
  }

  .element_2column {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .img_illustration {
    align-self: flex-start;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .description_part {
    width: 80%;
  }

  .description_part.double {
    width: 100%;
  }

  .description_part.form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tags {
    clear: left;
    display: block;
    position: relative;
  }

  .tags_grouping {
    clear: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .section_footer {
    padding-right: 0;
  }

  .full_card {
    width: 100%;
    max-width: none;
    padding-right: 40px;
  }

  .heading-main {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .heading-main.e {
    width: 100%;
  }

  .heading-main.is_full_large {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .heading-main.is_width55 {
    width: 70%;
  }

  .heading-main.is_no_margin {
    max-width: 100%;
  }

  .paragraph-main {
    width: 90%;
    margin-top: 0;
    padding-left: 0;
  }

  .double-text {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-main-copy {
    margin-bottom: 10px;
  }

  .div-block-9-copy {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact_column_left {
    padding-top: 24px;
    padding-left: 0;
    position: static;
  }

  .div-block-17 {
    display: none;
  }

  .exemple_content, .description-projet {
    width: 100%;
  }

  .description_prestation {
    width: 80%;
  }

  .icons_prestation.outil_metier {
    background-size: 100px;
    width: 100px;
  }

  .icons_prestation.siteweb {
    background-position: 0 0;
    background-size: auto 100px;
    width: 100px;
  }

  .icons_prestation.services {
    background-size: 100px;
    width: 100px;
  }

  .icons_prestation.com, .icons_prestation.illu_immersion_day {
    background-position: 0 0;
    background-size: auto 100px;
    width: 100px;
  }

  .icons_prestation.illu_entretien, .icons_prestation.illu_atelier {
    background-size: 100px;
    width: 100px;
  }

  .icons_prestation.illu_expertise_prod {
    background-position: 50% 0;
    background-size: 80px;
    width: 100px;
  }

  .icons_prestation.illu_coordination_metier {
    background-size: 100px;
    width: 100px;
  }

  .heading-5 {
    width: 100%;
    min-width: 0;
    max-width: 0;
  }

  .citation {
    width: 700px;
    font-size: 52px;
    line-height: 72px;
    display: flex;
  }

  .content_main {
    align-items: flex-start;
    width: 100%;
    min-width: 0;
  }

  .heading_citation {
    width: 100%;
    padding-left: 0;
  }

  .heading-main-copy {
    width: 80%;
    margin-bottom: 10px;
  }

  .engagement-description.solo {
    width: 50%;
  }

  .section_main {
    margin-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_main.medium_bottom_margin {
    margin-bottom: 0;
  }

  .section_main.small_top_bottom_margin {
    margin-bottom: 20px;
  }

  .section_main.is_no_padding {
    padding-right: 0;
  }

  .text_big {
    width: 100%;
  }

  .image_part {
    justify-content: flex-start;
    width: 50%;
  }

  .image_part.mobile {
    justify-content: flex-start;
    width: 50%;
    display: flex;
  }

  .image_part.after {
    display: none;
  }

  .content_top_centered {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .icon {
    margin-top: 5px;
    margin-bottom: 0;
    display: none;
  }

  .closing_button {
    justify-content: flex-end;
    margin-top: 40px;
    margin-right: 40px;
    display: flex;
  }

  .menu-button {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: 20px;
    padding-top: 25px;
    padding-bottom: 18px;
    display: flex;
  }

  .flex-container-x2-elements {
    grid-row-gap: 20px;
    width: 100%;
    display: flex;
  }

  ._3-elements-container {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .exemple {
    width: 50%;
  }

  .paragraph-12 {
    width: 100%;
    padding-left: 0;
  }

  .subtitle_big-copy {
    width: 100%;
    padding-right: 20px;
  }

  .subtitle_big-copy.centered {
    width: 100%;
  }

  .div-block-9-copy, .div-block-9-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_main-copy {
    margin-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_main-copy.medium_bottom_margin {
    margin-bottom: 0;
  }

  .section_main-copy.small_top_bottom_margin {
    margin-bottom: 20px;
  }

  .div-block-9-copy-copy {
    flex-flow: column;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pitch-alternative-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .checkbox-field {
    margin-bottom: 0;
  }

  .meeting_title {
    width: 80%;
    margin-bottom: 10px;
  }

  .content_main_blog {
    align-items: flex-start;
    width: 100%;
    min-width: 0;
  }

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

  .link_nav {
    flex-flow: column;
    padding-left: 30px;
  }

  .container-main-footer {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

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

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .article_title {
    width: 100%;
    padding-right: 20px;
  }

  .article_title.centered {
    width: 100%;
  }

  .content_top_homepage-copy {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-internal-page-copy {
    margin-bottom: 10px;
  }

  .pitch-alternative-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .content_main_blog-copy, .content_main_blog-copy-copy {
    align-items: flex-start;
    width: 100%;
    min-width: 0;
  }

  .wrapper_tag {
    flex-flow: wrap;
  }

  .project_heading {
    max-width: 80%;
    font-size: 45px;
    line-height: 50px;
  }

  .project_vertical_separator {
    margin-left: 22px;
    margin-right: 22px;
  }

  .project_title_wrapper {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 22px;
  }

  .project_title_wrapper.is-title {
    border-right-style: none;
    min-width: 180px;
  }

  .project_title_wrapper.is_last {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_1-3 {
    height: 220px;
  }

  .grid_1-3.is_margin_bottom_100 {
    flex-flow: column;
    grid-auto-flow: row;
    height: auto;
    display: flex;
  }

  .project_quote {
    height: 220px;
    padding: 30px;
  }

  .div-block-19.is-radius-20, .div-block-20.is-radius-20 {
    background-size: cover;
  }

  .project_quote_text {
    width: 310px;
    font-size: 22px;
    line-height: 31px;
  }

  .project_quote_text.is_pioche {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
  }

  .quote_name {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 23px;
  }

  .quote_function {
    font-size: 13px;
  }

  .wrapper_name {
    top: 106%;
  }

  .quote_left {
    inset: 0% auto auto -15px;
  }

  .quote_right {
    inset: auto 0% 0% auto;
  }

  .project_step_title_wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .image-4 {
    align-self: flex-start;
    max-height: 40px;
  }

  .image-5 {
    max-width: 40%;
  }

  .image-6, .image-7 {
    max-width: 70%;
  }

  .title_engagement {
    min-width: 200px;
    font-size: 30px;
  }

  .project_quote_text_wrapper {
    width: 85%;
  }

  .label_detail {
    padding: 8px 11px;
    font-size: 14px;
    top: -8%;
    left: -15%;
  }

  .label_detail.is-absolute {
    top: -5%;
    left: -21%;
  }

  .text-block-4 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .project_raw {
    flex-flow: row;
  }

  .slider.is-radius-20 {
    height: 100%;
  }

  .wrapper_image_1-1.is-radius-20.is_height_300 {
    height: 220px;
  }

  .projet_pioche_slide1, .mask {
    z-index: 0;
  }

  .code-embed-9 {
    z-index: 2;
  }

  .right-arrow {
    width: 30px;
  }

  .left-arrow {
    z-index: 100;
    width: 30px;
    right: 57px;
  }

  .project_plus_hover {
    display: flex;
  }

  .project_wrapper_slider {
    width: 65%;
    height: auto;
  }

  .project_list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .project_item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project_item:hover {
    box-shadow: none;
    transform: none;
  }

  .heading-10 {
    font-size: 3.2vw;
    line-height: 3.4vw;
  }

  .objectifs_title {
    min-width: 34vw;
  }

  .objectifs_title.is_margin_bottom_60 {
    margin-top: 0;
  }

  .objectifs_title_wrapper {
    flex-flow: row;
    width: 100%;
  }

  .objectifs_words.is_small {
    font-size: 6vw;
  }

  .proces_card {
    min-width: 350px;
  }

  .process_wrapper_title {
    height: auto;
    margin-bottom: 60px;
  }

  .text-block-7.is_yellow {
    max-width: 710px;
    font-size: 50px;
    line-height: 59px;
  }

  .qsn_right {
    padding-left: 0;
  }

  .qsn_intro {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading_block {
    width: 50%;
  }

  .engagements_title {
    width: 27%;
    min-width: 27%;
    margin-right: 20px;
    padding-right: 0;
  }

  .grid_objectifs {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    padding-right: 40px;
  }

  .section_wrapper {
    padding-bottom: 0;
  }

  .section_height {
    height: auto;
  }

  .sticky_element {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .track {
    margin-right: 0;
    padding-right: 0;
  }

  .track_flex {
    margin-right: 0;
    padding-right: 22px;
    overflow: auto;
  }

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

  .container_project_description {
    flex-flow: column;
  }

  .qsn_top_title {
    width: 75%;
    padding-right: 19px;
  }

  .qsn_top_circle {
    width: 25%;
    padding-right: 0;
  }

  .homepage_top {
    width: 75%;
  }

  .contact_insta_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .slider_track {
    height: 200vw;
  }

  .slider_camera {
    overflow: hidden;
  }

  .frame {
    margin-right: 0;
  }

  .code-embed-17 {
    align-self: center;
    max-width: 32px;
  }

  .container-main-vert {
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle {
    font-size: .9rem;
  }

  .link-2, .link-3 {
    display: block;
  }

  .menu_link_rs {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 67px;
    display: flex;
  }

  .section_mosaic_2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-26 {
    aspect-ratio: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

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

  .nav-left {
    width: 100%;
  }

  .nav-link, .nav-link.w--current {
    font-weight: 900;
  }

  .button.contact {
    display: flex;
    overflow: visible;
  }

  .mosaic_slider {
    height: 315px;
  }

  .mosaic_1pic.big.num8 {
    width: 315px;
    min-width: 315px;
    height: 315px;
  }

  .mosaic_1pic.big.num1 {
    min-width: 315px;
    height: 315px;
  }

  .mosaic_1pic.medium.num11, .mosaic_1pic.medium.num2, .mosaic_1pic.medium.num7 {
    width: 315px;
    height: 150px;
  }

  .mosaic_1pic.small {
    background-image: url('../images/Topographic_bg.svg');
    background-size: cover;
    width: 150px;
    height: 150px;
  }

  .mosaic_1pic.small.num4 {
    width: 150px;
  }

  .mosaic_3pics {
    width: 315px;
    height: 315px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 315px;
    height: 150px;
  }

  .heading-alternative, .div-block-7 {
    width: 100%;
  }

  .text_main.contact-link-text {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .subtitle_big {
    padding-right: 0;
  }

  .titre-sur-image-icon {
    display: block;
  }

  .heading-internal-page {
    width: 100%;
  }

  .description {
    margin-bottom: 30px;
  }

  .content-prestation, .element_2column {
    flex-direction: column;
  }

  .img_illustration {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .description_part {
    width: 100%;
  }

  .description_part.form {
    margin-top: 34px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-main {
    width: 100%;
    max-width: 100%;
  }

  .heading-main.is_width55, .paragraph-main {
    width: 100%;
  }

  .double-text {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .field-label {
    margin-top: 20px;
  }

  .contact_column_left {
    padding-right: 0;
    position: static;
  }

  .div-block-17 {
    margin-top: 0;
    display: none;
    overflow: visible;
  }

  .description_prestation {
    width: 100%;
  }

  .icons_prestation.outil_metier {
    height: 100px;
    margin-bottom: 10px;
  }

  .icons_prestation.siteweb {
    height: 100px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .icons_prestation.services, .icons_prestation.com {
    height: 100px;
    margin-bottom: 10px;
  }

  .icons_prestation.illu_immersion_day {
    height: 100px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .icons_prestation.illu_entretien {
    height: 102px;
    margin-bottom: 10px;
  }

  .icons_prestation.illu_atelier {
    height: 110px;
    margin-bottom: 10px;
  }

  .icons_prestation.illu_expertise_prod {
    height: 174px;
    margin-bottom: 10px;
  }

  .icons_prestation.illu_coordination_metier {
    height: 84px;
    margin-bottom: 10px;
  }

  .heading-5 {
    width: 480px;
    margin-right: 0;
    font-size: 40px;
  }

  .citation {
    object-fit: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 40px;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .content_main {
    position: relative;
    overflow: visible;
  }

  .content_main.is-flex-horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading_citation {
    margin-bottom: 0;
  }

  .heading-main-copy, .engagement-description.solo, .section_main {
    width: 100%;
  }

  .section_main.is_no_padding {
    padding-right: 0;
  }

  .paragraph-10 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
  }

  .image_part {
    justify-content: flex-start;
    width: 50%;
    height: auto;
    display: block;
  }

  .image_part.mobile {
    display: flex;
  }

  .image_part.after {
    display: none;
  }

  .content_top_centered {
    align-items: center;
  }

  .flex-container-x2-elements, ._3-elements-container {
    flex-direction: column;
  }

  .subtitle_big-copy {
    padding-right: 0;
  }

  .section_main-copy {
    width: 100%;
  }

  .div-block-9-copy-copy {
    flex-flow: column;
  }

  .pitch-alternative-copy {
    padding-left: 0;
  }

  .meeting_title {
    width: 100%;
  }

  .content_main_blog {
    position: relative;
    overflow: visible;
  }

  .grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .article_card {
    overflow: visible;
  }

  .text_article {
    width: 100%;
  }

  .link_nav {
    flex-flow: column;
  }

  .container_footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-footer {
    width: 100%;
    padding-left: 20px;
  }

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

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

  .article_title {
    padding-right: 0;
  }

  .heading-internal-page-copy {
    width: 100%;
  }

  .pitch-alternative-copy-copy {
    padding-left: 0;
  }

  .content_main_blog-copy, .content_main_blog-copy-copy {
    position: relative;
    overflow: visible;
  }

  .bouton-main.comsa {
    margin-bottom: 25px;
    position: static;
  }

  .project_grid.is_ladr {
    flex-flow: column;
    display: flex;
  }

  .project_wrapper_grid_item {
    aspect-ratio: auto;
  }

  .project_wrapper_grid_item.is-bg-grey.is_ration_2-1 {
    aspect-ratio: 2;
  }

  .project_wrapper_grid_item.is_ration_1-1 {
    aspect-ratio: 1;
  }

  .project_wrapper_grid_item.is_ratio_2-1 {
    aspect-ratio: 2;
  }

  .heading_h4 {
    padding-right: 0;
  }

  .heading_h4.is-step {
    width: 100%;
  }

  .project_title_wrapper {
    border: 1px #000;
    width: 100%;
    margin-bottom: 42px;
    padding-left: 0;
    padding-right: 0;
  }

  .project_title_wrapper.is-title {
    margin-bottom: 0;
  }

  .grid_1-3 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    height: auto;
    display: flex;
  }

  .image_portrait {
    width: 100%;
  }

  .quote_left {
    align-self: flex-start;
    max-width: 40px;
    position: static;
  }

  .quote_right {
    align-self: flex-end;
    max-width: 40px;
    height: 30%;
    position: static;
  }

  .project_step_title_wrapper {
    flex-flow: row;
  }

  .project_step {
    flex-flow: column;
  }

  .project_quote_text_wrapper {
    height: 100%;
  }

  .label_detail.is-absolute {
    position: static;
  }

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

  .wrapper_image_plus.is_margin_top_60 {
    width: 100%;
  }

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

  .project_raw {
    flex-flow: column;
  }

  .wrapper_image_1-1.is-radius-20 {
    width: 100%;
  }

  .wrapper_image_1-1.is-radius-20.is_height_300 {
    height: auto;
  }

  .project_wrapper_slider {
    width: 100%;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .project_step_item {
    border-right-style: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 26px;
  }

  .project_item {
    flex-flow: column;
    padding-right: 0;
  }

  .project_item_content_wrapper, .project-top_left {
    width: 100%;
  }

  .objectifs_title_words {
    width: 830px;
  }

  .objectifs_words.is_small {
    font-size: 5.8vw;
  }

  .objectif_wrapper {
    margin-bottom: 70px;
  }

  .expertise_wrapper {
    flex-flow: column;
    grid-template-columns: 3fr minmax(300px, 1fr);
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .expertise_item_wrapper {
    max-width: 100%;
  }

  .expertise_item_heading {
    font-size: 35px;
    line-height: 37px;
  }

  .the-sticky-div-title {
    text-align: center;
    font-size: 52px;
  }

  .text-block-7.is_yellow {
    font-size: 40px;
    line-height: 45px;
  }

  .qsn_left {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 0;
    position: static;
  }

  .qsn_right {
    width: 100%;
    margin-top: 0;
  }

  .qsn_intro {
    line-height: 40px;
  }

  .heading_block {
    width: 75%;
  }

  .map_france {
    width: 100%;
    margin-top: 0;
  }

  .engagements_description {
    width: 100%;
  }

  .engagements_title {
    border-style: none;
    border-color: #000;
    width: 100%;
    position: static;
  }

  .grid_objectifs {
    padding-right: 40px;
  }

  .paragraph-13 {
    margin-top: 16px;
  }

  .project_description_wrapper {
    flex-flow: column;
  }

  .quote_wrapper.is-radius-20 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 220px;
    padding: 17px 9px;
    display: flex;
  }

  .image-19, .image-20 {
    width: 100%;
  }

  .qsn_top_container {
    flex-flow: column;
  }

  .qsn_top_circle {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .qsn_top_circle_wrapper {
    margin-top: 34px;
  }

  .homepage_top {
    width: 85%;
  }

  .container-main-vert {
    max-width: 100%;
  }

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

  .div-block-28 {
    aspect-ratio: 2;
  }

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

@media screen and (max-width: 479px) {
  .section {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .nav-left {
    width: 80%;
    padding-left: 20px;
  }

  .nav-left.w--current {
    width: 100%;
    padding-left: 20px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .nav-link.talk.is_hidden {
    display: block;
  }

  .nav-right {
    grid-column-gap: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .nav-center {
    background-color: var(--jaune-les-facteurs);
    background-image: url('../images/Topographic_bg.svg');
    background-position: 50%;
    background-size: contain;
  }

  .button.contact {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1rem;
  }

  .button.contact.closing {
    width: 24px;
    height: 24px;
  }

  .section_mosaic {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .mosaic_1pic.big {
    height: 305px;
  }

  .mosaic_1pic.big.num1 {
    width: 315px;
  }

  .mosaic_1pic.medium {
    height: 200px;
  }

  .mosaic_1pic.medium.num7 {
    border-radius: 20px;
  }

  .mosaic_1pic.small, .mosaic_1pic.small.num4 {
    height: 150px;
  }

  .mosaic_1pic.hero {
    height: 305px;
  }

  .mosaic_1pic.whide, .mosaic_3pics {
    height: 315px;
  }

  .section_top {
    margin-top: 0;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_top_homepage {
    padding-top: 30px;
  }

  .content_top_homepage.is-flex-vertical {
    padding-bottom: 20px;
  }

  .heading-alternative {
    width: 96%;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_main, .text_main.small {
    padding-right: 0;
  }

  .text_main.contact-link-text {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .subtitle_big {
    width: 100%;
    padding-right: 0;
  }

  .div-block-14 {
    width: 100%;
    margin-bottom: 40px;
  }

  .titre-sur-image-icon {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 15px;
    line-height: 16px;
    display: block;
  }

  .heading-internal-page {
    width: 100%;
  }

  .description {
    margin-bottom: 30px;
  }

  .content-prestation {
    margin-bottom: 60px;
  }

  .form-block {
    width: 100%;
  }

  .element_2column {
    flex-direction: column;
  }

  .description_part.double {
    padding: 20px 20px 20px 30px;
  }

  .description_part.form {
    border-radius: 0;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-main {
    width: 100%;
    max-width: 100%;
    font-size: 35px;
    line-height: 42px;
  }

  .heading-main.small {
    font-size: 30px;
  }

  .heading-main.e {
    text-align: center;
    font-size: 38px;
  }

  .heading-main.is_full_large {
    max-width: 100%;
    font-size: 35px;
    line-height: 42px;
  }

  .double-text {
    flex-direction: column;
  }

  .field-label {
    margin-top: 20px;
  }

  .heading-main-copy {
    width: 96%;
  }

  .div-block-17 {
    display: none;
  }

  .exemple_content {
    flex-direction: row;
  }

  .icons_prestation.illu_immersion_day {
    background-image: url('../images/Frame-1.svg');
  }

  .icons_prestation.illu_entretien {
    background-image: url('../images/v916-nunny-608-Converted-13.png');
  }

  .icons_prestation.illu_atelier {
    background-image: url('../images/v916-nunny-608-Converted-07.png');
  }

  .icons_prestation.illu_expertise_prod {
    background-image: url('../images/v916-nunny-608-Converted-01.png');
    background-position: 0 0;
    background-size: 70px;
    height: 151px;
    display: block;
  }

  .icons_prestation.illu_coordination_metier {
    background-image: url('../images/v916-nunny-608-Converted-10.png');
    height: 83px;
  }

  .heading-5 {
    width: 100%;
    font-size: 40px;
  }

  .content_main {
    overflow: visible;
  }

  .content_main.is-flex-horizontal {
    flex-flow: column;
  }

  .section_contact {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-main-copy {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .engagement {
    width: 100%;
  }

  .section_main {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_main.small_top_bottom_margin {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_big {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
  }

  .closing_button {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 20px;
  }

  .menu-button {
    margin-bottom: 0;
    margin-right: 0;
  }

  ._3-elements-container {
    flex-direction: column;
  }

  .exemple {
    width: 100%;
  }

  .exemple.not_displayed {
    display: none;
  }

  .paragraph-12 {
    width: 100%;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
  }

  .subtitle_big-copy {
    width: 100%;
    padding-right: 0;
  }

  .div-block-9-copy, .div-block-9-copy-copy, .section_main-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_main-copy.small_top_bottom_margin {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9-copy-copy {
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .meeting_title {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .text_article {
    width: 100%;
  }

  .heading-6 {
    left: 0;
  }

  .link_nav {
    flex-flow: column;
  }

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

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

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

  .wrapper-footer {
    padding-left: 0;
  }

  .text-button {
    font-size: 13px;
  }

  .article_title {
    width: 100%;
    padding-right: 0;
  }

  .content_top_homepage-copy {
    padding-top: 30px;
  }

  .heading-internal-page-copy {
    width: 100%;
  }

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

  .wrapper_tag {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 70%;
    margin-bottom: 30px;
  }

  .project_label {
    padding: 6px 10px;
    font-size: 12px;
  }

  .project_heading {
    max-width: 90%;
    font-size: 35px;
    line-height: 42px;
  }

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

  .project_wrapper_grid_item {
    aspect-ratio: 3 / 2;
    width: 100%;
    max-width: 100%;
  }

  .project_wrapper_grid_item.is_ration_1-1 {
    aspect-ratio: 1;
  }

  .heading_h4 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .heading_h4.is-step {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .project_title_wrapper {
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .project_title_wrapper.is-title {
    border-right-style: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
  }

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

  .project_quote {
    height: 300px;
    padding: 13px;
  }

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

  .div-block-19.is-radius-20, .div-block-20.is-radius-20 {
    aspect-ratio: 1;
  }

  .project_quote_text {
    width: 100%;
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 26px;
  }

  .project_quote_text.is_pioche {
    margin-top: 21px;
  }

  .project_quote_wrapper {
    padding-left: 0;
  }

  .quote_name {
    font-size: 17px;
  }

  .quote_function {
    font-size: 13px;
    line-height: 13px;
  }

  .wrapper_name {
    position: static;
    top: 115%;
  }

  .quote_left {
    height: 15%;
    left: -8px;
  }

  .quote_right {
    height: 15%;
  }

  .project_step_title_wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 11px;
  }

  .image-4 {
    align-self: center;
  }

  .list {
    margin-bottom: 60px;
  }

  .title_engagement {
    font-size: 40px;
    line-height: 40px;
    position: static;
  }

  .project_step {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }

  .project_quote_text_wrapper {
    width: 90%;
  }

  .label_detail {
    margin-top: 24px;
    top: 1%;
    left: 22%;
    transform: rotate(-26deg);
  }

  .label_detail.is-absolute {
    margin-bottom: 18px;
    position: static;
  }

  .project_plus {
    width: 30px;
    top: 10px;
    right: 10px;
  }

  .text-block-4 {
    max-width: 90%;
    font-size: 16px;
    line-height: 19px;
  }

  .div-block-21.is-radius-20, .div-block-22.is-radius-20 {
    aspect-ratio: 1;
  }

  .code-embed-9 {
    width: 100%;
  }

  .right-arrow, .left-arrow {
    width: 30px;
  }

  .project_plus_hover {
    display: none;
  }

  .project_wrapper_slider {
    min-height: 200px;
  }

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

  .project_step_item {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .project_list {
    margin-top: 24px;
  }

  .heading-10 {
    font-size: 8vw;
    line-height: 8vw;
  }

  .project_item_slider {
    width: 100%;
  }

  .project_close {
    width: 40px;
    height: 40px;
    top: 100px;
    right: 20px;
  }

  .project_top_right, .project_wrapper_top_content, .text-block-5 {
    width: 100%;
  }

  .objectifs_title {
    margin-bottom: 8px;
    font-size: 35px;
    line-height: 38px;
  }

  .objectifs_title.is_margin_bottom_60 {
    margin-top: 0;
    margin-bottom: 16px;
    position: static;
  }

  .objectifs_title_wrapper {
    flex-flow: column;
    overflow: visible;
  }

  .objectifs_title_words {
    width: auto;
    height: 43px;
    margin-top: -10px;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  .objectifs_words {
    font-size: 35px;
    line-height: 38px;
  }

  .objectifs_words.is_small {
    font-size: 30px;
  }

  .objectif_wrapper {
    margin-top: 0;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .horizontal_separateur {
    margin-top: 26px;
    margin-bottom: 26px;
    display: none;
  }

  .horizontal_separateur.is_show_mobile {
    display: block;
  }

  .expertise_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
  }

  .expertise_item_heading {
    font-size: 32px;
    line-height: 34px;
  }

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

  .expertif_descriptif {
    margin-bottom: 16px;
  }

  .proces_card.is_first {
    width: 270px;
    margin-left: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process_number {
    width: 40px;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-span-3 {
    font-size: 6vw;
  }

  .the-height-400vh-section {
    margin-left: 0;
  }

  .process_wrapper_title {
    width: 100%;
    padding-left: 16px;
  }

  .push_contact {
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    top: 40px;
  }

  .qsn_intro {
    font-size: 30px;
  }

  .heading_block {
    width: 100%;
  }

  .engagements_description {
    flex-flow: column;
    display: flex;
  }

  .engagements_title {
    width: 100%;
  }

  .engagement_description_wrapper {
    flex-flow: column;
  }

  .is_large {
    font-size: 25px;
    line-height: 31px;
  }

  .track_flex {
    padding-left: 16px;
  }

  .image-16 {
    max-width: 69%;
    margin-bottom: 0;
  }

  .paragraph-14 {
    margin-bottom: 0;
  }

  .project_description_wrapper {
    flex-flow: column;
  }

  .qsn_top_title {
    width: 100%;
  }

  .circle_text.is-engagement, .circle_text.is_resa {
    width: 130px;
    height: 130px;
  }

  .qsn_top_circle_wrapper {
    background-position: 51%;
    background-size: 40%;
  }

  .homepage_top {
    width: 100%;
  }

  .expertises_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .push_contact_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .text-block-8 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .slider_track {
    height: auto;
    position: static;
    overflow: visible;
  }

  .slider_camera {
    width: 100%;
    height: auto;
    max-height: none;
    position: static;
    overflow: clip;
  }

  .frame {
    flex-flow: row;
    width: 100%;
    max-width: none;
    height: auto;
    padding-bottom: 0;
    padding-left: 16px;
    overflow: auto;
  }

  .slider_item {
    width: 80%;
    min-width: 270px;
    padding-top: 35px;
    padding-left: 18px;
    padding-right: 25px;
  }

  .slider_item.is-last {
    margin-right: 40px;
  }

  .process_descriptive {
    font-size: 15px;
    line-height: 18px;
  }

  .section-8 {
    flex-flow: column;
    width: 100vw;
    max-width: 100vw;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .section-actu {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-main-vert {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-2 {
    align-self: center;
    margin-top: 55px;
  }

  .link-3 {
    align-self: center;
  }

  .menu_link_rs {
    align-self: center;
    display: block;
  }

  .section_mosaic_2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-7 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-26, .div-block-27 {
    aspect-ratio: 1;
  }

  .div-block-28 {
    aspect-ratio: 2;
  }

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

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

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

  .text_portrait {
    font-size: .8rem;
  }
}

#w-node-aa0ab90d-2f35-434c-a28c-6be7fc77cbc0-c8b3e7d5 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ed3fbf67-e874-5a62-0e8f-40b3e6ba1c9d-c8b3e7d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d17d8d1-9911-8bab-0bd1-94fed9862b1c-c8b3e7d5 {
  justify-self: center;
}

#w-node-_3d17d8d1-9911-8bab-0bd1-94fed9862b1d-c8b3e7d5, #w-node-_3d17d8d1-9911-8bab-0bd1-94fed9862b20-c8b3e7d5 {
  align-self: start;
}

#w-node-dab97223-437a-5331-4430-e5709cad835d-c8b3e7d5 {
  justify-self: center;
}

#w-node-f085091d-97db-9678-7e14-3a7537a7f6ae-c8b3e7d5, #w-node-_0541cc5a-400c-f5fd-5a24-ba4b0b62de21-c8b3e7d5 {
  align-self: start;
}

#w-node-c5406a2c-d062-7260-9d5b-1d2ad0a775dc-c8b3e7d5 {
  justify-self: center;
}

#w-node-c5406a2c-d062-7260-9d5b-1d2ad0a775dd-c8b3e7d5, #w-node-c5406a2c-d062-7260-9d5b-1d2ad0a775e0-c8b3e7d5 {
  align-self: start;
}

#w-node-f1a76388-3c9e-6f61-5723-5d56bf1750c9-c8b3e7d5 {
  justify-self: center;
}

#w-node-f1a76388-3c9e-6f61-5723-5d56bf1750ca-c8b3e7d5, #w-node-f1a76388-3c9e-6f61-5723-5d56bf1750cd-c8b3e7d5 {
  align-self: start;
}

#w-node-_5d3c529e-5e58-40ef-9323-15cb4aa3be8c-171b92fc, #w-node-_48c7d372-28ee-6a32-e546-0e77f918bdda-171b92fc, #w-node-_3acfa08e-4bac-23ab-b4e8-f71b997fd391-171b92fc, #w-node-_5d3c529e-5e58-40ef-9323-15cb4aa3be9e-171b92fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcf11aa5-4c1a-2691-8428-502bca5db713-9a416045 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_353ba504-f825-a138-9215-c9abcf37e58d-9a416045, #w-node-_346b4655-7330-b946-7504-ce621909432d-9a416045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd7c166d-1364-c11a-ee87-503da49843c6-9a416045 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_621536fa-e018-0b71-5260-7ce81698a01a-9a416045, #w-node-_39b12457-4073-a41a-af44-034cc85c8939-9a416045, #w-node-dcf11aa5-4c1a-2691-8428-502bca5db713-6ee07822, #w-node-_353ba504-f825-a138-9215-c9abcf37e58d-6ee07822 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bd7c166d-1364-c11a-ee87-503da49843c6-6ee07822 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2be2160f-2b03-67d1-7ccb-f76fe857ab3e-6ee07822, #w-node-_31a82eb4-1df5-3ab7-db4b-4c070d36c12b-6ee07822 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dcf11aa5-4c1a-2691-8428-502bca5db713-7749e213 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-bd7c166d-1364-c11a-ee87-503da49843c6-7749e213 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_353ba504-f825-a138-9215-c9abcf37e58d-6ee07822, #w-node-_2be2160f-2b03-67d1-7ccb-f76fe857ab3e-6ee07822, #w-node-_31a82eb4-1df5-3ab7-db4b-4c070d36c12b-6ee07822 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3d17d8d1-9911-8bab-0bd1-94fed9862b2b-c8b3e7d5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dab97223-437a-5331-4430-e5709cad835d-c8b3e7d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_97ed7a90-aaa8-1690-5395-23632428e882-c8b3e7d5, #w-node-c5406a2c-d062-7260-9d5b-1d2ad0a775eb-c8b3e7d5, #w-node-f1a76388-3c9e-6f61-5723-5d56bf1750d8-c8b3e7d5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


