@font-face {
  font-family: Saoldisplay;
  src: url('../fonts/SaolDisplay-Thin.woff2') format("woff2"), url('../fonts/SaolDisplay-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Saoldisplay;
  src: url('../fonts/SaolDisplay-Regular.woff2') format("woff2"), url('../fonts/SaolDisplay-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stelvio;
  src: url('../fonts/Stelvio_Regular.woff') format("woff"), url('../fonts/Stelvio_Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stelvio;
  src: url('../fonts/Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Saoldisplay;
  src: url('../fonts/SaolDisplay-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --dim-grey: #5c5c5c;
  --light_grey: whitesmoke;
  --nav-link: grey;
  --current-nav: #494949;
  --indian-red: #d4375e;
}

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

h1 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 31px;
  text-decoration: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #2e2e2e;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 23px;
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover {
  color: var(--dim-grey);
}

.button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

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

.navbar {
  z-index: 4000;
  text-align: center;
  background-color: #0000;
  min-width: 100%;
  height: 5px;
  position: fixed;
  inset: 0;
}

.menu-button {
  float: left;
  color: #dedede;
  background-color: #0000;
  margin-top: 64px;
  margin-left: -10px;
  transition: background-color .5s, margin-left .5s, box-shadow .5s, color .5s;
  position: relative;
}

.menu-button:hover {
  color: #5c5c5c;
  margin-left: 0;
}

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

.menu-icon {
  margin-left: 20px;
  font-size: 49px;
}

.nav-menu-container {
  text-align: center;
  background-color: #232629f2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 430px;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #383838;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color .5s, background-color .5s;
}

.nav-link:hover {
  color: #d4375e;
  background-color: #000;
  border-bottom-color: #ffffff12;
}

.nav-link:active {
  background-color: #d4375e;
}

.nav-link.w--current {
  color: #d4375e;
  background-color: #00000017;
}

.nav-link.w--current:hover {
  background-color: #ffffff17;
}

.nav-link.w--open {
  color: #fff;
  background-color: #000;
}

.header-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 52px;
  font-weight: 800;
}

.header-title._2 {
  color: #b8b8b8;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.footer {
  background-color: #3a4147;
  padding-top: 80px;
}

.footer-title {
  opacity: .39;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.all-paragraphs-white {
  color: #fff;
  line-height: 21px;
}

.cta-stripe {
  text-align: center;
  background-image: linear-gradient(141deg, #2d353bcc, #1b232966 77%), url('../images/Office-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.bottom-footer-block {
  text-align: center;
  background-color: #292e33;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.some-button {
  background-color: #3a4147;
  border-radius: 2px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .5s;
}

.some-button:hover {
  background-color: #d4375e;
}

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

.footer-left {
  text-align: center;
  padding-top: 8px;
}

.bottom-footer-title {
  opacity: .23;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 34px;
}

.bottom-footer-title._2 {
  text-transform: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.bottom-footer-title._3 {
  text-transform: none;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

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

.footer-list-item {
  padding-bottom: 5px;
}

.link {
  color: #d4375e;
}

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

.link.footer-link {
  color: #b0b0b0;
  text-decoration: none;
}

.link.footer-link:hover {
  color: #fff;
}

.fake-menu-bar {
  background-color: #000;
  width: 10px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.dropdown-icon {
  margin-right: 100px;
  font-size: 22px;
}

.dropdown-link {
  color: #696969;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #17191ab3;
  border-bottom: 1px solid #1a1a1a;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .5s, border .5s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #ffffff4a;
  border-bottom-color: #fff0;
}

.dropdown-link:active {
  background-color: #d4375e;
}

.dropdown-link.w--current {
  color: #d4375e;
}

.dropdown-list {
  height: auto;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #000;
}

.close-menu {
  opacity: .35;
  color: #fff;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  transition: opacity .5s;
  display: block;
  position: static;
}

.close-menu:hover {
  opacity: 1;
}

.body {
  background-color: var(--light_grey);
  color: var(--black);
  cursor: none;
  height: auto;
  font-family: Stelvio, Arial, sans-serif;
  font-size: 16px;
}

.h1 {
  color: var(--light_grey);
  letter-spacing: -5px;
  text-transform: none;
  white-space: nowrap;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.h1.h1_body {
  font-size: 7vw;
}

.h1.h1_body.mb_12 {
  color: var(--black);
  letter-spacing: -5px;
  padding-top: 8px;
  font-size: 6.5vw;
  font-weight: 500;
  line-height: 1em;
}

.h1.h1_body.mb_12.text_white {
  color: var(--light_grey);
}

.h1.h1_body.mb_12.text_white.regular_title {
  padding-bottom: 8px;
  font-weight: 400;
}

.h1.h1_body.mb_12.text_white.regular_title.mr-8 {
  padding-top: 0;
  padding-bottom: 8px;
}

.h1.h1_body.mb_12.text_dark.regular_title {
  font-weight: 400;
}

.h1.h1_body.mb_12.text_dark.regular_title.mr-8 {
  color: var(--black);
  letter-spacing: -5px;
  padding-top: 0;
  padding-bottom: 8px;
  font-size: 6.5vw;
  font-weight: 500;
}

.h1.h1_body.mb_12.text_dark {
  color: var(--light_grey);
}

.h1.h1_body.mb_12.text_dark.regular_title {
  color: var(--black);
  letter-spacing: -5px;
  padding-bottom: 8px;
  font-size: 6.5vw;
  font-weight: 500;
}

.h1.h1_body.text_dark {
  color: var(--black);
  font-size: 5vw;
}

.h1.h1_body.text_dark.regular_title {
  letter-spacing: -3px;
}

.h1.h1_body.main_title_quote {
  color: var(--black);
  padding-bottom: 8px;
  font-size: 6.5vw;
  font-weight: 500;
}

.h1.title_soin {
  letter-spacing: -3px;
  font-size: 6.5vw;
  font-weight: 400;
  line-height: 1.1em;
}

.h1.title_soin.pl-2 {
  padding-right: 2px;
  line-height: 1.1em;
}

.h1.thin_text {
  font-size: 112px;
  font-weight: 100;
  line-height: 1.3;
}

.h1.thin_text.font-30 {
  letter-spacing: -.5px;
  font-size: 30px;
}

.h1.thin_text.font-30.dark_text {
  color: var(--black);
  font-weight: 400;
}

.h1.thin_text.font-30.dark_text.mobile_marquee_text {
  font-size: 24px;
}

.h1.thin_text.font-24 {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 400;
}

.h1.header_title_v2 {
  letter-spacing: 0;
  width: 100%;
  height: 1em;
  margin-top: 0;
  font-size: 18vw;
  font-weight: 500;
  line-height: 1.2;
}

.h1.text_black {
  color: var(--black);
  text-align: center;
  letter-spacing: -8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12vw;
}

.h1.text_black.pr-4 {
  padding-right: 4px;
}

.h1.text_black.pl-0 {
  padding-left: 0;
}

.h1.title_next_soin_blend_mode {
  color: var(--light_grey);
  text-align: center;
  letter-spacing: -8px;
  padding: 8px 24px;
  font-size: 12vw;
}

.cta_text {
  color: var(--light_grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.cta_text.text_dark {
  color: var(--black);
}

.container_marquee {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: 0;
  margin-left: -64px;
  padding-top: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto 0;
  overflow: hidden;
}

.container_marquee.diagonal_marquee {
  height: 60px;
  margin-left: 0;
}

.container_marquee.diagonal_marquee.color_light {
  border-top-color: var(--light_grey);
  border-bottom-style: solid;
  border-bottom-color: var(--light_grey);
  opacity: .4;
  width: 110vw;
  height: 60px;
}

.container_marquee.diagonal_marquee.bg_light {
  background-color: var(--light_grey);
  border-top: 0 #0000;
  border-bottom: 0 #0000;
  width: 110vw;
}

.container_marquee.position_static {
  z-index: 3;
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 100vw;
  height: auto;
  margin-left: 0;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.container_marquee.position_static.blur_marquee {
  width: 75vw;
}

.container_marquee.position_static.blur_marquee.mobile_marquee {
  display: none;
}

.container_marquee.position_static.marquee_5_axes {
  position: absolute;
  inset: auto 0% 0%;
}

.container_marquee.position_static.marquee_5_axes.mobile_marquee {
  display: none;
}

.container_marquee.position_static.marquee_3_soins {
  width: 100vw;
  position: absolute;
  inset: auto 0% 0%;
}

.container_marquee.marquee_relative_pos {
  height: auto;
  margin-left: 0;
  display: block;
  position: relative;
}

.container_marquee.marquee_relative_pos.big_marquee.flex_column {
  z-index: 3;
  border-top: 0 #0000;
  border-bottom: 0 #0000;
  flex-direction: column;
  margin-top: 3em;
}

.loop_translate_text {
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 24px;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  position: static;
}

.loop_translate_text.light_grey_color {
  color: var(--light_grey);
}

.section_img_text {
  z-index: 2;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(38vw, 1.75fr) 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 110vh;
  margin-bottom: 4vh;
  padding: 64px 4vw;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.menu {
  z-index: 998;
  color: var(--black);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.marquee_wrapper {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.marquee_wrapper.move_back {
  transform: translate(-436px);
}

.marquee_wrapper.pt-24 {
  padding-top: 24px;
}

.marquee_wrapper.pt-24.pb-16 {
  z-index: 3;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.marquee {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-right: 24px;
  display: flex;
}

.marquee.mr-256 {
  margin-right: 256px;
}

.marquee.mr-128 {
  margin-right: 96px;
}

.marquee.mr-64 {
  margin-right: 64px;
}

.marquee.mr-96 {
  margin-right: 96px;
}

.section_2_content_text {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph_on_white {
  color: var(--black);
  letter-spacing: .1px;
  text-transform: uppercase;
  width: 75%;
  margin-bottom: 0;
  font-family: Stelvio, Arial, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.3;
}

.mask_container_text {
  height: auto;
  max-height: 100%;
  margin-top: -12px;
  padding-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.mask_container_text.ptb-12 {
  padding-top: 0;
  padding-bottom: 8px;
}

.mask_container_text.ptb-12.mt-0 {
  margin-top: -8px;
}

.mask_container_text.p-soins-title {
  padding-bottom: 8px;
}

.mask_container_text.hero_title_mask {
  margin-top: 0;
  padding-bottom: 0;
}

.mask_container_text.hero_title_mask.pt-8 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 4px;
  display: flex;
}

.mask_container_text.mt_-12 {
  margin-top: -12px;
  margin-right: 8px;
}

.mask_container_text.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.title_container.mb-16 {
  align-self: auto;
  width: 100%;
  margin-bottom: 24px;
}

.image_container {
  object-fit: fill;
  border: 1px solid #000;
  width: 38vw;
  min-width: 38vw;
  max-width: 38vw;
  height: 100%;
  margin-right: 8vw;
  position: relative;
  overflow: hidden;
}

.image_container.pr-4vw {
  z-index: 3;
  border: 1px solid var(--black);
  width: 38vw;
  min-width: 38vw;
  max-width: 38vw;
  height: 80vh;
  margin-top: 16vh;
  margin-right: 8vw;
  overflow: visible;
}

.overlay {
  z-index: 2;
  background-color: var(--black);
  object-fit: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.overlay.light_grey {
  background-color: var(--light_grey);
  height: 102%;
  margin-top: -4px;
  display: block;
}

.border_image {
  height: 100%;
  overflow: hidden;
}

.border_image.width_100 {
  flex: none;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

._100_vh {
  z-index: 3;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110vh;
  display: flex;
  position: relative;
}

.bold_numbers_section {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.diagonal_text {
  position: relative;
  transform: rotate(-15deg);
}

.h3 {
  color: var(--light_grey);
}

.h3.light_grey_color {
  z-index: 1;
  text-align: center;
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 48px 0;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 42px;
  position: relative;
}

.h3.light_grey_color.ptb-32 {
  z-index: 3;
  text-align: left;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  height: 1em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 6.6vw;
  font-weight: 400;
  line-height: 1.2;
}

.h3.light_grey_color.ptb-32.mobile_quote {
  display: none;
}

.h3.light_grey_color.ptb-32.align-right {
  text-align: left;
}

.h3.bold_text_intro {
  z-index: 999;
  letter-spacing: -2px;
  text-transform: uppercase;
  white-space: nowrap;
  height: 1em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.h3.bold_text_pain {
  color: var(--light_grey);
  letter-spacing: -2px;
  text-transform: uppercase;
  white-space: nowrap;
  height: 1em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 6vw;
  font-weight: 100;
  line-height: 1.2;
  position: relative;
}

.bold_number {
  z-index: 1;
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 200vh;
  font-weight: 100;
  line-height: .1em;
  position: absolute;
}

.bold_number.mtl-6 {
  margin-top: 6px;
  margin-left: 6px;
}

.bold_number.mtl-6.z-idx-998 {
  z-index: 998;
  font-size: 60vh;
}

.bold_number.z-idx-999 {
  z-index: 999;
  font-size: 60vh;
}

.bold_number.mtl-12 {
  margin-top: 12px;
  margin-left: 12px;
}

.bold_number.mtl-12.z-idx-997 {
  z-index: 997;
  font-size: 60vh;
}

.bold_number.z-idx-998 {
  z-index: 998;
}

.bold_number.z-idx-997 {
  z-index: 997;
}

.bold_number.mtl-18 {
  margin-top: 18px;
  margin-left: 18px;
}

.bold_number.mtl-18.z-idx-996 {
  z-index: 996;
  font-size: 60vh;
}

.bold_number.mtl-24 {
  margin-top: 24px;
  margin-left: 24px;
}

.bold_number.mtl-24.z-idx-995 {
  z-index: 995;
  font-size: 60vh;
}

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

.background_holder.pos_fixed {
  display: block;
  position: fixed;
}

.full_height_content {
  z-index: 1;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 8vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.background_container_full_width {
  z-index: 1;
  background-color: var(--black);
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.background_container_full_width.margin_left_back {
  z-index: 1;
  width: 100vw;
  margin-left: 0;
  display: block;
}

.content_holder {
  z-index: 3;
  height: 100%;
  padding-bottom: 0;
  position: relative;
}

.title_soin {
  text-align: left;
  text-transform: none;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 90px;
  font-weight: 100;
  line-height: 90px;
}

.content-section {
  z-index: 3;
  border-bottom: 1px solid var(--light_grey);
  background-color: var(--black);
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.column-1 {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-top: 33vh;
  display: flex;
  position: relative;
}

.column-2 {
  z-index: 3;
  flex: 0 auto;
  width: 60%;
  height: 100vh;
  padding-left: 8vw;
  position: sticky;
  top: 0;
}

.photo {
  height: 800px;
}

.photo.photo_01 {
  background-image: url('../images/home__thumb__reflexologie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 100%;
  display: block;
  position: relative;
}

.photo.photo_02 {
  background-image: url('../images/home__thumb__massage.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 100%;
  display: block;
  position: relative;
}

.photo.photo_03 {
  background-image: url('../images/home__thumb__physioscan.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 150%;
}

.photo.photo_01_mobile {
  background-image: url('../images/reflexo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 150%;
  display: none;
}

.photo.photo_02_mobile {
  background-image: url('../images/massage_ayurvedique.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 150%;
  display: none;
  position: relative;
}

.photo.photo_03_mobile {
  background-image: url('../images/physioscan.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 150%;
}

.photo.photo_03_mobile.mt-64 {
  display: none;
}

.content_soins {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content_soins.soin_01, .content_soins.soin_02.mt-128.mt-192 {
  z-index: 3;
}

.content_soins.soin_03 {
  opacity: 1;
}

.content_soins.soin_03.mt-128.mt-192 {
  z-index: 3;
}

.photo_container {
  z-index: 1;
  border: 1px solid var(--light_grey);
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 20vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo_container.mb-40vh {
  z-index: 2;
  height: 380px;
  margin-bottom: 40vh;
}

.photo_container.mb-40vh.align-top {
  align-items: flex-start;
}

.photo_container.mb-10vw {
  z-index: 2;
  height: 380px;
  margin-bottom: 12vw;
}

.paragraph_on_dark {
  opacity: .99;
  color: var(--light_grey);
  letter-spacing: .1px;
  text-transform: uppercase;
  width: 80%;
  margin-bottom: 0;
  font-family: Stelvio, Arial, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
}

.paragraph_on_dark.presentation_text {
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-top: 6vw;
  margin-bottom: 6vw;
  font-size: 1.4vw;
  line-height: 1.9vw;
}

.paragraph_on_dark.presentation_text.mt-6vw {
  letter-spacing: -1.5px;
  white-space: normal;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph_on_dark.presentation_text.mb-6vw {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1vw;
  line-height: 1.3;
}

.paragraph_on_dark.presentation_name {
  text-align: left;
  letter-spacing: .1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stelvio, Arial, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.3vw;
}

.paragraph_on_dark.mb-24 {
  width: 70%;
  margin-bottom: 24px;
}

.paragraph_on_dark.mt-64 {
  align-items: flex-start;
  width: 16vw;
  margin-top: 20px;
}

.paragraph_on_dark.mt-64.text-align_left {
  align-self: flex-end;
  width: 40%;
  margin-top: 64px;
}

.paragraph_on_dark.home_soin_description {
  width: 60%;
}

.container_title_soins {
  margin-bottom: 24px;
}

.container_title_soins.horizontal_align {
  display: flex;
}

.number_soin {
  align-items: center;
  display: flex;
  position: absolute;
  top: 8vw;
}

.number_soin.opacity-0 {
  opacity: 0;
  align-items: center;
}

.number_on_dark {
  color: var(--light_grey);
  height: 33px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
}

.number_on_dark.dark_text {
  color: var(--black);
  font-weight: 400;
}

.lightvertical_line.left {
  z-index: 1;
  background-color: var(--light_grey);
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.lightvertical_line.left.tryptique_line {
  background-color: var(--black);
}

.lightvertical_line.center {
  z-index: 1;
  background-color: var(--light_grey);
  width: 1px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 50%;
}

.lightvertical_line.right {
  z-index: 1;
  background-color: var(--light_grey);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lightvertical_line.right.tryptique_line {
  background-color: var(--black);
}

.mask_container_number_small {
  flex-direction: column;
  justify-content: flex-start;
  height: 33px;
  margin-right: 12px;
  display: flex;
  overflow: hidden;
}

.horizontal_line {
  background-color: var(--light_grey);
  width: 32px;
  height: 1px;
  margin-right: 16px;
}

.horizontal_line.black_color {
  background-color: var(--black);
  margin-left: 16px;
}

.horizontal_line.color_black {
  background-color: var(--black);
}

.container_quote {
  border-top: 1px solid var(--light_grey);
  background-color: var(--black);
  border-bottom: 0 #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 150vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container_presentation {
  z-index: 3;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.container_presentation_text {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 55%;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.container_presentation_text.presentation_text_outro {
  width: 45%;
  padding-right: 0;
}

.container_presentation_image {
  z-index: 2;
  border: 1px solid var(--light_grey);
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 45%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.presentation_photo {
  object-fit: fill;
  flex: 0 auto;
  align-self: center;
  max-width: none;
  height: 110%;
  min-height: 110%;
  display: block;
}

.presentation_photo.display_mobile {
  display: none;
}

.border_marquee_wrapper {
  z-index: 3;
  border-top: 1px solid var(--light_grey);
  border-bottom: 1px solid var(--light_grey);
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  height: 70px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border_marquee_wrapper.height_auto {
  height: auto;
}

.border_marquee_wrapper.border_dark {
  border-bottom: 1px solid var(--black);
  border-top-color: var(--black);
}

.hero_home {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 92vw;
  height: 93vh;
  margin-bottom: 10vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_bg_image {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.layout_black {
  z-index: 3;
  background-color: #1a1a1a38;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header_title_container {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.header_text_container {
  z-index: 4;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.asterisk {
  height: 40px;
  margin-top: 32px;
  margin-left: 8px;
  font-size: .4em;
  font-weight: 100;
  line-height: 1em;
}

.header_container_definition {
  flex: 0 auto;
  align-self: auto;
}

.header_container_definition.width_1-3 {
  justify-content: flex-start;
  margin-top: -12px;
  margin-left: 5%;
  display: flex;
}

.header_container_ic_scroll {
  flex: 0 auto;
  align-self: auto;
}

.header_container_ic_scroll.width_1-3 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4vw;
  display: flex;
  position: relative;
  inset: 0%;
}

.header_definition {
  color: var(--light_grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Stelvio, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.2;
}

.ic_sroll {
  color: var(--light_grey);
  text-align: center;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 15px;
  transform: rotate(90deg);
}

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

.text-span-2 {
  margin-right: 4px;
  padding-right: 0;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 100;
}

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

.full-width {
  flex: none;
  width: 110%;
  max-width: 110%;
  height: auto;
  position: relative;
}

.h3_hero {
  color: var(--light_grey);
  letter-spacing: -.5px;
  text-transform: none;
  white-space: nowrap;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1em;
  display: flex;
}

.container_baseline {
  z-index: 4;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% auto auto 10%;
}

.background-video {
  height: 100%;
}

.landscape_image_container {
  z-index: 2;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  width: 75%;
  display: flex;
  position: relative;
}

.width_100 {
  flex: none;
  width: auto;
  min-width: 100%;
}

.width-100 {
  width: auto;
  min-height: 100%;
}

.width-100.display_mobile {
  display: none;
}

.parallax_images {
  z-index: 2;
  margin-bottom: 32vh;
  position: relative;
}

.flex_container {
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
  padding: 8vw 4vw 0;
  display: flex;
}

.flex_container_vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.section_localisation {
  z-index: 1;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 32vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.localisation_content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 4vw;
  display: flex;
}

.localisation_title {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-right: 4vw;
  display: flex;
}

.localisation_cta {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.localisation_title_container {
  flex: none;
  justify-content: center;
  width: 100%;
  height: 13vw;
  display: flex;
  position: relative;
}

.localiation_title {
  text-align: center;
  letter-spacing: -3px;
  width: 100%;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 13vw;
  line-height: 1;
}

.localiation_title.outline_dark {
  color: var(--light_grey);
  display: block;
}

.localiation_title.outline_dark.pos_absolute {
  inset: 0% 0% auto;
}

.localiation_title.outline_dark.pos_absolute.z-index_1 {
  z-index: 1;
}

.localiation_title.pos_absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.localiation_title.pos_absolute.z-index_2 {
  z-index: 2;
}

.flex-container_horiz {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.localiation_content_text {
  letter-spacing: -1.5px;
  white-space: normal;
  margin-bottom: 8px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 3.5vw;
  line-height: 1;
}

.section_5_axes {
  z-index: 1;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110vh;
  display: flex;
  position: relative;
}

.paragraph_dark {
  opacity: .99;
  color: var(--light_grey);
  letter-spacing: .1px;
  text-transform: none;
  width: 30vw;
  margin-bottom: 0;
  font-family: Stelvio, Arial, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.9vw;
  display: flex;
}

.paragraph_dark.mt-4vw {
  margin-top: 4vw;
}

.paragraph_dark.mt-4vw.width-100 {
  opacity: 1;
  color: var(--black);
  text-transform: uppercase;
  width: 80%;
  min-width: 80%;
  min-height: auto;
  margin-top: 0;
  font-size: 1.1vw;
  line-height: 1.3;
}

.paragraph_dark.mt-4vw.contact_text {
  opacity: 1;
  color: var(--black);
  text-transform: uppercase;
  flex-direction: column;
  width: 24vw;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 5vh;
  font-size: 1vw;
  line-height: 1.3;
}

.paragraph_dark.mt-4vw.contact_text.mb-0 {
  width: auto;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 0;
}

.exposant_text {
  letter-spacing: 1px;
  margin-left: 6px;
  font-family: Stelvio, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: .9em;
}

.layout_black_marquee {
  z-index: 2;
  background-color: #1a1a1a0f;
  max-width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.container_big_img {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.big_image_wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.big-image {
  z-index: 2;
  object-fit: cover;
  align-self: flex-start;
  max-width: none;
  height: 120%;
  display: block;
  position: relative;
}

.container_vert_text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: sticky;
  inset: 0% 0% 0% auto;
}

.vertical_text.text_on_dark {
  color: var(--light_grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 64px;
  margin-right: -54px;
  font-size: 15px;
  position: relative;
  transform: rotate(-90deg);
}

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

.quote_line_mask {
  min-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
}

.quote_line_mask.text_intro_mask {
  align-items: center;
  min-width: auto;
  display: flex;
  position: relative;
}

.quote_line_mask._w-60 {
  align-self: flex-end;
  min-width: 77%;
}

.column_right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 96vh;
  display: flex;
}

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

.container_cta.display_mobile {
  display: none;
}

.container_cta.pos_absolute.w_auto {
  z-index: 4;
  width: auto;
  position: absolute;
  inset: auto -95px 10% auto;
}

.container_cta.pos_absolute.w_auto.reflexo {
  display: flex;
}

.container_cta.pos_absolute.w_auto.reflexo.cta_mobile_reflexo, .container_cta.pos_absolute.w_auto.reflexo.cta_mobile_massage {
  display: none;
}

.container_cta.pos_absolute.w_auto.physio {
  display: flex;
}

.container_cta._w-auto {
  width: auto;
}

.cta_wrapper {
  width: 12rem;
  height: 12rem;
  font-family: Stelvio, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.cta_circle {
  z-index: 5;
  background-color: var(--black);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(1);
}

.cta_circle.border_light {
  border: 1px solid var(--light_grey);
}

.cta_content_text {
  z-index: 6;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cta_circle_white {
  z-index: 3;
  background-color: var(--light_grey);
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta_circle_black {
  z-index: 1;
  background-color: var(--black);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta_circle_black.border_light {
  border: 1px solid var(--light_grey);
}

.cta_content_text_black {
  z-index: 4;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cta_content_text_white {
  z-index: 2;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.menu_container {
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 4vw;
  padding-top: 8px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.nav_link_2 {
  color: var(--light_grey);
  margin-bottom: 2px;
  margin-right: 0;
  padding: 0;
  font-size: 1.1vw;
  font-weight: 300;
  text-decoration: none;
}

.nav_link_2:hover {
  color: var(--light_grey);
}

.nav_link_2.w--current {
  opacity: .6;
  color: var(--light_grey);
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.body_soins {
  background-color: var(--light_grey);
  color: var(--black);
  cursor: none;
  font-family: Stelvio, Arial, sans-serif;
  font-size: 16px;
}

.section_bg_hero {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  margin-top: -88px;
  display: flex;
  position: relative;
}

.big_image {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.big_image.image_next_soin {
  height: 100%;
  min-height: 100%;
  position: absolute;
}

.bold_text_container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  padding-top: 8vw;
  display: flex;
  position: relative;
  transform: translate(0, -32vh);
}

.page_title_soin {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  padding-top: 24vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.caption_title_soins {
  color: var(--black);
  height: 33px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.caption_container {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.flex_column {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex_row {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.container_sticky_cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.soin_section_01 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.tryptique_column_left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.tryptique_column_center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.tryptique_column_right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  padding-top: 30vw;
  display: flex;
  position: relative;
}

.soins_section_01_title {
  color: var(--black);
  text-align: center;
  letter-spacing: -5px;
  width: 100%;
  padding: 8px 4px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 6.5vw;
  font-weight: 500;
  line-height: 1;
}

.soins_container_sticky_cta {
  z-index: 998;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 39vh;
}

.soins_why_text_container {
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 48px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.soins_why_text_container.mb-0 {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.soins_why_text_container.mb-0.pt-0 {
  padding-top: 0;
}

.soins_why_text_container.mb-0.border_bottom_black {
  border-bottom-style: solid;
}

.h5_objectifs {
  color: var(--black);
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 48px;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 3.25vw;
  font-weight: 400;
  line-height: 1.1;
}

.h5_objectifs.mt-0 {
  margin-top: 0;
}

.soins_caption_description {
  color: var(--black);
  letter-spacing: .1px;
  text-transform: uppercase;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Stelvio, Arial, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.3;
}

.soins_caption_description._w-100 {
  line-height: 1.3;
}

.container_soins_why_image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.soin_section_02 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 12vw 8vw;
  display: flex;
}

.absolute_container_cta {
  width: 12rem;
  height: 100%;
  padding-top: 39vh;
  padding-bottom: 39vh;
  position: absolute;
  inset: 0% auto;
}

.soin_section_03 {
  border-top: 1px solid #000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.soins_tech_text_container {
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 48px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.soins_tech_text_container.mb-0 {
  margin-bottom: 0;
  padding-top: 48px;
  padding-left: 32px;
  padding-right: 32px;
}

.soins_tech_text_container.mb-0.pt-0 {
  border: 1px #000;
  flex-direction: column;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.soins_tech_text_container.mb-16vw {
  border-bottom: 0 #0000;
  margin-bottom: 16vw;
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
}

.soins_tech_text_container.mb-16vw.pt-0 {
  padding-left: 0;
  padding-right: 0;
}

.soins_tech_text_container.mb-0 {
  border-bottom: 0 #0000;
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
}

.soins_tech_text_container.mb-0.pt-0 {
  padding-left: 0;
  padding-right: 0;
}

.soins_tech_image {
  align-items: flex-start;
  display: flex;
}

.soins_tech_image.mb-96 {
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.container_flex_horiz {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.container_flex_horiz.space_between {
  justify-content: space-between;
}

.container_flex_horiz.align_end {
  align-items: center;
}

.section_02_container_image {
  background-image: url('../images/reflexo.jpg');
  background-position: 50%;
  background-size: cover;
  width: 12vw;
  height: 12vw;
  margin-top: 0;
  margin-right: 4vw;
}

.section_02_container_image.portrait_image {
  border: 1px solid var(--light_grey);
  background-image: url('../images/reflexo-01.jpg');
  background-repeat: no-repeat;
  min-width: 12vw;
  height: 19vw;
  margin-right: 8vw;
}

.section_02_container_image.portrait_image.massage_02 {
  border: 1px solid var(--light_grey);
  background-image: url('../images/massage-pain_02.jpg');
}

.section_02_container_image.landscape_image {
  border: 1px solid var(--light_grey);
  background-image: url('../images/reflexo-03.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 120%;
  width: 18vw;
  height: 14vw;
  margin-right: 0;
}

.section_02_container_image.landscape_image.massage_01 {
  border: 1px solid var(--light_grey);
  background-image: url('../images/massage__pain_01.jpg');
}

.next_title_soin {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.next_title_soin.title_blend_mode {
  z-index: 997;
}

.container_img_next_soin {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  height: 60vh;
  min-height: 60vh;
  margin-top: -88px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container_img_next_soin.height-80vh {
  height: 80vh;
  min-height: 80vh;
}

.thumb_next_soin {
  max-width: none;
  height: 100%;
}

.thumb_next_soin.next_physioscan {
  height: 100%;
  min-height: 100%;
}

.caption_next_container {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.caption_next_container.mb-42 {
  margin-bottom: 48px;
}

.caption_title_next_soin {
  color: var(--light_grey);
  height: 33px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.line_border_top {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.soin_why_image {
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.soin_why_image.img_soin_massage.display_mobile {
  display: none;
}

.strikethrough_line {
  background-color: var(--light_grey);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0%;
}

.soin_section_02_bg_full {
  z-index: 1;
  background-color: var(--black);
  width: 100vw;
  height: 100%;
  margin-left: 0;
  display: block;
  position: absolute;
}

.soin_section_02_bg_full.pl--8vw {
  width: 100%;
  inset: 0%;
}

.soins_cta_mobile {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: none;
}

.container_next_soin {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  text-decoration: none;
  display: block;
}

.bg_black_h-50 {
  z-index: 1;
  background-color: #000;
  width: 100vw;
  height: 100%;
  margin-left: 0;
  display: block;
  position: absolute;
}

.bg_black_h-50.h-50 {
  z-index: 0;
  width: 100vw;
  height: 50%;
  display: block;
}

.bg_black_h-50.h-50.bg_top {
  z-index: 1;
  display: none;
  inset: 0%;
}

.section_02_container_image_mobile {
  background-image: url('../images/reflexo.jpg');
  background-position: 50%;
  background-size: cover;
  width: 12vw;
  height: 12vw;
  margin-top: 0;
  margin-right: 4vw;
}

.section_02_container_image_mobile.landscape_image {
  background-image: url('../images/reflexo_03.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 120%;
  width: 18vw;
  height: 14vw;
}

.section_02_container_image_mobile.portrait_image_mobile {
  background-image: url('../images/reflexo_01.jpg');
  background-repeat: no-repeat;
  height: 19vw;
}

.container_pain_img_mobile {
  width: 100%;
  display: none;
}

.section_02_container_image_mobile_massage {
  background-image: url('../images/reflexo.jpg');
  background-position: 50%;
  background-size: cover;
  width: 12vw;
  height: 12vw;
  margin-top: 0;
  margin-right: 4vw;
}

.section_02_container_image_mobile_massage.landscape_image {
  background-image: url('../images/reflexo_03.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 120%;
  width: 18vw;
  height: 14vw;
}

.section_02_container_image_mobile_portrait {
  background-image: url('../images/reflexo.jpg');
  background-position: 50%;
  background-size: cover;
  width: 12vw;
  height: 12vw;
  margin-top: 0;
  margin-right: 4vw;
}

.section_02_container_image_mobile_portrait.portrait_image_mobile {
  background-image: url('../images/reflexo_01.jpg');
  background-repeat: no-repeat;
  height: 19vw;
}

.container_soins_technique_image {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.container_nav_link {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-left: 48px;
  display: flex;
  position: relative;
}

.underline_nav_link {
  background-color: var(--light_grey);
  color: var(--light_grey);
  width: 100%;
  height: 1px;
  position: relative;
  inset: auto 0% 0%;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.text_brand {
  z-index: 1000;
  color: var(--light_grey);
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

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

.bg_image_container {
  z-index: 1;
  background-image: url('../images/bg_hero_reflexologie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: absolute;
}

.bg_image_container.thumb_massage {
  background-image: url('../images/home-thumb_massage.jpg');
}

.bg_image_container.thumb_physioscan {
  background-image: url('../images/bg_hero-physioscan.jpg');
}

.full_black_layout {
  z-index: 2;
  background-color: #0000003d;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: absolute;
}

.container_presentation_text_image {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 0%;
  display: flex;
}

.container_presentation_flex_row {
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 48px;
  display: flex;
}

.container_presentation_name {
  z-index: 2;
  width: 55%;
  padding-right: 4vw;
  position: relative;
}

.horizontal_divider {
  background-color: var(--light_grey);
  width: 100%;
  height: 1px;
}

.contact_content_wrapper {
  z-index: 1;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.contact_title_container {
  flex: none;
  justify-content: center;
  width: 100%;
  height: 8em;
  display: flex;
  position: relative;
}

.contact_title {
  text-align: center;
  letter-spacing: -3px;
  width: 100%;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 13vw;
  line-height: 1;
}

.contact_title.pos_absolute {
  position: absolute;
  inset: 0% 0% auto;
}

.contact_title.pos_absolute.z-index_2 {
  z-index: 2;
  letter-spacing: -5px;
  font-size: 10vw;
}

.contact_phone_number {
  letter-spacing: -1.5px;
  white-space: nowrap;
  width: 100%;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 3vw;
  line-height: 1;
}

.contact_cta {
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.contact_ttile_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-right: 4vw;
  display: flex;
}

.contact_infos_divider {
  background-color: var(--black);
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin-top: 4px;
  display: block;
  overflow: hidden;
}

.contact_email {
  color: var(--black);
  letter-spacing: -3px;
  white-space: nowrap;
  width: 100%;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 4.4vw;
  line-height: 1;
  text-decoration: none;
}

.contact_infos_content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding-left: 4vw;
  display: flex;
}

.content_text_hero-physioscan {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  padding-top: 24vh;
  display: flex;
  position: relative;
}

.caption_container-physioscan {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.main_title_physioscan {
  justify-content: center;
  display: flex;
}

.content_nav_mobile {
  flex-direction: row;
  padding-bottom: 0;
  display: flex;
}

.section_quote {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24vh;
  margin-bottom: 16vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.content_left_quote {
  flex-direction: column;
  justify-content: center;
  width: 33%;
  min-width: 33%;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.content_right_quote {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 62%;
  min-width: 62%;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.number_quote {
  align-items: center;
  margin-top: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.quote_name {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2vw;
  position: absolute;
  inset: 0%;
}

.quote_name.name_03 {
  padding-top: 8px;
  line-height: 1.2vw;
  position: relative;
}

.quote {
  letter-spacing: -3px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 4.5vw;
  font-weight: 100;
  line-height: 1em;
  position: absolute;
}

.quote.quote_01 {
  letter-spacing: -1.7px;
  white-space: nowrap;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.container_quote_name {
  flex-direction: column;
  justify-content: flex-start;
  height: 1.4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider_quote {
  background-color: #0000;
  width: 100%;
  height: 50vh;
  min-height: 50vh;
}

.content_slide_quote {
  z-index: 999;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ic_navigation_quote {
  color: var(--black);
  font-family: Stelvio, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.btn_prev {
  border: 1px solid #00000052;
  border-radius: 80px;
  width: 42px;
  height: 42px;
  inset: auto auto 0% 24%;
}

.btn_prev:hover {
  border-color: #000000b3;
}

.btn_next {
  border: 1px solid #00000052;
  border-radius: 80px;
  width: 42px;
  height: 42px;
  inset: auto auto 0% 29%;
}

.btn_next:hover {
  border-color: #000000b3;
}

.slide-nav-2 {
  display: none;
}

.mask_line_quote {
  width: 100%;
  margin-top: -4px;
  position: relative;
  overflow: hidden;
}

.mask_line_quote.mobile_quote {
  display: none;
}

.border_top_bloc {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.border_bottom_bloc {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.numbers_quote {
  color: var(--black);
  width: 28px;
  height: 33px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.title_container_quote {
  flex: 1;
}

.header_section_quote {
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 6vw;
  padding-right: 4vw;
  display: flex;
}

.container_adress {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 12px;
  display: flex;
}

.footer_tangan {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin-bottom: 0;
  padding-left: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.flex-container_vertical {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.container_flex {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.footer_fact {
  color: var(--light_grey);
  text-align: center;
  letter-spacing: -3px;
  white-space: normal;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 4.5vw;
  line-height: 1;
}

.nav_footer {
  border-top: 1px solid var(--light_grey);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.site_map {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.link_nav_footer {
  color: var(--light_grey);
  text-transform: uppercase;
  padding-right: 48px;
  font-size: 1.2vw;
}

.footer_copyright {
  color: var(--light_grey);
  text-align: right;
  text-transform: uppercase;
  font-size: 1.2vw;
}

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

.footer_tangan_soin {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin-bottom: 0;
  padding-left: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.scroll_btn {
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page_transition {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.transition_text_in_01 {
  z-index: 1000;
  color: var(--light_grey);
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 2px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 2.2vw;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.mask_container_text_transition {
  overflow: hidden;
}

.page_transition_load {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition_text_out_01 {
  z-index: 1000;
  color: var(--light_grey);
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 2px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 2.2vw;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

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

.transition_text_out_02, .transition_text_in_02 {
  z-index: 1000;
  color: var(--light_grey);
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 2px;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 2.2vw;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.main_container {
  z-index: 1;
  background-color: var(--light_grey);
  position: relative;
}

.main_container.pt-4vw {
  padding-top: 4vw;
}

.soins_blocs_text {
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  line-height: 1.2;
}

.marquee_wrapper_take_care {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.marquee_wrapper_take_care.pt-24 {
  padding-top: 24px;
}

.marquee_wrapper_take_care.pt-24.pb-16 {
  z-index: 3;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.marquee_wrapper_take_care.pt-24.pb-16.justify_center {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.soin_marquee_fact {
  letter-spacing: .1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
}

.marquee_wrapper_soins {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.bg_dark_sections {
  height: auto;
}

.dark_bg_presentation {
  z-index: 1;
  background-color: var(--black);
  width: 100vw;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.cursor {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
}

.hover_image__inner {
  z-index: 1;
  background-image: url('../images/mobile_home_thumb_massage.jpg');
  background-position: 50%;
  background-size: auto 100%;
  width: 200px;
  height: 324px;
  margin-top: -162px;
  margin-left: -100px;
  position: absolute;
}

.hover_image__inner.hover_massage {
  background-image: url('../images/next_thumb_massage.jpg');
  background-size: auto 102%;
  border: 1px solid #000;
  overflow: hidden;
}

.hover_image__inner.hover_physioscan {
  background-image: url('../images/thumb_physioscan.jpg');
  background-position: 50%;
  border: 1px solid #000;
}

.hover_image__inner.hover_reflexologie {
  background-image: url('../images/mobile_home_thumb_reflexologie.jpg');
  background-size: auto 102%;
  border: 1px solid #000;
}

.title_next_container {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title_next_container.mt--32 {
  margin-top: -32px;
}

.container_next_soin_mob {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  text-decoration: none;
  display: none;
}

.cursor_wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-span-5 {
  letter-spacing: -8px;
  font-weight: 100;
}

.texte_link {
  font-weight: 400;
  text-decoration: underline;
}

.container_mail {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.contact_image {
  background-image: url('../images/cabinet_tangan.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #000;
  width: 100%;
  height: 33vh;
  margin-top: 32px;
  margin-bottom: 48px;
  display: none;
}

.email_link {
  letter-spacing: -1.5px;
  font-size: 3vw;
}

.h1-2 {
  color: #f5f5f5;
  letter-spacing: -5px;
  text-transform: none;
  white-space: nowrap;
  font-family: Saoldisplay, Times New Roman, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.h1-2.thin_text {
  font-size: 112px;
  font-weight: 100;
  line-height: 1.3;
}

.h1-2.thin_text.bold_text_marquee {
  letter-spacing: -10px;
  text-transform: uppercase;
  font-size: 15vw;
  font-weight: 400;
  line-height: 1em;
}

.background_container_full_width-3 {
  z-index: 1;
  background-color: #000;
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.background_holder-2.pos_fixed {
  display: block;
  position: fixed;
}

.big-img_section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 120vh;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.text-span-7 {
  font-size: 1.3vw;
  font-weight: 400;
}

.bg_image_container_mob {
  z-index: 1;
  background-image: url('../images/home-thumb_reflexologie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: none;
  position: absolute;
}

.bg_image_container_mob.thumb_massage {
  background-image: url('../images/home-thumb_massage.jpg');
}

.bg_image_container_mob.thumb_physioscan {
  background-image: url('../images/bg_hero-physioscan.jpg');
}

.soin_why_image_mob {
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  display: none;
}

.text-block, .submit-button, .body-2 {
  font-family: Stelvio, Arial, sans-serif;
}

.heading-2 {
  font-weight: 400;
}

.ic_map {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

html.w-mod-js [data-ix="tab-title"], html.w-mod-js [data-ix="tab-title-2"], html.w-mod-js [data-ix="tab-title-3"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="tab-button"] {
  opacity: 0;
  transform: scale(.8)rotate(-10deg);
}

html.w-mod-js [data-ix="fade-in-block"], html.w-mod-js [data-ix="fade-in-block-2"], html.w-mod-js [data-ix="fade-in-block-3"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="fade-in-menu"] {
  opacity: 0;
}

html.w-mod-js [data-ix="page-title"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="page-title-2"], html.w-mod-js [data-ix="404-button"] {
  opacity: 0;
  transform: scale(.93);
}

html.w-mod-js [data-ix="field-fade-in-on-scroll"], html.w-mod-js [data-ix="field-fade-in-on-scroll-2"] {
  opacity: 0;
}

html.w-mod-js [data-ix="display-none-fake-menu-bar"] {
  transform: translate(-10px);
}

html.w-mod-js [data-ix="intro-icon"], html.w-mod-js [data-ix="intro-icon-2"], html.w-mod-js [data-ix="intro-icon-3"] {
  opacity: 0;
}

html.w-mod-js [data-ix="dropdown-list"] {
  opacity: 0;
  height: 0;
}

@media screen and (min-width: 1280px) {
  .h1.h1_body {
    font-size: 7.5vw;
  }

  .h1.h1_body.mb_12 {
    letter-spacing: -5px;
  }

  .h1.thin_text.font-30.dark_text {
    color: var(--black);
  }

  .h1.text_black, .h1.title_next_soin_blend_mode {
    letter-spacing: -9px;
  }

  .section_img_text {
    grid-template-columns: 1.75fr 2fr;
  }

  .h3.light_grey_color {
    max-width: 50%;
    font-size: 30px;
    line-height: 42px;
  }

  .border_marquee_wrapper.border_dark {
    border-top-color: var(--black);
    border-bottom-color: var(--black);
  }

  .h3_hero {
    font-size: 30px;
    font-weight: 100;
  }

  .section_bg_hero {
    margin-bottom: 0;
  }

  .big_image.image_next_soin {
    width: 33%;
    position: absolute;
  }

  .caption_container {
    margin-bottom: 24px;
  }

  .tryptique_column_right {
    padding-top: 28vw;
  }

  .soins_why_text_container {
    padding-left: 48px;
  }

  .soins_why_text_container.mb-0 {
    width: 100%;
  }

  .h5_objectifs {
    font-weight: 400;
  }

  .soins_tech_text_container {
    padding-left: 48px;
  }

  .soins_tech_text_container.mb-0 {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .soins_tech_text_container.mb-16vw {
    border: 1px #000;
  }

  .soins_tech_text_container.mb-0 {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .container_img_next_soin {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    margin-top: -88px;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .caption_title_next_soin {
    font-size: 24px;
    font-weight: 100;
  }

  .contact_cta {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container_adress {
    padding-top: 32px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .h1.h1_body {
    font-size: 8vw;
  }

  .h1.h1_body.mb_12 {
    letter-spacing: -6px;
    line-height: .85em;
  }

  .h1.h1_body.mb_12.text_dark.regular_title.mr-8 {
    letter-spacing: -6px;
    padding-bottom: 8px;
  }

  .h1.h1_body.mb_12.text_dark.regular_title {
    letter-spacing: -6px;
  }

  .h1.title_soin {
    letter-spacing: -4px;
  }

  .section_img_text {
    grid-template-columns: 1.75fr 2.25fr;
  }

  .paragraph_on_white {
    font-size: 1vw;
    line-height: 1.4;
  }

  .mask_container_text {
    margin-top: -8px;
  }

  .mask_container_text.ptb-12 {
    margin-top: -12px;
    padding-top: 8px;
  }

  .h3.light_grey_color {
    max-width: 45%;
    font-size: 36px;
  }

  .h3.light_grey_color.ptb-32 {
    width: 100%;
  }

  .paragraph_on_dark {
    opacity: 1;
    font-size: 1vw;
    line-height: 1.4;
  }

  .paragraph_on_dark.presentation_text.mb-6vw {
    font-size: 1vw;
    line-height: 1.4;
  }

  .paragraph_on_dark.presentation_name {
    font-size: 1vw;
    line-height: 1.4vw;
  }

  .container_title_soins {
    margin-bottom: 24px;
  }

  .h3_hero {
    font-size: 2vw;
  }

  .container_baseline {
    margin-bottom: 24px;
  }

  .paragraph_dark.mt-4vw.width-100, .paragraph_dark.mt-4vw.contact_text {
    font-size: 1vw;
    line-height: 1.4;
  }

  .vertical_text.text_on_dark {
    letter-spacing: 1px;
    margin-right: -49px;
  }

  .container_cta {
    width: 100%;
  }

  .container_cta.pos_absolute {
    z-index: 3;
    position: absolute;
    inset: auto -95px 20% auto;
  }

  .container_cta.pos_absolute.w_auto {
    width: auto;
  }

  .cta_circle.border_light {
    border: 1px solid var(--light_grey);
  }

  .caption_title_soins {
    font-size: 24px;
    font-weight: 100;
  }

  .caption_container {
    margin-bottom: 32px;
    font-size: 21px;
  }

  .tryptique_column_right {
    padding-top: 27vw;
  }

  .soins_why_text_container.mb-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .h5_objectifs {
    padding-left: 48px;
    padding-right: 48px;
  }

  .soins_caption_description {
    width: 80%;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 1vw;
    line-height: 1.4;
  }

  .soins_caption_description._w-100 {
    width: 100%;
  }

  .soins_tech_text_container.mb-0 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .soins_tech_text_container.mb-16vw, .soins_tech_text_container.mb-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .soins_tech_image.mb-96 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }

  .caption_title_next_soin {
    font-weight: 100;
  }

  .caption_container-physioscan {
    margin-bottom: 32px;
  }

  .quote.quote_01 {
    letter-spacing: -2px;
  }

  .marquee_wrapper_take_care.pt-24.pb-16.justify_center {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .h1.h1_body.mb_12 {
    letter-spacing: -7px;
    line-height: .85em;
  }

  .h1.h1_body.mb_12.text_dark.regular_title.mr-8, .h1.h1_body.mb_12.text_dark.regular_title {
    letter-spacing: -7px;
  }

  .h1.title_soin {
    letter-spacing: -5px;
  }

  .h1.thin_text {
    line-height: 1.4;
  }

  .h1.thin_text.font-30.dark_text {
    line-height: 1.3;
  }

  .container_marquee {
    height: 70px;
    margin-left: -96px;
  }

  .section_img_text {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 2.25fr;
    align-content: stretch;
    justify-items: stretch;
    padding-left: 4vw;
    padding-right: 8vw;
  }

  .section_2_content_text {
    font-size: 17px;
  }

  .mask_container_text.ptb-12, .mask_container_text.p-soins-title, .mask_container_text.mt_-12 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .title_container.mb-16 {
    margin-bottom: 32px;
  }

  .image_container.pr-4vw {
    display: flex;
  }

  .overlay {
    opacity: 1;
  }

  .border_image {
    width: 100%;
  }

  .h3.light_grey_color {
    max-width: 35%;
  }

  .h3.light_grey_color.ptb-32 {
    letter-spacing: -3px;
  }

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

  .photo.photo_01 {
    object-fit: fill;
    position: relative;
  }

  .photo.photo_02 {
    position: relative;
  }

  .photo.photo_03 {
    height: 150%;
    position: relative;
  }

  .photo.photo_01_mobile {
    object-fit: fill;
    height: 150%;
    position: relative;
  }

  .photo.photo_02_mobile, .photo.photo_03_mobile {
    height: 150%;
    position: relative;
  }

  .photo_container {
    z-index: 1;
    height: 40vh;
    margin-bottom: 33vh;
    position: relative;
  }

  .photo_container.mb-40vh, .photo_container.mb-10vw {
    height: 480px;
  }

  .paragraph_on_dark {
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.4vw;
  }

  .paragraph_on_dark.presentation_text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2vw;
    line-height: 1.6vw;
  }

  .paragraph_on_dark.presentation_text.mt-6vw {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph_on_dark.presentation_text.mb-6vw {
    margin-top: 0;
  }

  .paragraph_on_dark.presentation_name {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lightvertical_line {
    z-index: 0;
    width: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .lightvertical_line.left {
    background-color: var(--light_grey);
  }

  .lightvertical_line.center {
    background-color: var(--light_grey);
    left: 50%;
  }

  .lightvertical_line.right {
    background-color: var(--light_grey);
    inset: 0% 0% 0% auto;
  }

  .container_presentation {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .presentation_photo {
    height: 100%;
  }

  .border_marquee_wrapper {
    overflow: hidden;
  }

  .border_marquee_wrapper.height_auto {
    height: auto;
  }

  .border_marquee_wrapper.border_dark {
    height: 76px;
  }

  .hero_home {
    overflow: hidden;
  }

  .full-width {
    width: 110%;
  }

  .h3_hero {
    letter-spacing: -1px;
    font-weight: 100;
  }

  .background-video {
    height: 100%;
  }

  .landscape_image_container {
    font-size: 17px;
  }

  .width-100 {
    width: auto;
  }

  .width-100.hide_display_mobile {
    min-width: 100%;
  }

  .section_localisation {
    z-index: 1;
    position: relative;
  }

  .localiation_content_text {
    margin-bottom: 12px;
  }

  .paragraph_dark {
    font-size: 1.2vw;
    font-weight: 300;
    line-height: 1.6vw;
  }

  .paragraph_dark.mt-4vw.contact_text {
    line-height: 1.6vw;
  }

  .paragraph_dark.mt-4vw.contact_text.mb-0 {
    line-height: 1vw;
  }

  .cta_wrapper.calendybuttonmassage.quote_cta {
    width: 14rem;
    height: 14rem;
    max-height: 14rem;
  }

  .nav_link_2 {
    font-size: .9vw;
  }

  .section_bg_hero {
    margin-top: -110px;
  }

  .caption_title_soins {
    font-size: 28px;
    font-weight: 100;
  }

  .caption_container {
    margin-bottom: 32px;
  }

  .tryptique_column_right {
    padding-top: 25vw;
  }

  .soins_why_text_container.mb-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .h5_objectifs {
    letter-spacing: -3px;
  }

  .soins_caption_description {
    width: 80%;
  }

  .soins_caption_description._w-100 {
    width: 90%;
  }

  .absolute_container_cta {
    width: 14rem;
  }

  .soins_tech_text_container.mb-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .container_img_next_soin {
    margin-top: -112px;
  }

  .caption_title_next_soin {
    font-size: 30px;
    font-weight: 100;
  }

  .soin_section_02_bg_full, .bg_black_h-50 {
    margin-left: 0;
  }

  .container_presentation_flex_row {
    height: auto;
  }

  .contact_content_wrapper {
    z-index: 1;
    position: relative;
  }

  .contact_infos_content {
    margin-right: 8px;
  }

  .quote.quote_01 {
    letter-spacing: -2.2px;
  }

  .btn_prev {
    left: 27.5%;
  }

  .btn_next {
    left: 31%;
  }

  .container_adress {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .footer_tangan {
    position: relative;
  }

  .link_nav_footer, .footer_copyright {
    font-size: 1vw;
  }

  .footer_tangan_soin {
    z-index: 1;
    position: relative;
  }

  .soins_blocs_text {
    color: #2b2b2b;
    font-size: 20px;
    line-height: 1;
  }

  .marquee_wrapper_take_care.pt-24.pb-16.justify_center {
    justify-content: center;
  }

  .h1-2.thin_text {
    line-height: 1.4;
  }

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

  .ic_map {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 21px;
  }

  p {
    line-height: 21px;
  }

  .menu-button {
    z-index: 1500;
    background-color: #000;
    margin-top: 0;
    margin-left: 0;
    padding: 10px 15px;
    position: relative;
  }

  .menu-button.w--open {
    opacity: 0;
  }

  .menu-icon {
    margin-left: 0;
    font-size: 32px;
  }

  .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-title {
    margin-bottom: 16px;
    font-size: 36px;
  }

  .header-title._2 {
    font-size: 18px;
  }

  .footer {
    padding-top: 40px;
  }

  .bottom-footer-block {
    margin-top: 40px;
  }

  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .close-menu {
    top: 30px;
    left: 30px;
  }

  .body {
    cursor: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1.h1_body.mb_12 {
    margin-bottom: 0;
    font-size: 9vw;
  }

  .h1.h1_body.mb_12.text_dark.regular_title.mr-8, .h1.h1_body.mb_12.text_dark.regular_title {
    font-size: 7.7vw;
  }

  .h1.h1_body.main_title_quote {
    font-size: 9vw;
  }

  .h1.title_soin {
    font-size: 8vw;
  }

  .h1.header_title_v2 {
    font-size: 20vw;
  }

  .h1.text_black, .h1.title_next_soin_blend_mode {
    letter-spacing: -7px;
    font-size: 15vw;
  }

  .cta_text {
    font-size: 14px;
    line-height: 1.4em;
  }

  .container_marquee {
    margin-left: -24px;
  }

  .container_marquee.position_static.blur_marquee, .container_marquee.position_static.marquee_3_soins {
    width: 100vw;
  }

  .section_img_text {
    flex-direction: column-reverse;
    height: auto;
    margin-top: 0%;
    margin-bottom: 16vh;
    padding: 0 0;
    display: flex;
  }

  .section_2_content_text {
    align-items: flex-start;
    margin-bottom: 32px;
    padding-left: 0;
  }

  .paragraph_on_white {
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
  }

  .mask_container_text {
    margin-top: -8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mask_container_text.ptb-12.mt-0 {
    width: 100%;
  }

  .mask_container_text.mt_-12 {
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mask_container_text.mt--16 {
    margin-top: -8px;
  }

  .mask_container_text.ptb-0 {
    margin-top: 0;
  }

  .title_container.mb-16 {
    min-width: 100%;
    margin-bottom: 16px;
  }

  .image_container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80vh;
    margin-right: 0;
  }

  .image_container.pr-4vw {
    object-fit: fill;
    width: 50vw;
    min-width: 50vw;
    height: 75vh;
    margin-top: 0;
    padding-right: 0;
    overflow: visible;
  }

  .border_image {
    object-fit: cover;
  }

  .menu-button-2 {
    z-index: 3;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 26px;
    padding: 0;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  ._100_vh {
    margin-left: -24px;
  }

  .h3.light_grey_color {
    max-width: 65%;
    font-size: 30px;
    line-height: 40px;
  }

  .h3.light_grey_color.ptb-32 {
    letter-spacing: -2px;
    font-size: 6.5vw;
    line-height: 1.4;
  }

  .h3.bold_text_intro {
    font-size: 7.5vw;
  }

  .h3.bold_text_pain {
    font-size: 6vw;
  }

  .background_container_full_width {
    margin-left: -24px;
    inset: 0%;
  }

  .background_container_full_width.margin_left_back {
    margin-left: -24px;
  }

  .column-2 {
    padding-left: 4vw;
  }

  .paragraph_on_dark {
    width: 320px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph_on_dark.presentation_text {
    margin-top: 8vw;
    margin-bottom: 8vw;
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph_on_dark.presentation_text.mt-6vw {
    letter-spacing: -1px;
  }

  .paragraph_on_dark.presentation_text.mb-6vw {
    font-size: 16px;
    line-height: 22px;
  }

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

  .paragraph_on_dark.mb-24.section_03_paragraph {
    width: 90%;
  }

  .paragraph_on_dark.mt-64 {
    width: 22vw;
  }

  .paragraph_on_dark.home_soin_description {
    width: 80%;
    margin-top: 24px;
  }

  .container_quote {
    height: 75vh;
    margin-left: -24px;
  }

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

  .container_presentation_image {
    height: 75vh;
  }

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

  .hero_home {
    width: 100vw;
    height: 100vh;
    margin-bottom: 10vh;
    margin-left: -24px;
  }

  .header_bg_image {
    align-self: flex-start;
  }

  .header_title_container {
    margin-top: 8vw;
  }

  .header_container_definition.width_1-3 {
    margin-top: -24px;
    margin-left: 32px;
  }

  .header_container_ic_scroll.width_1-3 {
    height: 6vw;
  }

  .header_definition {
    font-size: 16px;
  }

  .full-width {
    align-self: flex-start;
    width: 160%;
    max-width: 160%;
    position: relative;
  }

  .h3_hero {
    letter-spacing: -.5px;
    font-size: 4vw;
    font-weight: 400;
  }

  .container_baseline {
    flex-direction: row;
  }

  .landscape_image_container {
    align-self: flex-end;
    width: 60vw;
    padding-left: 0;
  }

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

  .parallax_images {
    margin-bottom: 24vw;
  }

  .flex_container {
    flex-direction: column-reverse;
  }

  .flex_container_vertical {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .section_localisation {
    height: 100vh;
    margin-left: -24px;
    padding-top: 8vw;
    padding-bottom: 48px;
  }

  .localisation_content {
    flex-direction: column;
    flex: none;
    justify-content: space-around;
    width: 100%;
    height: auto;
    margin-top: 48px;
    padding-left: 0;
  }

  .localisation_title {
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    width: 100%;
    height: auto;
    margin-bottom: 8vw;
    padding-right: 0;
  }

  .localisation_cta {
    border-style: none;
    border-top-width: 1px;
    border-top-color: var(--black);
    border-bottom-width: 1px;
    border-bottom-color: var(--black);
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .localisation_title_container {
    width: auto;
  }

  .localiation_title.pos_absolute.z-index_2 {
    font-size: 24vw;
    line-height: .7;
    position: relative;
  }

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

  .localiation_content_text {
    letter-spacing: -2px;
    width: auto;
    margin-bottom: 8px;
    font-size: 6vw;
  }

  .section_5_axes {
    opacity: 1;
    margin-left: -24px;
  }

  .paragraph_dark {
    width: 380px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph_dark.mt-4vw.width-100 {
    opacity: 1;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.3;
  }

  .paragraph_dark.mt-4vw.contact_text {
    opacity: 1;
    text-align: center;
    width: 49%;
    min-width: auto;
    height: auto;
    margin-bottom: 3vh;
    font-size: 15px;
    line-height: 1.3;
  }

  .paragraph_dark.mt-4vw.contact_text.mb-0 {
    line-height: 1;
  }

  .column_right {
    align-self: flex-end;
    height: auto;
  }

  .container_cta {
    display: none;
  }

  .container_cta.display_mobile, .container_cta.pos_absolute.w_auto.massage {
    display: flex;
  }

  .container_cta._w-auto {
    margin-top: 48px;
    margin-bottom: 48px;
    display: flex;
    position: relative;
  }

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

  .menu_container {
    align-items: center;
    height: 8vw;
    padding: 16px 1.4rem;
  }

  .nav_link_2 {
    color: var(--black);
    margin-left: 0;
    font-size: 10vw;
    line-height: 1em;
  }

  .nav_link_2:hover {
    color: var(--nav-link);
  }

  .nav_link_2.w--current {
    color: var(--current-nav);
    line-height: 1em;
  }

  .body_soins {
    cursor: auto;
  }

  .section_bg_hero {
    margin-top: -48px;
  }

  .big_image {
    width: 50%;
  }

  .bold_text_container {
    width: 80%;
  }

  .page_title_soin {
    padding-top: 16vh;
  }

  .flex_column {
    align-self: flex-end;
  }

  .flex_column.align_top {
    align-self: flex-start;
  }

  .flex_row {
    align-items: flex-start;
  }

  .soin_section_01 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .tryptique_column_left {
    width: 100%;
    height: auto;
    padding-top: 8vh;
    padding-bottom: 8vh;
    position: relative;
  }

  .tryptique_column_center {
    display: none;
  }

  .tryptique_column_right {
    width: 100%;
    padding-top: 0;
  }

  .soins_section_01_title {
    letter-spacing: -4px;
    font-size: 12vw;
  }

  .h5_objectifs, .h5_objectifs.mt-0 {
    font-size: 6vw;
  }

  .absolute_container_cta {
    display: none;
  }

  .soin_section_03 {
    flex-direction: column;
  }

  .container_flex_horiz.align_end {
    justify-content: center;
  }

  .section_02_container_image.portrait_image {
    width: 16vw;
    height: 24vw;
  }

  .section_02_container_image.landscape_image {
    width: 24vw;
    height: 18vw;
    margin-right: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .next_title_soin {
    height: auto;
    margin-top: 16vh;
  }

  .container_img_next_soin {
    margin-top: -48px;
    display: flex;
  }

  .container_img_next_soin.height-80vh {
    margin-top: -64px;
  }

  .soin_section_02_bg_full {
    margin-left: 0;
  }

  .soins_cta_mobile {
    display: flex;
  }

  .container_next_soin {
    height: auto;
    margin-top: 24vh;
    display: none;
  }

  .bg_black_h-50 {
    margin-left: 0;
  }

  .bg_black_h-50.h-50.bg_top {
    margin-left: -24px;
  }

  .section_02_container_image_mobile.landscape_image {
    width: 24vw;
    height: 18vw;
    margin-right: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .section_02_container_image_mobile.portrait_image_mobile {
    width: 16vw;
    height: 24vw;
  }

  .section_02_container_image_mobile_massage.landscape_image {
    width: 24vw;
    height: 18vw;
    margin-right: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .section_02_container_image_mobile_portrait.portrait_image_mobile {
    width: 16vw;
    height: 24vw;
  }

  .container_nav_link {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .underline_nav_link {
    display: none;
  }

  .nav-menu {
    z-index: 0;
    background-color: var(--light_grey);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-top: 0;
    display: flex;
    position: fixed;
    left: 0%;
    right: 0%;
  }

  .text_brand {
    color: var(--nav-link);
    font-size: 16px;
    line-height: .9em;
  }

  .brand_container {
    z-index: 3;
    margin-top: 5px;
    position: relative;
  }

  .ic_burger_line {
    background-color: var(--nav-link);
    width: 32px;
    height: 1px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    transform: rotate(0);
  }

  .ic_burger_line.top_line, .ic_burger_line.bottom_line {
    transform: none;
  }

  .container_presentation_name {
    padding-right: 0;
  }

  .contact_content_wrapper {
    height: auto;
    padding-top: 8vw;
    padding-bottom: 48px;
    overflow: visible;
  }

  .contact_title_container {
    width: auto;
  }

  .contact_title.pos_absolute.z-index_2 {
    font-size: 24vw;
    line-height: .7;
    position: relative;
  }

  .contact_phone_number {
    letter-spacing: -2px;
    width: auto;
    margin-bottom: 8px;
    font-size: 5vw;
  }

  .contact_cta {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--black);
    border-bottom-width: 1px;
    border-bottom-color: var(--black);
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_ttile_column {
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    width: 100%;
    height: auto;
    margin-bottom: 8vw;
    padding-right: 0;
  }

  .contact_infos_divider {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .contact_email {
    letter-spacing: -2px;
    width: auto;
    font-size: 6vw;
  }

  .contact_infos_content {
    flex-direction: column;
    flex: none;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 48px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .content_nav_mobile {
    background-color: var(--light_grey);
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    min-height: 100vh;
    padding-bottom: 5vh;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }

  .content_left_quote {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
  }

  .content_right_quote {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
  }

  .number_quote {
    margin-top: 16px;
    position: relative;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .quote_name.name_03 {
    text-align: right;
    font-size: 18px;
  }

  .quote.quote_01 {
    letter-spacing: -2.5px;
    font-size: 5.5vw;
  }

  .container_quote_name {
    height: 2.5vw;
    font-size: 18px;
  }

  .slider_quote {
    height: 45vh;
    min-height: 45vh;
  }

  .content_slide_quote {
    flex-direction: column-reverse;
  }

  .btn_prev {
    margin-bottom: -80px;
    left: 0%;
  }

  .btn_next {
    margin-bottom: -80px;
    left: 12%;
  }

  .border_bottom_bloc {
    display: none;
  }

  .container_adress {
    border-bottom: 0 #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 4px;
  }

  .footer_tangan {
    width: 100vw;
    height: 100vh;
    margin-left: -24px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

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

  .container_flex {
    flex-direction: column;
    flex: none;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 48px;
    padding-left: 0;
  }

  .footer_fact {
    letter-spacing: -2px;
    width: auto;
    margin-bottom: 8px;
    font-size: 6vw;
  }

  .nav_footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .link_nav_footer {
    padding-right: 32px;
    font-size: 14px;
  }

  .footer_copyright {
    font-size: 14px;
  }

  .footer_tangan_soin {
    z-index: 999;
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .page_transition {
    z-index: 1000;
    display: none;
  }

  .transition_text_in_01 {
    font-size: 16px;
    line-height: .9em;
  }

  .transition_text_in_01.footer_energie {
    font-size: 24px;
  }

  .page_transition_load {
    z-index: 1000;
  }

  .transition_text_out_01 {
    font-size: 16px;
    line-height: .9em;
  }

  .transition_text_out_01.footer_energie {
    font-size: 24px;
  }

  .transition_text_out_02 {
    font-size: 16px;
    line-height: .9em;
  }

  .transition_text_out_02.footer_energie {
    font-size: 24px;
  }

  .transition_text_in_02 {
    font-size: 16px;
    line-height: .9em;
  }

  .transition_text_in_02.footer_energie {
    font-size: 24px;
  }

  .main_container, .main_container.pt-4vw {
    padding-top: 0;
  }

  .dark_bg_presentation {
    margin-left: -24px;
    inset: 0%;
  }

  .hover_image__inner {
    display: none;
  }

  .container_next_soin_mob {
    height: auto;
    margin-top: 24vh;
    display: block;
  }

  .cursor_wrapper {
    display: none;
  }

  .container_mail {
    align-items: center;
  }

  .contact_image {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .email_link {
    font-size: 5vw;
  }

  .h1-2.thin_text.bold_text_marquee {
    letter-spacing: -5px;
  }

  .background_container_full_width-3 {
    margin-left: -24px;
    inset: 0%;
  }

  .big-img_section-2 {
    margin-left: -24px;
  }

  .ic_map {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-container {
    width: 260px;
    padding-top: 10px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .header-title {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .header-title._2 {
    font-size: 16px;
  }

  .cta-stripe {
    padding: 50px 30px;
  }

  .bottom-footer-block {
    margin-top: 0;
    padding-bottom: 37px;
  }

  .footer-right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-mid, .footer-left {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-column {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-icon {
    margin-right: 50px;
  }

  .body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1.h1_body.mb_12 {
    letter-spacing: -4px;
    margin-bottom: 8px;
  }

  .h1.h1_body.mb_12.text_white.regular_title {
    text-align: center;
    justify-content: flex-start;
  }

  .h1.h1_body.mb_12.text_white.regular_title.mr-8 {
    margin-right: 8px;
  }

  .h1.h1_body.mb_12.text_dark.regular_title {
    text-align: center;
    justify-content: flex-start;
  }

  .h1.h1_body.mb_12.text_dark.regular_title.mr-8 {
    letter-spacing: -2px;
    margin-right: 8px;
    font-size: 9vw;
  }

  .h1.h1_body.mb_12.text_dark.regular_title {
    text-align: center;
    letter-spacing: -2px;
    justify-content: flex-start;
    font-size: 9vw;
  }

  .h1.h1_body.mb_12.text_dark.regular_title.mr-8 {
    margin-right: 8px;
  }

  .h1.h1_body.main_title_quote {
    letter-spacing: -4px;
  }

  .h1.title_soin {
    letter-spacing: -1px;
    font-size: 9vw;
  }

  .container_marquee {
    margin-left: -16px;
  }

  .container_marquee.position_static.blur_marquee {
    display: none;
  }

  .container_marquee.position_static.blur_marquee.mobile_marquee {
    display: flex;
  }

  .container_marquee.position_static.marquee_3_soins {
    display: none;
  }

  .section_img_text {
    margin-top: 0%;
    margin-bottom: 12vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph_on_white {
    width: 100%;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .mask_container_text.ptb-12.mt-0 {
    width: auto;
  }

  .mask_container_text.p-soins-title {
    margin-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .mask_container_text.mt_-12 {
    margin-right: 4px;
  }

  .title_container {
    margin-bottom: 8px;
  }

  .title_container.mb-16 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .image_container {
    height: 100vh;
  }

  .image_container.pr-4vw {
    height: auto;
    margin-top: 12vh;
  }

  .overlay {
    display: none;
  }

  .menu-button-2 {
    padding-bottom: 4px;
  }

  ._100_vh {
    height: auto;
    margin-left: -16px;
  }

  .bold_numbers_section {
    width: 100%;
    margin-bottom: 48px;
  }

  .bold_numbers_section.mt-0 {
    margin-bottom: 128px;
  }

  .h3.light_grey_color {
    max-width: 75%;
    font-size: 24px;
    line-height: 32px;
  }

  .h3.light_grey_color.ptb-32 {
    letter-spacing: -3px;
    font-size: 7vw;
  }

  .full_height_content {
    flex-direction: column;
    padding-left: 4vw;
  }

  .background_container_full_width {
    width: 100vw;
    margin-left: -16px;
  }

  .background_container_full_width.margin_left_back {
    margin-left: -16px;
  }

  .content-section {
    padding-top: 96px;
  }

  .column-1 {
    display: none;
  }

  .column-2 {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .photo.photo_01 {
    flex: 0 auto;
    width: 100%;
    height: 400px;
    margin-top: 64px;
    display: flex;
  }

  .photo.photo_02 {
    flex: 0 auto;
    width: 100%;
    height: 400px;
    display: flex;
  }

  .photo.photo_01_mobile {
    flex: 0 auto;
    width: 100%;
    height: 400px;
    margin-top: 64px;
    display: flex;
  }

  .photo.photo_01_mobile.mt-64 {
    border: 1px solid var(--light_grey);
    background-image: url('../images/mobile_home_thumb_reflexologie.jpg');
    display: block;
  }

  .photo.photo_02_mobile {
    flex: 0 auto;
    width: 100%;
    height: 400px;
    display: flex;
  }

  .photo.photo_02_mobile.mt-64 {
    border: 1px solid var(--light_grey);
    background-image: url('../images/mobile_home_thumb_massage.jpg');
    margin-top: 64px;
    display: block;
  }

  .photo.photo_03_mobile {
    flex: 0 auto;
    width: 100%;
    height: 400px;
  }

  .photo.photo_03_mobile.mt-64 {
    border: 1px solid var(--light_grey);
    margin-top: 64px;
    display: block;
  }

  .content_soins.soin_01 {
    align-items: center;
    position: relative;
  }

  .content_soins.soin_02 {
    position: relative;
  }

  .content_soins.soin_02.mt-128 {
    align-items: center;
    margin-top: 128px;
  }

  .content_soins.soin_02.mt-128.mt-192 {
    margin-top: 192px;
  }

  .content_soins.soin_03 {
    position: relative;
  }

  .content_soins.soin_03.mt-128 {
    align-items: center;
    margin-top: 128px;
  }

  .content_soins.soin_03.mt-128.mt-192 {
    margin-top: 192px;
  }

  .paragraph_on_dark {
    text-align: center;
    width: 100%;
    padding-left: 12vw;
    padding-right: 12vw;
    line-height: 24px;
  }

  .paragraph_on_dark.presentation_text {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph_on_dark.presentation_text.mt-6vw {
    margin-bottom: 48px;
    font-size: 7.3vw;
  }

  .paragraph_on_dark.presentation_text.mb-6vw {
    line-height: 24px;
  }

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

  .paragraph_on_dark.mb-24 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph_on_dark.mb-24.section_03_paragraph, .paragraph_on_dark.mt-64 {
    width: 100%;
  }

  .paragraph_on_dark.mt-64.text-align_left {
    opacity: 1;
    text-align: left;
    width: 66%;
    padding-left: 0;
    padding-right: 0;
    line-height: 21px;
  }

  .paragraph_on_dark.home_soin_description {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container_title_soins {
    z-index: 2;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
    display: flex;
    position: relative;
  }

  .container_title_soins.horizontal_align {
    flex-direction: row;
    justify-content: center;
  }

  .number_soin {
    display: flex;
    position: relative;
    inset: 0% auto;
  }

  .number_soin.opacity-0 {
    opacity: 1;
    position: relative;
  }

  .number_on_dark, .number_on_dark.number_move_vertical {
    font-size: 20px;
  }

  .number_on_dark.mr-4 {
    margin-right: 4px;
  }

  .lightvertical_line.left, .lightvertical_line.center, .lightvertical_line.right {
    display: none;
  }

  .horizontal_line {
    opacity: .73;
    margin-top: 2px;
    margin-right: 14px;
  }

  .horizontal_line.black_color {
    margin-right: 16px;
  }

  .container_quote {
    border-top-style: none;
    border-top-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    height: 100vh;
    margin-left: -16px;
  }

  .container_presentation {
    grid-template-columns: 1fr 12fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .container_presentation_text {
    width: 100%;
    margin-top: 48px;
  }

  .container_presentation_text.presentation_text_outro, .container_presentation_image {
    width: 100%;
  }

  .hero_home {
    margin-left: -16px;
  }

  .header_container_definition.width_1-3 {
    margin-top: -12px;
    margin-left: 23px;
  }

  .header_container_ic_scroll.width_1-3 {
    height: 8vw;
  }

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

  .container_baseline {
    flex-direction: row;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .landscape_image_container {
    align-self: flex-end;
    width: 60%;
  }

  .width_100 {
    min-width: auto;
    height: 100%;
    min-height: auto;
  }

  .parallax_images {
    margin-bottom: 24vw;
  }

  .flex_container {
    flex-direction: column-reverse;
  }

  .flex_container_vertical {
    align-items: center;
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section_localisation {
    margin-left: -16px;
  }

  .localiation_title.pos_absolute.z-index_2 {
    font-size: 36vw;
    line-height: .5;
  }

  .flex-container_horiz {
    flex-direction: column;
  }

  .section_5_axes {
    height: 110vh;
    margin-left: -16px;
  }

  .paragraph_dark {
    text-align: center;
    width: 100%;
    padding-left: 12vw;
    padding-right: 12vw;
    line-height: 24px;
  }

  .paragraph_dark.mt-4vw.width-100 {
    text-align: left;
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph_dark.mt-4vw.contact_text {
    text-align: center;
    width: 60%;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .container_cta.display_mobile {
    margin-top: 12vw;
  }

  .container_cta.pos_absolute.w_auto.reflexo {
    display: none;
  }

  .container_cta.pos_absolute.w_auto.reflexo.cta_mobile_reflexo, .container_cta.pos_absolute.w_auto.reflexo.cta_mobile_massage {
    display: flex;
    bottom: -80px;
    right: auto;
  }

  .container_cta.pos_absolute.w_auto.massage, .container_cta.pos_absolute.w_auto.physio {
    display: none;
  }

  .cta_wrapper {
    width: 10rem;
    height: 10rem;
  }

  .big_image.image_next_soin {
    width: 66%;
  }

  .caption_title_soins {
    font-size: 20px;
  }

  .flex_column {
    align-self: flex-start;
  }

  .flex_row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .container_flex_horiz.align_end {
    justify-content: center;
  }

  .container_img_next_soin.height-80vh {
    margin-top: -48px;
  }

  .caption_title_next_soin {
    font-size: 20px;
  }

  .soin_why_image {
    display: none;
  }

  .soin_why_image.img_soin_massage, .soin_why_image.img_soin_massage.display_mobile {
    display: block;
  }

  .soin_why_image.img_soin_massage.display_desktop {
    display: none;
  }

  .soin_section_02_bg_full, .bg_black_h-50 {
    width: 100vw;
    margin-top: -96px;
    margin-left: 0;
  }

  .bg_black_h-50.h-50.bg_top {
    margin-left: -16px;
  }

  .nav-menu {
    padding-top: 0%;
  }

  .bg_image_container {
    display: none;
  }

  .container_presentation_text_image {
    flex-direction: column-reverse;
  }

  .container_presentation_flex_row {
    flex-direction: column;
    padding-top: 24px;
  }

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

  .contact_content_wrapper {
    border-bottom: 0 #0000;
    padding-bottom: 0;
  }

  .contact_title.pos_absolute.z-index_2 {
    font-size: 24vw;
    line-height: 1;
  }

  .content_left_quote {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
  }

  .content_right_quote {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
  }

  .number_quote {
    display: flex;
    position: relative;
    inset: 0% auto;
  }

  .quote.quote_01 {
    font-size: 6vw;
  }

  .container_quote_name {
    margin-bottom: 8px;
  }

  .slider_quote {
    min-height: auto;
  }

  .content_slide_quote {
    flex-direction: column-reverse;
  }

  .btn_prev {
    margin-bottom: -64px;
    left: 0%;
  }

  .btn_next {
    margin-bottom: -64px;
    left: 12%;
  }

  .mask_line_quote {
    margin-bottom: 4px;
  }

  .border_bottom_bloc {
    display: none;
  }

  .numbers_quote {
    font-size: 20px;
  }

  .header_section_quote {
    margin-bottom: 16vw;
  }

  .footer_tangan {
    margin-left: -16px;
  }

  .flex-container_vertical {
    flex-direction: column;
  }

  .footer_fact {
    font-size: 7.3vw;
  }

  .mask_footer_fact {
    margin-bottom: 4px;
  }

  .footer_tangan_soin {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dark_bg_presentation {
    width: 100vw;
    margin-left: -16px;
  }

  .h1-2.thin_text.bold_text_marquee {
    letter-spacing: -5px;
  }

  .background_container_full_width-3 {
    width: 100vw;
    margin-left: -16px;
  }

  .big-img_section-2 {
    margin-left: -16px;
  }

  .bg_image_container_mob {
    background-image: url('../images/next_thumb_reflexo.jpg');
    background-position: 50%;
    background-size: cover;
    display: flex;
  }

  .bg_image_container_mob.thumb_massage {
    background-image: url('../images/next_thumb_massage.jpg');
  }

  .bg_image_container_mob.thumb_physioscan {
    background-image: url('../images/next_thumb_physioscan.jpg');
  }

  .soin_why_image_mob {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
  }

  p {
    font-size: 13px;
    line-height: 20px;
  }

  .button {
    margin-top: 6px;
  }

  .nav-menu-container {
    width: 220px;
    padding-top: 0;
  }

  .nav-link {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 12px;
  }

  .header-title {
    font-size: 16px;
    line-height: 17px;
  }

  .header-title._2 {
    font-size: 13px;
    line-height: 18px;
  }

  .cta-stripe {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bottom-footer-block {
    margin-top: 10px;
  }

  .some-button {
    width: 40px;
    height: 40px;
  }

  .bottom-footer-title {
    font-size: 30px;
  }

  .footer-column {
    padding-bottom: 20px;
  }

  .dropdown-icon {
    margin-right: 30px;
    font-size: 16px;
  }

  .dropdown-link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
  }

  .close-menu {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    top: 19px;
    left: 0;
    right: 30px;
  }

  .body {
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .h1.h1_body.mb_12 {
    text-align: left;
    letter-spacing: -3px;
    margin-bottom: 0;
    padding-bottom: 4px;
    font-size: 15vw;
  }

  .h1.h1_body.mb_12.text_dark.regular_title.mr-8 {
    letter-spacing: -2px;
    font-size: 14vw;
  }

  .h1.h1_body.mb_12.text_dark.regular_title {
    letter-spacing: -2px;
    margin-bottom: 0;
    font-size: 14vw;
  }

  .h1.h1_body.main_title_quote {
    letter-spacing: -3px;
    font-size: 15vw;
  }

  .h1.title_soin {
    letter-spacing: -1px;
    font-size: 15vw;
    line-height: 1em;
  }

  .h1.thin_text.font-24 {
    font-size: 26px;
  }

  .h1.header_title_v2 {
    font-size: 23vw;
  }

  .h1.text_black, .h1.title_next_soin_blend_mode {
    letter-spacing: -4px;
    font-size: 17vw;
  }

  .container_marquee {
    margin-left: -12px;
    position: relative;
  }

  .container_marquee.diagonal_marquee.color_light {
    width: 120vw;
    overflow: hidden;
  }

  .container_marquee.diagonal_marquee.bg_light {
    width: 120vw;
  }

  .container_marquee.position_static.blur_marquee.mobile_marquee {
    margin-top: 48px;
  }

  .container_marquee.position_static.marquee_5_axes {
    margin-top: 48px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .container_marquee.position_static.marquee_5_axes.mobile_marquee {
    display: flex;
  }

  .container_marquee.position_static.marquee_soin {
    padding-left: 0;
    padding-right: 0;
  }

  .loop_translate_text {
    margin-right: 20px;
    font-size: 15px;
  }

  .loop_translate_text.light_grey_color {
    font-size: 15px;
  }

  .section_img_text {
    margin-top: 0%;
    margin-bottom: 8vh;
    padding: 6vh 4vw 0;
  }

  .marquee_wrapper {
    position: relative;
  }

  .marquee.mr-256 {
    margin-right: 96px;
  }

  .marquee.mr-64 {
    margin-right: 48px;
  }

  .section_2_content_text {
    margin-bottom: 32px;
  }

  .paragraph_on_white {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .mask_container_text {
    margin-top: -8px;
  }

  .mask_container_text.ptb-12.mt-0 {
    margin-top: -8px;
    padding-bottom: 8px;
  }

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

  .mask_container_text.mt_-12 {
    margin-right: 6px;
  }

  .mask_container_text.mt--16 {
    margin-top: 0;
  }

  .title_container.mb-16 {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .image_container {
    height: 80vh;
  }

  .image_container.pr-4vw {
    width: 70vw;
    min-width: 70vw;
    margin-top: 10vh;
  }

  .overlay {
    display: none;
  }

  .menu-button-2 {
    z-index: 3;
    padding-right: 8px;
  }

  .menu-button-2.w--open {
    z-index: 3;
  }

  ._100_vh {
    opacity: 1;
    justify-content: flex-start;
    margin-left: -12px;
  }

  .bold_numbers_section {
    height: 100%;
    margin-bottom: 0;
  }

  .bold_numbers_section.mt-0 {
    width: 100%;
    margin-bottom: 0;
  }

  .h3.light_grey_color {
    max-width: 100%;
    padding: 48px 24px;
    font-size: 24px;
    font-weight: 100;
    line-height: 32px;
  }

  .h3.light_grey_color.ptb-32 {
    text-align: left;
    letter-spacing: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 7vw;
    font-weight: 400;
    line-height: 1.4;
  }

  .h3.light_grey_color.ptb-32.mobile_quote {
    letter-spacing: -1px;
    white-space: normal;
    height: auto;
    padding-top: 48vh;
    padding-bottom: 32vh;
    font-size: 10vw;
    font-weight: 400;
    display: flex;
  }

  .h3.bold_text_intro {
    letter-spacing: -1.5px;
    font-size: 9.5vw;
    font-weight: 400;
  }

  .h3.bold_text_pain {
    letter-spacing: -1.5px;
    white-space: nowrap;
    font-size: 8vw;
    font-weight: 400;
  }

  .bold_number.mtl-6.z-idx-998, .bold_number.z-idx-999, .bold_number.mtl-12.z-idx-997, .bold_number.mtl-18.z-idx-996, .bold_number.mtl-24.z-idx-995 {
    font-size: 50vh;
  }

  .full_height_content {
    height: 120vh;
    overflow: hidden;
  }

  .full_height_content.h-140vh {
    height: 140vh;
  }

  .background_container_full_width {
    margin-left: -12px;
    inset: 0%;
  }

  .background_container_full_width.margin_left_back {
    margin-left: 0;
  }

  .content-section {
    width: 100vw;
    margin-bottom: 0;
    margin-left: -12px;
    padding-top: 24vh;
    padding-right: 0;
  }

  .column-2 {
    width: 100vw;
  }

  .photo.photo_01_mobile.mt-64 {
    background-image: url('../images/mobile_home__thumb_reflexologie.jpg');
  }

  .photo.photo_02_mobile.mt-64 {
    background-image: url('../images/mobile_home__thumb_massage.jpg');
  }

  .photo.photo_03_mobile.mt-64 {
    background-image: url('../images/mobile_home__thumb_physioscan.jpg');
  }

  .content_soins.soin_02.mt-128 {
    margin-top: 128px;
  }

  .content_soins.soin_02.mt-128.mt-192, .content_soins.soin_03.mt-128.mt-192 {
    margin-top: 192px;
  }

  .paragraph_on_dark {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.4;
  }

  .paragraph_on_dark.presentation_text {
    margin-top: 16vw;
    margin-bottom: 16vw;
    font-size: 18px;
    line-height: 1.3;
  }

  .paragraph_on_dark.presentation_text.mt-6vw {
    letter-spacing: -.75px;
    margin-top: 48px;
    margin-bottom: 32px;
    font-size: 6.7vw;
    font-weight: 400;
    line-height: 1.2;
  }

  .paragraph_on_dark.presentation_text.mb-6vw {
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 1.4;
  }

  .paragraph_on_dark.presentation_name {
    font-size: 16px;
    line-height: 1.4;
  }

  .paragraph_on_dark.mt-64.text-align_left {
    text-align: left;
    width: 100%;
    margin-top: 32px;
    line-height: 1.3;
  }

  .number_soin {
    margin-bottom: 24px;
  }

  .number_on_dark, .number_on_dark.number_move_vertical {
    font-size: 16px;
    font-weight: 400;
  }

  .mask_container_number_small {
    height: 33px;
  }

  .horizontal_line {
    opacity: .73;
    margin-top: 2px;
    margin-right: 12px;
  }

  .horizontal_line.black_color {
    margin-left: 12px;
    margin-right: 12px;
  }

  .container_quote {
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: auto;
    min-height: 100vh;
    margin-left: -12px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .container_presentation {
    grid-template-rows: minmax(auto, .25fr) auto;
    grid-template-columns: 3fr;
    grid-auto-columns: 3fr;
    padding-left: 0;
    padding-right: 0;
  }

  .container_presentation_text {
    margin-top: 0;
  }

  .container_presentation_image {
    height: 80vh;
  }

  .presentation_photo {
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    display: block;
  }

  .presentation_photo.hide_display_mobile {
    display: none;
  }

  .presentation_photo.display_mobile {
    display: block;
  }

  .hero_home {
    height: auto;
    min-height: 100vh;
    margin-left: -12px;
    padding-bottom: 64px;
  }

  .header_title_container {
    margin-top: 48px;
  }

  .header_text_container {
    margin-bottom: 0;
  }

  .asterisk {
    margin-top: 8px;
  }

  .header_container_definition.width_1-3 {
    margin-top: 0;
    margin-left: 10px;
  }

  .header_container_ic_scroll.width_1-3 {
    display: none;
  }

  .full-width {
    align-self: center;
    width: auto;
    max-width: none;
    height: 180%;
    margin-left: 80%;
  }

  .h3_hero {
    font-size: 7vw;
    font-weight: 400;
  }

  .container_baseline {
    display: flex;
  }

  .landscape_image_container {
    width: 65vw;
    height: 100%;
  }

  .width-100 {
    display: block;
  }

  .width-100.display_mobile {
    height: auto;
    display: block;
  }

  .width-100.hide_display_mobile {
    display: none;
  }

  .parallax_images {
    margin-bottom: 0;
  }

  .flex_container_vertical {
    height: auto;
    margin-top: 24px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .flex_container_vertical.mt-32 {
    margin-top: 32px;
  }

  .section_localisation {
    height: 100vh;
    margin-bottom: 24vh;
    margin-left: -12px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .localisation_content {
    margin-top: 0;
  }

  .localisation_title {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .localisation_cta {
    border-style: none;
  }

  .localisation_title_container {
    line-height: 1;
  }

  .localisation_title_container.ml--32 {
    display: none;
  }

  .localiation_title {
    font-size: 42vw;
  }

  .localiation_title.outline_dark.pos_absolute.z-index_1 {
    display: none;
    position: relative;
  }

  .localiation_title.pos_absolute.z-index_2 {
    font-size: 42vw;
    line-height: 1.3;
    position: relative;
  }

  .flex-container_horiz {
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
    padding-top: 64px;
    padding-bottom: 20px;
  }

  .localiation_content_text {
    letter-spacing: -1px;
    font-size: 30px;
  }

  .section_5_axes {
    height: auto;
    margin-left: -12px;
  }

  .paragraph_dark {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 1.3;
  }

  .paragraph_dark.mt-4vw.width-100 {
    min-width: 100%;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 1.4;
  }

  .paragraph_dark.mt-4vw.contact_text {
    text-align: center;
    line-height: 1.2;
  }

  .wrapper_quote {
    display: none;
  }

  .quote_line_mask {
    padding-bottom: 8px;
  }

  .column_right {
    max-height: 190px;
    overflow: hidden;
  }

  .container_cta.display_mobile {
    margin-top: 24vh;
  }

  .cta_wrapper.calendybuttonmassage.quote_cta {
    display: block;
  }

  .menu_container {
    height: 15vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_link_2 {
    font-size: 12vw;
  }

  .nav_link_2.w--current {
    line-height: 1em;
  }

  .section_bg_hero {
    margin-top: -32px;
  }

  .bold_text_container {
    width: 100%;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page_title_soin {
    padding-top: 24vh;
  }

  .caption_title_soins {
    font-size: 20px;
    font-weight: 400;
  }

  .flex_column, .flex_column.ml_16vw {
    position: relative;
  }

  .soin_section_01 {
    border-top: 0 #0000;
  }

  .tryptique_column_left {
    padding-top: 0;
    padding-bottom: 8vh;
  }

  .soins_section_01_title {
    letter-spacing: -3px;
    font-size: 21vw;
  }

  .h5_objectifs, .h5_objectifs.mt-0 {
    font-size: 12vw;
  }

  .h5_objectifs.pt-0 {
    margin-top: 0;
  }

  .soins_caption_description {
    font-size: 16px;
    line-height: 1.4;
  }

  .soins_caption_description._w-100 {
    line-height: 1.4;
  }

  .soin_section_03 {
    border-top: 0 #0000;
  }

  .soins_tech_text_container.mb-0.pt-0, .soins_tech_text_container.mb-16vw {
    padding-left: 0;
    padding-right: 0;
  }

  .soins_tech_text_container.mb-16vw.pt-0 {
    padding-top: 0;
  }

  .soins_tech_text_container.mb-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .soins_tech_text_container.mb-0.pt-0 {
    padding-top: 0;
  }

  .section_02_container_image.portrait_image {
    z-index: 1;
    width: 28vw;
    height: 42vw;
    display: none;
    position: absolute;
  }

  .section_02_container_image.landscape_image {
    width: 34vw;
    height: 24vw;
    display: none;
  }

  .next_title_soin {
    margin-top: 0;
  }

  .container_img_next_soin {
    margin-top: -28px;
  }

  .container_img_next_soin.height-80vh {
    height: 60vh;
    min-height: 60vh;
    margin-top: -29px;
  }

  .thumb_next_soin {
    object-fit: cover;
  }

  .caption_next_container.mb-42 {
    margin-bottom: 42px;
  }

  .caption_title_next_soin {
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
  }

  .soin_why_image.img_soin_massage.display_mobile {
    min-width: auto;
    max-width: 100%;
  }

  .soin_section_02_bg_full {
    margin-left: -12px;
  }

  .soins_cta_mobile {
    height: 75vh;
  }

  .container_next_soin {
    margin-top: 16vw;
    padding-top: 48px;
  }

  .bg_black_h-50, .bg_black_h-50.h-50.bg_top {
    margin-left: -12px;
  }

  .section_02_container_image_mobile.landscape_image {
    z-index: 2;
    background-image: url('../images/reflexo_03_mob.jpg');
    align-self: flex-end;
    width: 70%;
    height: 46vw;
    margin-bottom: 64px;
    position: relative;
  }

  .section_02_container_image_mobile.portrait_image_mobile {
    z-index: 2;
    background-image: url('../images/reflexo_01_mob.jpg');
    width: 60%;
    height: 86vw;
    position: relative;
  }

  .container_pain_img_mobile {
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 16vw;
    display: flex;
    position: relative;
  }

  .section_02_container_image_mobile_massage.landscape_image {
    z-index: 2;
    background-image: url('../images/massage__pain_01_mob.jpg');
    align-self: flex-end;
    width: 70%;
    height: 46vw;
    margin-bottom: 64px;
    position: relative;
  }

  .section_02_container_image_mobile_portrait.portrait_image_mobile {
    z-index: 2;
    background-image: url('../images/massage-pain_02_mob.jpg');
    width: 60%;
    height: 86vw;
    position: relative;
  }

  .container_nav_link {
    align-items: flex-start;
  }

  .nav-menu {
    z-index: 0;
    justify-content: flex-end;
    padding-top: 0%;
    position: fixed;
    top: 0%;
    bottom: 0%;
  }

  .ic_burger_line.top_line {
    transform: rotate(0);
  }

  .ic_burger_line.bottom_line {
    margin-top: 8px;
    transform: none;
  }

  .contact_content_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact_title_container {
    height: 7em;
    line-height: 1;
    position: relative;
    overflow: hidden;
  }

  .contact_title {
    font-size: 42vw;
  }

  .contact_title.pos_absolute.z-index_2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 24vw;
    line-height: 1;
    position: relative;
  }

  .contact_phone_number {
    letter-spacing: -1px;
    font-size: 30px;
  }

  .contact_cta {
    border-style: none;
  }

  .contact_ttile_column {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 0;
  }

  .contact_infos_divider {
    margin-top: 2px;
  }

  .contact_email {
    letter-spacing: -1px;
    font-size: 30px;
  }

  .contact_infos_content {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content_nav_mobile {
    padding-bottom: 12vh;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_quote {
    margin-top: 12vh;
    margin-bottom: 32vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .quote_name.name_03 {
    padding-right: 4px;
    line-height: 1em;
  }

  .quote.quote_01 {
    letter-spacing: -.5px;
    font-size: 6.7vw;
  }

  .container_quote_name {
    height: 1.5em;
    margin-bottom: 4px;
  }

  .slider_quote {
    height: 60vh;
  }

  .btn_next {
    left: 19%;
  }

  .mask_line_quote {
    display: none;
  }

  .mask_line_quote.mobile_quote {
    display: block;
  }

  .numbers_quote {
    width: 19px;
    font-size: 16px;
  }

  .title_container_quote {
    width: 100%;
  }

  .header_section_quote {
    flex-direction: column-reverse;
  }

  .container_adress {
    border-top: 0 #0000;
  }

  .container_cta_quote {
    margin-bottom: 16vh;
    display: block;
  }

  .footer_tangan {
    height: 100vh;
    margin-left: -12px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-container_vertical {
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container_flex {
    flex: 1;
    height: auto;
    margin-top: 0;
  }

  .footer_fact {
    color: var(--light_grey);
    letter-spacing: -1.5px;
    margin-bottom: 0;
    font-size: 12vw;
    font-weight: 400;
    line-height: 1.2;
  }

  .nav_footer {
    border-top-color: var(--light_grey);
    flex-direction: row;
    align-items: flex-end;
    padding-top: 24px;
    padding-bottom: 16px;
    padding-left: 12px;
  }

  .site_map {
    flex-direction: column;
  }

  .link_nav_footer {
    color: var(--light_grey);
    margin-top: 8px;
    font-size: 16px;
  }

  .footer_copyright {
    color: var(--light_grey);
    font-size: 16px;
  }

  .mask_footer_fact {
    margin-bottom: 6px;
  }

  .mask_footer_fact.mt_-8 {
    margin-top: -8px;
    margin-bottom: 0;
  }

  .footer_tangan_soin {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page_transition {
    display: none;
  }

  .transition_text_in_01.footer_energie, .transition_text_out_01.footer_energie, .transition_text_out_02.footer_energie, .transition_text_in_02.footer_energie {
    font-size: 24px;
  }

  .soins_blocs_text {
    font-size: 18px;
  }

  .marquee_wrapper_take_care {
    position: relative;
  }

  .marquee_wrapper_take_care.pt-24.pb-16.justify_center {
    margin-left: 49px;
  }

  .marquee_wrapper_soins {
    position: relative;
  }

  .bg_dark_sections {
    padding-top: 16vh;
  }

  .dark_bg_presentation {
    margin-left: -12px;
    inset: 0%;
  }

  .container_next_soin_mob {
    margin-top: 16vw;
    padding-top: 48px;
  }

  .container_mail {
    margin-bottom: 32px;
  }

  .contact_image {
    height: 160px;
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .email_link {
    letter-spacing: -1px;
    font-size: 7vw;
  }

  .h1-2.thin_text.bold_text_marquee {
    letter-spacing: -2px;
    font-size: 15vw;
    line-height: 1em;
  }

  .background_container_full_width-3 {
    margin-left: -12px;
    inset: 0%;
  }

  .big-img_section-2 {
    border-top-style: none;
    border-top-width: 0;
    margin-left: -12px;
  }

  .wrapper_bold_numbers {
    width: 100%;
    height: 60%;
  }

  .ic_map {
    width: 16px;
    height: 16px;
  }
}

#w-node-_0c057705-d5c2-8aba-a440-75ebbbebf1b6-929aa335 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_44dc595a-371c-3c3f-4f73-e0eb552ce32a-929aa335 {
  grid-area: 1 / 2 / 3 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_44dc595a-371c-3c3f-4f73-e0eb552ce32a-929aa335 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Saoldisplay';
  src: url('../fonts/SaolDisplay-Thin.woff2') format('woff2'), url('../fonts/SaolDisplay-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saoldisplay';
  src: url('../fonts/SaolDisplay-Regular.woff2') format('woff2'), url('../fonts/SaolDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stelvio';
  src: url('../fonts/Stelvio_Regular.woff') format('woff'), url('../fonts/Stelvio_Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stelvio';
  src: url('../fonts/Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saoldisplay';
  src: url('../fonts/SaolDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}