:root {
  --black: #000;
  --border-white: #ffffff1c;
  --white: #fff;
  --grey: #434343;
  --title-font: "Bodoni 72 Book", Arial, sans-serif;
  --grey-title: #ffffffb0;
  --border-cream: #f4f4f457;
  --dark-grey: #262626;
}

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

.body {
  background-color: var(--black);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.header-containner {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.header-box {
  border: 1px solid var(--border-white);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 50rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 15px #0003;
}

.header-link {
  color: var(--white);
  text-decoration: none;
}

.header-text {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: all .2s;
}

.header-text:hover {
  text-shadow: 0 0 20px #fff;
  font-weight: 700;
}

.header-underline {
  background-color: var(--white);
  box-shadow: 0 0 8px 0 var(--white);
  opacity: 0;
  width: 100%;
  height: 2px;
  margin-top: 1rem;
}

.code-embed {
  display: none;
}

.home-section {
  z-index: 2;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: clip;
}

.card-containner {
  border: 2px solid var(--border-white);
  -webkit-backdrop-filter: blur(37px);
  backdrop-filter: blur(37px);
  border-radius: 2rem;
}

.card-containner.home-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: invert(7%) blur(37px);
  backdrop-filter: invert(7%) blur(37px);
  flex-flow: column;
  width: 60rem;
  max-width: 90%;
  padding: 6rem 5.5rem;
  display: flex;
}

.card-containner.demarche-card {
  background-color: var(--grey);
  max-width: 25rem;
  padding: 0 2.5rem 5rem;
  box-shadow: inset 0 0 66px #0000003d;
}

.card-containner.base-card {
  cursor: pointer;
  background-image: linear-gradient(#26262680, #26262680);
  border-radius: 1rem;
  width: 33%;
  max-width: 25rem;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 0 0 #0003, inset 0 0 90px #00000059;
}

.card-containner.base-card:hover {
  transform: scale(1.02);
}

.card-containner.base-card._1:hover {
  box-shadow: 0 0 20px 10px #b3000080, inset 0 0 90px 200px #b3000080;
}

.card-containner.base-card._2:hover {
  box-shadow: 0 0 20px 10px #aa9c0180, inset 0 0 90px 200px #aa9c0180;
}

.card-containner.base-card._3:hover {
  box-shadow: 0 0 20px 10px #8a2f0180, inset 0 0 90px 200px #8a2f0180;
}

.card-containner.demarcheplus-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(#26262680, #26262680);
  border-style: none;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 #0003, inset 0 0 20px #ffffff14;
}

.card-containner.demarcheplus-card:hover {
  background-image: linear-gradient(#5675ff80, #5675ff80);
  box-shadow: 0 0 20px #00ffce80, inset 0 0 20px #ffffff14;
}

.card-containner.demarcheplus-card-box {
  border-color: var(--border-white);
  color: var(--white);
  background-color: #ffffff0a;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  font-family: "Bodoni 72 Book", Arial, sans-serif;
  font-size: 5rem;
  line-height: 6rem;
  display: flex;
  box-shadow: inset 0 0 90px #00000059;
}

.card-containner.realisation-card {
  background-image: linear-gradient(#26262680, #26262680);
  border-width: 1px;
  border-radius: 1rem;
  width: 33%;
  max-width: 25rem;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 0 0 #0003;
}

.card-containner.realisation-card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px #ffffff80;
}

.card-containner.realisation-card:active {
  transform: scale(1);
}

.card-containner.avis-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: invert(7%) blur(37px);
  backdrop-filter: invert(7%) blur(37px);
  flex-flow: column;
  padding: 3rem;
  display: flex;
}

.card-containner.etude-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(#ffffff26, #ffffff26);
  border: 1px solid #70707026;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem 0;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 0 0 200px #0003, 0 0 #0003;
}

.card-containner.etude-card:hover {
  box-shadow: inset 0 2px 20px 200px #4400ff80, 0 0 20px #8b5bfa80;
}

.card-containner.etude-card-box {
  border-style: none;
  border-color: var(--border-white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  font-family: "Bodoni 72 Book", Arial, sans-serif;
  font-size: 7rem;
  line-height: 7rem;
  display: flex;
  position: relative;
}

.card-containner.eco-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #26262680;
  border: 2px solid #ffffff1c;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 3rem;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 0 0 200px #0000, 0 0 #0003;
}

.card-containner.eco-card:hover {
  box-shadow: inset 0 0 20px 90px #129bff80, 0 0 20px #129bff80;
}

.card-containner.contact-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  cursor: pointer;
  background-image: linear-gradient(#ffffff26, #ffffff26);
  border: 1px solid #70707026;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 24.3rem;
  padding: 3rem;
  transition: transform .2s;
  display: flex;
  box-shadow: inset 0 0 0 200px #0000, 0 0 #0003;
}

.card-containner.contact-card:hover {
  transform: scale(1.02);
  box-shadow: inset 0 0 20px 200px #ff1c1c80, 0 0 20px 10px #49200080;
}

.title_h1 {
  font-family: var(--title-font);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.75rem;
  position: static;
}

.title-home-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-inter {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.title-inter.title-inter_home {
  color: var(--grey-title);
  font-weight: 400;
}

.title-inter.black-title {
  color: var(--black);
  font-size: 1.3rem;
}

.title-inter.little {
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-decoration: underline;
}

.title-inter.button-home {
  text-align: center;
  width: 20rem;
  transition: all .2s;
}

.title-inter.button-home:hover {
  text-shadow: 0 0 11px #ffffffb3;
  font-weight: 700;
}

.flex-container {
  display: flex;
}

.flex-container.home-flex-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.flex-container.demarche-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.5rem;
}

.flex-container.base-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
}

.flex-container.base-flex.no-center {
  flex-flow: wrap;
  justify-content: flex-start;
}

.concept-section {
  background-color: var(--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-44-min.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60vh;
  padding-bottom: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title_h2 {
  z-index: 3;
  font-family: var(--title-font);
  color: var(--white);
  text-align: center;
  max-width: 60rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4rem;
  position: relative;
}

.title_h2.no-limit {
  z-index: 3;
  max-width: none;
  position: relative;
}

.title_h2.no-limit.little-mobile {
  white-space: nowrap;
}

.title_h2.mask-title {
  height: 4rem;
  min-height: 4rem;
}

.title_h2.mask-title.margin-mask {
  background-color: var(--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-44-min.png');
  background-position: 0 0, 0 0;
  width: 100%;
  max-width: none;
  min-height: 7rem;
  padding-bottom: 3rem;
}

.title_h2.no-center {
  text-align: left;
}

.paragraphe-p1 {
  color: var(--white);
  width: auto;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4rem;
}

.paragraphe-p1.center {
  text-align: center;
  letter-spacing: .5px;
}

.paragraphe-p1.center.medium {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.paragraphe-p1.center.demarcheplus-text {
  color: var(--grey-title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1rem;
}

.paragraphe-p1.center.etude-text {
  color: var(--grey-title);
  margin-top: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1rem;
}

.paragraphe-p1.para-p2 {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2rem;
}

.paragraphe-p1.para-p2.center.limite-size {
  width: 55rem;
}

.paragraphe-p1.big {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.paragraphe-p1.title-real {
  text-overflow: ellipsis;
  height: 4.2rem;
  overflow: hidden;
}

.slide-container {
  border: 1px solid var(--border-white);
  -webkit-backdrop-filter: invert(7%) blur(50px);
  backdrop-filter: invert(7%) blur(50px);
  border-radius: 8rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50rem;
  padding: 1.5rem 4rem;
  display: flex;
}

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

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

.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 250rem;
  display: flex;
}

.slider-container {
  cursor: grab;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 2.3rem;
  display: flex;
}

.slider-mask {
  width: 25%;
  height: 100%;
}

.slider-mask.left-mask {
  object-fit: cover;
  background-image: linear-gradient(90deg, #000, #0000), linear-gradient(90deg, #000, #000 59%, #0000 102%);
  width: 35%;
}

.slider-mask.right-mask {
  object-fit: cover;
  background-image: linear-gradient(270deg, #000, #000 59%, #0000 102%);
  width: 35%;
  right: 0;
}

.slider-mask-container {
  z-index: 10;
  pointer-events: none;
  justify-content: space-between;
  width: 150vw;
  height: 8rem;
  display: flex;
  position: absolute;
}

.concept-container {
  z-index: 50;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.elipse-concept-cyan {
  z-index: 1;
  opacity: .6;
  mix-blend-mode: overlay;
  background-image: radial-gradient(circle closest-side, #00ffce, #00ffce99 19%, #00ffce33 47%, #fff0);
  border: 1px solid #818181;
  border-radius: 50rem;
  width: 55%;
  height: 55%;
  position: absolute;
  left: 5%;
}

.elipse-conceptcontainer {
  z-index: 1;
  opacity: .5;
  mix-blend-mode: hard-light;
  background-image: radial-gradient(circle closest-side, #d800ff, #d800ff66 30%, #d800ff1a 60%, #fff0);
  justify-content: center;
  align-items: center;
  width: 62rem;
  height: 62rem;
  display: flex;
  position: absolute;
}

.elipse-concept-purple {
  z-index: 1;
  opacity: .6;
  mix-blend-mode: overlay;
  background-image: radial-gradient(circle closest-side, #ff00ba, #ff00ba99 30%, #ff00ba33 70%, #fff0);
  border: 1px solid #8f8f8f;
  border-radius: 50rem;
  width: 55%;
  height: 55%;
  position: absolute;
  right: 5%;
}

.button-arrow {
  border: 1px solid var(--border-white);
  -webkit-backdrop-filter: invert(7%) blur(3px);
  backdrop-filter: invert(7%) blur(3px);
  cursor: pointer;
  border-radius: 3.5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .2s;
  display: flex;
  position: static;
}

.button-arrow:hover {
  -webkit-backdrop-filter: invert(14%) blur(3px);
  backdrop-filter: invert(14%) blur(3px);
  transform: scale(1.1);
}

.button-arrow:active {
  transform: scale(.9);
}

.button-arrow.slider_right {
  z-index: 10;
  margin-left: 51rem;
  padding-left: .1rem;
  position: absolute;
}

.button-arrow.slider-left {
  z-index: 10;
  margin-right: 51rem;
  padding-right: .1rem;
  position: absolute;
}

.button-arrow.button-up {
  z-index: 99;
  opacity: 0;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.button-arrow.button-up.w--current {
  z-index: 99;
}

.arrow-button {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.arrow-button.big {
  width: 2rem;
  height: 2rem;
}

.button-main {
  z-index: 2;
  border: 2px solid var(--border-cream);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 8rem;
  padding: .8rem 2.5rem;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  position: relative;
  box-shadow: inset 0 0 24px #00000059;
}

.button-main:hover {
  transform: scale(1.1);
}

.button-main:active {
  transform: scale(.9);
}

.button-main.none {
  display: none;
}

.demarche-section {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
}

.demarche-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.demarche-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.base-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Groupe-213-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25vh;
  padding-bottom: 25vh;
  display: flex;
  position: relative;
}

.base-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 79rem;
  max-width: 90%;
  display: flex;
}

.base-text {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 15rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.base-card-image {
  object-fit: cover;
  width: 100%;
  height: 20rem;
}

.title-h3 {
  color: var(--white);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.flex-colone {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-colone.magic-flex {
  z-index: 2;
  max-width: 40rem;
  position: sticky;
  top: 60%;
}

.flex-colone.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.magic-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-44-min.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 250vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.elipse-magic-red {
  width: 25vh;
  height: 130vh;
  position: absolute;
  top: auto;
  bottom: 0;
}

.about-home-section {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 75vh;
  display: flex;
  position: relative;
}

.about-sticky-section {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
}

.about-sticky-section.background-sticky-section {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-44-min.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: absolute;
  top: 0;
}

.about-container-border {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #262626;
  border-radius: 3rem;
  justify-content: space-between;
  width: 75rem;
  max-width: 90%;
  height: 35rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-container-border.about-container-end {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-color: var(--border-white);
  background-image: radial-gradient(circle, #27250eb3, #0a0a0433), linear-gradient(#000, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 14px #fff4f41a;
}

.about-container-background {
  border: 1px solid var(--border-white);
  background-color: #151513;
  border-radius: 3rem;
  width: 75rem;
  max-width: 90%;
  height: 35rem;
}

.about-text-container {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.about-text-box {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  width: 75rem;
  max-width: 90%;
  height: auto;
  padding: 0 2rem 2rem;
  display: flex;
}

.about-image-container {
  justify-content: center;
  align-items: center;
  width: 35%;
  min-width: 35%;
  height: 100%;
  display: flex;
}

.about-text {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-right: 3rem;
  display: flex;
}

.about-text.mask-text-container {
  justify-content: space-between;
  width: 100%;
}

.title-about {
  color: var(--white);
  text-shadow: 0 0 24px #9071ff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2rem;
}

.title-about.yellow-title {
  color: #fffa00;
  text-shadow: 0 0 16px #fffa00;
}

.mask-text {
  background-image: linear-gradient(#151513 50%, #0e0e0e00);
  width: 100%;
  height: 5rem;
}

.mask-text.bottom-mask {
  background-image: linear-gradient(0deg, #151513 50%, #0e0e0e00);
}

.about-shadow-in {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 14px #fff4f41a;
}

.mask-text-black {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.about-container-mask {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 75rem;
  max-width: 90%;
  height: 35rem;
  min-height: 35rem;
  display: flex;
  position: relative;
}

.mask-black {
  background-color: var(--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-44-min.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  height: 100%;
}

.mask-black.bottom-mask {
  height: 10rem;
  position: absolute;
  bottom: -10rem;
}

.about-section-end {
  z-index: 4;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--black);
  opacity: 0;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-44-min.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
}

.demarcheplus-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: radial-gradient(circle, #d800ff47, #75156e80 0%, #40202000 50%, #0000), linear-gradient(#00000080, #00000080), url('../images/Image-44-min.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
  position: relative;
}

.grid {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70rem;
  max-width: 90%;
  position: relative;
}

.text-demarcheplus-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.elipse-demarcheplus-cyan {
  z-index: 1;
  opacity: .6;
  mix-blend-mode: overlay;
  background-image: radial-gradient(circle, #00ffce, #0000);
  border: 1px solid #6464641c;
  border-radius: 50rem;
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0%;
}

.elipse-demarcheplus-cyan.right {
  background-image: radial-gradient(circle, #00ffce, #0000);
  left: auto;
  right: 0;
}

.realistionhome-section {
  background-color: #111112;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.avis {
  background-image: url('../images/Capture-d’écran-2024-11-16-à-02.09.52-min.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.avis-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  padding-bottom: 8rem;
  display: flex;
  overflow: auto;
}

.avis-title-container {
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  display: flex;
}

.avis-colone {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 40rem;
  display: flex;
}

.title-avis {
  color: var(--white);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.demarche-design {
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
}

.eclipse-border_center {
  mix-blend-mode: overlay;
  border-radius: 20rem;
  width: 50%;
  height: 50%;
  box-shadow: inset 0 0 20px 10px #fff3;
}

.etude-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  display: flex;
  position: relative;
}

.grid-etude {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100rem;
  max-width: 95%;
  position: relative;
}

.etude-icon {
  width: 30%;
}

.etude-icon.svg-icon {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.etude-icon.contact-icon {
  filter: hue-rotate(50deg);
}

.text-etude-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 40%;
  margin-bottom: 2rem;
  display: flex;
}

.background-etude-elipse {
  z-index: 1;
  opacity: .28;
  background-image: radial-gradient(circle, #00ffce, #0000 45%);
  width: 90rem;
  height: 80rem;
  position: absolute;
}

.elipse-etude-cyan {
  mix-blend-mode: hue;
  background-image: linear-gradient(142deg, #ff9d00, #ff9d00 34%, #ff18bf 100%, #ff12c8 100%, #0000);
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 2px 30rem 25rem #000;
}

.elipse-etude-purple {
  mix-blend-mode: normal;
  background-image: radial-gradient(circle, #d800ff66, #40202000 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.etude-text-container {
  z-index: 3;
  position: relative;
}

.etude-kink {
  color: var(--white);
  font-size: .8rem;
}

.eco-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(#fff0, #6300ff80 50%, #fff0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50vh;
  display: flex;
  position: relative;
}

.text-eco-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.title_h3 {
  font-family: var(--title-font);
  color: var(--white);
  text-align: left;
  max-width: 60rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 4rem;
  position: static;
}

.gradient-eco-blue {
  pointer-events: none;
  mix-blend-mode: hue;
  background-image: linear-gradient(153deg, #00ffd800, #00ffd8 0%, #129bff);
  position: absolute;
  inset: 0;
}

.eco-flex-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 79rem;
  max-width: 90%;
  display: flex;
  position: relative;
}

.zone-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25vh;
  margin-bottom: 25vh;
  display: flex;
}

.flex-zone {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 79rem;
  max-width: 90%;
  display: flex;
}

.image-zone {
  border-radius: 1rem;
  width: 50rem;
  min-width: 50rem;
  height: 50rem;
}

.contact-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.contact-text-container {
  z-index: 3;
  width: 55rem;
  position: relative;
}

.footer {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
  position: absolute;
  bottom: 0;
}

.footer-text {
  color: var(--white);
  text-align: center;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.footer-box {
  grid-column-gap: 5.6rem;
  grid-row-gap: 5.6rem;
  border: 1px solid var(--border-white);
  -webkit-backdrop-filter: brightness(110%) blur(50px);
  backdrop-filter: brightness(110%) blur(50px);
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1rem 4.5rem;
  display: flex;
  overflow: hidden;
}

.contact-button-contain {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  height: 24.3rem;
  display: none;
  position: relative;
}

.button-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-white);
  opacity: 1;
  -webkit-backdrop-filter: brightness(110%) blur(50px);
  backdrop-filter: brightness(110%) blur(50px);
  border-radius: 8rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 3rem 1rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 #0000, inset 0 0 20px 200px #0000;
}

.button-contact:hover {
  box-shadow: inset 0 0 20px 200px #ff1c1c80, 0 0 20px 10px #49200080;
}

.button-contact.back-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding-right: 1rem;
  transition: transform .2s;
  position: absolute;
  left: -6rem;
}

.button-contact.back-button:hover {
  transform: scale(1.1);
}

.button-contact-logo-container {
  background-color: #ffffff0f;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.icon-contact {
  color: var(--white);
  width: 2rem;
  height: 2rem;
}

.letter-animation.padding {
  padding-top: 1rem;
}

.letter-animation-scroll {
  z-index: 2;
  position: relative;
}

.modal-astuce {
  z-index: 200;
  background-color: #000000b3;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal-astuce.astuce-1, .modal-astuce.astuce-2, .modal-astuce.astuce-3 {
  opacity: 0;
  display: none;
}

.astuce-container {
  -webkit-backdrop-filter: blur(46px);
  backdrop-filter: blur(46px);
  background-color: #000000c4;
  border-top: 1px solid #70707033;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
  top: 100vh;
}

.astuce-top {
  background-color: var(--white);
  border-radius: 4px;
  width: 13rem;
  height: 5px;
  position: absolute;
  top: -3px;
  box-shadow: 0 0 20px 5px #fff6;
}

.astuce-text-container {
  width: 90%;
  max-width: 700px;
  height: 85%;
  padding-bottom: 2rem;
  overflow: auto;
}

.title-astuce {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.subtitle-astuce {
  color: var(--white);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2rem;
}

.astuce-image {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.astuce-button-close {
  position: absolute;
  top: 5rem;
  right: 5rem;
}

.button-close {
  border: 1px solid var(--border-white);
  -webkit-backdrop-filter: invert(15%) blur(3px);
  backdrop-filter: invert(15%) blur(3px);
  cursor: pointer;
  border-radius: 3.5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .2s;
  display: flex;
  position: static;
}

.button-close:hover {
  -webkit-backdrop-filter: invert(25%) blur(3px);
  backdrop-filter: invert(25%) blur(3px);
  transform: scale(1.1);
}

.button-close:active {
  transform: scale(.9);
}

.button-close.slider_right {
  margin-left: 51rem;
  padding-left: .1rem;
  position: absolute;
}

.button-close.slider-left {
  margin-right: 51rem;
  padding-right: .1rem;
  position: absolute;
}

.close_section {
  height: 10vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.realistion-section {
  background-color: #111112;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 25vh;
  padding-bottom: 25vh;
  display: flex;
  position: relative;
}

.realistion-template-section {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  background-color: #111112;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.real-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 800px;
  display: flex;
}

.image-real {
  width: 100%;
}

.real-contenu {
  color: var(--white);
  width: 100%;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.container-section {
  perspective: 1000px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-44-min.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.container-section.mask-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-44-min.png');
  background-size: auto, auto;
  width: 100%;
  height: 130vh;
}

.container-section.mask-section.little {
  height: 60vh;
}

.container-section.home-section-container {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-44-min.png');
  background-size: auto, contain;
  width: 100%;
  height: 170vh;
  position: relative;
}

.transition {
  z-index: 99;
  display: none;
  position: fixed;
  inset: 0;
}

.transition-trigger {
  display: none;
}

.transition_overlay {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0;
}

.button-anim-container {
  z-index: 2;
  position: relative;
}

.header-link-container {
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.image-background {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.video-logo-demarche {
  width: 15rem;
  height: 15rem;
}

.background-video {
  opacity: .4;
  justify-content: center;
  align-items: flex-start;
  width: 20rem;
  height: 20rem;
  position: absolute;
  bottom: 10rem;
}

.background-video-2 {
  width: 20rem;
  height: 20rem;
}

.video-icon-etude {
  width: 100%;
  height: 100%;
}

.onde-gif {
  opacity: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.onde-gif.transparent {
  opacity: .3;
}

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

.about-image {
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 1rem;
  width: 100%;
  height: 85%;
}

.bacground-contact {
  opacity: .3;
  background-image: url('../images/Image-44-min.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0;
}

.contact-button-contain-2, .contact-button-contain-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  height: 24.3rem;
  display: none;
  position: relative;
}

.grid-contact {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 79rem;
  max-width: 90%;
  position: relative;
}

.background-contact-gradiant {
  z-index: 20;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: linear-gradient(#fdff8580, #f7f7f780 26%, #fcfcfc80 76%, #fd670080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.background-contact-ellipse {
  z-index: 0;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  mix-blend-mode: normal;
  background-image: radial-gradient(circle, #0015ff80, #e0964261 0%, #83161680 0%, #c0813914 64%, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.mix-blend-icon {
  z-index: 3;
  mix-blend-mode: hue;
  background-color: #c0701480;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lottie-animation {
  width: 5rem;
  position: absolute;
  bottom: -2rem;
}

.concept-box {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.italic-text {
  font-style: normal;
}

.link-footer, .span-footer {
  color: var(--grey-title);
  font-size: 1rem;
}

.mask-image-mobile {
  display: none;
}

.mention-legale {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.mention-legale-text {
  color: var(--white);
  width: 90%;
  max-width: 800px;
}

@media screen and (min-width: 1280px) {
  .card-containner.contact-card {
    height: 22rem;
    padding: 2rem;
  }

  .avis-container {
    width: 80rem;
  }

  .etude-section {
    height: 100vh;
  }

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

  .flex-zone {
    flex-flow: row;
  }

  .contact-button-contain._1, .contact-button-contain._2, .contact-button-contain._3 {
    height: 22rem;
  }

  .lottie-animation {
    z-index: 5;
    opacity: .6;
    position: absolute;
    bottom: -1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .header-box {
    width: 95%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card-containner.home-card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 3rem;
  }

  .card-containner.demarche-card {
    max-width: 90%;
  }

  .card-containner.base-card, .card-containner.realisation-card {
    width: 100%;
    max-width: none;
  }

  .title-inter.title-inter_home {
    text-align: center;
  }

  .flex-container.home-flex-container {
    flex-flow: column;
  }

  .flex-container.demarche-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .concept-section {
    padding-top: 50vh;
    padding-bottom: 50vh;
    position: relative;
    overflow: hidden;
  }

  .title_h2 {
    width: 90%;
  }

  .title_h2.no-limit.little-mobile, .title_h2.mask-title.margin-mask.limit-mobile {
    font-size: 2rem;
  }

  .title_h2.split-text.little-mobile {
    width: 100%;
    font-size: 2.5rem;
  }

  .paragraphe-p1.para-p2.center.limite-size {
    width: 90%;
  }

  .slide-container.swiper-slide {
    width: 90vw;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .swiper-wrapper {
    width: 450vw;
  }

  .slider-mask-container {
    display: none;
  }

  .button-arrow.slider_right.slider-next {
    margin-left: 31rem;
    display: none;
  }

  .button-arrow.slider-left.slider-prev {
    margin-right: 31rem;
    display: none;
  }

  .demarche-section {
    height: auto;
    padding-top: 5rem;
  }

  .base-section {
    height: auto;
    overflow: hidden;
  }

  .magic-section {
    overflow: visible;
  }

  .about-home-section {
    overflow: hidden;
  }

  .about-image-container {
    display: none;
  }

  .about-text.about-text-scroll {
    padding-left: 3rem;
  }

  .about-section-end {
    opacity: 0;
  }

  .demarcheplus-section {
    overflow: hidden;
  }

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

  .elipse-demarcheplus-cyan, .elipse-demarcheplus-cyan.right {
    width: 100%;
  }

  .realistionhome-section {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .avis-container {
    width: 95%;
  }

  .etude-section {
    height: auto;
    padding-top: 10rem;
    overflow: hidden;
  }

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

  .etude-text-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .eco-section {
    background-color: var(--black);
    background-image: linear-gradient(#fff0, #6300ff80 50%, #fff0);
    overflow: visible;
  }

  .zone-section {
    overflow: hidden;
  }

  .flex-zone {
    flex-flow: column;
  }

  .image-zone {
    width: 100%;
    min-width: auto;
  }

  .contact-section {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
  }

  .contact-text-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

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

  .footer-text.tel {
    display: none;
  }

  .footer-box {
    width: 95%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-button-contain {
    justify-content: center;
    align-items: center;
  }

  .button-contact {
    width: 100%;
  }

  .button-contact.back-button {
    bottom: 20%;
    left: auto;
  }

  .letter-animation {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .letter-animation-scroll {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-section.mask-section {
    overflow: hidden;
  }

  .container-section.home-section-container {
    overflow: visible;
  }

  .contact-button-contain-2, .contact-button-contain-3 {
    justify-content: center;
    align-items: center;
    height: 76.9rem;
    display: flex;
  }

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

  .background-contact-gradiant {
    height: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: absolute;
  }

  .background-contact-ellipse {
    height: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lottie-animation {
    display: none;
  }

  .mention-legale {
    height: auto;
    padding-top: 10rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .card-containner.eco-card {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-arrow.button-up.w--current {
    display: none;
  }

  .about-container-border {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    height: 70vh;
  }

  .about-container-border.about-container-end, .about-container-background {
    height: 70vh;
  }

  .about-text-box {
    flex-flow: column;
  }

  .about-image-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40%;
    min-height: 40%;
    display: flex;
  }

  .about-text.mask-text-container {
    height: 60%;
  }

  .about-container-mask {
    height: 70vh;
    min-height: 70vh;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .avis-container {
    flex-flow: column;
  }

  .avis-colone {
    width: 100%;
  }

  .gradient-eco-blue {
    mix-blend-mode: hue;
  }

  .contact-button-contain._1, .contact-button-contain._2, .contact-button-contain._3 {
    height: 72.9rem;
  }

  .button-contact.back-button {
    top: 22rem;
    bottom: auto;
  }

  .button-contact.back-button._2 {
    margin-top: 28rem;
    top: auto;
  }

  .about-image {
    height: 90%;
  }

  .mask-image-mobile {
    background-color: #151513;
    width: 100%;
    height: 2rem;
    min-height: 2rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .title_h2.no-limit.little-mobile, .title_h2.grand {
    width: 100%;
  }

  .contact-button-contain._1 {
    justify-content: flex-start;
    align-items: center;
  }

  .button-contact.back-button._2 {
    top: auto;
    bottom: auto;
  }

  .container-section.mask-section {
    height: 100vh;
  }
}

#w-node-aad72f42-e0c7-8a8e-8b0d-0d04938cfd2e-7d980609 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Bodoni 72 Book';
  src: url('../fonts/bodoni-72-book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}