@font-face {
  font-family: RoyalPalmsRegular;
  src: url('../fonts/RoyalPalmsRegular-930587257.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NeueKabelBlack;
  src: url('../fonts/NeueKabelBlack-5390790.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PesaroRegular;
  src: url('../fonts/PesaroRegular-2998305.otf') format("opentype"), url('../fonts/PesaroRegular-2998305.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GilroyExtraBold;
  src: url('../fonts/GilroyExtraBold-5538907.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GilroyLight;
  src: url('../fonts/GilroyLight-5538887.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GilroyMedium;
  src: url('../fonts/GilroyMedium-5538895.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PesaroBold;
  src: url('../fonts/PesaroBold-2998291.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PesaroBoldItalic;
  src: url('../fonts/PesaroBoldItalic-2998293.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PesaroLightItalic;
  src: url('../fonts/PesaroLightItalic-2998299.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PesaroMediumItalic;
  src: url('../fonts/PesaroMediumItalic-2998303.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PesaroLight;
  src: url('../fonts/PesaroLight-2998297.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PesaroItalic;
  src: url('../fonts/PesaroItalic-2998295.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --beige: #ecebe0;
  --black: #222;
  --transparent: transparent;
  --orange: #ff562c;
  --gilroy-medium: GilroyMedium, sans-serif;
  --gilroy-light: GilroyLight, sans-serif;
  --kabel-black: NeueKabelBlack, sans-serif;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --gilroy-extra-bold: GilroyExtraBold, sans-serif;
  --pesato-regular: PesaroRegular, Arial, sans-serif;
  --pesaro-bold: PesaroBold, sans-serif;
  --royal-palms-regular: RoyalPalmsRegular, sans-serif;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.body-beige {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--beige);
  color: #ff562c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  transition: box-shadow .35s;
  display: block;
}

.nav-menu {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: flex-end;
  align-items: center;
  width: 630px;
  height: 60px;
  padding-top: 18px;
  padding-right: 45px;
  display: flex;
}

.navbar {
  z-index: 900;
  background-color: var(--beige);
  height: 60px;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

.container-full {
  background-color: var(--beige);
  flex-flow: column;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.titre-portfolio {
  color: var(--black);
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 38px;
  margin-left: 0;
  padding-left: 0;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 80px;
  line-height: 72px;
}

.facade {
  height: auto;
  color: var(--black);
  margin-bottom: 13px;
  font-family: GilroyLight, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.client {
  height: auto;
  color: var(--black);
  letter-spacing: 4px;
  margin-bottom: 5px;
  font-family: GilroyExtraBold, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.entete {
  z-index: 2;
  clear: none;
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  margin: 0 auto 5%;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.text-footer {
  color: var(--beige);
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  font-family: GilroyMedium, sans-serif;
  font-size: 14px;
  display: flex;
}

.entete-service {
  height: auto;
  margin-top: 10px;
  margin-bottom: 80px;
}

.container-hero {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--beige);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 0%;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  position: sticky;
}

.quick-stack-texte-ptfo {
  grid-column-gap: 70px;
  grid-row-gap: 15px;
  width: 100%;
  max-width: none;
  padding: 0;
}

.cell-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-image-couv {
  border-radius: 0;
}

.cell-10 {
  justify-content: center;
  align-items: flex-end;
  font-family: NeueKabelBlack, sans-serif;
}

.text-block-4 {
  color: var(--beige);
  padding-top: 0;
  padding-left: 0;
  font-size: 40px;
}

.quick-stack-pied {
  grid-column-gap: 49px;
  grid-row-gap: 12px;
  width: 100%;
  height: 100%;
  padding: 50px 0 0;
}

.cell-10-copy {
  justify-content: center;
  align-items: flex-start;
  font-family: NeueKabelBlack, sans-serif;
}

.form-block {
  width: 100%;
  height: auto;
  margin: 0;
}

.text-form {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: var(--beige);
  margin-bottom: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 23px;
  position: static;
}

.text-form::placeholder {
  color: var(--beige);
}

.trait-form {
  background-color: var(--beige);
  align-self: auto;
  width: 100%;
  max-width: 100%;
  height: 11px;
  display: flex;
}

.heading {
  color: var(--beige);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--orange);
  border-radius: 0;
  margin-bottom: 55px;
  font-family: RoyalPalmsRegular, sans-serif;
  font-size: 100px;
  font-weight: 400;
}

.titre-contact {
  color: var(--beige);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 68px;
  display: flex;
}

.body-text-beige {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: auto;
  color: var(--beige);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 23px;
  font-style: normal;
  line-height: 23px;
  display: flex;
  position: static;
  inset: 0%;
}

.container-hero-orange {
  background-color: var(--black);
  width: 100%;
  max-width: 100%;
  height: 120px;
  padding-left: 60px;
  padding-right: 60px;
}

.button-orange {
  border: 1px solid var(--orange);
  background-color: var(--beige);
  color: var(--orange);
  letter-spacing: 4px;
  border-radius: 20px;
  align-self: center;
  margin-left: 0;
  font-family: GilroyMedium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.citation-gauche {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 50px;
  margin-right: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.grille-photo {
  margin-top: 5%;
  margin-bottom: 10%;
}

.bio {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 126px;
}

.body-text-beige-center {
  width: 100%;
  max-width: none;
  height: 100%;
  color: var(--beige);
  text-align: center;
  flex: 0 0;
  order: 1;
  align-self: auto;
  margin-bottom: 0;
  padding: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 23px;
  line-height: 27px;
}

.apostrophe-gauche {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  color: var(--beige);
  text-align: right;
  margin-bottom: 0;
  padding: 20px 0 0;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 80px;
  line-height: 40px;
}

.apostrophe-droite {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  color: var(--beige);
  align-self: auto;
  margin-bottom: 0;
  padding: 0;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 80px;
  line-height: 0;
}

.cv {
  margin-bottom: 90px;
}

.date {
  color: var(--black);
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -16px;
  font-family: GilroyMedium, sans-serif;
  font-size: 14px;
  display: flex;
}

.body-text-black {
  width: 100%;
  color: var(--black);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: PesaroLight, Arial, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.titre-cv {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 14px;
  margin-right: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.quick-cv {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--transparent);
  width: 50%;
  padding: 0;
}

.citation-droite {
  width: 100%;
  color: var(--black);
  text-align: right;
  margin-top: 13px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.image-grille-couv {
  vertical-align: sub;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 92%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: absolute;
  inset: 0%;
}

.entete-portfolio {
  margin-top: 2%;
  margin-bottom: 0;
}

.ima {
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: absolute;
  inset: 0%;
}

.quick-stack-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  height: 100%;
  margin-bottom: 90px;
  padding: 0;
}

.div-1-2 {
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.name {
  width: 100%;
  color: var(--beige);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: GilroyMedium, sans-serif;
  font-size: 14px;
  display: flex;
}

.cell-15 {
  justify-content: center;
  align-items: center;
}

.cell-16 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
}

.cell-17 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0%;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

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

.div-droite {
  width: 50%;
  padding-left: 4%;
  padding-right: 0%;
}

.div-gauche {
  width: 50%;
  height: auto;
  padding-right: 4%;
}

.div-block-18 {
  justify-content: flex-end;
  align-items: flex-end;
  height: 60px;
  display: flex;
}

.dropdown_individual-question {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px none var(--transparent);
  background-color: var(--transparent);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.tab_link {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000;
  border-bottom: 2px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 19% 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  padding-left: 0;
  display: grid;
  position: relative;
}

.tab_link.w--current {
  background-color: #0000;
  align-items: flex-end;
}

.section-home-packages_individual {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 2px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.section-home-services_item {
  max-width: 95%;
  padding: 0 2.5rem;
}

.video {
  object-fit: fill;
  width: 100%;
  height: 100vh;
  padding-top: 0;
}

.div-block-couv {
  border-radius: 10px;
  width: 100%;
  height: 92%;
  max-height: 100px;
  padding-top: 56%;
  display: flex;
  position: relative;
}

.grille-photo-accueil {
  background-color: var(--beige);
  margin-top: 0%;
  margin-bottom: 0;
}

.div-2-3-soavenn {
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 65.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-4-3 {
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 134.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-couv-accueil {
  z-index: auto;
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 0;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: none;
  padding-top: 0;
  position: static;
  inset: 0%;
  overflow: clip;
}

.div-block-10-copy {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 650px;
  display: block;
  position: relative;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding: 0;
  position: static;
}

.cell-18 {
  color: #222;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0%;
  display: block;
}

.div-block-24 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  display: block;
  position: relative;
}

.image-couv-bio-2 {
  z-index: auto;
  box-sizing: border-box;
  clear: none;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 0;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.cell-orange-2 {
  background-color: #ff562c;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 90px 50px 60px;
}

.body-text-beige-2 {
  color: #ecebe0;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 23px;
  line-height: 27px;
  position: static;
  inset: 0%;
}

.navbar-menu-item-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.page-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-tiny {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.text-meta-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.home-clients-logos-inner {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  display: flex;
}

.home-clients-logos {
  overflow: hidden;
}

.text-meta {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-meta-line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #000;
  width: 24px;
  height: 1px;
}

.home-clients-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-clients-logos-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.container-xlarge {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.text-rotator-main {
  z-index: 20;
  background-color: var(--orange);
  color: var(--black);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-rotator-main:hover {
  filter: invert();
}

.card-small {
  object-fit: scale-down;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-big {
  border: .1px solid #9b8f7e66;
  border-radius: .5rem;
  align-items: flex-start;
  width: 65%;
  height: 50vh;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-100 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: block;
  position: absolute;
  inset: 0%;
}

.cell {
  border-radius: 20px;
}

.tache-texte {
  object-fit: scale-down;
  flex-flow: column;
  margin-right: 0;
  padding-top: 55px;
  display: flex;
  position: relative;
}

.div-1-1 {
  aspect-ratio: 1;
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quick-stack-accueil {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-bottom: 90px;
  padding: 0;
}

.quick-stack-taches {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-bottom: 34px;
  padding: 0;
}

.div-tache-1-2 {
  object-fit: scale-down;
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-tache {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: absolute;
  inset: 0%;
}

.photo-tel {
  width: 50%;
  height: 94vh;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.form-glissant {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.sticky-small-image {
  flex: none;
  align-self: flex-end;
  width: 12vw;
  height: 12vw;
  margin-top: 7.5vw;
  margin-right: 10vw;
  overflow: hidden;
}

.sticky-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.form-orange {
  background-color: var(--orange);
  width: 100%;
  height: 670px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-left: 90px;
  padding-right: 90px;
  overflow: hidden;
}

.projet-question {
  width: 100%;
  height: 670px;
  padding: 90px;
  overflow: hidden;
}

.telephone {
  margin-top: 0;
  padding-top: 0;
  position: static;
}

.link-navbarr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  height: 100%;
  color: var(--black);
  text-align: right;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  padding-top: 3px;
  font-family: GilroyMedium, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.link-navbarr:hover {
  box-shadow: inset 0 -10px 0 0 var(--orange);
  color: var(--orange);
}

.quick-stack-slider {
  grid-column-gap: 12px;
  grid-row-gap: 25px;
  background-color: var(--transparent);
  width: auto;
  height: auto;
  padding: 4% 1%;
  position: relative;
}

.avis-client {
  width: 100%;
  height: 100%;
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--beige);
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 60px;
  line-height: 90px;
  display: flex;
}

.brand {
  background-color: var(--orange);
  width: 121px;
}

.entete-service-bis {
  margin-top: 236px;
  margin-bottom: 66px;
}

.section-top-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.clients-item {
  background-color: #f8f8f8;
  padding: 5vw;
}

.home-services-item-image {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.overflow-hidden {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.services-liste {
  grid-column-gap: 90px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 800px;
  margin-top: 5px;
  margin-bottom: 0;
  display: grid;
}

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

.max-width-large {
  width: 100%;
  max-width: 50rem;
}

.branding {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 10px solid var(--beige);
  background-color: var(--orange);
  color: #0e1011;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  font-size: 18px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.packaging {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--beige);
  color: #0e1011;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  font-size: 18px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.packaging.odd {
  border-top: 10px solid var(--beige);
  background-color: var(--orange);
  grid-template-columns: 1fr .8fr;
}

.supports {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 10px solid var(--beige);
  background-color: var(--orange);
  color: #0e1011;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  font-size: 18px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.digital {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--beige);
  color: #0e1011;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  font-size: 18px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.digital.odd {
  border-top: 10px solid var(--beige);
  background-color: var(--orange);
  grid-template-columns: 1fr .8fr;
}

.services {
  margin-top: 100px;
  margin-bottom: 220px;
}

.titre-beige {
  color: var(--beige);
  margin-top: 0;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 90px;
}

.word-beige {
  z-index: 2;
  height: auto;
  color: var(--beige);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-family: GilroyLight, sans-serif;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}

.texte-droite {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 90px 40px 40px;
  display: flex;
}

.texte-gauche {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 40px 40px 90px;
  display: flex;
}

.faq-answer {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  overflow: hidden;
}

.faq-wrapper {
  border-bottom: 10px solid var(--orange);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin-bottom: 0;
  padding: 0 0 5px;
  overflow: hidden;
}

.faq-wrapper.cursor-hover-animation {
  border-bottom-width: 0;
  border-bottom-color: var(--beige);
  background-color: var(--transparent);
  cursor: default;
  cursor: default;
  background-color: #ff562c;
  border-bottom-width: 0;
  border-bottom-color: #ecebe0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 90px;
  padding-right: 90px;
}

.faq-section-questions {
  border-bottom: 10px solid var(--orange);
  background-color: var(--beige);
  width: 110%;
  margin-right: 0;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 60px;
  margin-left: 10px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
}

.plus-line-animated {
  color: #171719;
}

.body-text-orange {
  height: 100%;
  color: var(--orange);
  margin-bottom: 30px;
  padding-left: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 23px;
  line-height: 27px;
  position: static;
  inset: 0%;
}

.download-links-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4%;
  display: flex;
}

.services-slides {
  position: relative;
}

.features-grid-image {
  object-fit: fill;
  background-image: url('../images/pexels-googledeepmind-25630340.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.features-grid-image._2 {
  background-image: url('../images/pexels-googledeepmind-25630342.jpg');
}

.features-grid-image._3 {
  background-image: url('../images/pexels-googledeepmind-25630338.jpg');
}

.features-grid-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.features-grid-image-wrapper {
  border-radius: 0;
  height: 325px;
  position: relative;
  overflow: hidden;
}

.features-grid {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.5fr;
}

.content-container-2 {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid-image-wrapper-2 {
  border-radius: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.container-web {
  border-top: 10px solid var(--beige);
  background-color: var(--orange);
  padding: 64px;
  position: sticky;
  bottom: 0;
}

.container-pack {
  border-top: 10px solid var(--beige);
  background-color: var(--orange);
  padding: 64px;
  position: sticky;
  top: 30px;
}

.container-supports {
  float: none;
  clear: none;
  border-top: 10px solid var(--beige);
  background-color: var(--orange);
  padding: 64px;
  position: sticky;
  inset: auto 0% 0%;
}

.container-identit {
  z-index: auto;
  border-top: 0px solid var(--orange);
  border-bottom: 0px solid var(--orange);
  background-color: var(--beige);
  padding: 64px;
  position: sticky;
  top: 30px;
}

.word-beige-name {
  height: auto;
  color: var(--beige);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: GilroyMedium, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}

.carousel-section {
  background-color: #bfacf9;
  overflow: hidden;
}

.text-carousel-second-row-wrapper {
  z-index: 0;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  width: 105%;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-carousel-second-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  display: flex;
}

.text-carousel-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-text {
  white-space: nowrap;
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
}

.clients-carousel-section {
  background-color: #f7d56f;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.partners-animation-wrapper {
  margin-top: 20px;
  overflow: hidden;
}

.partners-animator {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.partners-logo-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.partners-logo {
  height: 35px;
}

.slide-testimonial {
  background-color: var(--beige);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 20px;
  width: 49.2%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  position: relative;
}

.testimonials.section-dark {
  z-index: 2;
  background-color: var(--beige);
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: sticky;
}

.container-2 {
  width: 100%;
  max-width: 1508px;
  margin-bottom: 0;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

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

.slider-3 {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1508px;
  height: auto;
  display: flex;
}

.mask-3 {
  width: 100%;
  margin-left: -10px;
  padding-bottom: 65px;
  overflow: visible;
}

.slide-nav-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.right-arrow-3 {
  margin-right: -50px;
}

.left-arrow-3 {
  margin-left: -50px;
}

.div-block-27 {
  flex-flow: column;
  order: 0;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.process-crea {
  z-index: 2;
  background-color: var(--beige);
  margin: 0 0 10%;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
}

.heading-8 {
  margin-top: -7px;
  margin-bottom: 0;
}

.heading-9 {
  margin-top: 4px;
  margin-bottom: 13px;
  line-height: 20px;
}

.avis-client-copy {
  width: auto;
  height: auto;
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  margin-top: -11px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.word-orange-copy {
  width: auto;
  height: auto;
  color: var(--orange);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: GilroyLight, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.cv-titile {
  width: 820px;
  height: 100px;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 60px;
  line-height: 90px;
  display: block;
}

.container-hero-bis {
  z-index: 2;
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  background-color: var(--beige);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 30px 10px 60px 10%;
  display: block;
  position: sticky;
}

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.cell-cv {
  text-align: left;
}

.cv-1 {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.cv-3 {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.cv-2 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 100px;
  display: flex;
}

.cv-2-copy {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  display: flex;
}

.scroll-progress-wrapper {
  width: 10px;
  height: 50px;
  max-height: none;
}

.scroll-progress-copy {
  background-color: var(--orange);
  perspective-origin: 50%;
  transform-origin: 50% 0;
  width: 10px;
  height: 450px;
  color: var(--orange);
  margin-top: 50px;
  position: absolute;
}

.bouton {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border: 1px solid var(--beige);
  background-color: var(--orange);
  font-family: var(--gilroy-medium);
  color: var(--beige);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 0;
  flex-flow: row;
  flex: none;
  padding: 16px 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.bouton:hover {
  background-color: var(--beige);
  color: var(--orange);
}

.bouton-beeige {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border: 1px solid var(--orange);
  background-color: var(--beige);
  font-family: var(--gilroy-medium);
  color: var(--orange);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 0;
  flex-flow: row;
  flex: none;
  padding: 16px 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.bouton-beeige:hover {
  background-color: var(--orange);
  color: var(--beige);
}

.map {
  margin-top: 15%;
  margin-bottom: 6%;
}

.div-block-29 {
  text-align: right;
}

.div-block-29-copy {
  text-align: left;
  align-self: flex-end;
  margin-bottom: 4%;
}

.mon-curri {
  text-align: right;
  align-self: flex-start;
  margin-bottom: 50px;
}

.download-links-wrapper-right {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.section {
  margin-top: 120px;
  margin-bottom: 90px;
}

.faq-section-questions-copy {
  border-style: solid;
  border-width: 0 0 10px;
  border-color: var(--orange);
  width: 80%;
  margin-right: 0;
}

.faq-wrapper-copy.cursor-hover-animation, .faq-wrapper-copy.cursor-hover-animation-copy {
  border-bottom-width: 10px;
  border-bottom-color: var(--orange);
  cursor: default;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-question-copy {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.faq-answer-copy {
  margin-top: 10px;
  overflow: hidden;
}

.heading-9-copy {
  margin-top: 0;
  margin-bottom: 13px;
  line-height: 20px;
}

.faq-wrapper-copy.cursor-hover-animation-copy {
  border-bottom-width: 10px;
  border-bottom-color: var(--beige);
  background-color: var(--orange);
  cursor: default;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-question-copy {
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.faq-wrapper-copy {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-bottom: 1px solid #e0e0d6;
  margin-bottom: 20px;
  padding: 0 0 5px;
  overflow: hidden;
}

.faq-wrapper-copy.cursor-hover-animation {
  border-bottom-width: 10px;
  border-bottom-color: var(--orange);
  cursor: default;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.titre-slides {
  color: var(--beige);
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 90px;
}

.quick-stack-7 {
  height: auto;
  margin-top: 0;
}

.bis {
  background-color: var(--orange);
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.quick-stack-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: auto;
  padding: 0;
}

.div-1-1-services {
  object-fit: scale-down;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.body-text-black-copy {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 23px;
  line-height: 27px;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph {
  margin-bottom: 0;
}

.div-1-1-copy {
  object-fit: scale-down;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.text-100 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: absolute;
  inset: 0%;
}

.container-hero-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: static;
}

.cell-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-30 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.titre-services {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 90px;
  display: flex;
}

.titre-seeervice {
  color: var(--beige);
  text-align: left;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 14px;
  margin-right: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
}

.paragraph-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-2 {
  border-radius: 10px;
  height: 370px;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.flex-heading-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.flex-heading-left.mg-bottom-100 {
  margin-bottom: 100px;
}

.abstract-heading {
  object-fit: contain;
  width: 52px;
  height: 52px;
  margin-top: 4px;
  display: block;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.number-service-animated {
  width: 72px;
  margin-bottom: 7px;
  overflow: hidden;
}

.list-services-animated {
  aspect-ratio: auto;
  flex-direction: column;
  max-width: none;
  margin-bottom: 40px;
  display: flex;
}

.image-service-animated {
  z-index: 10;
  object-fit: cover;
  border-radius: 8px;
  width: 32%;
  max-width: 290px;
  height: 180%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 65px 0% auto;
}

.flex-under-animated-services {
  max-width: 1008px;
  margin-top: 72px;
}

.single-service-animated {
  border-top: 0px solid var(--orange);
  opacity: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.single-service-animated:hover {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.container-medium {
  width: 100%;
  max-width: 1170px;
  margin-bottom: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.big-text {
  font-size: 32px;
  line-height: 130%;
}

.big-text-service-animated {
  height: auto;
  color: var(--beige);
  text-transform: lowercase;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  overflow: hidden;
}

.wrap-text-service-animated {
  height: auto;
  overflow: hidden;
}

.container-3, .container-4 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

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

.div-block-services {
  border-top: 10px solid var(--beige);
  border-bottom: 0px solid var(--orange);
  background-color: var(--orange);
  margin-left: 0;
  margin-right: 0;
  padding-left: 90px;
}

.div-block-services:hover {
  border-style: solid;
  border-width: 10px 1px 1px;
  border-color: var(--beige);
}

.div-block-services-copy {
  border-top: 10px solid var(--beige);
  border-bottom: 10px solid var(--beige);
  background-color: var(--orange);
  margin-left: 0;
  margin-right: 0;
  padding-left: 90px;
}

.italic-text {
  color: var(--beige);
  font-family: PesaroLightItalic, Arial, sans-serif;
  font-weight: 300;
}

.word-orange-name {
  height: auto;
  color: var(--orange);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: GilroyLight, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.italic-text-2 {
  color: var(--orange);
}

.wrap-image-moving-insta {
  object-fit: cover;
  flex: none;
  width: 320px;
  position: relative;
  overflow: hidden;
}

.master-moving-insta {
  z-index: 2;
  background-color: var(--beige);
  margin-bottom: 20px;
  position: sticky;
}

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

.fill-cta {
  z-index: 1;
  background-color: #fc5071;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, 101%);
}

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

.overlay-moving-insta {
  z-index: 1;
  background-color: #fff6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.realtive-moving-images {
  z-index: 1;
  position: relative;
}

.section-moving-insta {
  margin-top: 70px;
  margin-bottom: 40px;
  overflow: clip;
}

.link-cta {
  color: #fff;
  background-color: #000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 1px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.single-insta-moving {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  position: relative;
}

.list-moving-insta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.parallax-section {
  background-image: url('../images/Section-Image-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 340px;
  margin-bottom: 100px;
}

.pied-copy {
  clear: none;
  background-color: var(--black);
  width: 100%;
  height: 120px;
  margin: 0 auto;
  display: block;
  position: sticky;
  inset: auto 0% 0%;
}

.div-block-31 {
  float: none;
  clear: none;
  background-color: var(--orange);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 200px;
  position: relative;
  inset: auto 0% 0%;
}

.container-6 {
  position: sticky;
  inset: 0% auto auto 0%;
}

.parallax-section-copy {
  background-image: url('../images/Section-Image-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 200px;
  margin-bottom: 100px;
  position: sticky;
}

.texttt {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  bottom: 0;
  overflow: visible;
}

.spacer {
  z-index: 2;
  clear: none;
  background-color: var(--beige);
  height: 120px;
  position: sticky;
  overflow: hidden;
}

.div-block-32 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 180px;
  position: sticky;
  overflow: visible;
}

.section-2 {
  overflow: hidden;
}

.scroll_wrapper {
  height: 600vh;
}

.scroll_1 {
  z-index: 3;
  background-image: url('../images/Capture-d’écran-2025-03-08-à-19.14.53.png');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: sticky;
  inset: 0%;
  overflow: visible;
}

.scroll_2 {
  z-index: 1;
  background-image: url('../images/Capture-d’écran-2025-03-05-à-23.05.38.png');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.nav-outer-wrapper {
  position: fixed;
  inset: 0% 0% auto;
}

.scroll_3 {
  z-index: 1;
  background-image: url('../images/Capture-d’écran-2025-03-08-à-18.47.02.png');
  background-position: 50%;
  background-size: cover;
  position: sticky;
  inset: 0%;
}

.link-wrap-category {
  margin-bottom: 25px;
  position: relative;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#1d1f2e1a, #1d1f2e1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
}

.white-button {
  z-index: 50;
  color: #1d1f2e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button:hover {
  opacity: .96;
  color: #161724;
  background-color: #fafafa;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.white-button.cc-product-button {
  width: 100%;
}

.white-button.cc-product-button:hover {
  opacity: .96;
}

.category-tag {
  z-index: 80;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.category-tag-text {
  color: #a25f4b;
  font-weight: 700;
}

.category-tag-text.cc-new {
  color: #1d1f2e;
}

.product-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 380px;
  display: block;
}

.cell-20 {
  background-color: var(--transparent);
  border-radius: 20px;
}

.fond-orange {
  aspect-ratio: 1;
  background-color: var(--transparent);
  opacity: 0;
  object-fit: cover;
  flex: 0 auto;
  order: 0;
  align-self: center;
  position: absolute;
  inset: 0%;
}

.fond-orange:hover {
  background-color: var(--orange);
  opacity: 100;
  display: block;
}

.spacer-beige {
  z-index: 2;
  clear: none;
  background-color: var(--beige);
  height: 120px;
  position: sticky;
  overflow: hidden;
}

.spacer-orange {
  z-index: 2;
  clear: none;
  background-color: var(--beige);
  border-radius: 0;
  height: 530px;
  margin-top: 20px;
  position: sticky;
  overflow: hidden;
}

.section-3 {
  height: 650px;
  margin-top: 120px;
  margin-bottom: 160px;
}

.titre-contact-copy {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 68px;
  display: flex;
}

.projet-question-copy {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.image-101 {
  object-fit: cover;
  width: 60%;
  max-width: none;
  height: 100%;
  position: static;
}

.div-block-33 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 60px;
  display: flex;
}

.quick-stack-9 {
  margin-top: 3%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 8% 0 0%;
}

.cell-21 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.cell-22 {
  justify-content: center;
  align-items: center;
}

.image-102 {
  object-fit: fill;
  height: 100%;
}

.cta-wrapper {
  z-index: 30;
  background-color: #0b0b0b;
  position: relative;
}

.text-rotator-main-2 {
  z-index: 20;
  background-color: #000;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-rotator-main-2:hover {
  filter: invert();
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30vw;
  font-weight: 400;
  line-height: .9;
}

.line-icon {
  opacity: .42;
  background-color: #fff;
  flex: none;
  width: 140px;
  height: 1px;
  margin-left: 50px;
  margin-right: 50px;
}

.gros-titre-bleige {
  color: var(--beige);
  -webkit-text-stroke-color: var(--beige);
  text-transform: lowercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 68px;
  display: block;
}

.services-ok {
  display: flex;
}

.titre-contact-copy-2 {
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 68px;
  display: flex;
}

.titre-slides-copy {
  color: var(--black);
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 90px;
}

.word-orange-black {
  width: auto;
  height: auto;
  color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 5px;
  font-family: GilroyMedium, sans-serif;
  font-size: 15px;
  line-height: 16px;
  display: block;
}

.image-103 {
  object-fit: cover;
  height: auto;
  position: relative;
}

.div-1-2-copy {
  object-fit: scale-down;
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 80%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quick-stack-10, .quick-stack-10-copy {
  padding: 0;
}

.cell-23 {
  display: flex;
}

.entete-service-copy {
  height: 550px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-services {
  background-color: var(--transparent);
  object-fit: contain;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-104 {
  object-fit: fill;
  max-width: 100%;
  max-height: 100%;
}

.div-block-34 {
  width: 100%;
  height: 100%;
  padding-top: 133%;
}

.cell-24 {
  padding-top: 0;
}

.div-s-copy {
  object-fit: cover;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.number {
  color: var(--beige);
  text-align: right;
  margin-top: 5px;
  margin-bottom: 50px;
  margin-right: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.mail {
  color: var(--beige);
  text-align: right;
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.link-block, .link-block-2 {
  text-align: right;
  text-decoration: none;
  display: block;
}

.background-video {
  z-index: 1;
  width: 0;
  height: 0;
}

.background-video-2 {
  z-index: 2;
  object-fit: fill;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.scroll {
  z-index: 2;
  height: auto;
  color: var(--beige);
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 680px;
  padding-right: 20px;
  font-family: GilroyLight, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: block;
  position: relative;
}

.telephonee {
  margin-top: 0;
  margin-bottom: 220px;
  padding-top: 0;
  display: none;
  position: static;
}

.div-block-35 {
  position: sticky;
}

.div-block-36 {
  flex-flow: row;
  display: flex;
  overflow: visible;
}

.div-block-37 {
  position: relative;
}

.div-block-38 {
  z-index: auto;
  object-fit: contain;
  width: 600px;
  height: 670px;
  padding-top: 0;
  position: sticky;
  top: 60px;
  bottom: auto;
  overflow: visible;
}

.image-105 {
  position: sticky;
  top: 60px;
  overflow: visible;
}

.image-106 {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  height: 600px;
  max-height: none;
}

.image-tel {
  float: none;
  clear: none;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 600px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: static;
  inset: 0%;
}

.image-crop {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-full-2 {
  background-color: #ecebe0;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: static;
}

.link-navbarr-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #222;
  text-align: right;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #0000;
  height: 100%;
  padding-top: 3px;
  font-family: GilroyMedium, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.link-navbarr-2:hover {
  color: #ff562c;
  box-shadow: inset 0 -10px #ff562c;
}

.link-navbarr-2.w--current {
  font-weight: 500;
}

.gros-titre-bleige-2 {
  color: #ecebe0;
  text-align: left;
  -webkit-text-stroke-color: #ecebe0;
  text-transform: lowercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 68px;
  display: flex;
}

.quick-stack-11 {
  padding: 0;
}

.body-text-black-2 {
  color: #222;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 23px;
  line-height: 27px;
}

.services-2 {
  margin-left: 90px;
  margin-right: 90px;
}

.cell-25 {
  display: flex;
}

.container-full-tel {
  background-color: var(--beige);
  flex-flow: column;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-servicecs {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  background-color: var(--beige);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: static;
}

.image-100-service {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 80%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.cell-26 {
  background-color: var(--orange);
}

.card-hover {
  background-color: var(--orange);
  border-radius: 10px;
}

.card-hover:hover {
  background-color: var(--orange);
}

.cards {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0;
}

.cartes {
  margin-top: 0;
  margin-bottom: 50px;
  display: none;
}

.container-7 {
  width: 100%;
  max-width: none;
}

.blabla {
  height: 40%;
  color: var(--beige);
  flex-flow: column;
  margin: 10px;
  padding-left: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 23px;
  line-height: 27px;
  display: flex;
  position: static;
  inset: 0%;
}

.blabla-copy {
  height: 40%;
  color: var(--beige);
  flex-flow: column;
  margin: 0 10px 10px;
  padding-left: 0;
  font-family: PesaroLight, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
  position: static;
  inset: 0%;
}

.titre-service {
  color: var(--beige);
  margin: 10px;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.bkjdsb {
  margin: 0 10px 3%;
  line-height: 17px;
}

.div-card {
  width: 100%;
}

.gros-titre-black {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--beige);
  text-transform: lowercase;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 68px;
  display: flex;
}

.texte {
  margin-top: 120px;
  margin-bottom: 300px;
}

.faq-wrapper-copy {
  border-bottom: 10px solid var(--orange);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin-bottom: 0;
  padding: 0 0 5px;
  overflow: hidden;
}

.faq-wrapper-copy.cursor-hover-animation {
  border-bottom-width: 0;
  border-bottom-color: var(--beige);
  background-color: var(--transparent);
  cursor: default;
  cursor: default;
  background-color: #ff562c;
  border-bottom-width: 0;
  border-bottom-color: #ecebe0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 90px;
  padding-right: 90px;
}

.quick-stack-13 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  width: 100%;
  padding: 0;
}

.faq-section-questions-copy-copy {
  border: 0px solid var(--orange);
  width: 80%;
  margin-right: 0;
}

.popin_overlay {
  z-index: 999;
  background-color: var(--black);
  opacity: .5;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popin_component {
  border: 8px solid var(--orange);
  background-color: var(--beige);
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  left: 50%;
  right: 50%;
}

.modal-identit {
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modal-bg {
  z-index: 999;
  background-color: var(--black);
  opacity: .4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.modal-container {
  z-index: 1000;
  background-color: var(--orange);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  height: 100%;
  max-height: 90%;
  margin: 0;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 7%;
}

.heading-11 {
  background-color: var(--transparent);
}

.link-block-3 {
  margin-top: 0;
  margin-right: 0;
  text-decoration: none;
  position: absolute;
  inset: 5px 5px auto auto;
}

.close-text {
  font-family: var(--gilroy-light);
  color: var(--beige);
  font-size: 40px;
  position: static;
  inset: 0% 0% auto auto;
  transform: rotate(45deg);
}

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

.image-100-copy-modal {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: static;
  inset: 0%;
}

.quick-stack-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.cell-28 {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.cell-29 {
  display: block;
}

.gros-titre-bleige-copy {
  width: 100%;
  color: var(--beige);
  -webkit-text-stroke-color: var(--beige);
  text-transform: lowercase;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin: 0 auto 20px;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 68px;
  display: block;
}

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

.heading-2 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.heading-2.text-weight-regular {
  font-family: var(--kabel-black);
  color: var(--black);
  font-size: 63px;
}

.span {
  text-align: left;
  white-space: nowrap;
  vertical-align: bottom;
  object-fit: cover;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: 4.75rem;
  width: 6.5rem;
  height: 4rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.span.one {
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
  background-image: url('../images/Text-Images-01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5rem;
}

.span.two {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/Text-Images-02.jpg');
  background-size: cover;
  border-radius: 5rem;
}

.span.three {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/Text-Images-03.jpg');
  background-size: cover;
  border-radius: 5rem;
}

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

.services-card-image {
  height: 360px;
}

.section-heading-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.services-card {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: #101011;
  background-color: #f2c3d3;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 800px;
  display: flex;
}

.services-card.light-purple {
  background-color: #bfacf9;
}

.services-card.yellow {
  background-color: #f7d56f;
}

.services-card-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.dark-section {
  color: #f5f4ed;
  background-color: #101011;
  padding: 100px 20px;
}

.services-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.bottom-cta_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.video_bg_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000040, #0000);
  position: absolute;
  inset: 0%;
}

.is-word {
  transform-origin: 0 100%;
  display: inline-block;
}

.is-word.is-2, .is-word.is-3 {
  font-family: var(--kabel-black);
  color: var(--black);
  letter-spacing: normal;
  text-transform: lowercase;
  font-size: 63px;
}

.is-word.is-1 {
  font-family: var(--kabel-black);
  color: var(--black);
  letter-spacing: normal;
  text-transform: lowercase;
  font-size: 63px;
  display: flex;
}

.bottom-cta_box {
  z-index: 1;
  transform-origin: 50% 0;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.13rem;
  margin-top: -6.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-16 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.video_bg {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-large {
  width: 90%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-style-h1 {
  font-family: var(--kabel-black);
  color: var(--black);
  letter-spacing: normal;
  text-indent: 0;
  text-transform: lowercase;
  font-size: 63px;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.max-width-full {
  width: 100%;
}

.max-width-700 {
  z-index: 2;
  flex-flow: column;
  max-width: 43.75rem;
  position: relative;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #080808;
  text-transform: uppercase;
  background-color: #ceff65;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #b3e940;
}

.button.is-secondary {
  color: #080808;
  background-color: #0000;
  border: 1px solid #a9a9a9;
}

.button.is-secondary:hover {
  background-color: #f3f3f3;
}

.img-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section-4 {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section-4.is-gallery {
  justify-content: center;
  align-items: center;
  margin-bottom: 8.75rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-4.is-experience {
  color: #fff;
  background-color: #080808;
  overflow: hidden;
}

.section-4.is-bottom-cta {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

.section-4.is-hero {
  height: 200vh;
  margin-top: 6rem;
  padding-top: 1vh;
  padding-bottom: 0;
}

.section-4.is-footer {
  border-top: 1px solid #d8d8d8;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.form-input {
  color: #080808;
  background-color: #0000;
  border: 1px solid #0808084d;
  border-radius: 2.5rem;
  height: auto;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.form-input:hover {
  border-color: #080808;
}

.form-input:focus {
  background-color: #a9a9a91a;
  border-color: #080808;
}

.form-input::placeholder {
  color: #08080880;
}

.arrow_dot {
  z-index: 1;
  background-color: #ceff65;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.text-size-regular {
  font-size: 1rem;
}

.list_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.link_line {
  transform-origin: 0%;
  width: 100%;
  height: .25rem;
  transform-style: preserve-3d;
  background-color: #ceff65;
  padding: 0;
  position: absolute;
  transform: scale3d(0, 1, 1);
}

.form-success {
  color: #080808;
  background-color: #ceff65;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}

.text-size-small {
  font-size: .88rem;
}

.exp-slider_overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #0006, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rotate-box {
  perspective: 200vw;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  transform: none;
}

.gallery_wrap {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 15rem;
  padding-bottom: 15rem;
  display: flex;
  position: relative;
}

.footer_bottom-links-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.exp-slider_item {
  aspect-ratio: 320 / 465;
  border-radius: 2.25rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 20rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.email_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.quote_box {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -200vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  position: sticky;
  top: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.link-box {
  z-index: 1;
  opacity: 0;
  background-color: #d8d8d8;
  border-radius: .25rem;
  width: 115%;
  height: 115%;
  position: absolute;
}

.icon-24 {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
  position: relative;
}

.social-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.max-width-640 {
  width: 100%;
  max-width: 40rem;
}

.text-highlight {
  box-shadow: inset 0 -.6em 0 0 #ceff65;
}

.nav_brand {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 10.5625rem;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.quote_text {
  text-transform: uppercase;
  font-size: 7rem;
  line-height: 1.04;
}

.opacity-60 {
  opacity: .6;
}

.nav_link {
  color: #080808;
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.page-wrapper {
  overflow: clip;
}

.opacity-80 {
  opacity: .8;
}

.heading-style-h1-2 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 11.25rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.text-color-green {
  color: #ceff65;
}

.form-error {
  background-color: #ff656569;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .5rem .75rem;
}

.email-form_wrap {
  flex: 1;
  max-width: 31.875rem;
  margin-bottom: 0;
}

.stats_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.form-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.exp-slider_mask {
  width: 20rem;
  display: flex;
  overflow: visible;
}

.rotate-img {
  z-index: 3;
  transform-style: preserve-3d;
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate3d(0, 0, -1px);
}

.rotate-img.is-back {
  z-index: 4;
  transform: none;
}

.heading-style-h5 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
}

.hero_wrap {
  border-radius: 3.5rem;
  justify-content: center;
  align-items: stretch;
  width: 98%;
  height: calc(98vh - 6rem);
  margin-bottom: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.hero_inner {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.quote_wrap {
  text-align: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_inner_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .8rem;
  display: flex;
}

.feature_visual {
  aspect-ratio: 560 / 761;
  border-radius: 3.5rem;
  width: 35rem;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.exp-slider_arrow {
  color: #ceff65;
  border: 1px solid #ffffff3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0;
  font-size: 1.3rem;
  transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  inset: auto;
}

.exp-slider_arrow:hover {
  color: #080808;
}

.exp-slider_arrow.cc-right {
  bottom: 0%;
  right: 0%;
}

.exp-slider_arrow.cc-left {
  bottom: 0%;
  right: 3.5rem;
}

.gallery_head {
  max-width: 50rem;
}

.max-width-250 {
  max-width: 15.63rem;
}

.nav_menu-link-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  width: 20rem;
  display: flex;
}

.nav_menu-link-wrap.is-left {
  justify-content: flex-start;
  align-items: center;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.wrap_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap_flex.is-align-top {
  align-items: flex-start;
}

.footer_copyright {
  border-top: 1px solid #a9a9a9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.max-width-440 {
  width: 100%;
  max-width: 27.5rem;
}

.max-width-400 {
  max-width: 25rem;
}

.exp-slider_slide {
  margin-right: 2.5rem;
}

.margin-top-24 {
  margin-top: 1.5rem;
}

.feature_content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.hide {
  display: none;
}

.hero_overlay {
  z-index: 2;
  background-image: linear-gradient(#0000, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_copyright-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navbar-2 {
  background-color: #ddd0;
  height: 6rem;
}

.z-index-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.feature_wrap {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  display: flex;
}

.nav_menu-items-inner {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.gallery_img-box {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70em;
  height: 100%;
  display: flex;
  position: absolute;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.04;
}

.gallery_img {
  aspect-ratio: 1;
  width: 14.5em;
  position: absolute;
}

.gallery_img._5 {
  bottom: 7.5em;
  left: 3.5em;
}

.gallery_img._4 {
  bottom: 8.75em;
  right: 3em;
}

.gallery_img._3 {
  top: 3.5em;
  right: 2em;
}

.gallery_img._1 {
  inset: 0% auto auto 0%;
}

.gallery_img._2 {
  top: 3.5em;
}

.margin-bottom-4 {
  margin-bottom: .25rem;
}

.nav_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 72.875rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.footer_link {
  color: #080808;
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer_links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-bottom: 0;
  margin-right: -.5rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.exp-slider {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  display: flex;
}

.nav_wrapper {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  inset: 0% 0% auto;
}

.social-links_item {
  display: flex;
}

.tag {
  color: #ceff65;
  border: 1px solid #ceff6566;
  border-radius: .63rem;
  padding: .25rem .63rem;
}

.nav_logo {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.texttt-copy {
  z-index: 1;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 8vh;
  display: flex;
  position: sticky;
  top: 0%;
  bottom: 0;
  overflow: visible;
}

.photo-cover {
  z-index: 2;
  clear: none;
  background-color: var(--beige);
  border-radius: 10px;
  flex: 0 auto;
  height: 80vh;
  margin-top: 4%;
  margin-bottom: 5%;
  display: block;
  position: relative;
  overflow: hidden;
}

.spacer-orange-copy {
  z-index: 2;
  clear: none;
  background-color: var(--beige);
  border-radius: 0;
  height: 180px;
  margin-top: 20px;
  position: sticky;
  overflow: hidden;
}

.arrow-btn {
  justify-content: center;
  align-items: center;
  padding: .6875rem;
  display: flex;
}

.dual-img {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.code-block {
  display: none;
}

.slide-text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.dual-img-shadow {
  mix-blend-mode: multiply;
  position: absolute;
}

.explainer-overflow {
  width: 100%;
  overflow: hidden;
}

.slider-ctrls-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.plus-line {
  background-color: #270f03;
  width: 1px;
  height: 50%;
  position: absolute;
}

.plus-line.rotate {
  width: 50%;
  height: 1px;
}

.explainer-w {
  z-index: 5;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  width: 94%;
  height: 10rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.slide {
  aspect-ratio: 708 / 490;
  background-color: #89dde4;
  border-radius: .375rem;
  flex: none;
  width: 52rem;
  padding: 2.5rem;
  display: flex;
  overflow: clip;
}

.progress-bar {
  background-color: #270f03;
  border-radius: 3rem;
  width: 50%;
  height: 100%;
}

.explainer-comp {
  background-color: #fef8f1;
  border-radius: .375rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  padding-bottom: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn {
  background-color: #efefef00;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  display: flex;
}

.btn.copy {
  outline-offset: 0px;
  cursor: pointer;
  border-radius: .375rem;
  outline: 1px solid #141b1333;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .375rem .625rem;
  transition: background-color .2s;
  display: flex;
}

.btn.copy:hover {
  background-color: #69e05f;
}

.btn.arrow {
  border: 1px solid #0003;
  border-radius: .375rem;
  width: auto;
  height: auto;
}

.btn.slider-dot {
  background-color: #270f031a;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  transition: background-color .2s;
}

.btn.slider-dot.current {
  background-color: #270f03;
}

.btn.flip-switch-btn {
  width: auto;
  height: auto;
  padding: .4rem;
  transition: color .2s, background-color .2s;
}

.btn.flip-switch-btn.current {
  pointer-events: none;
  color: #ffe9cf;
  background-color: #270f03;
  border-radius: .375rem;
}

.input {
  opacity: 0;
  position: absolute;
}

.span-2 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-cent-w {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

.slide-img {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mobile-explainer-prompt {
  display: none;
}

.explainer-expandable-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.slide-outer {
  flex: none;
  padding-left: .75rem;
  padding-right: .75rem;
  position: relative;
}

.sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40svh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.sec.inertia {
  overflow: clip;
}

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

.sec.scrolltrigger-sec {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 400svh;
  padding-top: 0;
  padding-bottom: 0;
}

.sec.footer {
  background-color: #270f03;
  padding-top: 7.25rem;
  padding-bottom: 0;
}

.explainer-par {
  max-width: 25ch;
  margin-bottom: 0;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.plus-icon-w {
  aspect-ratio: 1;
  outline-offset: 0px;
  border-radius: 100%;
  outline: 1px solid #270f03;
  justify-content: center;
  align-items: center;
  width: 1em;
  display: flex;
  position: relative;
}

.explainer-he {
  font-size: .875rem;
  font-weight: 600;
}

.svg.copy-icon {
  width: 1rem;
  height: 1rem;
}

.svg.arrow {
  width: 2em;
}

.svg.arrow.flip-6 {
  transform: rotate(180deg);
}

.svg.gsap-logo {
  aspect-ratio: 44 / 16;
  width: 2.75em;
  height: 1em;
}

.svg._wf-logo {
  aspect-ratio: 100 / 16;
  width: 6.25em;
  height: 1em;
}

.dual-img-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.dots-w {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.font-c {
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.font-c.size-md {
  font-size: 3.125rem;
  line-height: 1em;
}

.font-c.size-md._w-ch {
  max-width: 8ch;
}

.font-c.size-screen {
  font-size: 17vw;
  line-height: 1em;
}

.slider-progress-w {
  background-color: #270f031a;
  border-radius: 9rem;
  min-width: 10rem;
  height: 1em;
  position: relative;
  overflow: clip;
}

.div {
  cursor: pointer;
  margin-bottom: 0;
  padding-top: .4rem;
  padding-bottom: .75rem;
  position: relative;
}

.slides-2 {
  cursor: grab;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.comp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 94%;
  min-width: 20vw;
  max-width: 1620px;
  display: flex;
  position: relative;
}

.comp.slider-w {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.comp.scroller {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: 20vw;
  line-height: 1em;
  overflow: clip;
}

.comp.video {
  max-width: 100%;
}

.comp.text-exp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.comp.inertia {
  flex-flow: row;
  height: 60svh;
}

.comp.footer-logo {
  color: #ffe9cf;
  width: 99%;
  min-height: 20svh;
  margin-top: 2rem;
}

.comp.footer {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #ffe9cf;
  width: 80%;
}

.slide-col {
  flex: 1;
}

.slide-col.flex-ve {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.text-block {
  font-weight: 400;
  line-height: 1em;
}

.scroller-text {
  text-transform: uppercase;
  white-space: nowrap;
}

.text-example-tx-w {
  justify-content: space-between;
  align-items: center;
  padding-top: .6rem;
  padding-bottom: .6rem;
  display: flex;
}

.text-example-container {
  aspect-ratio: 334 / 195;
  color: #fef8f1;
  background-color: #270f03;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.inertia-slide {
  aspect-ratio: 517 / 439;
  background-color: #ff812df2;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: absolute;
}

.op-70 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .7;
  display: flex;
}

.sticky-w {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: sticky;
  top: 0;
}

._w-ch {
  max-width: 41ch;
}

.x-adjust-right {
  padding-right: .2rem;
}

.flip-list-w {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.flip-list-w.list {
  flex-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  max-width: 30rem;
  display: flex;
}

.text-g-item {
  background-color: #0000001a;
  border-radius: .375rem;
  flex-flow: column;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.op-7 {
  opacity: .7;
  color: #ffe9cf80;
}

.ext-link {
  color: #ffe9cf;
  cursor: pointer;
  text-decoration: none;
}

.text-effect-tx {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: .9em;
}

.text-effect-w {
  padding-top: .2em;
  padding-bottom: .2em;
}

.item-num {
  background-color: #24281f1a;
  border-radius: .2rem;
  padding: .2rem;
  font-size: .625rem;
  line-height: 1em;
}

.logo-banner-w {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  font-size: 16px;
  display: flex;
}

.logo-banner-w.white {
  color: #ffe9cf;
  font-size: 20px;
}

.sky-scroller {
  pointer-events: auto;
  border-radius: .375rem;
  width: 70%;
  max-width: 1620px;
  height: 29rem;
  overflow: clip;
}

.flip-btn-w {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  margin-bottom: 2rem;
  font-weight: 500;
  display: flex;
}

.footer-line {
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.footer-line.separator {
  border-bottom: 1px solid #ffe9cf4d;
  padding-bottom: 2rem;
}

.link-li-w {
  opacity: .7;
  pointer-events: auto;
  text-transform: none;
  cursor: pointer;
  padding: .2rem .6rem;
  transition: opacity .2s;
  position: relative;
}

.link-li-w:hover {
  opacity: 1;
}

.link-li-w.footer {
  color: #ffe9cf;
  text-decoration: none;
}

.col-half {
  flex: none;
  width: 50%;
  display: flex;
}

.col-half.items-r {
  justify-content: flex-end;
  align-items: flex-end;
}

.abs-img {
  justify-content: center;
  align-items: center;
  height: 88%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.sub-nav-w {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  pointer-events: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  display: flex;
}

.flip-item {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  aspect-ratio: 389 / 193;
  outline-offset: 0px;
  background-color: #00c5c5;
  border-radius: .375rem;
  outline: 1px solid #0000000d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.flip-item.is-4 {
  background-color: #ca9dfe;
}

.flip-item.is-6 {
  background-color: #f897b4;
}

.flip-item.is-2 {
  background-color: #ff812d;
}

.flip-item.is-3 {
  background-color: #f5c939;
}

.flip-item.is-5 {
  background-color: #7ae66a;
}

.scroller-line {
  color: #ffe9cf;
  background-color: #270f03;
  align-items: center;
  display: flex;
}

.scroller-line.first {
  transform: translate(0, 20%)rotate(-4deg);
}

.scroller-line.second {
  transform: translate(0, -30%)rotate(6deg);
}

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

.marquee-img {
  aspect-ratio: 1;
  width: 13rem;
  height: 100%;
}

.img-full {
  height: 100%;
}

.layer {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layer.flex-b {
  justify-content: center;
  align-items: flex-end;
}

.layer.flex-b.z-3 {
  z-index: 3;
}

.slider-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.mask-4 {
  align-self: center;
  width: 33%;
  margin-left: 0;
  margin-right: 0;
}

.slide-2 {
  width: 90%;
  margin-left: 40px;
  margin-right: 40px;
}

.slide-3, .slide-4, .slide-5, .slide-6, .slide-7 {
  margin-left: 40px;
  margin-right: 40px;
}

.background__fill {
  background-color: #0d0628;
  width: 100%;
  height: 100%;
}

.nav-link__line {
  background-color: #e9c6dd;
  width: 0;
  height: .2em;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

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

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.menu__left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4.06em;
  display: flex;
  position: relative;
}

.nav__logo {
  width: 5.52em;
}

.cursor__dot1 {
  background-color: #0d0628;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
}

.container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container.is--menu {
  z-index: 2;
  color: #e9c6dd;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container.is--hero {
  padding-top: 11.26em;
  padding-bottom: 0;
}

.container.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.container.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.nav-link__text {
  letter-spacing: -.05em;
  font-size: 7.03em;
  line-height: 1.2;
}

.sublink__line {
  background-color: #eed9e7;
  width: 100%;
  height: .2em;
  transform: translate(-100%);
}

.nav-link__contain {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero__wrap {
  text-align: center;
  width: 49%;
  margin-left: auto;
  margin-right: auto;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.hero__p {
  margin-top: 1em;
  font-weight: 400;
}

.trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.nav-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  display: flex;
  overflow: hidden;
}

.nav-link:hover {
  font-style: italic;
  font-weight: 700;
}

.nav-link.is--3 {
  margin-left: 6.2em;
}

.nav-link.is--1 {
  margin-left: 12.4em;
}

.menu__icon {
  width: 3.02em;
}

.nav-link__img {
  z-index: -2;
  object-fit: contain;
  width: 46em;
  height: 30em;
  margin-right: -35em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sublink {
  margin-top: 1.5em;
  overflow: hidden;
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.control__fill {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger__line {
  background-color: #0d0628;
  width: 3em;
  height: .2em;
  margin-top: .3em;
  margin-bottom: .3em;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cursor__dot2 {
  color: #0000;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-link__num {
  letter-spacing: -.04em;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav__svg {
  width: 100%;
}

.section-5.is--nav {
  z-index: 900;
  position: absolute;
  inset: 0% 0% auto;
}

.section-5.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.section-5.is--hero {
  z-index: 3;
  position: relative;
}

.section-5.is--slider {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding-top: 3.6em;
  padding-bottom: 3.6em;
  display: flex;
  overflow: hidden;
}

.menu__contain {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sublink__text {
  letter-spacing: -.04em;
  font-size: 1.77em;
  line-height: 1.2;
}

.trigger__circle {
  border: .2em solid #0d0628;
  border-radius: 50%;
  width: 14.58em;
  height: 14.58em;
  position: absolute;
}

.menu__right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 10.99em;
  display: flex;
}

.menu {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-img-2 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: #fff9;
}

.swiper-slide {
  opacity: .9;
  filter: grayscale();
  color: #ffffff80;
  align-items: center;
  display: flex;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.section-6 {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.slide-8 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.credential {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.content {
  overflow: hidden;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.header {
  margin-top: 4em;
  margin-bottom: 4em;
}

.text-f-15 {
  color: #000;
  white-space: nowrap;
  font-family: Inconsolata, monospace;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}

.text-f-15.grey-font {
  color: #000000bf;
}

.text-f-15.light-grey-font {
  color: #00000080;
}

.text-f-14-w {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-12 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.carousel-arrows {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.credentials {
  justify-content: space-between;
  margin-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.text-f-14 {
  color: #878787;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #ff7a00;
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.slider {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.dot-divider {
  background-color: #ff7a00;
  border-radius: 100%;
  width: .25em;
  height: .25em;
  margin-left: .75em;
  margin-right: .75em;
}

.heading-13 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.divider {
  background-color: #878787;
  width: 4em;
  height: 1px;
  margin-right: 1.5em;
}

.divider.left-margin {
  margin-left: 1.2em;
  margin-right: 0;
}

.section-7 {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.slide-9 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-14 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.slider-5 {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.heading-15 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.item {
  width: 30vw;
  min-width: 30vw;
  padding-left: 1vw;
  padding-right: 1vw;
  transform: rotate(-1deg);
}

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

.arrow_contain {
  float: right;
  position: relative;
}

.list {
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.c-link {
  float: left;
  color: #0a1e1c;
  border-bottom: .18em solid #0a1e1c;
  padding-bottom: .5em;
  position: relative;
}

.slider-title2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.8em;
  padding-left: 5.1em;
  padding-right: 7.1em;
  display: block;
}

.arrow {
  margin-left: 2.6em;
}

.heading-16 {
  line-height: 1;
  position: relative;
}

.arrow_img {
  width: 5em;
}

.progress_fill {
  background-color: #000;
  width: 0%;
  height: 100%;
  position: relative;
}

.tricks-slider_text {
  z-index: 2;
  letter-spacing: -.08em;
  font-size: 9.3em;
  font-weight: 400;
  position: relative;
}

.progress {
  background-color: #00000017;
  width: 80%;
  height: 1.5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.tricks-slider_slide {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42%;
  height: 80vh;
  max-height: 80vw;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tricks-slider {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image {
  z-index: 1;
  object-fit: cover;
  width: 200%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.subtitle {
  color: #006cff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.card_mask {
  width: 49%;
  height: auto;
  overflow: visible;
}

.box {
  background-color: var(--orange);
  cursor: pointer;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 0;
  display: flex;
}

.box._3 {
  color: #f3f3f3;
  background-color: #001633;
}

.box._2 {
  background-color: #006cff0d;
}

.box._1 {
  background-color: var(--orange);
  border-radius: 20px;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 0;
}

.card {
  width: 160%;
  height: 100%;
  padding-right: 8%;
}

.page-padding-2 {
  z-index: 2;
  background-color: var(--beige);
  flex-flow: column;
  margin-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
}

.margin-top.margin-large {
  margin-top: 6em;
}

.text-wrapper {
  margin-top: 1em;
  margin-bottom: 3em;
}

.div_1 {
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.icon {
  width: 48px;
  height: 48px;
}

.margin-bottom-2.margin-medium {
  margin-bottom: 2em;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  display: block;
}

.arrow-2 {
  width: 2rem;
}

.arrow-2.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.sec-2 {
  overflow: hidden;
}

.sec-2.background-color-lightgrey {
  background-color: #f3f3f3;
  height: 100vh;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.blog68_slide-nav {
  grid-column-gap: .75em;
  filter: brightness(75%);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 2%;
  padding-top: 0;
  font-size: .75rem;
  line-height: 1.3;
  display: flex;
  position: relative;
  inset: auto;
}

.slide68_arrow {
  background-color: var(--transparent);
  border: 1px #006cff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: -30% -8% 0% auto;
}

.slide68_arrow.left {
  inset: 0% auto 0% -8%;
}

.button-2 {
  color: #006cff;
  background-color: #0000;
  border: 1px solid #006cff;
  border-radius: 200px;
  margin-top: auto;
}

.button-2:hover {
  background-color: #c8d9f7;
  border-color: #0000;
}

.slider_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 0;
  display: block;
}

.div_1-2 {
  order: -1;
  height: 100%;
}

.arrow-3 {
  width: 2rem;
}

.arrow-3.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.sec-3 {
  overflow: hidden;
}

.sec-3.background-color-lightgrey {
  background-color: #f3f3f3;
  height: 100vh;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-8 {
  height: 10%;
  margin-top: 2%;
}

.telephonee-sans-inter {
  flex-flow: row;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.div-block-37-copy {
  position: relative;
}

.div-block-37-sans-inter {
  background-color: var(--orange);
  width: 100%;
  padding-top: 0%;
  padding-left: 6%;
  padding-right: 19%;
  position: relative;
}

.container-full-tel-sans-inter {
  z-index: 2;
  background-color: var(--beige);
  flex-flow: row;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: sticky;
}

.div-block-36-sans-inter {
  flex-flow: row;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.div-block-38-sans-inter {
  z-index: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: sticky;
  top: 60px;
  bottom: auto;
  overflow: visible;
}

.projet-question-sans-inter {
  width: 100%;
  height: 100%;
  margin-top: 25%;
  padding: 0;
  position: static;
  overflow: hidden;
}

.form-orange-sans-inter {
  background-color: var(--orange);
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 60px;
  padding-left: 90px;
  padding-right: 90px;
  display: none;
  overflow: hidden;
}

.quick-stack-pied-3 {
  grid-column-gap: 33px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #222;
  flex: 0 auto;
  order: 1;
  align-self: center;
  width: 100%;
  max-width: 100%;
  height: 20px;
  padding: 0;
  position: static;
}

.div-block-41 {
  flex-flow: column;
  height: auto;
  display: flex;
}

.container-hero-orange-2 {
  background-color: var(--transparent);
  flex-flow: row;
  width: 100%;
  max-width: 100%;
  height: 92px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.footer {
  clear: none;
  background-color: #222;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.image-108 {
  object-fit: fill;
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.spacer-beige-2 {
  z-index: 2;
  clear: none;
  object-fit: fill;
  background-color: #ecebe0;
  height: 200px;
  position: sticky;
  overflow: hidden;
}

.text-footer-3 {
  color: #ecebe0;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: GilroyMedium, sans-serif;
  font-size: 15px;
  display: flex;
}

.texttt-copy-2 {
  z-index: 1;
  background-color: var(--orange);
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  bottom: 0;
  overflow: visible;
}

.cell-32 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: NeueKabelBlack, sans-serif;
}

.link-block-5 {
  text-align: center;
}

.quick-stack-pied-4 {
  grid-column-gap: 110px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  text-align: left;
  flex: 0 auto;
  order: 1;
  align-self: center;
  width: 100%;
  max-width: 100%;
  height: 20px;
  margin-top: 45px;
  margin-bottom: 15px;
  padding: 0;
  position: static;
}

.div-block-42 {
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.image-109 {
  object-fit: fill;
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.cell-33 {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-family: NeueKabelBlack, sans-serif;
  display: flex;
}

.link-block-6 {
  text-align: center;
  text-decoration: none;
}

.quick-stack-pied-5 {
  grid-column-gap: 33px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #222;
  flex: 0 auto;
  order: 1;
  align-self: center;
  width: 100%;
  max-width: 100%;
  height: 20px;
  padding: 0;
  position: static;
}

.div-block-43 {
  flex-flow: column;
  height: auto;
  display: flex;
}

.cell-34 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: NeueKabelBlack, sans-serif;
}

.div-block-44 {
  flex-flow: column;
  height: auto;
  display: flex;
}

.cell-35 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: NeueKabelBlack, sans-serif;
}

.image-110 {
  width: 104px;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 11px;
  margin-bottom: 7px;
  margin-left: 10px;
  position: relative;
}

.brand-2 {
  width: auto;
  height: auto;
}

.word-black {
  z-index: 2;
  height: auto;
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-family: GilroyLight, sans-serif;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}

.word-orange-black-copy {
  width: auto;
  height: auto;
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 5px;
  font-family: GilroyMedium, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.word-orange-black-taches {
  width: auto;
  height: auto;
  color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: GilroyLight, sans-serif;
  font-size: 15px;
  line-height: 18px;
  display: block;
}

.word-orange-black-taches-titre {
  width: auto;
  height: auto;
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 5px;
  font-family: GilroyMedium, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: block;
}

.word-orange-black-taches-titre-copy-2 {
  width: auto;
  height: auto;
  color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 5px;
  font-family: GilroyMedium, sans-serif;
  font-size: 15px;
  line-height: 16px;
  display: block;
}

.div-block-45 {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-46 {
  background-color: var(--beige);
  height: 15vh;
}

.error-message, .success-message {
  background-color: var(--transparent);
}

.link-block-7, .link-block-8 {
  text-decoration: none;
}

.link-block-9 {
  text-align: left;
  order: 0;
  text-decoration: none;
  display: flex;
}

.citation-droite-copy {
  width: 100%;
  color: var(--black);
  text-align: right;
  margin-top: 13px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.appel-decou {
  color: #ecebe0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 22px;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.div-block-47 {
  width: 30%;
  margin-top: 0;
  padding-top: 0;
}

.cell-2626 {
  justify-content: center;
  align-items: flex-end;
}

.cell-44 {
  justify-content: center;
  align-items: center;
}

.citation-droite-cropy {
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-top: 13px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.modal-packaging, .modal-supports-de-com, .modal-web {
  z-index: 9999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.card-hover-id {
  background-color: var(--orange);
  border-radius: 10px;
}

.card-hover-id:hover {
  background-color: var(--orange);
}

.card-hover-pack {
  background-color: var(--orange);
  border-radius: 10px;
}

.card-hover-pack:hover {
  background-color: var(--orange);
}

.card-hover-supports {
  background-color: var(--orange);
  border-radius: 10px;
}

.card-hover-supports:hover {
  background-color: var(--orange);
}

.card-hover-web {
  background-color: var(--orange);
  border-radius: 10px;
}

.card-hover-web:hover {
  background-color: var(--orange);
}

.quick-stack-pied-4-copy, .quick-stack-modal {
  grid-column-gap: 87px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  text-align: left;
  flex: 0 auto;
  order: 1;
  align-self: center;
  width: 100%;
  max-width: 100%;
  height: 20px;
  margin-top: 45px;
  margin-bottom: 15px;
  padding: 0;
  position: static;
}

.cell-33-copy, .cell-33-copy-copy {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-family: NeueKabelBlack, sans-serif;
  display: flex;
}

.text-modal {
  color: #ecebe0;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 15px;
  display: flex;
}

.quick-stack-15 {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 15px;
}

.cell-2627 {
  display: block;
}

.precio {
  color: #ecebe0;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 0;
  font-family: GilroyMedium, sans-serif;
  font-size: 15px;
  display: block;
}

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

.quick-stack-16 {
  padding: 0;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  font-family: PesaroLight, Arial, sans-serif;
  font-weight: 300;
  line-height: 23px;
}

.modal-service {
  color: var(--beige);
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.modal-service-italique {
  color: var(--beige);
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.titre-legal {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.gros-titre-black-legal {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--beige);
  text-transform: lowercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 68px;
  display: flex;
}

.rich-text-block {
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 23px;
  line-height: 24px;
}

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

.bold-text-5, .link {
  text-decoration: underline;
}

.link-text {
  color: var(--orange);
  -webkit-text-stroke-color: var(--orange);
  font-weight: 400;
  text-decoration: underline;
}

.text-footer-4-copy {
  color: #ecebe0;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 34px;
  padding-bottom: 0;
  font-family: GilroyMedium, sans-serif;
  font-size: 15px;
  display: block;
}

.quick-stack-16-copy {
  grid-column-gap: 70px;
  padding: 0;
}

.cell-2629 {
  display: flex;
}

.div-block-48 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 0;
  padding-left: 15px;
  display: grid;
}

.div-block-49 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.titre-modal {
  width: auto;
  color: var(--beige);
  -webkit-text-stroke-color: var(--beige);
  text-transform: lowercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 68px;
  display: block;
}

.div-block-50 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  align-items: baseline;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}

.div-block-48-copy {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  padding-left: 15px;
  display: grid;
}

.div-block-501, .div-block-502 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  padding-top: 0;
  display: flex;
}

.inclu {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  font-family: PesaroLight, Arial, sans-serif;
  font-weight: 300;
  line-height: 23px;
}

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

.div-block-503 {
  object-fit: fill;
  flex-flow: row;
  width: 100%;
  height: auto;
  display: flex;
}

.quick-stack-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  width: 100%;
  min-width: 0%;
  max-width: 100%;
  padding: 0;
}

.image-112 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
  align-self: flex-end;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

.cell-2630 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-504 {
  flex: 1;
  align-self: auto;
  width: 80%;
  height: auto;
  display: block;
  overflow: hidden;
}

.text-footer-3-copy {
  color: #ecebe0;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: GilroyMedium, sans-serif;
  font-size: 15px;
  display: flex;
}

.italic-text-3 {
  line-height: 24px;
}

.text-block-6 {
  color: var(--beige);
  margin-top: 4px;
  font-family: PesaroRegular, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 23px;
  display: block;
}

.inclu-copy {
  margin-top: 5px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-6-copy {
  color: var(--beige);
  margin-top: 10px;
  font-family: PesaroLight, Arial, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 24px;
}

.inclu-italique {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  font-family: PesaroLightItalic, Arial, sans-serif;
  font-weight: 300;
  line-height: 23px;
}

.cell-projets {
  border-radius: 0;
}

.quick-stack-18 {
  height: 1000px;
  padding: 0;
}

.quick-stack-19 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.image-100-copyy {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: static;
  inset: 0%;
}

.image-100-copyyy {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: static;
  inset: 0%;
}

.image-100-copy-copy {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: relative;
  inset: 0%;
}

.div-1-1-copy, .div-1-1-copy-copy, .div-1-1-copy-copy-copy {
  aspect-ratio: 2 / 3;
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-3-2 {
  aspect-ratio: 2 / 3;
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding-top: 65.5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-100-copy {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: absolute;
  inset: 0%;
}

.div-1-111 {
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-505 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  object-fit: fill;
  height: auto;
  margin-bottom: 90px;
  display: flex;
}

.div-1-1-test {
  aspect-ratio: 1;
  background-color: var(--transparent);
  object-fit: fill;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-1-1-copy {
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-100-test, .image-100-copy {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: absolute;
  inset: 0%;
}

.div-block-1-1-x2, .div-block-1-1000x2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  object-fit: fill;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.div-1-1-test-copy {
  aspect-ratio: 1;
  background-color: var(--transparent);
  object-fit: fill;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-1-1-x3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-1-1-x3-codssfpy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  object-fit: fill;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.div-1-1-test-copy-cfdgdsopy, .div-1-1-test-copy-cfdgdsopy-copy {
  aspect-ratio: 2 / 2.5;
  background-color: var(--transparent);
  object-fit: fill;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-4-5 {
  aspect-ratio: 2 / 2.3;
  background-color: var(--transparent);
  object-fit: fill;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-images {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 12%;
  display: flex;
}

.div-block-4-5-x3, .div-block-4-5-x2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  object-fit: fill;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.div-block-16-9-x1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-16-9 {
  aspect-ratio: 16 / 9;
  background-color: var(--transparent);
  object-fit: fill;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-16-7 {
  aspect-ratio: 16 / 7;
  background-color: var(--transparent);
  object-fit: fill;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-16-7-x1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-mixte {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  object-fit: fill;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.div-1-1-copy {
  aspect-ratio: 5 / 4;
  background-color: var(--transparent);
  object-fit: scale-down;
  aspect-ratio: 1;
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-3-2222 {
  aspect-ratio: 3 / 2;
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-1-1-copy-copy, .div-1-1-copy-copy-copy {
  aspect-ratio: 1;
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-mixte-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  object-fit: fill;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.div-1-1-copy-copy-copy-copy {
  aspect-ratio: 1;
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 130%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-3-2222-copy {
  aspect-ratio: 3 / 2;
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-2-3-ff {
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 65.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-1-1-soavenn {
  aspect-ratio: 1;
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  object-fit: fill;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.div-16-4 {
  aspect-ratio: 16 / 4;
  background-color: var(--transparent);
  object-fit: fill;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-16-4-x1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-4-3-baba {
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 134.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-1-1-lieu-unique {
  aspect-ratio: 1;
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-2-3-ff-lrda {
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 65.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-text-black-italique {
  width: 100%;
  color: var(--black);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: PesaroLightItalic, Arial, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.div-2-3-tadaam, .div-2-3-maggi-veg {
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 65.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-4-3-cidrerie {
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 134.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-2-3-pdl, .div-2-3-tbc {
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 65.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-4-3-cidrerie-maf {
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 134.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-1-1-l-equipee, .div-1-1-tas-un-grain, .div-1-1-mamette {
  aspect-ratio: 1;
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gros-titre-bleige-2-copy {
  color: #ecebe0;
  text-align: left;
  -webkit-text-stroke-color: #ecebe0;
  text-indent: 0;
  text-transform: lowercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 60px;
  display: flex;
}

.div-1-1-robi {
  aspect-ratio: 1;
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-100-copy-modal-copy {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: static;
  inset: 0%;
}

.cell-2631 {
  display: block;
}

.image-113, .image-113-copy {
  border-radius: 10px;
}

.image-100-couv {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: absolute;
  inset: 0%;
}

.div-block-506 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.cell-photo-service {
  border-radius: 20px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.card-hover-website {
  background-color: var(--orange);
  border-radius: 10px;
}

.card-hover-website:hover {
  background-color: var(--orange);
}

.container-cards {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: var(--beige);
  flex-flow: column;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 100vh;
  min-height: auto;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 0;
  padding-left: 6%;
  padding-right: 6%;
  display: block;
}

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

.image-114 {
  object-fit: fill;
  height: 100%;
}

.div-3-2-copy {
  aspect-ratio: 2 / 3;
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding-top: 65.5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cafe {
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: NeueKabelBlack, sans-serif;
  font-size: 63px;
  line-height: 68px;
  display: flex;
}

.container-full-tel-sans-inter-copy {
  z-index: 2;
  background-color: var(--beige);
  flex-flow: row;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0%;
  display: flex;
  position: sticky;
}

.container-hero-1100-vh {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--beige);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: 0 0 0%;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  position: sticky;
}

.div-16-5, .div-16-6 {
  aspect-ratio: 16 / 6;
  background-color: var(--transparent);
  object-fit: fill;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-100-copy, .carte {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: absolute;
  inset: 0%;
}

.carte-copy {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-45-copy {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 500px;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-hero-bis-copy {
  z-index: 2;
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  background-color: var(--beige);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10%;
  display: block;
  position: sticky;
}

.div-block-508 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.image-115 {
  object-fit: scale-down;
}

.div-block-509, .div-block-509-copy {
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-509-copy-copy {
  aspect-ratio: 1;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.cell-2632 {
  background-color: var(--orange);
  border-radius: 10px;
}

.div-1-1-maggi-veg {
  aspect-ratio: 1;
  background-color: var(--transparent);
  object-fit: scale-down;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quick-stack-20 {
  background-color: var(--beige);
  padding: 0 0 5%;
}

.image-100-couv-copy {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: absolute;
  inset: 0%;
}

.cell-2633 {
  color: var(--black);
}

@media screen and (min-width: 1440px) {
  .margin-bottom.margin-tiny {
    background-color: var(--beige);
  }

  .avis-client {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .clients-item {
    padding: 5rem;
  }

  .branding, .packaging, .supports, .digital {
    position: relative;
  }

  .texte-droite, .texte-gauche {
    padding: 6rem;
  }

  .slide-testimonial {
    margin-left: 12px;
    margin-right: 12px;
    padding: 96px 90px;
  }

  .container-2 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .mask-3 {
    margin-left: -12px;
  }

  .div-block-27 {
    z-index: 3;
    background-color: var(--beige);
    margin-bottom: 0;
    padding-bottom: 20px;
    position: sticky;
  }

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

  .master-moving-insta {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .insta {
    z-index: 2;
    position: sticky;
  }

  .modal-container {
    padding-right: 15px;
  }

  .code-embed {
    margin-bottom: 0;
  }

  .div-block-45, .div-block-45-copy {
    z-index: 2;
    background-color: var(--beige);
    position: sticky;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    margin-top: 8em;
    margin-bottom: 2em;
  }

  .slider, .slider-5 {
    margin-bottom: 8em;
  }
}

@media screen and (max-width: 991px) {
  .container-full {
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .entete {
    height: 195px;
  }

  .entete-service {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-hero {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 40px;
  }

  .quick-stack-texte-ptfo {
    grid-column-gap: 80px;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-pied {
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .cell-10-copy {
    justify-content: center;
    align-items: center;
  }

  .button-orange {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .citation-gauche {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-grille-couv {
    border-radius: 0;
  }

  .entete-portfolio {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .ima {
    border-radius: 0;
  }

  .div-1-2 {
    padding-top: 54%;
  }

  .tab_link {
    grid-template-columns: 15% 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .section-home-packages_individual {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr max-content;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-home-services_item {
    padding-left: 0;
  }

  .div-block-couv {
    padding-top: 54%;
  }

  .div-2-3-soavenn, .div-4-3 {
    height: 100%;
    padding-top: 100%;
  }

  .quick-stack-6 {
    width: 100%;
    height: 150px;
  }

  .cell-18 {
    padding-top: 0;
    display: block;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-tiny {
    align-self: flex-start;
  }

  .home-clients-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .home-clients-logos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .text-rotator-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-small {
    order: 1;
    width: 100%;
  }

  .card-big {
    width: 100%;
  }

  .div-1-1 {
    padding-top: 0%;
  }

  .quick-stack-accueil {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .quick-stack-taches {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 0;
  }

  .div-tache-1-2 {
    padding-top: 54%;
  }

  .sticky-wrapper {
    margin-top: 8rem;
  }

  .entete-service-bis {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .clients-item {
    padding: 3rem;
  }

  .home-services-item-image {
    height: 75vw;
    position: static;
  }

  .overflow-hidden {
    display: flex;
  }

  .services-liste {
    grid-row-gap: 1rem;
  }

  .branding, .packaging {
    display: flex;
  }

  .packaging.odd {
    flex-flow: column-reverse wrap;
  }

  .supports, .digital {
    display: flex;
  }

  .digital.odd {
    flex-flow: column-reverse wrap;
  }

  .texte-droite, .texte-gauche {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding: 4rem;
  }

  .plus-icon {
    margin-left: 10px;
  }

  .features-grid-image-wrapper, .features-grid-image-wrapper-2 {
    height: 220px;
  }

  .carousel-text {
    font-size: 42px;
  }

  .text-carousel-image {
    width: 34px;
  }

  .partners-logo-wrapper {
    min-width: 160%;
  }

  .partners-logo {
    height: 30px;
  }

  .slide-testimonial {
    border-left-width: 0;
    border-right-width: 0;
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .container-2 {
    max-width: 820px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .slider-3 {
    max-width: 820px;
  }

  .mask-3 {
    margin-left: -8px;
  }

  .process-crea {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-hero-bis {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 40px;
  }

  .div-1-1-services, .div-1-1-copy {
    padding-top: 54%;
  }

  .container-hero-copy {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 40px;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .image-service-animated {
    display: none;
  }

  .big-text {
    font-size: 24px;
  }

  .big-text-service-animated {
    font-size: 56px;
  }

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

  .wrap-image-moving-insta {
    width: 350px;
    height: 250px;
  }

  .overlay-moving-insta {
    display: flex;
  }

  .link-cta {
    height: 48px;
  }

  .pied-copy {
    height: 195px;
  }

  .link-wrap-category {
    width: 100%;
  }

  .product-picture {
    width: auto;
  }

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

  .cell-22 {
    justify-content: center;
    align-items: flex-end;
  }

  .text-rotator-main-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-1-2-copy {
    padding-top: 54%;
  }

  .entete-service-copy {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .div-services {
    padding-top: 54%;
  }

  .div-s-copy {
    padding-top: 100%;
  }

  .div-block-38 {
    width: 890px;
  }

  .container-full-2, .container-full-tel {
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .container-servicecs {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 40px;
  }

  .titre-service {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-images {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .span {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .span.one, .span.two, .span.three {
    width: 4rem;
  }

  .dark-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .nav_menu-items {
    background-color: #fff;
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    padding-top: 2rem;
    left: 0;
    right: 0;
  }

  .section-4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-4.is-bottom-cta {
    padding-top: 6.25rem;
  }

  .section-4.is-hero {
    margin-top: 4.5rem;
  }

  .margin-bottom-8 {
    margin-bottom: .375rem;
  }

  .nav_button {
    z-index: 100;
    margin-right: -1rem;
    padding: 1rem;
  }

  .nav_button.w--open {
    background-color: #fff;
  }

  .nav_brand {
    width: 12rem;
    position: relative;
  }

  .quote_text {
    font-size: 10vw;
  }

  .nav_link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10vw;
  }

  .email-form_wrap {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .nav_button-inner {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero_wrap {
    border-radius: 2rem;
    height: calc(98vh - 4.5rem);
  }

  .margin-bottom-64 {
    margin-bottom: 3.5rem;
  }

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

  .feature_visual {
    aspect-ratio: 3 / 2;
    width: 100%;
    max-width: 100%;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .nav_menu-link-wrap.is-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_copyright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .margin-top-24 {
    margin-top: 1.25rem;
  }

  .feature_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .navbar-2 {
    height: 4.5rem;
  }

  .feature_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .gallery_img-box {
    font-size: .9rem;
  }

  .nav_wrap {
    justify-content: space-between;
    padding: .5rem 1rem;
  }

  .footer_link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_button-line {
    background-color: #080808;
    border-radius: 2rem;
    width: 1.6rem;
    height: 2px;
    padding: 0;
  }

  .slide {
    width: 70vw;
  }

  .font-c.size-screen.overflow-cut {
    font-size: 17vw;
  }

  .comp {
    width: 90%;
  }

  .comp.video {
    width: 100%;
  }

  .comp.text-exp {
    grid-template-columns: 1fr 1fr;
  }

  .inertia-slide {
    width: 60vw;
  }

  .abs-img {
    width: 50%;
  }

  .sub-nav-w {
    flex-flow: row;
  }

  .background__fill {
    z-index: 1;
    position: relative;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero__p {
    font-size: 12px;
  }

  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .overflow {
    min-height: 100vh;
  }

  .cursor {
    display: none;
  }

  .menu {
    height: 100vh;
  }

  .header {
    z-index: 0;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .credentials {
    margin-top: 4em;
    padding-bottom: 6em;
  }

  .slider, .slider-5 {
    display: flex;
  }

  .progress {
    margin-top: 30px;
  }

  .container-8 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .tricks-slider_slide {
    width: 48%;
    margin-right: 2em;
  }

  .card_mask {
    width: 50%;
  }

  .box {
    flex-direction: column;
    align-items: flex-start;
    padding: 3.2em;
  }

  .padding-vertical, .slider_component {
    padding-left: 0;
    padding-right: 0;
  }

  .container-full-tel-sans-inter {
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .div-block-38-sans-inter {
    width: 890px;
  }

  .quick-stack-pied-3 {
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .footer {
    height: 195px;
  }

  .cell-32 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-pied-4 {
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .cell-33 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-pied-5 {
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .cell-34, .cell-35 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-pied-4-copy, .quick-stack-modal {
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .cell-33-copy, .cell-33-copy-copy {
    justify-content: center;
    align-items: center;
  }

  .titre-legal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-1-1-copy, .div-1-1-copy-copy, .div-1-1-copy-copy-copy {
    padding-top: 54%;
  }

  .div-3-2 {
    height: 100%;
    padding-top: 100%;
  }

  .div-1-111 {
    padding-top: 54%;
  }

  .div-block-505 {
    aspect-ratio: auto;
    width: auto;
  }

  .div-1-1-test {
    padding-top: 0%;
  }

  .div-block-1-1-x2, .div-block-1-1000x2-copy {
    aspect-ratio: auto;
    width: auto;
  }

  .div-1-1-test-copy {
    padding-top: 0%;
  }

  .div-block-1-1-x3, .div-block-1-1-x3-codssfpy {
    aspect-ratio: auto;
    width: auto;
  }

  .div-1-1-test-copy-cfdgdsopy, .div-1-1-test-copy-cfdgdsopy-copy, .div-4-5 {
    padding-top: 0%;
  }

  .div-block-4-5-x3, .div-block-4-5-x2, .div-block-16-9-x1 {
    aspect-ratio: auto;
    width: auto;
  }

  .div-16-9, .div-16-7 {
    padding-top: 0%;
  }

  .div-block-16-7-x1, .div-block-mixte {
    aspect-ratio: auto;
    width: auto;
  }

  .div-1-1-copy, .div-3-2222, .div-1-1-copy-copy, .div-1-1-copy-copy-copy {
    padding-top: 0%;
  }

  .div-block-mixte-2 {
    aspect-ratio: auto;
    width: auto;
  }

  .div-1-1-copy-copy-copy-copy, .div-3-2222-copy {
    padding-top: 0%;
  }

  .div-2-3-ff {
    height: 100%;
    padding-top: 100%;
  }

  .div-1-1-soavenn {
    padding-top: 0%;
  }

  .div-block-horizontal {
    aspect-ratio: auto;
    width: auto;
  }

  .div-16-4 {
    padding-top: 0%;
  }

  .div-block-16-4-x1 {
    aspect-ratio: auto;
    width: auto;
  }

  .div-4-3-baba {
    height: 100%;
    padding-top: 100%;
  }

  .div-1-1-lieu-unique {
    padding-top: 0%;
  }

  .div-2-3-ff-lrda, .div-2-3-tadaam, .div-2-3-maggi-veg, .div-4-3-cidrerie, .div-2-3-pdl, .div-2-3-tbc, .div-4-3-cidrerie-maf {
    height: 100%;
    padding-top: 100%;
  }

  .div-1-1-l-equipee, .div-1-1-tas-un-grain, .div-1-1-mamette, .div-1-1-robi {
    padding-top: 0%;
  }

  .container-cards {
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .div-3-2-copy {
    height: 100%;
    padding-top: 100%;
  }

  .container-full-tel-sans-inter-copy {
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .container-hero-1100-vh {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 40px;
  }

  .div-16-5, .div-16-6 {
    padding-top: 0%;
  }

  .container-hero-bis-copy {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 40px;
  }

  .div-1-1-maggi-veg {
    padding-top: 0%;
  }
}

@media screen and (max-width: 767px) {
  .entete {
    height: 195px;
  }

  .container-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-stack-texte-ptfo {
    flex: 0 auto;
    order: 1;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-pied {
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .cell-10-copy {
    justify-content: center;
    align-items: center;
  }

  .form-block {
    background-color: var(--orange);
    flex-flow: column;
    height: 100%;
    display: block;
  }

  .image-grille-couv, .ima {
    border-radius: 0;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .div-block-17 {
    flex-flow: column;
    width: 100%;
    height: 120px;
  }

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

  .div-gauche {
    flex-flow: column;
    width: 100%;
    height: 72px;
    padding-right: 0%;
    display: block;
  }

  .div-block-18 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .div-block-19 {
    width: 100%;
    height: 80px;
    padding-top: 8px;
    display: block;
  }

  .tab_link {
    grid-template-columns: 18% 1fr;
  }

  .section-home-services_item {
    max-width: 80vw;
  }

  .image-couv-accueil {
    object-fit: cover;
    position: static;
  }

  .div-block-10-copy {
    padding-top: 0;
    position: static;
  }

  .cell-18 {
    display: block;
  }

  .div-block-24 {
    padding-top: 0;
    position: static;
  }

  .image-couv-bio-2 {
    position: static;
  }

  .navbar-menu-item-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-clients-logos-inner {
    width: 800px;
  }

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

  .home-clients-logos-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .card-big {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }

  .image-100 {
    max-width: 100%;
    padding-top: 0%;
  }

  .quick-stack-accueil, .quick-stack-taches {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .photo-tel {
    width: 100%;
    height: 50vh;
    position: relative;
  }

  .form-glissant {
    width: 100%;
    padding-bottom: 0;
  }

  .sticky-small-image {
    width: 10rem;
    height: 10rem;
    margin-top: 4rem;
    margin-right: 4rem;
  }

  .sticky-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    width: 100%;
    margin-top: 4rem;
  }

  .clients-item {
    padding: 2.5rem;
  }

  .services-liste {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }

  .texte-droite, .texte-gauche {
    padding: 3rem 2.5rem;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .carousel-text {
    font-size: 36px;
  }

  .partners-logo-wrapper {
    min-width: 180%;
  }

  .partners-logo {
    height: 30px;
  }

  .slide-testimonial {
    margin-left: 7px;
    margin-right: 7px;
    padding: 70px 53px;
  }

  .container-2 {
    max-width: 660px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .slider-3 {
    max-width: 660px;
  }

  .mask-3 {
    margin-left: -7px;
  }

  .process-crea {
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .container-hero-bis {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-hero-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-heading-left.mg-bottom-100 {
    margin-bottom: 72px;
  }

  .abstract-heading {
    width: 48px;
    height: 48px;
  }

  .single-service-animated {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .big-text-service-animated {
    font-size: 52px;
  }

  .wrap-image-moving-insta {
    width: 300px;
    height: 200px;
  }

  .pied-copy {
    height: 195px;
  }

  .quick-stack-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .line-icon {
    margin-left: 25px;
    margin-right: 25px;
  }

  .div-services {
    height: 100%;
    padding: 100% 100px 100px;
  }

  .image-tel {
    max-width: 100%;
    padding-top: 0%;
  }

  .container-servicecs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-100-service {
    max-width: 100%;
    padding-top: 0%;
  }

  .faq-wrapper-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image-100-copy-modal {
    max-width: 100%;
    padding-top: 0%;
  }

  .heading-2 {
    font-size: 2.375rem;
  }

  .span {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

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

  .dark-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .bottom-cta_box {
    margin-top: -4rem;
  }

  .heading-style-h1 {
    font-size: 7rem;
  }

  .section-4.is-bottom-cta {
    padding-top: 5rem;
  }

  .gallery_wrap {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .quote_text {
    font-size: 4rem;
  }

  .heading-style-h1-2 {
    font-size: 7rem;
  }

  .margin-bottom-64 {
    margin-bottom: 3rem;
  }

  .feature_visual {
    aspect-ratio: 1;
  }

  .footer_copyright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .max-width-440.is-full-responsive {
    max-width: 100%;
  }

  .margin-top-24 {
    margin-top: 1rem;
  }

  .footer_copyright-inner {
    flex-flow: column;
  }

  .nav_menu-items-inner {
    padding-left: 1rem;
  }

  .gallery_img-box {
    font-size: .6rem;
  }

  .footer_links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    margin-left: -.5rem;
  }

  .code-block, .explainer-copy-btn-w {
    display: none;
  }

  .explainer-w {
    filter: drop-shadow(0 2px 5px #0000001a);
    width: 80%;
    height: auto;
  }

  .slide {
    padding: 1.6rem;
  }

  .explainer-comp {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    position: static;
  }

  .input {
    opacity: 0;
  }

  .span-2 {
    padding-top: .2rem;
  }

  .mobile-explainer-prompt {
    border: 1px solid #0000004d;
    border-radius: 3px;
    margin-bottom: .4rem;
    padding: .3rem .6rem;
    display: block;
  }

  .slide-outer {
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .sec.reorganise {
    overflow: clip;
  }

  .explainer-par {
    max-width: 100%;
  }

  .plus-icon-w {
    display: none;
  }

  .font-c.size-md {
    font-size: 2rem;
  }

  .font-c.size-md._w-ch {
    font-size: 2.15rem;
  }

  .comp {
    width: 95%;
  }

  .comp.text-exp {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .sticky-w {
    height: 80svh;
  }

  .flip-list-w {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    grid-template-columns: 1fr 1fr;
  }

  .flip-list-w.list {
    width: 50%;
  }

  .sky-scroller {
    height: 15rem;
  }

  .abs-img {
    justify-content: center;
    align-items: center;
  }

  .flip-item {
    padding: .75rem;
  }

  .scroller-line.first {
    z-index: 2;
    position: relative;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .nav__logo {
    font-size: 10px;
  }

  .container {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container.is--hero {
    padding-top: 136px;
    padding-bottom: 3.4em;
  }

  .container.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sublink__line {
    display: none;
  }

  .hero__wrap {
    width: 90%;
  }

  .trigger {
    font-size: 8px;
  }

  .menu__icon {
    font-size: 10px;
  }

  .sublink {
    font-size: 7px;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .nav__svg {
    font-size: 1em;
  }

  .section-5.is--slider {
    margin-bottom: 9.9em;
  }

  .header {
    margin-top: 4em;
  }

  .item {
    width: 45vw;
    min-width: 45vw;
  }

  .slider-title2 {
    margin-bottom: 4em;
    padding-left: 2.9em;
    padding-right: 2.9em;
  }

  .tricks-slider_text {
    font-size: 9.9em;
  }

  .subtitle {
    font-size: .7rem;
  }

  .card_mask {
    width: 80%;
  }

  .box {
    padding: 2em;
  }

  .card {
    padding-right: 1.5rem;
  }

  .icon {
    width: 36px;
    height: 36px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .slide68_arrow.left {
    right: 3.5rem;
  }

  .slider_component {
    padding-bottom: 6rem;
  }

  .quick-stack-pied-3 {
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .footer {
    height: 195px;
  }

  .cell-32 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-pied-4 {
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .cell-33 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-pied-5 {
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .cell-34, .cell-35 {
    justify-content: center;
    align-items: center;
  }

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

  .quick-stack-pied-4-copy, .quick-stack-modal {
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .cell-33-copy, .cell-33-copy-copy {
    justify-content: center;
    align-items: center;
  }

  .image-100-copy, .image-100-copyy, .image-100-copyyy, .image-100-copy, .image-100-test, .image-100-copy, .image-100-copy-modal-copy, .image-100-couv {
    max-width: 100%;
    padding-top: 0%;
  }

  .container-hero-bis-copy, .container-hero-1100-vh {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-100-copy, .carte, .carte-copy {
    max-width: 100%;
    padding-top: 0%;
  }

  .container-hero-bis-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-100-couv-copy {
    max-width: 100%;
    padding-top: 0%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: var(--beige);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .container-full {
    flex-flow: column;
    height: 100%;
  }

  .titre-portfolio {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .facade {
    margin-bottom: 20px;
  }

  .entete {
    height: auto;
    margin-bottom: 0;
  }

  .container-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0%;
    margin-bottom: 8%;
    padding-left: 8%;
    padding-right: 8%;
    display: block;
  }

  .quick-stack-texte-ptfo {
    grid-column-gap: 10px;
    max-width: 100%;
    height: 100%;
  }

  .cell-10 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .quick-stack-pied {
    text-align: left;
    height: 100%;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .cell-10-copy {
    justify-content: center;
    align-items: center;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .text-form {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .trait-form {
    height: 8px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 60px;
  }

  .titre-contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    text-indent: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: -19px;
    font-size: 40px;
    line-height: 40px;
  }

  .body-text-beige {
    display: none;
  }

  .grille-photo {
    background-color: var(--beige);
    margin-top: 40px;
  }

  .body-text-beige-center {
    font-size: 18px;
    line-height: 18px;
  }

  .apostrophe-gauche {
    font-size: 60px;
    line-height: 40px;
  }

  .apostrophe-droite {
    margin-top: 0;
    padding-top: 0;
    font-size: 60px;
    line-height: 0;
  }

  .body-text-black {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    font-size: 18px;
    line-height: 19px;
  }

  .citation-droite {
    margin-top: 0;
    margin-bottom: -20px;
    font-size: 28px;
    line-height: 30px;
    display: block;
  }

  .image-grille-couv {
    border-radius: 0;
  }

  .entete-portfolio {
    margin-top: 0%;
  }

  .ima {
    border-radius: 0;
  }

  .quick-stack-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .name {
    justify-content: center;
    align-items: center;
    height: 60%;
    display: flex;
  }

  .form-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .div-block-17 {
    flex-flow: column;
    height: auto;
  }

  .div-droite {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 0%;
  }

  .div-gauche {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    padding-right: 0%;
  }

  .div-block-18 {
    justify-content: center;
    align-items: flex-end;
    height: 50px;
    margin-top: 0;
  }

  .div-block-19 {
    width: auto;
    height: auto;
    margin-bottom: 5px;
    padding-top: 0;
  }

  .tab_link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 14% 85%;
    width: 100%;
  }

  .section-home-packages_individual {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-home-services_item {
    max-width: 100vw;
  }

  .video {
    height: 654px;
  }

  .div-block-couv {
    height: auto;
    padding-top: 70vh;
    padding-left: 0%;
  }

  .grille-photo-accueil {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-couv-accueil {
    object-fit: cover;
  }

  .quick-stack-6 {
    grid-row-gap: 0px;
  }

  .image-couv-bio-2 {
    object-fit: cover;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-tiny {
    margin-bottom: 0;
  }

  .text-meta {
    font-size: 13px;
  }

  .home-clients-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-clients-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-rotator-main {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .quick-stack-accueil {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .quick-stack-taches {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form-orange {
    width: 50%;
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    overflow: visible;
  }

  .projet-question {
    flex-flow: row;
    width: 50%;
    height: auto;
    margin-top: 0;
    padding: 40px 20px 10px;
    display: block;
    position: sticky;
    overflow: visible;
  }

  .quick-stack-slider {
    grid-column-gap: 4px;
    grid-row-gap: 26px;
    padding: 0%;
  }

  .avis-client {
    text-align: left;
    font-size: 40px;
    line-height: 40px;
  }

  .clients-item {
    padding: 2rem;
  }

  .overflow-hidden {
    justify-content: flex-end;
    align-items: center;
  }

  .services-liste {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .word-beige {
    margin-bottom: 20px;
  }

  .texte-droite, .texte-gauche {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .plus-line-animated {
    width: 20px;
  }

  .download-links-wrapper {
    justify-content: flex-end;
    align-items: center;
    margin-top: 8%;
  }

  .container-web, .container-pack, .container-supports, .container-identit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .word-beige-name {
    margin-top: 0;
    margin-bottom: 0%;
    font-family: GilroyMedium, sans-serif;
    font-size: 13px;
  }

  .text-carousel-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .carousel-text {
    font-size: 48px;
  }

  .partners-logo-wrapper {
    min-width: 300%;
  }

  .partners-logo {
    height: 30px;
  }

  .slide-testimonial {
    margin-left: 6px;
    margin-right: 6px;
    padding: 60px 27px;
  }

  .testimonials.section-dark {
    padding-top: 0;
  }

  .container-2 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .mask-3 {
    margin-left: -6px;
  }

  .div-block-27 {
    flex-flow: column;
    align-self: center;
    width: auto;
    margin-bottom: 0;
  }

  .process-crea {
    margin-top: 26%;
    margin-bottom: 26%;
    padding-top: 30px;
    padding-bottom: 0%;
  }

  .heading-9 {
    margin-bottom: 0;
  }

  .word-orange-copy {
    margin-bottom: 20px;
  }

  .container-hero-bis {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .bouton {
    font-family: var(--gilroy-medium);
    padding: 8px 5px;
    font-size: 13px;
  }

  .bouton-beeige {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 8px 5px;
    font-size: 10px;
    display: flex;
  }

  .map {
    height: 100vh;
    margin-top: 0;
    margin-bottom: 15%;
  }

  .div-block-29-copy {
    margin-bottom: 15%;
  }

  .download-links-wrapper-right {
    margin-top: 40px;
  }

  .faq-section-questions-copy {
    align-self: center;
    width: 100%;
  }

  .container-hero-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .map-2 {
    height: 250px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-heading-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .number-service-animated {
    width: 12vw;
    margin-bottom: 0;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .image-service-animated {
    display: none;
  }

  .flex-under-animated-services {
    margin-top: 52px;
  }

  .single-service-animated {
    justify-content: flex-start;
    align-items: center;
  }

  .container-medium {
    padding-left: 16px;
    padding-right: 16px;
  }

  .big-text {
    font-size: 22px;
  }

  .big-text-service-animated {
    font-size: 9.5vw;
    line-height: 100%;
  }

  .italic-text {
    font-size: 18px;
    line-height: 19px;
  }

  .word-orange-name {
    margin-bottom: 20px;
  }

  .wrap-image-moving-insta {
    width: 210px;
    height: auto;
  }

  .master-moving-insta {
    z-index: 0;
    height: 20vh;
    position: relative;
  }

  .pied-copy {
    height: 195px;
  }

  .quick-stack-9 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0%;
  }

  .cell-21 {
    justify-content: center;
    align-items: center;
  }

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

  .text-rotator-main-2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .text-rotator {
    font-size: 100px;
    line-height: 1;
  }

  .line-icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .word-orange-black {
    text-align: left;
    letter-spacing: 4px;
    margin-bottom: 10px;
    padding-top: 8px;
    font-family: GilroyMedium, sans-serif;
    font-size: 13px;
    display: block;
  }

  .insta {
    background-color: var(--beige);
    height: 50%;
  }

  .number {
    margin-top: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .mail {
    font-size: 28px;
    line-height: 30px;
  }

  .scroll {
    margin-bottom: 20px;
    padding-top: 622px;
  }

  .telephonee {
    z-index: 20;
    flex-flow: column;
    height: 1200px;
    margin-bottom: 60px;
    display: flex;
    position: relative;
    top: 0;
  }

  .div-block-36 {
    flex-flow: column;
    width: 100%;
    height: 590px;
    margin-bottom: 0;
    display: flex;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .div-block-37 {
    clear: right;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 200%;
    height: 270px;
    margin-top: 30px;
    display: flex;
    position: absolute;
    inset: 49% 0% auto;
    overflow: visible;
  }

  .div-block-38 {
    clear: none;
    width: 100%;
    height: 320px;
    position: sticky;
    top: 0;
  }

  .image-crop, .container-full-2 {
    height: 100%;
  }

  .link-navbarr-2 {
    background-color: var(--beige);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 55px;
    margin-left: 30%;
    margin-right: 30%;
    padding-left: 0%;
    display: flex;
  }

  .gros-titre-bleige-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .container-full-tel {
    z-index: 2;
    flex-flow: column;
    width: 100%;
    height: 100vh;
    min-height: 0;
    display: flex;
    position: sticky;
    top: 60px;
    overflow: scroll;
  }

  .container-servicecs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .card-hover {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cards {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 28%;
    margin-top: 0;
  }

  .blabla-copy {
    font-size: 18px;
    line-height: 19px;
  }

  .gros-titre-black {
    font-size: 40px;
    line-height: 40px;
  }

  .faq-wrapper-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-section-questions-copy-copy {
    align-self: center;
  }

  .modal-identit {
    display: none;
  }

  .link-block-3 {
    z-index: 1;
    display: block;
  }

  .quick-stack-14 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 100%;
  }

  .heading-2 {
    font-size: 2.25rem;
  }

  .services-card-text-wrapper {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .dark-section {
    padding: 60px 10px 40px;
  }

  .bottom-cta_box {
    height: 30rem;
    margin-top: -4.5rem;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .citation-droite-copy {
    text-align: left;
    font-size: 28px;
    line-height: 30px;
  }

  .nav_menu-items {
    padding-top: 1rem;
  }

  .section-4, .section-4.is-bottom-cta, .section-4.is-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery_wrap {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .exp-slider_item {
    width: 100%;
  }

  .nav_button {
    margin-right: -.75rem;
  }

  .email_form {
    flex-flow: column;
    align-items: stretch;
  }

  .quote_text {
    font-size: 3rem;
  }

  .nav_link {
    font-size: 12vw;
  }

  .heading-style-h1-2 {
    font-size: 5rem;
  }

  .stats_list {
    flex-flow: column;
    display: flex;
  }

  .exp-slider_mask {
    width: 100%;
  }

  .feature_visual {
    aspect-ratio: 2 / 3;
  }

  .exp-slider_arrow.cc-right {
    left: 3.5rem;
  }

  .exp-slider_arrow.cc-left {
    left: 0;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrap_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .exp-slider_slide {
    flex: none;
    width: 100%;
    margin-right: 1rem;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .gallery_img-box {
    font-size: .4rem;
  }

  .nav_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .exp-slider {
    width: 95%;
    padding-bottom: 4rem;
  }

  .texttt-copy {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 9vh;
    display: block;
  }

  .photo-cover {
    height: 80vh;
    margin-top: 20px;
    margin-bottom: 8%;
  }

  .explainer-w {
    justify-content: center;
    align-items: flex-end;
  }

  .slide {
    width: 80vw;
    min-height: 16rem;
    padding-left: .8rem;
    padding-right: .4rem;
  }

  .slide-outer {
    padding-right: .3rem;
  }

  .explainer-par {
    max-width: 100%;
  }

  .font-c.size-md {
    margin-top: .2rem;
    font-size: 1.5rem;
  }

  .font-c.size-md._w-ch {
    font-size: 1.5rem;
  }

  .comp {
    min-width: 80vw;
  }

  .comp.text-exp {
    grid-template-columns: 1fr;
    width: 95%;
  }

  .slide-col.flex-ve {
    flex: 1;
    justify-content: space-between;
  }

  .scroller-text {
    font-size: 50vw;
  }

  .flip-list-w {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .flip-list-w.list {
    width: 100%;
  }

  .footer-line {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .footer-line.separator {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .col-half {
    width: 100%;
  }

  .col-half.items-r {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .abs-img {
    justify-content: flex-end;
    align-items: center;
  }

  .flip-item {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .sublinks {
    text-align: center;
    align-items: center;
    padding-top: 1.3em;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .menu__left {
    padding-left: 0;
    font-size: 2em;
  }

  .hero__wrap {
    width: 100%;
  }

  .menu__icon, .sublink {
    font-size: 2em;
  }

  .menu__contain {
    display: block;
  }

  .menu__right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 5px;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .section-6 {
    min-height: 90vh;
  }

  .credential.top-margin {
    margin-top: 2em;
  }

  .header {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .text-f-15 {
    font-size: 1.4em;
  }

  .heading-12 {
    font-size: 3.25em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

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

  .text-f-14 {
    font-size: 1.4em;
  }

  .heading-13 {
    font-size: 5em;
  }

  .section-7 {
    min-height: 90vh;
  }

  .heading-14 {
    font-size: 3.25em;
  }

  .heading-15 {
    font-size: 5em;
  }

  .item {
    width: 88vw;
    min-width: 88vw;
  }

  .slider-title2 {
    margin-bottom: 5.5em;
    padding-left: 2.2em;
    padding-right: 2.2em;
    font-size: 1.1em;
  }

  .tricks-slider_text {
    font-size: 20em;
  }

  .tricks-slider_slide {
    width: 90%;
    max-height: 130vw;
    margin-right: 3em;
  }

  .card_mask {
    width: 90%;
  }

  .box {
    height: auto;
    padding: 14px 16px 0;
  }

  .card {
    width: 110%;
  }

  .page-padding-2 {
    margin-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .slide68_arrow {
    width: 40%;
    top: 0%;
  }

  .slide68_arrow.left {
    inset: 0% auto 0% -8%;
  }

  .slider_component {
    padding-bottom: 2rem;
  }

  .container-large-3 {
    margin-bottom: 0;
  }

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

  .cell-30 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .telephonee-sans-inter {
    z-index: 20;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 60px;
    display: flex;
    position: relative;
    top: 0;
  }

  .div-block-37-copy {
    clear: right;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 200%;
    height: 270px;
    margin-top: 30px;
    display: flex;
    position: absolute;
    inset: 49% 0% auto;
    overflow: visible;
  }

  .div-block-37-sans-inter {
    clear: right;
    background-color: var(--transparent);
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 100%;
    height: 100%;
    margin-top: 0%;
    padding-top: 20%;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .container-full-tel-sans-inter {
    flex-flow: column;
    width: 100%;
    height: 90vh;
    min-height: 0;
    margin-bottom: 0;
    display: flex;
    position: relative;
    top: 0;
    overflow: scroll;
  }

  .div-block-36-sans-inter {
    z-index: 2;
    flex-flow: column;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    position: sticky;
    top: 0;
    bottom: 0;
  }

  .div-block-38-sans-inter {
    clear: none;
    width: 100%;
    height: 100%;
    position: sticky;
    top: 0;
  }

  .projet-question-sans-inter {
    flex-flow: row;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 0;
    display: block;
    position: sticky;
    overflow: visible;
  }

  .form-orange-sans-inter {
    width: 50%;
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    overflow: visible;
  }

  .quick-stack-pied-3 {
    text-align: left;
    height: 100%;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .container-hero-orange-2 {
    height: 130px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    height: 195px;
  }

  .spacer-beige-2 {
    height: 150px;
  }

  .text-footer-3 {
    font-size: 13px;
    font-weight: 500;
  }

  .cell-32 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .quick-stack-pied-4 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: left;
    height: 110px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-42 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
  }

  .image-109 {
    margin-bottom: 0;
  }

  .cell-33 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .quick-stack-pied-5 {
    text-align: left;
    height: 100%;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 45px;
  }

  .cell-34, .cell-35 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .word-black {
    margin-bottom: 20px;
  }

  .word-orange-black-copy {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 8px;
    display: block;
  }

  .word-orange-black-taches {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 13px;
    line-height: 15px;
    display: block;
  }

  .word-orange-black-taches-titre {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 8px;
    display: block;
  }

  .word-orange-black-taches-titre-copy-2 {
    text-align: left;
    letter-spacing: 4px;
    margin-bottom: 5px;
    padding-top: 2px;
    font-size: 13px;
    display: block;
  }

  .code-embed {
    background-color: var(--beige);
    height: 90%;
  }

  .citation-droite-copy {
    margin-bottom: -20px;
    display: block;
  }

  .cell-2626 {
    justify-content: center;
    align-items: center;
  }

  .text-block-5 {
    font-family: var(--gilroy-medium);
    font-size: 13px;
  }

  .citation-droite-cropy {
    margin-bottom: -20px;
    font-size: 28px;
    line-height: 30px;
    display: block;
  }

  .modal-packaging, .modal-supports-de-com, .modal-web {
    display: none;
  }

  .card-hover-id, .card-hover-pack, .card-hover-supports, .card-hover-web {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quick-stack-pied-4-copy, .quick-stack-modal {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: left;
    height: 110px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell-33-copy, .cell-33-copy-copy {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-footer-3-copy, .text-modal, .precio {
    font-size: 13px;
    font-weight: 500;
  }

  .bold-text-3 {
    font-size: 18px;
    line-height: 19px;
  }

  .gros-titre-black-legal {
    font-size: 40px;
    line-height: 40px;
  }

  .text-footer-4-copy {
    padding-top: 18px;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
  }

  .titre-modal {
    font-size: 40px;
    line-height: 40px;
  }

  .inclu {
    font-size: 18px;
    line-height: 19px;
  }

  .text-footer-3-copy {
    font-size: 13px;
    font-weight: 500;
  }

  .text-block-6 {
    margin-top: 0;
    font-size: 18px;
    line-height: 19px;
  }

  .inclu-copy {
    font-size: 18px;
    line-height: 19px;
  }

  .inclu-italique {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-1-1-x2, .div-block-1-1-x3 {
    flex-flow: column;
  }

  .div-block-images {
    margin-bottom: 9%;
  }

  .div-block-4-5-x3, .div-block-4-5-x2, .div-block-mixte, .div-block-mixte-2 {
    flex-flow: column;
  }

  .div-2-3-ff {
    padding-top: 65.5%;
  }

  .div-block-horizontal {
    flex-flow: column;
  }

  .div-4-3-baba {
    padding-top: 134.5%;
  }

  .div-2-3-ff-lrda {
    padding-top: 65.5%;
  }

  .body-text-black-italique {
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 18px;
    line-height: 19px;
  }

  .div-4-3-cidrerie {
    padding-top: 134.5%;
  }

  .div-2-3-pdl, .div-2-3-tbc {
    padding-top: 65.5%;
  }

  .div-4-3-cidrerie-maf {
    padding-top: 134.5%;
  }

  .gros-titre-bleige-2-copy {
    font-size: 40px;
    line-height: 40px;
  }

  .menu-button {
    background-color: var(--beige);
  }

  .menu-button.w--open {
    background-color: var(--beige);
    color: var(--orange);
  }

  .image-100-copy-modal-copy {
    height: 100%;
    padding-top: 0;
  }

  .cell-2631 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .image-113-copy {
    aspect-ratio: 2 / 3;
    width: 100%;
    max-width: none;
    height: 100%;
    padding-top: 0;
  }

  .image-100-couv {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0%;
    display: block;
    position: absolute;
  }

  .div-block-506 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .cell-photo-service {
    display: none;
  }

  .card-hover-website {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-cards {
    flex-flow: column;
    height: auto;
    margin-top: 0%;
  }

  .cafe {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    text-indent: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: -19px;
    font-size: 40px;
    line-height: 40px;
  }

  .container-full-tel-sans-inter-copy {
    background-color: var(--orange);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 70vh;
    min-height: 0;
    display: flex;
    position: relative;
    top: 0;
    overflow: scroll;
  }

  .container-hero-1100-vh {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0%;
    padding-left: 8%;
    padding-right: 8%;
    display: block;
  }

  .div-16-6 {
    aspect-ratio: 16 / 20;
    padding-left: 0;
  }

  .carte {
    margin-left: 0;
    padding-left: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .carte-copy {
    margin-left: 0;
    padding-left: 0;
    display: inline-flex;
    position: absolute;
    inset: 0%;
  }

  .div-block-45-copy {
    z-index: 2;
    background-color: var(--beige);
    height: 330px;
    position: sticky;
  }

  .container-hero-bis-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-100-couv-copy {
    box-sizing: border-box;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 0;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: hidden;
  }
}

#w-node-e6fe949d-1e40-13ff-2d13-67fa93ad541d-705c9a7e {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e6fe949d-1e40-13ff-2d13-67fa93ad541e-705c9a7e {
  grid-row: span 3 / span 3;
}

#w-node-e6fe949d-1e40-13ff-2d13-67fa93ad541f-705c9a7e {
  grid-row: span 2 / span 2;
}

#w-node-e141b0cb-963f-276d-3bac-a364411f4ed2-705c9a7e {
  grid-row: span 4 / span 4;
}

#w-node-_394d6a1a-b0f7-a348-c630-e2adae6a0bf2-705c9a7e {
  grid-row: span 3 / span 3;
}

#w-node-a5d610ca-2204-ac66-a737-18e6f6389188-705c9a7e {
  grid-row: span 2 / span 2;
}

#w-node-ea5d33e3-fc78-c3be-2a30-18c2bd52465f-705c9a7e {
  grid-row: span 3 / span 3;
}

#w-node-e30511c3-92b9-20de-6c45-7fa81f9ed66f-705c9a7e {
  grid-row: span 4 / span 4;
}

#w-node-ae8e7cb6-f6db-d74e-4f0b-60fdd16ec380-705c9a7e, #w-node-_7fae417e-990d-48ab-167e-39102ca3e15a-705c9a7e {
  grid-row: span 3 / span 3;
}

#w-node-_9f18b55a-0f42-7c7c-ec10-165a25fefe52-705c9a7e {
  grid-row: span 4 / span 4;
}

#w-node-af66b887-8ad1-7353-f3b3-ba88804615aa-705c9a7e {
  grid-row: span 3 / span 3;
}

#w-node-bd411487-006f-5cdd-ba9c-bc31a22e31af-705c9a7e, #w-node-_223d81d0-0637-b877-5bfe-d54105ff48b7-705c9a7e, #w-node-_430b3264-6088-31da-6e8e-52193f050402-705c9a7e {
  grid-row: span 2 / span 2;
}

#w-node-acbf25e7-0b55-ccd4-a232-8445f57ded71-705c9a7e {
  grid-row: span 3 / span 3;
}

#w-node-bfce0ac6-b47e-d831-989f-ea949ebbf68d-705c9a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfce0ac6-b47e-d831-989f-ea949ebbf698-705c9a7f {
  justify-self: end;
}

#w-node-f282ee62-b746-4899-a8de-0074a552f1ac-705c9a7f {
  grid-template-rows: auto;
  grid-template-columns: 57% 1fr;
}

#w-node-_12272e81-4bb1-3573-714f-763b4b406e91-03cf20fb {
  grid-template-rows: auto;
  grid-template-columns: minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 25%);
}

#w-node-bce81697-e813-4c8d-261d-491633587d6c-03cf20fb {
  grid-template-rows: 50% minmax(0%, 1fr);
  grid-template-columns: 100%;
  display: grid;
}

#w-node-cce10e9e-4c34-eefe-9cc9-67c6e2b0e94f-03cf20fb, #w-node-_8544907b-20a2-1393-9fc5-f9228de34156-03cf20fb, #w-node-_71fc626b-0e74-7f6a-4abc-a8b19a0f58e0-03cf20fb {
  grid-template-rows: 50% 50%;
  grid-template-columns: 100%;
  display: grid;
}

#w-node-f3d36ceb-0bf8-0dc6-1023-a255289d1554-03cf20fb {
  grid-template-rows: auto;
  grid-template-columns: minmax(40%, 40%) minmax(60%, 60%);
}

#w-node-_41220c4e-9577-f982-f731-32f5cc3fba7e-03cf20fb {
  grid-template-rows: minmax(60%, 90%) minmax(0, 40%);
  grid-template-columns: 10% 1fr 10%;
}

#w-node-_41220c4e-9577-f982-f731-32f5cc3fba8f-03cf20fb {
  grid-column: span 3 / span 3;
}

#w-node-dfe094d5-c70e-5e77-05ec-03e508b9b910-03cf20fb {
  grid-template-rows: minmax(60%, 90%) minmax(0, 40%);
  grid-template-columns: 10% 1fr 10%;
}

#w-node-dfe094d5-c70e-5e77-05ec-03e508b9b91c-03cf20fb {
  grid-column: span 3 / span 3;
}

#w-node-d804c41f-f66b-f4ad-1e02-08bee23dd218-03cf20fb {
  grid-template-rows: minmax(60%, 90%) minmax(0, 40%);
  grid-template-columns: 10% 1fr 10%;
}

#w-node-d804c41f-f66b-f4ad-1e02-08bee23dd224-03cf20fb {
  grid-column: span 3 / span 3;
}

#w-node-b9d1d2f2-7d56-d752-7d36-d21ee96b49c9-03cf20fb {
  grid-template-rows: minmax(60%, 90%) minmax(0, 40%);
  grid-template-columns: 10% 1fr 10%;
}

#w-node-b9d1d2f2-7d56-d752-7d36-d21ee96b49d5-03cf20fb {
  grid-column: span 3 / span 3;
}

#w-node-_8d45e2ba-4746-c5dd-d6e1-21354be663e2-03cf20fb {
  grid-template-rows: minmax(60%, 90%) minmax(0, 40%);
  grid-template-columns: 10% 1fr 10%;
}

#w-node-_8d45e2ba-4746-c5dd-d6e1-21354be663ee-03cf20fb {
  grid-column: span 3 / span 3;
}

#w-node-_0c8b557f-f8cf-3a9e-bffd-78b1230517e6-03cf20fb {
  grid-template-rows: 100%;
  grid-template-columns: 38% 1fr;
}

#w-node-_55dff1fa-a878-29c3-d927-dc1b48cb749d-03cf20fb, #w-node-_13303953-8bee-e09b-edd4-bb27c8139689-03cf20fb, #w-node-_166921c9-386c-6fdc-cb8a-94047e432b9e-03cf20fb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aee779a9-d986-5e1a-6d4a-c94ee0dc522e-afc4c723 {
  grid-template-rows: .25fr;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-be63b4f0-d992-a2f6-4a77-93cb4f9053e6-afc4c723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59fe54e7-8220-7e84-69af-41458e849443-afc4c723 {
  justify-self: stretch;
}

#w-node-_9d945535-f95b-7975-738a-e38afa0e5565-afc4c723 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_606df002-1e82-6cef-98b2-ed8e074fdf62-afc4c723 {
  justify-self: stretch;
}

#w-node-a04b1c30-2257-c381-4ebe-22c1bdb6d7b2-afc4c723 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-a04b1c30-2257-c381-4ebe-22c1bdb6d7cd-afc4c723 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_05328e85-1f65-3bb4-450e-e4e30dd16ea6-afc4c723 {
  grid-template-rows: 100%;
  grid-template-columns: 60% 43%;
}

#w-node-_50a9f39c-66cb-0bbb-dcc7-2748dbd5f48e-afc4c723 {
  grid-template-rows: minmax(60%, 90%) minmax(0, 40%);
  grid-template-columns: 10% 1fr 10%;
}

#w-node-_50a9f39c-66cb-0bbb-dcc7-2748dbd5f49a-afc4c723 {
  grid-column: span 3 / span 3;
}

#w-node-_50a9f39c-66cb-0bbb-dcc7-2748dbd5f49f-afc4c723 {
  grid-template-rows: minmax(60%, 90%) minmax(0, 40%);
  grid-template-columns: 10% 1fr 10%;
}

#w-node-_50a9f39c-66cb-0bbb-dcc7-2748dbd5f4ab-afc4c723 {
  grid-column: span 3 / span 3;
}

#w-node-_50a9f39c-66cb-0bbb-dcc7-2748dbd5f4b0-afc4c723 {
  grid-template-rows: minmax(60%, 90%) minmax(0, 40%);
  grid-template-columns: 10% 1fr 10%;
}

#w-node-_50a9f39c-66cb-0bbb-dcc7-2748dbd5f4bc-afc4c723 {
  grid-column: span 3 / span 3;
}

#w-node-_50a9f39c-66cb-0bbb-dcc7-2748dbd5f4c1-afc4c723 {
  grid-template-rows: minmax(60%, 90%) minmax(0, 40%);
  grid-template-columns: 10% 1fr 10%;
}

#w-node-_50a9f39c-66cb-0bbb-dcc7-2748dbd5f4cd-afc4c723 {
  grid-column: span 3 / span 3;
}

#w-node-_50a9f39c-66cb-0bbb-dcc7-2748dbd5f4d2-afc4c723 {
  grid-template-rows: minmax(60%, 90%) minmax(0, 40%);
  grid-template-columns: 10% 1fr 10%;
}

#w-node-_50a9f39c-66cb-0bbb-dcc7-2748dbd5f4e0-afc4c723 {
  grid-column: span 3 / span 3;
}

#w-node-_50a9f39c-66cb-0bbb-dcc7-2748dbd5f4e5-afc4c723 {
  grid-template-rows: minmax(60%, 90%) minmax(0, 40%);
  grid-template-columns: 10% 1fr 10%;
}

#w-node-_50a9f39c-66cb-0bbb-dcc7-2748dbd5f4f1-afc4c723 {
  grid-column: span 3 / span 3;
}

#w-node-aeb46afb-78ec-9fe1-1db7-a53759b37dc4-afc4c723 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_7acc4f75-833d-5f91-921c-8b5402595081-afc4c723 {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
}

#w-node-c396038c-3632-cffa-15b0-9260406d16d7-afc4c723 {
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
}

#w-node-c396038c-3632-cffa-15b0-9260406d16f0-afc4c723 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-d83924e0-4c6b-6ddc-9915-190a54012406-afc4c723 {
  grid-template-rows: auto;
  grid-template-columns: minmax(40%, 40%) minmax(60%, 60%);
}

#w-node-_36658bf5-26ff-780e-3946-140be52209ba-afc4c723 {
  grid-template-rows: auto;
  grid-template-columns: minmax(25%, 25%) minmax(25%, 25%) minmax(25%, 1%) minmax(25%, 25%);
}

#w-node-_36658bf5-26ff-780e-3946-140be52209bc-afc4c723, #w-node-_36658bf5-26ff-780e-3946-140be52209ca-afc4c723, #w-node-_36658bf5-26ff-780e-3946-140be52209d6-afc4c723, #w-node-_36658bf5-26ff-780e-3946-140be52209e4-afc4c723 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  display: grid;
}

#w-node-bea9292c-282c-d313-54b0-1acd72601542-d1fe6316 {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(80%, 80%) minmax(10%, 10%);
}

#w-node-bea9292c-282c-d313-54b0-1acd72601543-d1fe6316 {
  grid-column: span 2 / span 2;
}

#w-node-bea9292c-282c-d313-54b0-1acd7260154e-d1fe6316 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bea9292c-282c-d313-54b0-1acd72601542-d1fe6316 {
    grid-template-rows: auto auto;
    grid-template-columns: 4.5fr .75fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_12272e81-4bb1-3573-714f-763b4b406e91-03cf20fb {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  }

  #w-node-a04b1c30-2257-c381-4ebe-22c1bdb6d7b2-afc4c723, #w-node-a04b1c30-2257-c381-4ebe-22c1bdb6d7cd-afc4c723 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_05328e85-1f65-3bb4-450e-e4e30dd16ea6-afc4c723 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    display: grid;
  }

  #w-node-_7acc4f75-833d-5f91-921c-8b5402595081-afc4c723, #w-node-_36658bf5-26ff-780e-3946-140be52209ba-afc4c723 {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  }

  #w-node-bea9292c-282c-d313-54b0-1acd72601542-d1fe6316 {
    grid-template-rows: auto auto;
    grid-template-columns: 4.5fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e6fe949d-1e40-13ff-2d13-67fa93ad541d-705c9a7e {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e6fe949d-1e40-13ff-2d13-67fa93ad541e-705c9a7e {
    grid-row: span 3 / span 3;
  }

  #w-node-e6fe949d-1e40-13ff-2d13-67fa93ad541f-705c9a7e {
    grid-row: span 2 / span 2;
  }

  #w-node-e141b0cb-963f-276d-3bac-a364411f4ed2-705c9a7e {
    grid-row: span 4 / span 4;
  }

  #w-node-_394d6a1a-b0f7-a348-c630-e2adae6a0bf2-705c9a7e {
    grid-row: span 3 / span 3;
  }

  #w-node-a5d610ca-2204-ac66-a737-18e6f6389188-705c9a7e {
    grid-row: span 2 / span 2;
  }

  #w-node-ea5d33e3-fc78-c3be-2a30-18c2bd52465f-705c9a7e {
    grid-row: span 3 / span 3;
  }

  #w-node-e30511c3-92b9-20de-6c45-7fa81f9ed66f-705c9a7e {
    grid-row: span 4 / span 4;
  }

  #w-node-ae8e7cb6-f6db-d74e-4f0b-60fdd16ec380-705c9a7e, #w-node-_7fae417e-990d-48ab-167e-39102ca3e15a-705c9a7e {
    grid-row: span 3 / span 3;
  }

  #w-node-_9f18b55a-0f42-7c7c-ec10-165a25fefe52-705c9a7e {
    grid-row: span 4 / span 4;
  }

  #w-node-af66b887-8ad1-7353-f3b3-ba88804615aa-705c9a7e {
    grid-row: span 3 / span 3;
  }

  #w-node-bd411487-006f-5cdd-ba9c-bc31a22e31af-705c9a7e, #w-node-_223d81d0-0637-b877-5bfe-d54105ff48b7-705c9a7e, #w-node-_430b3264-6088-31da-6e8e-52193f050402-705c9a7e {
    grid-row: span 2 / span 2;
  }

  #w-node-acbf25e7-0b55-ccd4-a232-8445f57ded71-705c9a7e {
    grid-row: span 3 / span 3;
  }

  #w-node-f282ee62-b746-4899-a8de-0074a552f1ac-705c9a7f {
    grid-template-rows: 60%;
    grid-template-columns: 100%;
  }

  #w-node-_12272e81-4bb1-3573-714f-763b4b406e91-03cf20fb {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(100%, 100%);
  }

  #w-node-bce81697-e813-4c8d-261d-491633587d6c-03cf20fb, #w-node-cce10e9e-4c34-eefe-9cc9-67c6e2b0e94f-03cf20fb, #w-node-_8544907b-20a2-1393-9fc5-f9228de34156-03cf20fb, #w-node-_71fc626b-0e74-7f6a-4abc-a8b19a0f58e0-03cf20fb {
    grid-template-rows: auto auto 65%;
    grid-template-columns: 1fr;
  }

  #w-node-f3d36ceb-0bf8-0dc6-1023-a255289d1554-03cf20fb {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_41220c4e-9577-f982-f731-32f5cc3fba7e-03cf20fb {
    grid-template-rows: 75% 10%;
    grid-template-columns: 10% 1fr 10%;
  }

  #w-node-_0c8b557f-f8cf-3a9e-bffd-78b1230517e6-03cf20fb {
    grid-template-rows: minmax(30%, 30%);
    grid-template-columns: 1fr;
  }

  #w-node-_55dff1fa-a878-29c3-d927-dc1b48cb749d-03cf20fb, #w-node-_13303953-8bee-e09b-edd4-bb27c8139689-03cf20fb {
    grid-template-rows: minmax(30%, 20%);
    grid-template-columns: 1fr;
  }

  #w-node-_166921c9-386c-6fdc-cb8a-94047e432b9e-03cf20fb {
    grid-template-rows: 30%;
    grid-template-columns: 1fr;
  }

  #w-node-a04b1c30-2257-c381-4ebe-22c1bdb6d7b2-afc4c723, #w-node-a04b1c30-2257-c381-4ebe-22c1bdb6d7cd-afc4c723 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_05328e85-1f65-3bb4-450e-e4e30dd16ea6-afc4c723 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_36658bf5-26ff-780e-3946-140be52209ba-afc4c723 {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(100%, 100%);
  }

  #w-node-bea9292c-282c-d313-54b0-1acd72601542-d1fe6316 {
    grid-template-rows: auto auto;
    grid-template-columns: 4.5fr;
  }
}


@font-face {
  font-family: 'RoyalPalmsRegular';
  src: url('../fonts/RoyalPalmsRegular-930587257.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueKabelBlack';
  src: url('../fonts/NeueKabelBlack-5390790.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PesaroRegular';
  src: url('../fonts/PesaroRegular-2998305.otf') format('opentype'), url('../fonts/PesaroRegular-2998305.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GilroyExtraBold';
  src: url('../fonts/GilroyExtraBold-5538907.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GilroyLight';
  src: url('../fonts/GilroyLight-5538887.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GilroyMedium';
  src: url('../fonts/GilroyMedium-5538895.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PesaroBold';
  src: url('../fonts/PesaroBold-2998291.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PesaroBoldItalic';
  src: url('../fonts/PesaroBoldItalic-2998293.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PesaroLightItalic';
  src: url('../fonts/PesaroLightItalic-2998299.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PesaroMediumItalic';
  src: url('../fonts/PesaroMediumItalic-2998303.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PesaroLight';
  src: url('../fonts/PesaroLight-2998297.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PesaroItalic';
  src: url('../fonts/PesaroItalic-2998295.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}