@font-face {
  font-family: Notosans \- regular;
  src: url('../fonts/NotoSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosans \- Semi-bold;
  src: url('../fonts/NotoSans-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosans \- light;
  src: url('../fonts/NotoSans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --_color---background-color-page: #101214;
  --_color---text-color-body: #b9bbbf;
  --_text---regular: 1rem;
  --_color---text-color-title: #f7f8f8;
  --_text---huge: clamp(2.8 * 1rem, ((2.8 - ((4.5 - 2.8) / (90 - 20) * 20)) * 1rem + ((4.5 - 2.8) / (90 - 20)) * 100vw), 4.5 * 1rem);
  --_color---stroke-medium: #313131;
  --_text---large: clamp(2.3 * 1rem, ((2.3 - ((3 - 2.3) / (90 - 20) * 20)) * 1rem + ((3 - 2.3) / (90 - 20)) * 100vw), 3 * 1rem);
  --_text---medium: 1.25rem;
  --_text---small: .87rem;
  --_color---color-brand-100: #572bcb;
  --_color---background-color-section-alternate: #1b1b20;
  --_color---background-color-section-alternate-v2: #25252a;
  --_color---color-brand-200: #9f4ae9;
}

body {
  background-color: var(--_color---background-color-page);
  color: var(--_color---text-color-body);
  font-family: Notosans \- light, Arial, sans-serif;
  font-size: var(--_text---regular);
  font-weight: 300;
  line-height: 100%;
  overflow-x: hidden;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
}

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

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

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

.section_style_components {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 980px;
  display: flex;
}

.heading-style-h1 {
  color: var(--_color---text-color-title);
  font-family: Notosans \- Semi-bold, Arial, sans-serif;
  font-size: var(--_text---huge);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
}

.section_style {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.wrapper-heading-style {
  border-bottom: 1px solid var(--_color---stroke-medium);
  padding-top: 32px;
  padding-bottom: 32px;
}


.heading-style-h2 {
  color: var(--_color---text-color-title);
  font-size: var(--_text---large);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
  font-family: Notosans \- regular, Arial, sans-serif;
}

.heading-style-h3 {
  color: var(--_color---text-color-title);
  font-size: var(--_text---medium);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
}

.wrapper-style {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-size-regular {
  color: var(--_color---text-color-body);
  font-size: var(--_text---regular);
  font-variation-settings: "wght" 333;
  margin-top: 0;
  font-weight: 400;
  line-height: 110%;
}

.text-size-regular.text-style-capital {
  margin-bottom: 0;
}

.body {
  font-size: var(--_text---regular);
}

.text-size-small {
  font-size: var(--_text---small);
  line-height: 100%;
}

.section_hero {
  margin-top: 80px;
  position: relative;
}

.padding-global {
  padding-left: 10vw;
  padding-right: 10vw;
}

.section_soluce {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-ventes {
  width: 100%;
}

.section_intervention {
  width: 100%;
  position: relative;
}

.seciton-garanties {
  width: 100%;
}

.section-faq {
  position: relative;
}

.nav-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 16px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.container-hero {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  display: flex;
}

.section-justify {
  width: 100%;
}

.text_style-align-left {
  text-align: left;
}

.text-style-capital {
  text-transform: uppercase;
}

.text_style-align-center {
  text-align: center;
}

.call-to-action {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_color---color-brand-100);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
  cursor: pointer;
  text-decoration: none;
}

.call-to-action:where(.w-variant-15dec29c-9776-0a46-ba78-3ff73e396a46) {
  padding: 8px 16px;
}

.arrow-cta {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-cta-icon {
  border: .5px solid var(--_color---text-color-body);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.wrapper-hero-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.color_style-body {
  color: var(--_color---text-color-body);
}

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

.wrapper-text-regular-dots {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.max-width-medium {
  max-width: 700px;
  display: flex;
}

.container-soluce {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.wrapper-cards-soluce {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: .5px solid var(--_color---stroke-medium);
  background-color: var(--_color---background-color-section-alternate);
  cursor: auto;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 530px;
  height: 600px;
  padding: 16px;
  display: flex;
  position: relative;
}

.page-sections {
  grid-column-gap: 500px;
  grid-row-gap: 500px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text_style-bold {
  font-family: Notosans \- Semi-bold, Arial, sans-serif;
  font-weight: 600;
}

.color_style-title {
  color: var(--_color---text-color-title);
}

.wrapper-content-cards-soluce {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-right: 15%;
  display: flex;
}

.wrapper-title-soluce {
  max-width: 1000px;
}

.container-ventes {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: .5px solid var(--_color---stroke-medium);
  background-color: var(--_color---background-color-section-alternate);
  width: 100%;
  max-width: 1480px;
  color: var(--_color---background-color-section-alternate);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 64px 32px;
  display: flex;
}

.slider {
  border: .5px solid var(--_color---stroke-medium);
  background-color: var(--_color---background-color-section-alternate);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  position: static;
}

.content-slider {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
  position: relative;
  gap: 1rem;
  user-select: none;
}

.intervention {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: .5px solid var(--_color---stroke-medium);
  background-color: var(--_color---background-color-section-alternate);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  padding: 12px;
  display: flex;
  border-radius: 8px;
  gap: 1rem;
}

.intervention.children-right, .intervention.children-right-copy {
  align-self: flex-end;
}

.intervention.absolute {
  position: absolute;
  inset: 0% auto auto 0%;
}

.color_style-medium {
  color: var(--_color---stroke-medium);
}

.wrapper-content-intervention {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}


.container-projects {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1480px;
  display: flex;
}

.wrapper-projects {
  width: 100%;
}

.slide-projects {
  border: .5px solid var(--_color---background-color-section-alternate-v2);
  background-color: var(--_color---background-color-section-alternate);
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  height: 450px;
  display: flex;
  overflow: hidden;
}

.content-projects {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: url('../images/background-portfolio.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  width: 50%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.img-velocity-projects {
  object-fit: cover;
  width: 70%;
  height: 100%;
  transition: transform 0.3s ease;
}

.link-velocity-projects {
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 70%;
  height: 100%;
}

.link-velocity-projects .img-velocity-projects {
  width: 100%;
}

.link-velocity-projects:hover .img-velocity-projects {
  transform: scale(1.02);
}

.main-content-projects {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-intro-projects {
  width: 65%;
  max-width: 300px;
}

.secondary-content-projects {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper-content-projects {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.container-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_color---background-color-section-alternate-v2);
  border: .5px solid #3f3f3f;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  padding: 6px 12px;
  display: flex;
}

.container-text.color-style-backround-alternate {
  background-color: var(--_color---stroke-medium);
}

.container-text.color-style-backround-alternate.price-content {
  width: auto;
  max-width: none;
}

.container-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.stroke-line {
  width: 100%;
  height: 1px;
  background-color: var(--_color---stroke-medium);
}

.text-style-no-wrap {
  white-space: nowrap;
}

.max-width-title {
  max-width: 1000px;
}

.container-tarifs {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border: .5px solid var(--_color---stroke-medium);
  background-color: var(--_color---background-color-section-alternate);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  padding: 80px 8px 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-problem-tarif {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-problem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cta-problem {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: .5px solid var(--_color---stroke-medium);
  background-color: var(--_color---background-color-section-alternate-v2);
  background-image: url('../images/background-CTA-tarif.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 160px;
  padding: 32px;
  display: flex;
  position: relative;
}

.cta-problem:hover {
  border-color: #535353;
}

.container-offres-tarifs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.wrapper-offre {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cta-offre {
  border: 1px solid var(--_color---stroke-medium);
  background-color: var(--_color---background-color-section-alternate-v2);
  background-image: url('../images/background-CTA-offre.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 464px;
  padding: 32px 32px 16px;
  display: flex;
  position: relative;
}

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

.list-content-offre {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block, .container-content-offre {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.color-style-backround-alternate {
  background-color: var(--_color---background-color-section-alternate-v2);
}

.content-base-line-offre {
  height: 50px;
}

.container-intervention {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.container-garanties {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1700px;
  display: flex;
  gap: 1rem;
}

.content-heading-garanties {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper-heading-garanties {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-blocks-garanties {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 530px;
  display: flex;
}

.max-width-small {
  max-width: 500px;
}

.max-width-small.visibility-faq {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-garanties {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
}

.stroke-garanties {
  background-color: var(--_color---stroke-medium);
  width: 2px;
  height: 100%;
}

.content-faq {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1700px;
  display: flex;
  position: relative;
}

.content-cards-faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start baseline;
  width: 100%;
  display: grid;
}

.cards-faq {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--_color---background-color-section-alternate);
  flex-flow: column;
  width: 100%;
  padding: 32px;
  display: flex;
}

.wrapper-heading-cards-faq {
  grid-column-gap: 30%;
  grid-row-gap: 30%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrappper-icon-close-faq {
  border: .5px solid var(--_color---stroke-medium);
  background-color: var(--_color---background-color-section-alternate-v2);
  padding: 12px;
}

.img-background-faq {
  z-index: 1;
  background-image: url('../images/background-FAQ.avif');
  background-position: 0 0;
  background-size: auto;
  height: 800px;
  position: absolute;
  inset: -20px 0% 0% 6%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1600px) {
  .img-background-faq {
    background-image: url('../images/background-FAQ-p-1600.avif');
  }
}

@media screen and (max-width: 1080px) {
  .img-background-faq {
    background-image: url('../images/background-FAQ-p-1080.avif');
  }
}

@media screen and (max-width: 800px) {
  .img-background-faq {
    background-image: url('../images/background-FAQ-p-800.avif');
  }
}

@media screen and (max-width: 500px) {
  .img-background-faq {
    background-image: url('../images/background-FAQ-p-500.avif');
  }
}

.wrapper-intervention {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 980px;
  padding-top: 128px;
  display: flex;
  position: relative;
}

.background-intervention {
  z-index: 1;
  background-image: url('../images/background-Interventions.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 1600px) {
  .background-intervention {
    background-image: url('../images/background-Interventions-p-1600.avif');
  }
}

@media screen and (max-width: 1080px) {
  .background-intervention {
    background-image: url('../images/background-Interventions-p-1080.avif');
  }
}

@media screen and (max-width: 800px) {
  .background-intervention {
    background-image: url('../images/background-Interventions-p-800.avif');
  }
}

@media screen and (max-width: 500px) {
  .background-intervention {
    background-image: url('../images/background-Interventions-p-500.avif');
  }
}

.content-heading-faq {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-footer {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 32px;
}

.mentions-footer {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.wrapper-footer {
  width: 100%;
}

.wrapper-footer.flexbox-justify-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  gap: 1rem;
  top: -70px;
}

.content-footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  gap: 1rem;
}

.webgl {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.wrapper-ventes {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-titre-projet {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block {
  font-weight: 400;
}

.content-text-offre {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-label-intervention {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-days {
  background-color: var(--_color---stroke-medium);
  border-radius: 4px;
  padding: 6px 8px;
}

.blur-effect {
  z-index: 10;
  filter: blur(20px);
  background-image: linear-gradient(#000, #fff0);
  width: 100vw;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.slider-row {
  display: flex;
  position: relative;
}

.indicator {
  z-index: 0;
  border: 1px solid var(--_color---stroke-medium);
  background-color: var(--_color---background-color-section-alternate-v2);
  border-radius: 6px;
  width: 150px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.content-active {
  padding: 8px 24px;
  position: relative;
}

.elements-ventes {
  background-color: #2f98d9;
  background-image: linear-gradient(78deg, #f3f6f8, #afd2e7);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-text-ventes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  height: 90px;
  display: flex;
  position: relative;
}

.slide-img {
  object-fit: contain;
  position: absolute;
}

.container-wrapper-text-ventes {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrapper-selection {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--_color---color-brand-200);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: 12px 12px auto auto;
}

.content-etapes {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 1200px;
  display: flex;
}

.content-line-interventions {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: -15px;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  inset: 0% auto auto 50%;
  position: absolute;
}

.wrapper-etapes {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.line-muted {
  z-index: 0;
  background-color: var(--_color---stroke-medium);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 50%;
}

.div-block-3 {
  background-color: var(--_color---stroke-medium);
  width: 100%;
  height: 1px;
}

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

.text_style-align-right {
}

.color-style-medium {
  color: var(--_color---stroke-medium);
}

.timeline-step {
  z-index: 1;
  position: relative;
}

.line-progress {
  background-color: var(--_color---color-brand-100);
  width: 1px;
  height: 0%;
  position: absolute;
  inset: 0% auto auto 50%;
}

.degrade-timeline-up {
  background-image: linear-gradient(190deg, var(--_color---background-color-page), #fff0);
  width: 100%;
  height: 75px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.degrade-timeline-down {
  background-image: linear-gradient(190deg, #fff0, var(--_color---background-color-page));
  width: 100%;
  height: 75px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.wrapper-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  position: relative;
}

.wrapper-cards.align-rigth {
  grid-auto-columns: 1fr;
  align-self: flex-end;
}

.bandeau-tarifs {
  width: 100%;
  overflow: hidden;
}

.wrapper-bandeau-tarifs {
  width: 100%;
  display: flex;
  position: absolute;
  top: 20px;
}

.marge-bandeau {
  width: 20px;
}

@media screen and (max-width: 1024px) {
  .wrapper-etapes {
  justify-content: flex-start;
  align-items: center;
  grid-row-gap: 24px;
  row-gap: 32px;
}

  /* .align-rigth / .children-right forcent align-self:flex-end en desktop (zigzag) : on l'annule pour que tout suive le centrage du parent */
  .wrapper-cards.align-rigth,
  .wrapper-etapes > .intervention.children-right {
    align-self: auto;
  }

  /* Colle la timeline juste à gauche du bloc de cards centré (450px de large / 2 + 24px de gap + 24px de large) */
  .content-line-interventions {
    inset: 0% auto auto calc(50% - 273px);
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .text-size-small {
    max-width: 300px;
  }

  .section_hero {
    margin-top: 40px;
  }

  .container-hero {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .wrapper-hero-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wrapper-cards-soluce {
    flex-flow: column;
  }

  .card-item {
    max-width: 400px;
  }

  .slide-projects {
    flex-flow: column;
    height: auto;
  }

  .content-projects, .img-velocity-projects, .link-velocity-projects {
    width: 100%;
  }

  .wrapper-problem {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .cta-problem {
  max-width: 270px;
}

  .container-offres-tarifs {
    width: 100%;
  }

  .cta-offre {
    height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-cards-faq {
    grid-template-columns: 1fr;
  }

  .wrapper-footer.flexbox-justify-center {
    top: -70px;
  }

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

}

@media screen and (max-width: 1050px) {
  .wrapper-ventes {
    flex-flow: column;
  }

  /* Image en premier, avant les 3 cards de texte (Problème / Impact / Correction) */
  .elements-ventes {
    order: -1;
  }

  .container-wrapper-text-ventes {
    justify-content: center;
    align-items: center;
  }

  /* La hauteur est synchronisée en JS (syncInterventionHeights) sur la plus haute card
     de la page, pertinent en desktop côte à côte ; en colonne mobile ça fait déborder
     le texte des cards moins hautes que la référence. */
  .intervention {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .text-size-regular.text-style-capital.text_style-align-center {
    max-width: 270px;
  }

  .section-tarifs {
    width: 100%;
  }

  .img-velocity-projects {
    min-height: 300px;
  }

  .main-content-projects {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .secondary-content-projects {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 80%;
  }

  .wrapper-content-projects {
    width: 100%;
  }

  .wrapper-offre {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .cta-offre {
    max-width: 350px;
  }

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

  .slider-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h3.text_style-align-left {
    margin-top: 40px;
  }

  .text-size-small {
}

  .seciton-garanties {
    overflow: hidden;
  }

  .nav-bar {
    justify-content: center;
    align-items: center;
  }

  .call-to-action:where(.w-variant-15dec29c-9776-0a46-ba78-3ff73e396a46) {
    display: none;
  }

  .content-slider, .content-slider.content-active {
    width: 100%;
  }

  .cta-problem {
  height: 200px;
  gap: 0px;
}

  .cta-offre {
    height: 600px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper-heading-cards-faq {
    flex-flow: column;
  }

  .wrappper-icon-close-faq {
    order: -9999;
    align-self: flex-end;
  }

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

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

#w-node-b810eb83-20e2-cfde-f0e4-be4f70a1d7a0-50729f12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Notosans - regular';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans - Semi-bold';
  src: url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans - light';
  src: url('../fonts/NotoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}