@font-face {
  font-family: Pp neue montreal Variable;
  src: url('../fonts/ppneuemontreal-variable.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abc prophet variable;
  src: url('../fonts/65406b1da6e7078f6b219be6_abcprophetvariable.ttf') format("truetype");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pp writer;
  src: url('../fonts/ppwriter-italicvariable.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pplocomotivenew;
  src: url('../fonts/pplocomotivenew-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --titre-section: 2em;
  --très-gros-titre: 5em;
  --prophet-variable: "Abc prophet variable", Arial, sans-serif;
  --noir: #000;
  --neue-montreal: "Pp neue montreal Variable", Arial, sans-serif;
  --paragraphe-mobile: 16px;
  --pp-writer: "Pp writer", Arial, sans-serif;
  --sous-titre: 1.6em;
  --heading-mobile: 2.5em;
  --bouton: 14px;
  --gros-heading-mobile: 3.5em;
  --paragraphe: 15px;
  --normal: 400;
}

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

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

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

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

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

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

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

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

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

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

.div-block {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
}

.navbar-logo-center {
  color: #fff;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  filter: invert();
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 8px;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-1 {
  font-family: Abc prophet variable, Arial, sans-serif;
  font-size: var(--titre-section);
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
}

.heading-1.left {
  font-size: var(--très-gros-titre);
  text-align: left;
  display: none;
}

.titre_logo {
  font-family: var(--prophet-variable);
  color: var(--noir);
  font-size: 1.2em;
  font-weight: 700;
}

.titre_logo.invert {
  filter: invert();
}

.div-block-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 0;
  display: flex;
}

.div-block-3 {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.text-block {
  font-family: var(--neue-montreal);
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--noir);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-size: 17px;
  line-height: 1em;
  display: flex;
}

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

.div-block-4 {
  width: 100%;
  padding-left: 11%;
}

.la-station {
  padding-left: 20%;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: 3.5em;
  line-height: 1em;
  display: flex;
}

.la-station.text-block-3 {
  margin-bottom: -20px;
  padding-bottom: 0;
}

.title_div-block {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: column;
  display: flex;
}

.div_esth-tique-de-premier-ordre {
  padding-top: 0;
  padding-bottom: 0;
}

.div_clinique-medico-esth-tique {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 10%;
  display: flex;
}

.heading-2 {
  font-family: var(--prophet-variable);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 6.5rem;
  line-height: 1.3em;
}

.heading-2._2 {
  line-height: .8em;
}

.text-block-3 {
  font-family: var(--neue-montreal);
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
}

.div-block-propos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.div-block-5 {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-6 {
  padding-left: 22%;
}

.div-block-7 {
  padding-left: 33%;
}

.titre-sous-titre {
  font-family: var(--pp-writer);
  font-size: var(--sous-titre);
  font-weight: 400;
}

.titre-sous-titre.blanc {
  color: #fff;
}

.titre-section {
  font-family: var(--prophet-variable);
  font-size: var(--sous-titre);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.titre-section.size-3em {
  font-family: var(--neue-montreal);
  font-size: 2.5em;
  font-weight: 100;
  line-height: 1em;
}

.button {
  font-family: Pp writer, Arial, sans-serif;
  font-size: var(--bouton);
  background-color: #000;
}

.button.white {
  color: #000;
  font-size: var(--bouton);
  background-color: #fff;
}

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

.div-block-9 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.num-ro-section {
  font-family: Pp writer, Arial, sans-serif;
  font-size: 2em;
}

.num-ro-section.padding-down {
  margin-bottom: 140px;
}

.num-ro-section.section-4 {
  text-align: right;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
}

.num-ro-section.blanc {
  color: #fff;
}

.num-ro-section.padding-down-10px {
  margin-bottom: 40px;
}

.div-block-11 {
  padding-left: 4em;
}

.section {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
}

.section.margin-down-section {
  justify-content: space-around;
  height: auto;
  margin-bottom: 15vh;
  display: block;
}

.body {
  grid-column-gap: 18vh;
  grid-row-gap: 18vh;
  flex-flow: column;
  display: block;
  overflow: hidden;
}

.div-block-12 {
  flex-flow: column;
  justify-content: space-around;
  width: 100vw;
  height: 100vh;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.div-block-13 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gros-titre-section-2-5 {
  font-family: var(--prophet-variable);
  color: #fff;
  font-size: var(--très-gros-titre);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1em;
}

.gros-titre-section-2-5.text-center {
  text-align: center;
}

.gros-titre-section-2-5.noir {
  z-index: 1;
  filter: invert();
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: .5em;
  position: absolute;
  inset: auto 0% 0%;
}

.gros-titre-section-2-5.noir.center {
  text-align: center;
}

.gros-titre-section-2-5.size-medium {
  font-size: 3em;
}

.gros-titre-section-2-5.size-medium.noir {
  position: static;
}

.gros-titre-section-2-5.black {
  color: #000;
}

.gros-titre-section-2-5.black.center {
  text-align: center;
}

.paragraphe {
  font-family: var(--neue-montreal);
  color: #fff;
  font-size: var(--paragraphe);
}

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

.paragraphe.noir {
  color: #000;
  -webkit-text-stroke-width: .25px;
}

.paragraphe.noir.gras {
  -webkit-text-stroke-width: .2px;
}

.paragraphe.noir._40 {
  width: 40%;
}

.paragraphe.noir.center {
  text-align: center;
}

.div-block-14 {
  width: auto;
  display: flex;
}

.div-block-15 {
  width: 37%;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-17 {
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.1em;
  display: flex;
  position: relative;
}

.div-block-18 {
  width: 26%;
  padding: 0;
}

.div-block-19 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-20 {
  z-index: 0;
  width: 100%;
  height: 130%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.div-block-21 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-22 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-23 {
  z-index: 0;
  background-color: #00000052;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 10vh 5em;
  display: flex;
}

.div-block-25 {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

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

.accordion-bottom-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

.accordion-top-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.accordion-divider-wrap {
  display: none;
}

.accordion-icon-stripe-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
  position: relative;
}

.section-info-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 675px;
  display: flex;
}

.accordion-icon-stripe-1 {
  background-color: #000;
  width: 1px;
  height: 100%;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-bottom-text {
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.accordion-bottom-text.margin-bottom {
  margin-bottom: 22px;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 47px;
  padding-bottom: 47px;
  font-size: 2rem;
}

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

.accordion-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.accordion-divider {
  border-top: 1px solid #202020;
  height: 0;
}

.secondary-button {
  box-shadow: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff29;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: .75rem;
  font-weight: 700;
  transition: border-color .3s, color .2s, transform .2s cubic-bezier(.175, .885, .32, 1.275);
}

.secondary-button:hover {
  box-shadow: none;
  border-color: #000;
  transform: translate(0, -4px);
}

.secondary-button:active {
  transform: scale(.95);
}

.secondary-button:focus {
  box-shadow: 0 0 3px 1px #0000007a;
}

.header-wrap {
  perspective: 1000px;
  max-width: 800px;
}

.section-header {
  margin-bottom: 26px;
  font-size: 5rem;
  line-height: 1;
}

.accordion {
  cursor: pointer;
  border-bottom: 1px solid #202020;
  width: 100%;
}

.div-block-27 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.div-block-28 {
  flex-flow: column;
  justify-content: space-around;
  width: 50%;
  height: 100vh;
  padding: 5.6em;
  display: flex;
}

.div-block-29 {
  width: 50%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-4 {
  position: absolute;
}

.div-block-31 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  height: auto;
  padding: 4em 5em;
  display: flex;
}

.container-4 {
  max-width: 1440px;
}

.section-noir-contact {
  background-color: #000;
  flex-flow: column;
  display: block;
  position: sticky;
}

.div-block-32 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.div-block-35 {
  height: 50vh;
  display: flex;
}

.div-block-36 {
  width: 50%;
  position: static;
}

.div-block-37 {
  flex-flow: column;
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.div-block-38 {
  padding: 0 9.4em 9.3em;
}

.text-link {
  font-family: var(--prophet-variable);
  color: #fff;
  font-size: 2em;
  text-decoration: none;
}

.text-link.noir {
  color: #000;
}

.text-link.underline-link.is--alt.white {
  color: #fff;
  font-size: 2em;
  text-decoration-color: #fff;
}

.div-block-39 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  display: flex;
}

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

.footer {
  padding-bottom: 1em;
  position: sticky;
}

.footer-dark {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  padding: 50px 30px 15px;
  display: flex;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

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

.title-small {
  font-family: var(--neue-montreal);
  color: #000;
  letter-spacing: 0;
  -webkit-text-stroke-width: .9px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

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

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

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

.footer-divider {
  color: #fff;
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  display: block;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-41 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.form {
  width: 100%;
}

.form-block {
  padding-top: 12px;
}

.submit-button {
  color: #000;
  -webkit-text-stroke-width: .4px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border-bottom: 1px #000;
  padding: 0;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  text-decoration: underline;
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 0;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  overflow: visible;
}

.div-block-42 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-6 {
  height: 100%;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-43 {
  width: 500px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-44 {
  width: 312px;
  height: 208px;
  position: relative;
  overflow: hidden;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-45 {
  width: 308px;
  height: 205px;
  position: relative;
  overflow: hidden;
}

.imagetransition, .imagetransition-intro {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed-css, .code-embed-js {
  pointer-events: none;
}

.code-embed-css-2, .code-embed-css-3 {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cloneable {
  padding: var(--section-padding) var(--container-padding);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  color: #000;
  background-color: #0000003d;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  padding: .3em .75em .4em;
  font-size: 1.15em;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button-row {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-2 {
  text-transform: uppercase;
  color: var(--color-neutral-800);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text {
  z-index: 1;
  position: relative;
}

.button-bg {
  z-index: 0;
  background-color: #efeeec;
  border-radius: .5em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Pp writer, Arial, sans-serif;
}

.section-5 {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.image-10 {
  filter: blur(5px);
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-10.noblur {
  filter: none;
}

.div-block-46 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding-top: 40px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.list {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: column;
  width: 29%;
  margin-bottom: 20px;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.1em;
  display: flex;
}

.heading-3 {
  font-family: Pp writer, Arial, sans-serif;
  font-size: var(--heading-mobile);
  margin-top: 0;
  font-weight: 400;
  line-height: .8em;
}

.div-block-47 {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.div-block-48 {
  padding: 3em;
}

.div-block-49 {
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
  overflow: hidden;
}

.div-block-50 {
  width: 200px;
  height: 100%;
}

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

.div-block-51 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.list-item {
  line-height: 1.1em;
}

.list-item-2 {
  font-size: var(--paragraphe);
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-52 {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-text {
  color: #000;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.div-block-53 {
  width: 500px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-54 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.section-6 {
  flex-flow: column;
  display: block;
}

.sous-titre {
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: var(--sous-titre);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-weight: 400;
}

.sous-titre.left {
  font-size: var(--sous-titre);
  text-align: left;
  margin-left: -60px;
}

.services-paragraph {
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: var(--paragraphe);
  text-align: center;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: #000;
  font-weight: 400;
}

.heading-4 {
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: var(--sous-titre);
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #000;
}

.div-block-56 {
  width: 53%;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  margin-bottom: 10em;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.section-8 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  margin-bottom: 10em;
  padding-left: 3em;
  padding-right: 3em;
  display: grid;
}

.image-13 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-57 {
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-58 {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.services-paragraph-2 {
  color: #000;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: var(--paragraphe);
  text-align: left;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: #000;
  font-weight: 400;
}

.services-paragraph-2.underline-link.is--alt {
  display: block;
}

.div-block-59 {
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-61 {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.div-block-62 {
  object-fit: cover;
  width: 200px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-63 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-5 {
  filter: drop-shadow(0 2px 5px #000000b3);
  width: 500px;
  font-family: Abc prophet variable, Arial, sans-serif;
  position: absolute;
  inset: auto auto 91% -42%;
}

.heading-5._2 {
  bottom: -11%;
  left: -24%;
}

.heading-5.flicker-text {
  filter: invert() drop-shadow(0 2px 5px #000);
  mix-blend-mode: exclusion;
  width: 500px;
  font-size: 41px;
}

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

.is-text-link {
  color: #fff;
}

.is-text-link.text-color-dark {
  color: #404140;
}

.navbar_link-content {
  color: #4a4942;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 1vw;
  font-size: 2.5vw;
  line-height: 1.1;
  display: flex;
  position: relative;
  bottom: 2vw;
}

.button_square {
  font-family: Abc prophet variable, Arial, sans-serif;
  font-size: var(--bouton);
  text-transform: capitalize;
  background-color: #000;
  border: 1px solid #63625b;
  width: auto;
  height: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-style: normal;
  font-weight: 300;
}

.nav_button {
  z-index: 25;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: fixed;
  inset: 1.5em 1vw auto auto;
}

.nav {
  width: 100%;
  padding: 0 1em;
}

.hero_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section_hero {
  z-index: -1;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav_link-desc {
  z-index: 10;
  color: #4a4942;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 18vw;
  height: 100%;
  font-size: 3rem;
  line-height: 1.1;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 5;
  background-color: #fff;
  border-bottom: 1px solid #b5b5ab;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.container-6 {
  width: 95%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.nav_logo {
  filter: invert(22%);
  color: #404140;
  mix-blend-mode: exclusion;
  margin-top: 0;
  font-family: Abc prophet variable, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  position: fixed;
  top: 1.5em;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: .25rem;
  display: flex;
}

.nav_component {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.page-wrapper {
  z-index: 7;
  position: relative;
}

.nav_link {
  background-color: #dcdbd0;
  border-bottom: 1px solid #b5b5ab;
  border-left: 1px solid #b5b5ab;
  flex-flow: column;
  width: 40vw;
  height: 40vh;
  padding-top: 1.5vw;
  padding-left: 1vw;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.nav_link:hover {
  background-color: #e6e6dd;
}

.nav_link.is-02 {
  z-index: 3;
  background-color: #fff;
  width: 60vw;
  height: 60vh;
  position: absolute;
}

.nav_link.is-03 {
  z-index: 2;
  background-color: #fff;
  width: 80vw;
  height: 80vh;
  position: absolute;
}

.nav_link.is-04 {
  z-index: 1;
  background-color: #fff;
  border-bottom-style: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  transform: translate(0);
}

.nav_link.is-01 {
  z-index: 4;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.nav_link.is-01:hover {
  color: #fff;
  background-color: #fff;
}

.text-size-small {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #000;
  text-wrap: pretty;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
}

.nav_content {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.main-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.text_block_5 {
  font-family: Abc prophet variable, Arial, sans-serif;
}

.text_block_5.white {
  color: #fff;
}

.text-block-5, .text-block-7, .text-block-8 {
  font-family: Abc prophet variable, Arial, sans-serif;
}

.button-copy {
  background-color: #000;
  font-family: Pp writer, Arial, sans-serif;
}

.button-copy.white {
  color: #000;
  background-color: #fff;
}

.background_menu {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-15 {
  filter: blur(5px);
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.div-block-65 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.container-7 {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.success {
  text-align: center;
  background-color: #fff;
  border-radius: .6em;
  padding: 2.5em;
}

.error-message_text {
  font-size: 1.3em;
}

.radio_button {
  z-index: 2;
  background-color: #0000;
  border-color: #ffffff73 #ffffff73 #ffffff7a;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .1s, border-width .1s, border-color .1s;
  position: absolute;
  inset: 0%;
}

.radio_button:hover {
  background-color: #ffffff17;
}

.radio_button.w--redirected-checked {
  color: #000;
  background-color: #000;
  background-image: linear-gradient(#0000, #0000);
  border: 3px solid #fff;
  border-radius: 100vw;
  width: 100%;
  margin-left: 0;
  inset: 0%;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
}

.submit {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100vw;
  margin-top: 1em;
  padding: .3em 2.1em;
  font-size: 1.5em;
  transition: all .1s;
}

.submit:hover {
  color: #000;
  background-color: #fff;
}

.submit:focus {
  border-color: #49fefd;
}

.field {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff7a;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 1.5em;
  min-height: 1.5em;
  max-height: 7em;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.5em;
  font-weight: 300;
  transition: border-color .2s;
  position: relative;
}

.field:focus {
  border-bottom-color: #fff;
}

.field.message::placeholder {
  font-size: 20px;
}

.field.name, .field.name:hover, .field.name:active, .field.name:focus, .field.name:focus-visible, .field.name[data-wf-focus-visible], .field.name::placeholder, .field.name:lang(en) {
  font-family: Pplocomotivenew, Arial, sans-serif;
}

.side-panel {
  z-index: 2;
  background-color: #000;
  width: 50%;
  height: 100vh;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto auto;
}

.contact_column {
  width: 50%;
  padding: 4.3em;
  position: relative;
  overflow: hidden;
}

.contact_column.is-right {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.contact_column.is-left {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.field_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2.2em;
  display: flex;
  position: relative;
}

.field_label {
  z-index: 1;
  transform-origin: 0%;
  color: #ffffff78;
  margin-bottom: -.3em;
  font-size: 1.4em;
  font-weight: 300;
  transition: transform .2s;
  position: relative;
}

.field_label.is-radio {
  color: #fff;
  margin-bottom: .5em;
  font-family: Pplocomotivenew, Arial, sans-serif;
  font-size: 1.68em;
}

.field_label.large {
  color: #fff;
  font-family: Pplocomotivenew, Arial, sans-serif;
  transform: scale(1.2)translate(0, 1.6em);
}

.field_label.large:hover, .field_label.large:active, .field_label.large:focus-visible, .field_label.large[data-wf-focus-visible], .field_label.large:lang(en) {
  font-family: Pplocomotivenew, Arial, sans-serif;
}

.radio_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.success_text {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
}

.error2 {
  color: #e5a7ff;
  width: 100%;
  min-width: 100%;
  margin-top: .6em;
  font-size: 1.2em;
  display: block;
}

.section-10 {
  z-index: 1;
  position: relative;
}

.form-2 {
  width: 100%;
  margin-bottom: 0;
  font-family: Pplocomotivenew, Arial, sans-serif;
}

.form-2:hover {
  font-family: Pplocomotivenew, Arial, sans-serif;
}

.headline_wrap {
  width: 36em;
  max-width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.radio_field {
  background-color: #000;
  margin-top: .4em;
  margin-right: .6em;
  padding: .8em 2.4em;
  position: relative;
}

.radio_label {
  z-index: 3;
  color: #fff;
  margin-bottom: 0;
  font-family: Pplocomotivenew, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.error-message {
  color: #e5a7ff;
  background-color: #ffffff17;
  border-radius: .5em;
  margin-top: 2.3em;
  padding: 1.9em 2.1em;
}

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

.logo_link {
  font-weight: 500;
}

.contact_email {
  color: #ffffffe0;
  text-transform: uppercase;
  font-family: Abc prophet variable, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
}

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

.logo_text {
  color: #fff;
  font-family: Abc prophet variable, Arial, sans-serif;
  text-decoration: underline;
}

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

.bg-video {
  z-index: 1;
  width: 50%;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.bg-video.fianncement {
  position: static;
}

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

.div-block-67 {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-block-68 {
  z-index: 1;
  background-color: #000000ab;
  position: absolute;
  inset: 0%;
}

.div-block-69 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3em;
  display: flex;
}

.heading-6 {
  font-family: Abc prophet variable, Arial, sans-serif;
}

.div-block-70 {
  z-index: 2;
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-71 {
  width: 52%;
}

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

.div-block-73 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.div-block-74 {
  padding-top: 14em;
  padding-left: 3em;
}

.div-block-75 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 3em;
  display: flex;
}

.div-block-76 {
  padding-right: 3em;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--noir);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 10%;
}

.div-block-77 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
}

.div-block-78 {
  padding-right: 35px;
}

.image-18, .image-19 {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-79 {
  width: 100%;
  height: 50vh;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.div-block-80 {
  height: 50vh;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

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

.div-block-82 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-83 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.text-block-9 {
  color: #000;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: var(--sous-titre);
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  padding-left: 1.8em;
}

.text-block-10 {
  font-family: Pp writer, Arial, sans-serif;
  font-size: var(--sous-titre);
  font-weight: 400;
}

.div-block-84 {
  width: 500px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.div-block-85 {
  width: 50%;
}

.div-block-86 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  padding-top: 3em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.image-20 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-87 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.div-block-88 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-89 {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  font-size: var(--sous-titre);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.div-block-49-copy {
  padding: 3em;
  overflow: hidden;
}

.div-block-90 {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: block;
}

.link {
  color: #000;
}

.link.paragraphe.maj {
  text-transform: uppercase;
}

.div-block-91 {
  z-index: 3;
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-92 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-93 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-94 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 60vh;
  display: flex;
}

.div-block-95 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.div-block-96 {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.div-block-97 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-98 {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.collection-item {
  background-color: #efeeeb;
  border-radius: 10px;
}

.collection-list-wrapper {
  padding: 10px;
}

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

.div-block-99 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 80%;
  display: flex;
}

.text-block-11 {
  font-family: Abc prophet variable, Arial, sans-serif;
  font-size: var(--sous-titre);
  text-transform: none;
  font-weight: 600;
  line-height: 1em;
}

.text-block-12 {
  font-family: Abc prophet variable, Arial, sans-serif;
  font-size: var(--sous-titre);
  font-weight: 700;
}

.button-3 {
  font-family: Abc prophet variable, Arial, sans-serif;
  font-size: var(--bouton);
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100px;
  transition: all .2s;
  display: flex;
}

.button-3:hover {
  background-color: #464646;
}

.div-block-100 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-101 {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-family: Pplocomotivenew, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  display: flex;
}

.div-block-101.stroke {
  border: 1px solid #000;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-101.stroke:active {
  color: #fff;
  background-color: #000;
}

.collection-list-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: block;
}

.collection-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-102 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  display: flex;
}

.radio-button {
  margin-left: 0;
  display: block;
}

.checkbox {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox.w--redirected-checked {
  color: #fff;
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  margin-top: 0;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  z-index: 1;
  color: #fff;
  font-size: var(--paragraphe);
  mix-blend-mode: exclusion;
  font-weight: 300;
  position: relative;
}

.div-block-103 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 10px;
  display: flex;
}

.div-block-104 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.form-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.div-block-105 {
  width: 200px;
  display: flex;
}

.text-field-2 {
  font-family: Pplocomotivenew, Arial, sans-serif;
  font-size: var(--sous-titre);
  border: 1px #000;
  border-bottom-style: solid;
  padding-left: 0;
}

.text-field-2:hover, .text-field-2:active, .text-field-2:focus, .text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.text-field-2::placeholder {
  color: #000;
}

.text-field-2:lang(en) {
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.form-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.div-block-106 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

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

.heading-7 {
  text-transform: uppercase;
  font-family: Abc prophet variable, Arial, sans-serif;
  font-size: 6em;
  font-weight: 800;
  line-height: 1em;
}

.heading-7.droite {
  text-align: right;
}

.div-block-108 {
  width: 80%;
}

.div-block-108.droite {
  width: 100%;
}

.rich-text-block {
  font-family: Abc prophet variable, Arial, sans-serif;
}

.link-2 {
  color: #000;
}

.div-block-109 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-110 {
  padding-top: 60px;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.image-22 {
  object-fit: cover;
  border-radius: 10px;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-111 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.text-block-13 {
  font-size: var(--paragraphe);
}

.text-block-14 {
  margin-bottom: 10px;
}

.scramble-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.scramble-section.u--bg-light {
  background-color: #efeeec;
}

.scramble-heading {
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  max-width: 12em;
  margin: 0 auto;
  font-size: 3em;
  font-weight: 400;
  line-height: .9;
}

.scramble-button {
  color: #131313;
  text-transform: uppercase;
  border: 1px dotted #000;
  border-radius: .3125em;
  padding: .5em 1em;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.scramble-button-text {
  margin-bottom: 0;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.osmo-icon-svg {
  color: #ff4c24;
  width: 50%;
}

.marquee-advanced__item-width {
  background-color: #131313;
  background-image: url('../images/b29b3a176146299.64bfed7424f3f_1b29b3a176146299.64bfed7424f3f.webp');
  background-size: cover;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 18vw;
  margin: 1vw;
  display: flex;
}

.marquee-advanced__item-width.image-1 {
  background-image: url('../images/e4f35b176146299.64bfed754c83f_1e4f35b176146299.64bfed754c83f.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.image-2 {
  background-image: url('../images/6539ab9042ad5fccdf902c2c_intro2_16539ab9042ad5fccdf902c2c_intro2.webp');
  background-position: 50%;
  background-size: cover;
}

.marquee-advanced__item-width.image-5 {
  background-image: url('../images/6b924e176146299.64bfed793825b_16b924e176146299.64bfed793825b.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.image-6 {
  background-image: url('../images/b79b99176146299.64bfed7937353_1b79b99176146299.64bfed7937353.webp');
  background-size: cover;
}

.marquee__advanced__p {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-family: Abc prophet variable, Arial, sans-serif;
  font-size: .6em;
  font-weight: 800;
  line-height: 1em;
}

.section-resource {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.marquee__advanced__arrow-svg {
  color: #000;
  width: 1em;
  margin-right: 1.2em;
  position: relative;
}

.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.link-group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  font-size: 3em;
  display: flex;
}

.underline-link {
  color: #131313;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  position: relative;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9 {
  color: #000;
  text-decoration: none;
}

.link-10 {
  color: var(--noir);
  text-decoration: none;
}

.link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22 {
  color: #000;
  text-decoration: none;
}

.btn-animate-chars {
  color: #131313;
  cursor: pointer;
  border-radius: 0;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 105px;
  max-width: 12em;
  padding: 9px 15px;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-animate-chars__bg {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  inset: 0;
}

.btn-animate-chars__text {
  color: #fff;
  font-family: Pplocomotivenew, Arial, sans-serif;
  font-size: var(--bouton);
  white-space: nowrap;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-style: italic;
  font-weight: 300;
}

.btn-animate-chars__text.couleurs-noir {
  color: #000;
}

.link-block {
  text-decoration: none;
}

.div-block-116 {
  width: 46%;
}

.sticky-title-wrapper {
  background-image: url('../images/gradient-7.webp'), linear-gradient(#000, #777);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  width: 100%;
  height: 350vh;
  position: relative;
}

.sticky-title-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-title-inner {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sticky-title-el {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 500;
  line-height: 1;
}

.sticky-title-el.is--stacked {
  visibility: hidden;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: 3em;
  position: absolute;
}

.bold-text {
  font-family: Pp neue montreal Variable, Arial, sans-serif;
}

.bold-text.beautiful {
  font-family: Abc prophet variable, Arial, sans-serif;
}

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

.content-item__nr {
  color: #fff;
  background-color: #fff;
  border: 1px solid #131313;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-top: .2em;
  font-size: .75em;
  font-weight: 400;
  transition: transform .4s cubic-bezier(.625, .05, 0, 1);
  display: flex;
}

.tab-content__wrap {
  width: 100%;
  max-width: 36em;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}

.content-item__heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

.tab-content__item-main {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-visual__item {
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.tab-visual__item.active {
  visibility: visible;
}

.tab-visual__wrap {
  aspect-ratio: 1.6;
  height: 50em;
  position: relative;
}

.tab-content__inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding-top: 1em;
  padding-bottom: 0;
  padding-right: 2.5em;
  display: flex;
}

.tab-content__bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 30em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.tab-content__item-bottom {
  background-color: #0003;
  width: 100%;
  height: 1px;
  transition: background-color .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-description__spacer {
  padding-top: 1em;
}

.tab-layout__col {
  width: 50%;
  padding-left: .5em;
  padding-right: .5em;
}

.tab-visual__inner {
  border: 1px solid #fff3;
  border-radius: .5em;
  width: 100%;
  height: 100%;
  padding: .5em;
  overflow: hidden;
}

.tab-image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: .25em;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-content__item-detail {
  width: 100%;
  height: 0;
  padding-left: 4em;
  overflow: hidden;
}

.tab-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1;
}

.tab-progress {
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform: scale3d(0, 1, 1);
}

.tab-layout__wrap {
  z-index: 1;
  grid-row-gap: 3em;
  background-image: url('../images/gradient-8.webp');
  background-position: 0 0;
  background-size: auto;
  flex-flow: wrap;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.tab-content__item {
  color: #131313;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  transition: opacity .25s;
  position: relative;
}

.tab-description {
  color: #fff;
  margin-bottom: 0;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: 1em;
}

.tab-content__top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-2 {
  font-family: Pp neue montreal Variable, Arial, sans-serif;
}

.text-block-15, .text-block-16, .text-block-17, .text-block-18 {
  color: #000;
}

.div-block-117 {
  background-image: url('../images/gradient-8.webp');
  background-position: 0 0;
  background-size: auto;
  padding: 14px 14px 140px;
}

.image-23 {
  object-fit: cover;
  background-color: #887b6c;
  width: 100%;
  height: 100%;
}

.div-block-118 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.heading-8 {
  color: #fff;
  font-family: Pp neue montreal Variable, Arial, sans-serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1em;
}

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

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

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

.link-23 {
  color: #000;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-weight: 400;
}

.body-2 {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .container {
    flex-flow: column;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .titre-section.size-3em {
    font-size: 1.9em;
  }

  .button.white.financement {
    width: auto;
    max-width: 30em;
  }

  .gros-titre-section-2-5 {
    font-size: 3.9em;
  }

  .div-block-15 {
    width: 55%;
  }

  .div-block-17 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-18 {
    width: 54%;
  }

  .div-block-24 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
  }

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

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

  .div-block-38 {
    padding-left: 2.2em;
  }

  .container-5 {
    max-width: 728px;
  }

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

  .button-row {
    flex-flow: column;
  }

  .list {
    width: 47%;
  }

  .heading-3 {
    font-size: var(--heading-mobile);
  }

  .navbar_link-content {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 4vw;
  }

  .nav_link-desc {
    display: none;
  }

  .icon-embed-small {
    width: 1.5rem;
    height: 1.5rem;
  }

  .div-block-82 {
    grid-template-columns: 1fr;
  }

  .div-block-88 {
    padding-bottom: 140px;
  }

  .div-block-93 {
    width: 71%;
  }

  .div-block-98 {
    width: 250px;
    height: 300px;
  }

  .div-block-99 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .text-block-11 {
    font-size: 1.6em;
  }

  .div-block-102 {
    width: auto;
  }

  .form-3 {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
  }

  .div-block-106 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .div-block-108 {
    width: 95%;
  }

  .div-block-116 {
    width: 70%;
  }

  .tab-content__wrap {
    max-width: none;
    margin-left: 0;
  }

  .tab-visual__item {
    overflow: hidden;
  }

  .tab-visual__wrap {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-content__inner {
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }

  .tab-layout__col {
    width: 100%;
  }

  .tab-content__top {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading-1 {
    font-size: 2.8em;
  }

  .heading-1.left {
    display: block;
  }

  .la-station {
    font-size: 2.5em;
  }

  .heading-2 {
    font-size: 4.8rem;
  }

  .gros-titre-section-2-5 {
    font-size: 3.1em;
  }

  .gros-titre-section-2-5.black.center {
    text-align: left;
  }

  .paragraphe {
    font-size: 15px;
  }

  .div-block-18 {
    width: 50%;
  }

  .section-header {
    font-size: 3.5rem;
  }

  .div-block-31 {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .button-2 {
    font-size: 1em;
  }

  .heading-3 {
    width: 100%;
    font-size: 3.1em;
  }

  .div-block-48 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-49 {
    padding-left: 1em;
  }

  .sous-titre {
    font-size: 1.9em;
  }

  .div-block-56 {
    width: 85%;
  }

  .div-block-60 {
    width: 47%;
  }

  .navbar_link-content {
    font-size: 5vw;
  }

  .icon-embed-small.hide-sm {
    display: none;
  }

  .container-7 {
    display: block;
  }

  .side-panel {
    display: none;
  }

  .contact_column {
    padding: 5vw;
  }

  .contact_column.is-right {
    background-color: #000;
    width: 100%;
    min-height: auto;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .contact_column.is-left {
    width: 100%;
    height: auto;
    position: relative;
  }

  .headline_wrap {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .bg-video {
    width: 100%;
  }

  .div-block-87, .div-block-49-copy {
    padding-left: 1em;
  }

  .div-block-93 {
    width: 70%;
  }

  .div-block-95 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .div-block-96 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
  }

  .div-block-97 {
    flex-flow: row;
  }

  .div-block-98 {
    width: 100%;
    height: 300px;
  }

  .div-block-99 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-102 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-105 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .text-field-2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .marquee-advanced {
    display: none;
  }

  .sticky-title-el {
    font-size: 3.5em;
  }

  .content-item__nr {
    margin-top: -.2em;
  }

  .content-item__heading {
    font-size: 1.5em;
  }

  .tab-content__item-main {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .tab-visual__item {
    border-radius: .25em;
  }

  .tab-content__bottom {
    max-width: none;
  }

  .tab-layout__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-heading {
    font-size: 2.8em;
  }

  .tab-layout__wrap {
    grid-row-gap: 2em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .heading-1 {
    font-size: 1.7em;
  }

  .heading-1.left {
    padding-left: .1em;
    font-size: 3.5em;
  }

  .div-block-2 {
    grid-column-gap: 2.7em;
    grid-row-gap: 2.7em;
    justify-content: center;
  }

  .div-block-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block {
    font-size: var(--paragraphe-mobile);
  }

  .div-block-4 {
    padding-left: 3%;
  }

  .la-station {
    letter-spacing: -.75px;
    text-transform: uppercase;
    font-size: 1.3em;
  }

  .la-station.text-block-3 {
    margin-bottom: 0;
    padding-left: 9%;
    font-size: 29px;
  }

  .title_div-block {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
  }

  .div_esth-tique-de-premier-ordre {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .div_clinique-medico-esth-tique {
    padding-right: 0%;
  }

  .heading-2 {
    letter-spacing: -2px;
    font-size: 4em;
    line-height: 1.2em;
  }

  .heading-2._2 {
    font-size: 4em;
  }

  .text-block-3 {
    letter-spacing: -.75px;
    margin-top: 6px;
    padding-left: 32px;
    padding-right: 5px;
    font-size: 27px;
  }

  .div-block-propos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-block-6 {
    padding-left: 10%;
  }

  .titre-sous-titre {
    letter-spacing: -1px;
    padding-left: 10px;
    font-family: Pplocomotivenew, Arial, sans-serif;
    font-style: italic;
    font-weight: 300;
  }

  .titre-section {
    font-size: var(--sous-titre);
    letter-spacing: -1px;
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
    line-height: 1em;
  }

  .titre-section.size-3em {
    font-size: var(--heading-mobile);
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 95px;
    font-family: Pplocomotivenew, Arial, sans-serif;
    font-style: italic;
    font-weight: 300;
    display: flex;
  }

  .div-block-10 {
    padding-left: 0;
  }

  .num-ro-section {
    font-family: Pplocomotivenew, Arial, sans-serif;
    font-style: italic;
  }

  .num-ro-section.padding-down {
    font-weight: 300;
  }

  .section.margin-down-section {
    margin-bottom: 0;
  }

  .body {
    overflow: visible;
  }

  .div-block-12 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-13 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .gros-titre-section-2-5 {
    color: #fff;
    font-size: var(--gros-heading-mobile);
    text-align: center;
  }

  .gros-titre-section-2-5.text-center {
    font-size: var(--heading-mobile);
  }

  .gros-titre-section-2-5.noir {
    z-index: 1;
    filter: invert();
    font-size: var(--gros-heading-mobile);
    text-align: left;
    padding-left: .2em;
    position: absolute;
    inset: auto 0% 0%;
  }

  .gros-titre-section-2-5.size-medium.noir {
    filter: invert();
    color: #000;
    letter-spacing: -2px;
    line-height: 1em;
  }

  .gros-titre-section-2-5.black.center {
    font-size: var(--gros-heading-mobile);
    text-align: left;
    padding-left: 0;
  }

  .gros-titre-section-2-5.black.left {
    text-align: left;
  }

  .gros-titre-section-2-5.size-med {
    font-size: var(--heading-mobile);
  }

  .paragraphe {
    text-align: center;
    font-size: 15px;
  }

  .paragraphe.noir {
    font-size: var(--paragraphe-mobile);
    text-align: left;
    font-weight: 400;
  }

  .paragraphe.noir._40 {
    width: 100%;
  }

  .paragraphe.noir.center {
    font-size: var(--paragraphe-mobile);
    font-weight: 400;
  }

  .div-block-15, .div-block-16 {
    width: 100%;
  }

  .div-block-17 {
    flex-flow: column;
    padding-left: 0;
  }

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

  .image-2 {
    background-image: url('../images/e4f35b176146299.64bfed754c83f_1e4f35b176146299.64bfed754c83f.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-21, .div-block-22 {
    width: 100%;
  }

  .div-block-24 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 100%;
    padding: 1.5em;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .accordion-top-wrap {
    font-size: var(--paragraphe-mobile);
    line-height: 1em;
  }

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

  .section-header {
    font-size: 3.2rem;
  }

  .div-block-27 {
    flex-flow: column;
  }

  .div-block-28 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: 100%;
    height: auto;
    padding: 5em 1em;
  }

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

  .div-block-30 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .div-block-31 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-33 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .div-block-35 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    height: auto;
  }

  .div-block-36, .div-block-37 {
    width: 100%;
  }

  .div-block-38 {
    padding-bottom: 3em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-dark {
    padding-top: 1.5em;
  }

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

  .footer-content {
    grid-row-gap: 35px;
    flex-flow: column;
  }

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

  .title-small {
    letter-spacing: -.05px;
    -webkit-text-stroke-width: .5px;
    font-size: 13px;
  }

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

  .div-block-41 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse wrap;
  }

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

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

  .div-block-42 {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .image-6 {
    aspect-ratio: auto;
    object-fit: cover;
    padding-right: 60px;
  }

  .cursor {
    display: none;
  }

  .button-2 {
    font-size: 1.25em;
  }

  .section-5 {
    height: 100vh;
  }

  .image-10.noblur {
    filter: none;
  }

  .div-block-46 {
    flex-flow: column;
    padding-top: 1em;
  }

  .list {
    width: 100%;
    padding-left: 20px;
  }

  .heading-3 {
    font-family: Pplocomotivenew, Arial, sans-serif;
    font-size: var(--heading-mobile);
    font-style: italic;
    font-weight: 300;
  }

  .div-block-48 {
    padding-top: 0;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block-49 {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: .5em;
  }

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

  .list-item-2 {
    font-size: 1em;
    line-height: 1em;
    display: block;
  }

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

  .sous-titre {
    -webkit-text-stroke-width: 0px;
    font-size: 1.5em;
  }

  .sous-titre.left {
    margin-left: -11px;
  }

  .div-block-56 {
    width: 95%;
  }

  .section-8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    margin-bottom: 4em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-60 {
    width: 90%;
  }

  .heading-5 {
    width: 500px;
    bottom: 91%;
    left: -37%;
  }

  .heading-5.flicker-text {
    font-size: 27px;
    left: -14%;
  }

  .div-block-64 {
    overflow: hidden;
  }

  .section-9 {
    background-color: #ffffffc7;
  }

  .is-text-link {
    font-size: 13px;
  }

  .is-text-link.text-color-dark {
    color: #404140;
  }

  .navbar_link-content {
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 1rem;
  }

  .nav_button {
    right: 1em;
  }

  .nav {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
  }

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

  .nav_logo {
    margin-top: 0;
    padding-top: 0;
    text-decoration: none;
  }

  .page-wrapper {
    height: 0;
    display: block;
  }

  .nav_link.is-02, .nav_link.is-03, .nav_link.is-04 {
    background-color: #fff;
  }

  .nav_content {
    height: 2em;
  }

  .button-copy {
    justify-content: center;
    align-items: center;
    width: 95px;
    font-family: Pplocomotivenew, Arial, sans-serif;
    font-style: italic;
    font-weight: 300;
    display: flex;
  }

  .image-16 {
    height: 100vw;
    position: absolute;
    inset: 26% 0% 0% auto;
  }

  .submit.button {
    border-radius: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .field_label.is-radio, .field_label.large, .contact_email, .logo_text {
    font-size: var(--paragraphe-mobile);
  }

  .div-block-66 {
    height: 100%;
  }

  .div-block-67 {
    height: 100%;
    position: relative;
  }

  .div-block-68 {
    background-color: #000000b8;
    height: 100%;
  }

  .div-block-69 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    padding-left: 0;
  }

  .div-block-70 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    height: 100%;
    padding: 7em 1em 1em;
  }

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

  .div-block-73 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .div-block-74 {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-75 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

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

  .grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .div-block-82 {
    grid-template-columns: 1fr;
  }

  .div-block-83 {
    flex-flow: column;
  }

  .text-block-9 {
    -webkit-text-stroke-width: .2px;
    font-weight: 400;
  }

  .text-block-10 {
    font-family: Pplocomotivenew, Arial, sans-serif;
    font-style: italic;
  }

  .div-block-84 {
    width: 100%;
    height: 60vh;
  }

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

  .div-block-86 {
    padding-top: 3em;
  }

  .div-block-87 {
    padding-bottom: 1em;
  }

  .div-block-88 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .div-block-49-copy {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: .5em;
  }

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

  .link.paragraphe {
    text-align: left;
  }

  .div-block-92 {
    height: 100%;
  }

  .div-block-93 {
    width: 90%;
  }

  .div-block-94 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: center;
    height: 100vh;
  }

  .div-block-96 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    width: 100%;
  }

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

  .div-block-98 {
    align-items: center;
    width: 100%;
    height: 185px;
    display: flex;
  }

  .collection-item {
    background-color: #0000000d;
  }

  .image-21 {
    object-fit: cover;
  }

  .div-block-99 {
    flex-flow: column;
    position: relative;
  }

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

  .checkbox-label {
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-3 {
    padding-left: 10px;
  }

  .text-field-2 {
    border-radius: 0;
  }

  .div-block-106 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .heading-7 {
    font-size: 2em;
  }

  .div-block-109 {
    width: 95%;
  }

  .div-block-110 {
    flex-flow: column;
    justify-content: space-around;
    height: 60vh;
    display: flex;
  }

  .marquee-advanced__item-width, .marquee-advanced__item-width.image-1, .marquee-advanced__item-width.image-2, .marquee-advanced__item-width.image-5, .marquee-advanced__item-width.image-6 {
    width: 30vw;
    height: 30vw;
  }

  .marquee__advanced__p {
    font-size: var(--heading-mobile);
    line-height: 1.3em;
  }

  .section-resource {
    display: block;
    overflow: visible;
  }

  .marquee-advanced {
    display: none;
  }

  .link-3.underline-link.is--alt, .link-4.underline-link.is--alt, .link-5.underline-link.is--alt, .link-6.underline-link.is--alt, .link-7.underline-link.is--alt, .link-8.underline-link.is--alt, .link-9.underline-link.is--alt, .link-10.underline-link.is--alt {
    font-size: 16px;
    text-decoration: none;
  }

  .link-11.underline-link.is--alt, .link-12.underline-link.is--alt, .link-13.underline-link.is--alt, .link-14.underline-link.is--alt, .link-15.underline-link.is--alt {
    font-size: 16px;
  }

  .link-16.underline-link.is--alt, .link-17.underline-link.is--alt, .link-18.underline-link.is--alt, .link-19.underline-link.is--alt, .link-20.underline-link.is--alt {
    font-size: 16px;
    text-decoration: none;
  }

  .link-21.underline-link.is--alt {
    font-size: var(--paragraphe-mobile);
    text-decoration: none;
  }

  .link-22.underline-link.is--alt {
    font-size: 16px;
    text-decoration: none;
  }

  .btn-animate-chars, .btn-animate-chars__bg {
    border-radius: 0;
  }

  .div-block-112, .div-block-113 {
    width: 100%;
  }

  .div-block-114 {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .div-block-115 {
    padding-left: 10px;
  }

  .section-11 {
    height: auto;
  }

  .div-block-116 {
    width: 80%;
  }

  .content-item__nr {
    flex: none;
  }

  .content-item__heading {
    font-size: 1.5em;
  }

  .tab-content__item-main {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .tab-visual__inner {
    border-style: none;
    border-radius: .25em;
    padding: 0;
  }

  .tab-image {
    aspect-ratio: auto;
  }

  .tab-content__item-detail {
    padding-left: 3em;
  }

  .tab-heading {
    font-size: 3em;
  }

  .tab-content__item {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

#w-node-_2a5be2a9-269e-3b45-cd23-d20c3728870a-2f4f5eee {
  align-self: auto;
}

#w-node-_4ee9eb33-8627-01ad-aa37-19d35e7349da-5e7349d5, #w-node-_4ee9eb33-8627-01ad-aa37-19d35e7349ea-5e7349d5, #w-node-_4ee9eb33-8627-01ad-aa37-19d35e7349f5-5e7349d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6485a2c1-7893-2dc3-a558-41ddf1430cfe-f1430cd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af9f577b-2e30-b247-7715-ea7e30a686a9-2f4f5f15, #w-node-af9f577b-2e30-b247-7715-ea7e30a686b7-2f4f5f15, #w-node-af9f577b-2e30-b247-7715-ea7e30a686c2-2f4f5f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_396aa132-2112-eb8f-d119-39f65ab0608f-2f4f5f34 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3556ae2c-f882-71cb-4db8-297cc63f7bed-2f4f5f34, #w-node-_3556ae2c-f882-71cb-4db8-297cc63f7bfb-2f4f5f34, #w-node-_3556ae2c-f882-71cb-4db8-297cc63f7c06-2f4f5f34, #w-node-_55ed9f12-704b-6155-59b9-0c066d2d40a3-2f4f5f42, #w-node-_55ed9f12-704b-6155-59b9-0c066d2d40b1-2f4f5f42, #w-node-_55ed9f12-704b-6155-59b9-0c066d2d40bc-2f4f5f42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0168e91-b119-f691-d3b0-dd12570e1eae-2f4f5f43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_040f06cf-1763-2fa7-bdf9-08a7974fe308-2f4f5f43, #w-node-_040f06cf-1763-2fa7-bdf9-08a7974fe316-2f4f5f43, #w-node-_040f06cf-1763-2fa7-bdf9-08a7974fe321-2f4f5f43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98ae16f2-baa1-a13f-aa07-1a2f8b2a87aa-2f4f5f45 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4a32e2ad-5649-44dc-2577-b5740a4059ec-2f4f5f45, #w-node-_4a32e2ad-5649-44dc-2577-b5740a4059fa-2f4f5f45, #w-node-_4a32e2ad-5649-44dc-2577-b5740a405a05-2f4f5f45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_396aa132-2112-eb8f-d119-39f65ab0608f-2f4f5f34 {
    grid-area: span 9 / span 1 / span 9 / span 1;
  }

  #w-node-_396aa132-2112-eb8f-d119-39f65ab06091-2f4f5f34 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-b9ef6a3e-3f80-3c45-f0cd-20799e32cce1-2f4f5f41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c82462b0-bf05-2c0d-a783-6ea787b10f38-2f4f5f42 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_98ae16f2-baa1-a13f-aa07-1a2f8b2a87aa-2f4f5f45 {
    grid-area: span 9 / span 1 / span 9 / span 1;
  }

  #w-node-_98ae16f2-baa1-a13f-aa07-1a2f8b2a87ac-2f4f5f45 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }
}


@font-face {
  font-family: 'Pp neue montreal Variable';
  src: url('../fonts/ppneuemontreal-variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abc prophet variable';
  src: url('../fonts/65406b1da6e7078f6b219be6_abcprophetvariable.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp writer';
  src: url('../fonts/ppwriter-italicvariable.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pplocomotivenew';
  src: url('../fonts/pplocomotivenew-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}