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

@font-face {
  font-family: "Font awesome 5 free 400";
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --chocolate: #e96621;
  --floral-white-1: #fffcf5;
  --floral-white-2: #f8f3e8;
  --gainsboro: #dddad3;
  --dark-slate-grey: #3e3b36;
  --black-light: #373330;
  --floral-white: #f7f3ed;
  --old-lace: #eee7d7;
  --antique-white: #e7dec9;
  --coral: #ed844d;
  --linen-2: #ebe6db;
  --gradient-color-1: #3c3b3f33;
  --gradient-color-2: #605c3c80;
  --grey: #777;
  --silver: #bbb3ae;
  --light-grey: #d2c9c4;
  --black-footer: #1a1d1f;
  --linen: #eae0da;
  --gainsboro-2: #dfdad0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Vogue, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Vogue, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Vogue, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
}

a {
  color: var(--chocolate);
  font-family: Questrial, sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

li {
  padding-left: 5px;
}

blockquote {
  border-left: 5px solid var(--chocolate);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Questrial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-section {
  background-color: var(--floral-white-1);
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.brand {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.brand.w--current {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.brand.w--current:hover {
  text-decoration: none;
}

.hero-div-right {
  background-color: var(--floral-white-2);
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.nav-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.menu {
  border-right: 1px solid var(--gainsboro);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.top-bar {
  background-color: var(--dark-slate-grey);
  width: 30px;
  height: 2px;
}

.middle-bar {
  background-color: var(--dark-slate-grey);
  width: 30px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.bottom-bar {
  background-color: var(--dark-slate-grey);
  width: 30px;
  height: 2px;
}

.nav-link {
  z-index: 1;
  color: var(--black-light);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.white {
  color: var(--floral-white-1);
}

.nav-link.footer {
  color: var(--floral-white);
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.nav-link.white-small {
  color: var(--old-lace);
  font-size: 10px;
}

.nav-link.no-margin {
  margin-left: 0;
  margin-right: 10px;
}

.button {
  background-color: var(--antique-white);
  color: var(--black-light);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: color .2s ease-in-out;
}

.button:hover {
  color: #7e6e51;
  text-decoration: none;
}

.button.side-nav-button {
  background-color: var(--antique-white);
  margin-top: 20px;
  margin-left: 0;
}

.button.utility {
  background-color: var(--coral);
  margin-top: 10px;
  margin-left: 0;
}

.nav-social-link {
  color: var(--dark-slate-grey);
  margin-left: 30px;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

.nav-social-link:hover {
  text-decoration: none;
}

.nav-social-link.phone, .nav-social-link.rdv {
  display: none;
}

.nav-social-link.swissflag {
  cursor: default;
  border-radius: 8px;
  margin-left: 8px;
}

.nav-social-link.tiktok {
  margin-left: 8px;
}

.separator {
  background-color: var(--black-light);
  width: 100px;
  height: 1px;
  margin-right: 20px;
}

.separator.no-margin {
  width: 100px;
  height: 1px;
  margin-right: 0;
}

.wrapper {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-content-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 820px;
  display: flex;
}

.hero-content-block.sample-gallery {
  padding-left: 50px;
  padding-right: 50px;
}

.title-wrapper {
  align-items: center;
  display: flex;
}

.title-wrapper.margin-bottom {
  margin-bottom: 15px;
}

.title {
  color: var(--black-light);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.title.margin {
  margin-left: 20px;
  margin-right: 20px;
}

.title.bold {
  font-weight: 700;
}

.hero-link-block {
  color: var(--black-light);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.hero-link-block.margin-top {
  margin-top: 20px;
}

.hero-link-block.parcours {
  margin-left: 20px;
}

.link-circle-wrapper {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.arrow-icon {
  width: 20px;
}

.arrow-icon.large {
  width: 50px;
  margin-left: 15px;
}

.paragraph {
  color: var(--black-light);
  width: 100%;
  max-width: 610px;
  margin-bottom: 20px;
  padding-right: 20px;
}

.paragraph.collection {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.paragraph.width {
  max-width: 700px;
  margin-bottom: 0;
}

.paragraph.center {
  text-align: center;
  max-width: 900px;
  margin-bottom: 0;
}

.paragraph.about {
  max-width: 450px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 25px;
}

.paragraph.shipping-info {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.paragraph.footer {
  color: var(--floral-white);
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.paragraph.payment {
  color: var(--floral-white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.paragraph.copyright-info {
  color: var(--floral-white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
}

.hero-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hero-image {
  background-image: linear-gradient(#ffffff47, #ffffff47), url('../images/Dre-Gwenaelle-Volant-cabinet-esthetique-carouge-geneve-medecin-traitement-laser.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 43vw;
  height: 85vh;
  margin-bottom: -40px;
  display: flex;
  position: absolute;
  inset: auto 6% 0% auto;
}

.section {
  background-color: var(--floral-white-2);
  padding: 120px 30px;
}

.section.video {
  padding: 0;
}

.section.bg-white {
  background-color: var(--floral-white);
}

.section.bg-image {
  background-color: var(--floral-white);
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 0;
  display: flex;
}

.section.no-padding-top {
  padding-top: 0;
}

.section.height {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.about {
  background-color: var(--floral-white);
  justify-content: center;
  align-items: center;
  display: block;
}

.hero-image-inner-border {
  border: 1px solid var(--floral-white);
  width: 90%;
  height: 85vh;
  margin-top: 7vh;
  margin-left: auto;
  margin-right: auto;
}

.nav-hover {
  background-color: var(--antique-white);
  flex: 0 auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-hover.white {
  background-color: var(--antique-white);
  color: var(--antique-white);
}

.side-nav {
  z-index: 99;
  background-color: #333;
  width: 100%;
  max-width: 350px;
  height: 100vh;
  padding: 30px 50px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.menu-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.close-icon {
  cursor: pointer;
  width: 22px;
}

.menu-title {
  color: var(--floral-white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.side-nav-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  margin-top: 50px;
  margin-left: -15px;
  display: grid;
}

.side-nav-links-wrapper.padding-left {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding-left: 15px;
}

.fashion-collection-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.fashion-collection-wrapper.middle {
  padding-top: 100px;
}

.fashion-collection-wrapper.middle._01 {
  flex-flow: row-reverse wrap;
}

.fashion-collection-wrapper.middle.hidden._02 {
  display: none;
}

.fashion-collection-wrapper._02 {
  flex-flow: row-reverse wrap;
  padding-top: 100px;
}

.fashion-collection-wrapper._03 {
  padding-top: 100px;
}

.fashion-collection-wrapper.hidden {
  padding-top: 100px;
  display: flex;
}

.collection-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
  position: relative;
}

.collection-image {
  background-image: linear-gradient(#fff3, #fff3), url('../images/pexels-krivitskiy-17790894.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 850px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.collection-image:hover {
  text-decoration: none;
}

.collection-image.second {
  background-image: linear-gradient(#fff3, #fff3), url('../images/Traitement-IPL-Lumière-Pulsée-medecin-esthetique-carouge.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.collection-image.second:hover {
  text-decoration: none;
}

.collection-image.third {
  background-image: linear-gradient(#fff3, #fff3), url('../images/WhatsApp-Image-2025-04-07-à-09.54.42_5f1888eb.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.collection-image.fourth {
  background-image: linear-gradient(#fff3, #fff3), url('../images/d098d20d-a68a-4351-9b72-bc8258de0dad.jpeg');
}

.collection-image.fifth {
  background-image: linear-gradient(#fff3, #fff3), url('../images/pexels-ojhonferreira-14038165.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
  top: 0;
}

.collection-image.sixth {
  background-image: linear-gradient(#0000, #0000), url('../images/zone_intime_cabinet_medecine_esthetique_carouge.jpg');
}

.heading-h2 {
  color: var(--black-light);
  margin-top: 30px;
  margin-bottom: 30px;
}

.collection-number {
  color: var(--black-light);
  font-family: Playfair Display, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
}

.collection-number.large {
  font-size: 250px;
  line-height: 169px;
}

.collection-info-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  display: flex;
  position: relative;
}

.collection-info-block.right {
  align-items: flex-end;
}

.colection-link-arrow-icon {
  width: 20px;
}

.collection-title {
  z-index: 5;
  color: var(--black-light);
  margin-top: 90px;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  position: relative;
}

.collection-title.right {
  text-align: right;
}

.collection-image-border {
  border: 1px solid var(--floral-white);
  width: 100%;
  max-width: 540px;
  height: 850px;
  margin-top: 60px;
  position: absolute;
}

.collection-number-wrapper {
  border-bottom: 1px solid var(--black-light);
  margin-top: -50px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.zero-wrapper {
  justify-content: center;
  align-items: flex-end;
  margin-left: -30px;
  margin-right: 10px;
  display: flex;
  position: relative;
  transform: rotate(-30deg);
}

.zero-partition-line {
  background-color: var(--black-light);
  width: 1px;
  height: 138px;
  position: absolute;
}

.collection-link {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  display: flex;
  position: absolute;
  inset: auto -130px -25px auto;
}

.collection-link.right {
  margin-left: 0;
  margin-right: 20px;
  left: -130px;
  right: auto;
}

.collection-link-circle {
  border: 1px solid var(--black-light);
  border-radius: 50%;
  flex: none;
  width: 150px;
  height: 150px;
  position: absolute;
}

.link-circle {
  border: 1px solid var(--black-light);
  border-radius: 50%;
  flex: none;
  width: 70px;
  height: 70px;
  position: absolute;
}

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

.background-video {
  z-index: 1;
  filter: grayscale();
  width: 75%;
  height: 500px;
  position: relative;
}

.video-overlay {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-title-wrapper {
  background-color: var(--floral-white-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.video-lightbox-wrapper {
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  display: none;
  position: absolute;
}

.play-icon {
  width: 50px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 20px;
}

.table-wrapper {
  width: 100%;
  max-width: 1100px;
  margin-top: 50px;
}

.size-guide-table {
  border-top: 1px solid #999d9f;
  border-left: 1px solid #999d9f;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.table-cell-wrapper {
  flex: 1;
}

.table-cell-wrapper.left {
  flex: 0 auto;
  width: 100px;
}

.table-cell-wrapper.shipping {
  flex: 0 auto;
  width: 330px;
}

.table-cell {
  color: var(--black-light);
  text-align: center;
  border-bottom: 1px solid #999d9f;
  border-right: 1px solid #999d9f;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.table-cell.table-heading {
  background-color: #dfdad0;
}

.table-cell.table-heading.dark {
  background-color: var(--linen-2);
}

.table-cells-outer-wrapper {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.circle-line {
  background-color: var(--black-light);
  width: 1px;
  height: 40px;
  position: absolute;
  inset: auto auto 0%;
}

.circle-line.white {
  background-color: var(--floral-white);
  position: static;
}

.video-lightbox-inner-wrapper, .play-icon-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-content-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.about-content-block.second {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  position: relative;
}

.heading-h3 {
  color: var(--black-light);
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading-h3.center {
  text-align: center;
}

.about-second-image {
  background-image: linear-gradient(180deg, var(--gradient-color-1), var(--gradient-color-2)), url('../images/Gwenalle_volant_medecin_esthetique_carouge_geneve.jpg');
  filter: grayscale();
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 550px;
  min-height: 750px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
}

.about-second-image:hover {
  filter: none;
}

.faq-wrapper {
  background-color: var(--floral-white-1);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 30px 30px 10px;
}

.faq-dropdown {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  overflow: hidden;
}

.faq-dropdown.no-border {
  border-bottom-style: none;
}

.dropdown-toggle {
  color: var(--grey);
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 0;
  padding-right: 50px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  transition: color .3s ease-in-out;
  display: flex;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  color: var(--black-light);
}

.question {
  white-space: normal;
}

.dropdown-list {
  background-color: #0000;
  display: inline-block;
  position: relative;
}

.answer-wrapper {
  z-index: 9;
  margin-top: 10px;
  padding-bottom: 0;
  position: relative;
}

.faq-icon-wrapper {
  border: 1px solid var(--grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  inset: auto 0 auto auto;
}

.faq-icon-bar {
  background-color: var(--grey);
  width: 10px;
  height: 2px;
}

.faq-icon-bar-vertical {
  background-color: var(--grey);
  width: 2px;
  height: 10px;
  position: absolute;
}

.answer {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.answer.tarifs {
  margin-top: 15px;
}

.faq-link {
  transition: opacity .2s;
}

.faq-link:hover {
  opacity: .85;
}

.faq-categories {
  background-color: var(--floral-white-1);
  width: 100%;
  max-width: 420px;
  padding: 30px 30px 10px;
  position: sticky;
  top: 120px;
}

.faq {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.faq-category {
  color: var(--grey);
  border-bottom: 1px solid #0000001a;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: color .3s ease-in-out;
  display: block;
}

.faq-category:hover {
  color: var(--black-light);
  text-decoration: none;
}

.faq-category.w--current {
  color: var(--black-light);
}

.faq-category.no-border {
  border-bottom-style: none;
}

.faq-right-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox {
  background-color: #333;
  border-style: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--black-light);
  background-image: url('../images/12ico_checkbox.svg');
  background-size: 14px 14px;
  border-style: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.submit-button {
  background-color: var(--coral);
  color: var(--black-light);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #0000001a;
  padding: 15px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--chocolate);
}

.success-message {
  color: #333;
  text-align: center;
  background-color: #ebc6b633;
  border: 1px solid #0000001a;
  height: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.form-input {
  background-color: var(--linen-2);
  color: var(--black-light);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #0000001a;
  width: 100%;
  max-width: 472px;
  height: 60px;
  margin-bottom: 0;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.form-input::placeholder {
  color: var(--grey);
}

.form-input.email {
  max-width: 600px;
}

.form-input.phone {
  max-width: 344px;
}

.form-input.full-width {
  max-width: 960px;
  margin-bottom: 16px;
}

.form-input.utility {
  background-color: var(--floral-white-2);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.form-field-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.form-block {
  width: 960px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.form-text-link {
  color: var(--chocolate);
  text-decoration: underline;
  transition: opacity .2s;
}

.form-text-link:hover {
  opacity: .85;
  text-decoration: none;
}

.error-message {
  color: #333;
  text-align: center;
  background-color: #ebc6b633;
  border: 1px solid #0000001a;
  width: 100%;
  min-height: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.privacy-info-text {
  color: var(--grey);
  letter-spacing: 1px;
  width: 580px;
  margin-top: 20px;
  font-family: Questrial, sans-serif;
  line-height: 22px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 1px;
  margin-right: 30px;
  display: flex;
}

.meesage-wrapper {
  height: 300px;
  display: flex;
}

.checkbox-label {
  color: var(--black-light);
  text-align: left;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

.footer-title {
  color: var(--silver);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.payment-wrapper {
  border-top: 1px solid #303335;
  border-bottom: 1px solid #303335;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.payment-methods-block {
  display: flex;
}

.payment-icon {
  height: 24px;
  margin-left: 25px;
}

.copyright-info-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-span {
  color: #f1a379;
  margin-left: 2px;
  margin-right: 3px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 12px;
}

.lightbox {
  color: var(--black-light);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.lightbox:hover {
  text-decoration: none;
}

.template-page-links {
  align-items: center;
  display: flex;
}

.template-page-link {
  color: var(--light-grey);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.template-page-link:hover {
  color: var(--floral-white);
  text-decoration: none;
}

.dot {
  background-color: var(--silver);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: 20px;
  margin-right: 20px;
}

.webflow-link {
  color: var(--light-grey);
  transition: color .2s ease-in-out;
}

.webflow-link:hover {
  color: var(--floral-white);
  text-decoration: none;
}

.side-nav-text {
  color: #eee0bf;
  font-family: Questrial, sans-serif;
  font-size: 12px;
}

.side-nav-text-link {
  color: #fcf0d4;
  transition: color .2s ease-in-out;
}

.side-nav-text-link:hover {
  color: var(--floral-white);
  text-decoration: none;
}

.back-to-home-link {
  color: var(--black-light);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.back-to-home-link:hover {
  text-decoration: none;
}

.back-arrow {
  width: 15px;
  margin-right: 15px;
  transform: rotate(180deg);
}

.gallery-content-wrapper {
  align-items: center;
  width: 400vw;
  height: 100vh;
  display: flex;
}

.gallery-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-section {
  background-color: #fff;
  border-top: 60px #24242417;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.gallery-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.gallery-sticky-wrapper {
  background-color: var(--floral-white-1);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.gallery-image {
  background-image: linear-gradient(#00000026, #00000026), url('../images/12gallery_img_4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  height: 100vh;
}

.gallery-image.two {
  background-image: linear-gradient(#00000026, #00000026);
}

.gallery-image.four {
  background-image: linear-gradient(#00000026, #00000026), url('../images/28gallery_img_2.jpg');
}

.gallery-image.three {
  background-image: linear-gradient(#00000026, #00000026), url('../images/27gallery_img_1.jpg');
}

.gallery-image.five {
  background-image: linear-gradient(#00000026, #00000026), url('../images/29gallery_img_3.jpg');
}

.gallery-image.six {
  background-image: linear-gradient(#00000026, #00000026), url('../images/30gallery_img_4.jpg');
}

.gallery-image.hide {
  background-image: linear-gradient(#00000026, #00000026), url('../images/5Img_collection_1.jpg');
  display: none;
}

.gallery-images-wrapper {
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.gallery-scrollable-div {
  flex-wrap: wrap;
  align-items: center;
  width: 300vw;
  height: 100vh;
  display: flex;
}

.gallery-background-video {
  height: 100vh;
  display: block;
}

.social-icon {
  width: 18px;
}

.social-icon.swiss-flag {
  border-radius: 3px;
}

.table-title {
  color: var(--black-light);
  margin-bottom: 20px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.table-title.mobile-only {
  display: none;
}

.category-name {
  white-space: normal;
}

.footer-section {
  background-color: var(--black-footer);
  padding: 80px 30px 50px;
}

.style-guide-info {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.style-guide-info.margin-bottom {
  margin-bottom: 50px;
}

.style-guide-color {
  background-color: var(--floral-white-2);
  height: 160px;
}

.style-guide-color.third {
  background-color: var(--dark-slate-grey);
}

.style-guide-color.fifth {
  background-color: var(--linen);
}

.style-guide-color.nine {
  background-color: var(--silver);
}

.style-guide-color.second {
  background-color: var(--black-light);
}

.style-guide-color.seventh {
  background-color: var(--coral);
}

.style-guide-color.eight {
  background-color: var(--light-grey);
}

.style-guide-color.fourth {
  background-color: var(--gainsboro);
}

.style-guide-color.sixth {
  background-color: var(--chocolate);
}

.style-guide-color.ten {
  background-color: var(--grey);
}

.style-guide-color.eleven {
  background-color: var(--black-footer);
}

.style-guide-color.twelve {
  background-color: var(--gradient-color-1);
}

.style-guide-color.thirteen {
  background-color: var(--gradient-color-2);
}

.sg-color-name {
  color: #222;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.sg-color-card {
  border: 1px solid #0000001a;
  border-radius: 8px;
  padding: 12px;
}

.sg-colors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-text-wrapper {
  border: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
  padding: 40px 15px;
  display: flex;
}

.sg-text-wrapper.bg-color {
  background-color: var(--linen);
}

.sg-text-styles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

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

.rich-text p {
  color: var(--black-light);
  font-size: 16px;
  line-height: 20px;
}

.rich-text figcaption {
  color: var(--black-light);
  font-family: Questrial, sans-serif;
  font-weight: 400;
}

.rich-text blockquote {
  font-family: Questrial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.rich-text.style-guide {
  margin-top: 30px;
}

.rich-text.style-guide ul, .rich-text.style-guide ol {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wrapper.style-guide {
  background-color: #fff;
  padding: 30px;
}

.licence {
  padding: 60px;
}

.licence-photos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-image {
  width: 100%;
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.licenses {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.licence-paragraph {
  text-align: center;
  max-width: 750px;
  margin-top: 20px;
  margin-bottom: 0;
}

.style-guide-image {
  object-fit: cover;
  width: 100%;
  height: 144px;
}

.changelog {
  border: 1px solid #0000001a;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  max-width: 770px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.change-icon {
  width: 100%;
  max-width: 50px;
  margin-right: 30px;
}

.change-text {
  color: var(--black-light);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.utility-page-wrap {
  background-color: var(--floral-white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--linen-2);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 370px;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

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

.circle {
  border: 1px solid var(--black-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-icon {
  width: 24px;
}

.utility-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.shipping-table-cell {
  color: var(--black-light);
  text-align: left;
  border-bottom: 1px solid #999d9f;
  border-right: 1px solid #999d9f;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 142px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.shipping-table-cell.table-heading {
  background-color: var(--gainsboro-2);
}

.shipping-table-cell.table-heading.dark {
  background-color: var(--linen-2);
}

.shipping-table-cell-wrapper {
  flex: 1;
}

.shipping-table-cell-wrapper.left {
  flex: 0 auto;
  width: 100%;
  max-width: 250px;
}

.style-guide-button {
  background-color: var(--floral-white);
  color: var(--black-light);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: color .2s ease-in-out;
}

.style-guide-button:hover {
  color: var(--chocolate);
  text-decoration: none;
}

.style-guide-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.heading {
  font-size: 24px;
}

.instruction {
  border-bottom: 1px solid var(--old-lace);
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.gallery-text-section {
  background-image: linear-gradient(#00000026, #00000026), url('../images/12gallery_img_4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  height: 100vh;
}

.gallery-text-section.first {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-last {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  margin-top: 40px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin-top: 10px;
  display: flex;
}

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

.footer-link, .h4-white {
  color: var(--floral-white);
}

.h4-white:hover {
  border: 1px #000;
  text-decoration: none;
}

.code-embed {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: flex;
}

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

.div-block-3 {
  background-image: url('../images/logo_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  min-width: 100%;
  min-height: 80px;
}

.div-block-3.sfld {
  background-image: url('../images/sfld-gwenaelle-volant-medecin-esthetique.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.div-block-3.amge {
  background-image: url('../images/logo_amge.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.div-block-3.ecams {
  background-image: url('../images/M23-badge.png'), linear-gradient(#0000, #0000);
  background-size: auto 130%, auto;
}

.heading-6, .heading-7, .heading-8, .heading-9, .heading-10 {
  font-family: Vogue, sans-serif;
  font-weight: 400;
}

.link {
  color: var(--linen-2);
  font-weight: 400;
}

.link.black {
  color: var(--black-footer);
  margin-left: 2px;
  margin-right: 2px;
}

.image {
  width: 50px;
}

.link-block {
  margin-right: 5px;
}

.image-2 {
  width: 70px;
  margin-bottom: 5px;
}

.link-2 {
  color: #7e6e51;
  font-family: Questrial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.image-3 {
  position: absolute;
  inset: -2% -20% 0% auto;
}

.menu-2 {
  cursor: pointer;
  border-right: 1px solid #dddad3;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.top-bar-2 {
  background-color: #3e3b36;
  width: 30px;
  height: 2px;
}

.middle-bar-2 {
  background-color: #3e3b36;
  width: 30px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.bottom-bar-2 {
  background-color: #3e3b36;
  width: 30px;
  height: 2px;
}

.image-4 {
  width: 50px;
}

.accordion-wrapper {
  color: #000000bd;
  background-color: #fff0;
  border: 1px #00000029;
  border-radius: 12px;
  width: auto;
  margin-bottom: 20px;
  padding: 20px 0;
}

.heading-20 {
  color: #000;
}

.accordion-item {
  width: auto;
}

.accordion-item-trigger {
  color: #000000bd;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.lottie-animation-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 50px;
  min-width: 50px;
  display: flex;
}

.accordion-item-content {
  flex-flow: row;
  align-items: flex-start;
  height: auto;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.normal-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.normal-text.leftalign {
  text-align: left;
}

.div-block-21 {
  width: 65%;
  padding-right: 20px;
}

.div-block-21.without-img {
  width: 100%;
}

.columns-25 {
  width: 100%;
  padding-top: 20px;
}

.crafted-dropdown {
  background-color: #ecf6f800;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-wrapper-2 {
  color: #000000bd;
  background-color: #0000;
  border: 1px #0000001a;
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 20px 20px 0;
}

.accordion-wrapper-2.locationsdesalle {
  border-bottom-style: solid;
  border-bottom-color: #0000001a;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  padding-right: 0;
}

.accordion-item-trigger-2 {
  color: #000000bd;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.lottie-animation {
  color: #035c4c;
  width: 15px;
}

.accordion-item-content-2 {
  margin-bottom: 5px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.text-block-2 {
  color: #000;
  margin-top: 0;
}

.text-block-2.small-title {
  font-size: 18px;
  font-weight: 400;
}

.text-block-2.small-title.visible {
  text-transform: uppercase;
}

.div-block-220 {
  background-color: #ecf6f800;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 5px;
}

.lottie-animation-3 {
  color: #035c4c;
  width: 15px;
}

.text-block-3 {
  color: #000;
  margin-top: 0;
}

.text-block-3.small-title {
  font-size: 18px;
  font-weight: 400;
}

.text-block-3.small-title.visible {
  text-transform: uppercase;
}

.laser-more {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.qr-popup {
  z-index: 99999;
  background-color: #ffffffd1;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-221 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-5 {
  width: auto;
  height: 300px;
}

.link-3 {
  color: var(--black-light);
  margin-top: 20px;
  font-size: 19px;
}

.div-block-222 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.div-block-223 {
  background-color: #000;
  width: 25px;
  height: 1px;
  transform: rotate(45deg);
}

.div-block-223.second {
  position: absolute;
  transform: rotate(-45deg);
}

.special-click-on {
  cursor: pointer;
  text-decoration: underline;
}

.rich-text-block {
  color: #000000bd;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.bold-text {
  color: var(--black-light);
  cursor: auto;
}

.bold-text.clicackable {
  cursor: pointer;
}

.link-4, .link-5 {
  color: var(--black-light);
  cursor: pointer;
  text-decoration: underline;
}

.link-6 {
  color: #7e6e51;
  font-style: italic;
  text-decoration: underline;
}

.text-block-4 {
  color: var(--floral-white);
}

.slider {
  width: 80%;
  height: 100%;
  min-height: 600px;
}

.mask {
  height: 100%;
  min-height: 600px;
}

.slide {
  height: 100%;
  min-height: 600px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-2 {
  height: 100%;
  min-height: 600px;
}

.icon, .icon-2 {
  display: none;
}

.div-block-224 {
  filter: grayscale();
  background-image: url('../images/pexels-ivan-samkov-5659016.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  transition: all .2s;
}

.div-block-224:hover {
  filter: none;
}

.slide-nav {
  display: none;
}

.div-block-225 {
  filter: grayscale();
  background-image: url('../images/pexels-shvetsa-4586711.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  transition: all .2s;
}

.div-block-225:hover {
  filter: none;
}

.div-block-226 {
  filter: grayscale();
  background-image: url('../images/pexels-youssef-labib-92809001-9157201.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  transition: all .2s;
}

.div-block-226:hover {
  filter: none;
}

.div-block-227 {
  filter: grayscale();
  background-image: url('../images/pexels-gustavo-fring-3985354.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  transition: all .2s;
}

.div-block-227:hover {
  filter: none;
}

.div-block-227.cabinet {
  background-image: url('../images/cabinet-medical-du-cheval-blanc-medecine-esthetique-gwenaelle-volant.jpg');
}

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

.testimonial-column-light {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px #e4ebf3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 32px 60px;
  display: flex;
}

.testimonial-text-two {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 21px;
}

.testimonial-info-three {
  background-color: #f7f3ed00;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.image-6 {
  width: 60px;
}

.div-block-229 {
  margin-top: 20px;
}

.slider-2 {
  background-color: #fff0;
}

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

.icon-3, .icon-4 {
  color: #000;
  font-size: 25px;
}

.right-arrow {
  margin-left: 0;
  left: auto;
}

.italic {
  font-size: 14px;
  line-height: 18px;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 25px;
}

.list-item {
  margin-bottom: 10px;
}

.rich-text, .paragraph-3 {
  font-size: 16px;
  line-height: 25px;
}

.list-item-2 {
  line-height: 25px;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  font-size: 16px;
  line-height: 25px;
}

.pop-up-presentation-dr-volant {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.close-cross {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.close-cross:hover {
  transform: scale(1.2);
}

.line {
  background-color: #000;
  width: 25px;
  height: 1px;
  position: absolute;
  transform: rotate(45deg);
}

.line.reverse {
  transform: rotate(-45deg);
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  text-transform: capitalize;
  margin-bottom: 24px;
}

.testimonial-text-three {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-2.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
}

.testimonial-title {
  font-family: Questrial, sans-serif;
  font-style: italic;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 35px;
}

.div-block-230 {
  margin-left: 10px;
}

.paragraph-13, .paragraph-14, .paragraph-15 {
  font-size: 16px;
}

.paragraph-16 {
  line-height: 18px;
}

.paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26 {
  font-size: 16px;
  line-height: 25px;
}

.rich-text-block-2 {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32 {
  font-size: 16px;
  line-height: 25px;
}

.div-block-231, .div-block-232 {
  display: flex;
}

.initialpopup {
  z-index: 2147483647;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fffcf5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.close-cross-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.close-cross-wrapper:hover {
  transform: scale(1.2);
}

.close-cross-line {
  background-color: #000;
  width: 25px;
  height: 1px;
  position: absolute;
  transform: rotate(45deg);
}

.close-cross-line.reverse {
  transform: rotate(-45deg);
}

.div-block-233 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 940px;
  padding: 19px;
  display: grid;
  box-shadow: 0 2px 5px 2px #0003;
}

.heading-21 {
  text-align: left;
  font-size: 36px;
  line-height: 38px;
}

.paragraph-33 {
  font-size: 16px;
  line-height: 25px;
}

.image-7 {
  position: sticky;
  top: 25px;
}

.div-block-234 {
  filter: grayscale();
  outline-offset: -2px;
  mix-blend-mode: normal;
  background-image: url('../images/pexels-polina-tankilevitch-5540035.jpg');
  background-position: 50%;
  background-size: cover;
  outline: 1px #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: sticky;
  top: 10px;
}

.rich-text-block-3 {
  font-weight: 700;
}

.italic-text {
  font-size: 14px;
}

.div-block-235 {
  border: 1px solid #fff;
  width: 95%;
  height: 95%;
}

@media screen and (min-width: 1440px) {
  .accordion-wrapper {
    border-width: 1px;
    border-color: #0000001a;
    border-radius: 0;
  }

  .accordion-item-trigger {
    font-size: 24px;
    font-weight: 700;
  }

  .accordion-wrapper-2 {
    border-width: 1px;
    border-color: #0000001a;
    border-radius: 0;
  }

  .accordion-item-trigger-2 {
    font-size: 24px;
    font-weight: 700;
  }

  .div-block-233 {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 110px;
    line-height: 110px;
  }

  h2 {
    font-size: 90px;
    line-height: 90px;
  }

  h3 {
    font-size: 70px;
    line-height: 70px;
  }

  p {
    font-size: 21px;
    line-height: 37px;
  }

  .nav-link, .button {
    font-size: 14px;
  }

  .title, .hero-link-block {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph.collection, .paragraph.shipping-info, .paragraph.footer {
    font-size: 18px;
    line-height: 27px;
  }

  .paragraph.copyright-info {
    font-size: 16px;
  }

  .collection-image.sixth {
    background-image: linear-gradient(#0000, #0000), url('../images/zone_intime_cabinet_medecine_esthetique_carouge.jpg');
  }

  .collection-title {
    font-size: 110px;
    line-height: 110px;
  }

  .size-guide-table {
    width: 1200px;
    max-width: 1200px;
  }

  .table-cell-wrapper.left {
    width: 120px;
  }

  .table-cell {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .question, .answer {
    font-size: 18px;
    line-height: 27px;
  }

  .faq-category {
    font-size: 16px;
    line-height: 22px;
  }

  .checkbox.w--redirected-checked {
    width: 25px;
    height: 25px;
  }

  .submit-button {
    font-size: 14px;
    line-height: 22px;
  }

  .form-input {
    width: 540px;
    font-size: 14px;
    line-height: 22px;
  }

  .form-input.email {
    width: 650px;
  }

  .form-input.phone {
    width: 430px;
  }

  .form-input.full-width {
    width: 100%;
  }

  .form-block {
    width: 960px;
  }

  .privacy-info-text {
    width: 710px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .checkbox-label {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-title {
    font-size: 12px;
    line-height: 22px;
  }

  .payment-icon {
    height: 26px;
  }

  .social-icon {
    width: 22px;
  }

  .table-title {
    font-size: 18px;
    line-height: 27px;
  }

  .shipping-table-cell {
    height: 150px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  h3 {
    font-size: 35px;
    line-height: 35px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

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

  .hero-section {
    height: 750px;
    position: relative;
  }

  .nav-link {
    font-size: 10px;
    display: none;
  }

  .nav-link.white {
    margin-left: 0;
    display: block;
  }

  .nav-link.footer, .nav-link.white-small {
    display: block;
  }

  .button.side-nav-button {
    margin-top: 0;
  }

  .button.header {
    display: flex;
  }

  .nav-social-link {
    margin-left: 10px;
    display: block;
  }

  .nav-social-link.phone, .nav-social-link.rdv {
    display: block;
  }

  .separator.desktop-only {
    display: none;
  }

  .hero-content-block {
    max-width: 440px;
  }

  .hero-content-block.sample-gallery {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-link-block.margin-top {
    display: none;
  }

  .hero-link-block.parcours {
    margin-top: 20px;
    margin-left: 0;
  }

  .paragraph {
    max-width: 280px;
  }

  .paragraph.collection {
    max-width: 310px;
    font-size: 14px;
    line-height: 23px;
  }

  .paragraph.about {
    z-index: 1;
    max-width: 350px;
    position: relative;
  }

  .paragraph.shipping-info {
    max-width: 100%;
  }

  .paragraph.sample-gallery {
    max-width: 550px;
  }

  .hero-image {
    width: 380px;
    height: 550px;
    margin-bottom: 0;
    bottom: 40px;
    right: 5%;
  }

  .section {
    position: relative;
    overflow: hidden;
  }

  .section.bg-image {
    min-height: 500px;
  }

  .section.about {
    padding-top: 10px;
  }

  .hero-image-inner-border {
    height: 550px;
  }

  .side-nav-links-wrapper {
    margin-top: 30px;
    margin-left: 0;
  }

  .side-nav-links-wrapper.padding-left {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .collection-image {
    min-height: 600px;
  }

  .collection-number {
    font-size: 150px;
    line-height: 150px;
  }

  .collection-number.large {
    font-size: 200px;
    line-height: 120px;
  }

  .collection-info-block, .collection-info-block.right {
    width: 330px;
  }

  .collection-title {
    font-size: 60px;
    line-height: 60px;
  }

  .collection-image-border {
    width: 90%;
    height: 600px;
  }

  .zero-partition-line {
    height: 105px;
  }

  .collection-link {
    margin-left: 0;
    right: -90px;
  }

  .collection-link.right {
    margin-right: 0;
    left: -90px;
  }

  .collection-link-circle {
    width: 100px;
    height: 100px;
  }

  .background-video {
    height: 600px;
  }

  .table-cell-wrapper {
    flex: 1;
  }

  .table-cell-wrapper.left {
    flex: none;
  }

  .table-cell-wrapper.shipping {
    flex: none;
    width: 220px;
  }

  .table-cell {
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-cells-outer-wrapper {
    flex: 0 auto;
    max-width: 100%;
    overflow: scroll;
  }

  .about-second-image {
    max-width: 350px;
    min-height: 500px;
    bottom: 0;
    right: 0;
  }

  .faq-wrapper {
    max-width: 440px;
    padding: 20px;
  }

  .question, .answer {
    font-size: 14px;
    line-height: 23px;
  }

  .faq-categories {
    max-width: 240px;
    padding: 20px 20px 0;
  }

  .form-input {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 11px;
  }

  .form-input.email, .form-input.phone {
    max-width: 100%;
  }

  .form-input.full-width {
    width: 100%;
  }

  .form-field-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
  }

  .form-block {
    width: auto;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .payment-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .template-page-links {
    margin-top: 20px;
  }

  .gallery-content-wrapper {
    flex-direction: column;
    width: auto;
    height: auto;
  }

  .gallery-overflow-hidden-mask {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .gallery-section, .gallery-sticky-wrapper {
    height: auto;
  }

  .gallery-image, .gallery-image.two {
    flex: none;
    height: 650px;
  }

  .gallery-images-wrapper {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .gallery-scrollable-div {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: auto;
  }

  .gallery-background-video {
    height: 100%;
  }

  .table-title.mobile-only {
    display: block;
  }

  .style-guide-color {
    height: 100px;
  }

  .table-title-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .shipping-table-cell {
    align-items: flex-start;
    width: 260px;
  }

  .shipping-table-cell-wrapper {
    flex: 1;
  }

  .shipping-table-cell-wrapper.left {
    flex: none;
    max-width: 260px;
  }

  .gallery-text-section {
    flex: none;
    height: 650px;
  }

  .gallery-text-section.first {
    height: auto;
    padding: 100px 30px 80px;
  }

  .div-block-3 {
    max-width: 150px;
  }

  .image {
    width: 40px;
    display: inline-block;
  }

  .link-block {
    display: none;
  }

  .accordion-wrapper-2 {
    padding-right: 0;
  }

  .text-block-2 {
    display: none;
  }

  .text-block-2.small-title.visible {
    display: block;
  }

  .text-block-3 {
    display: none;
  }

  .text-block-3.small-title.visible {
    display: block;
  }

  .div-block-228.gwen {
    flex-flow: column;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

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

  .initialpopup {
    padding: 60px 20px 40px;
  }

  .div-block-233 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 30px;
    line-height: 30px;
  }

  h5 {
    font-size: 25px;
    line-height: 25px;
  }

  blockquote {
    line-height: 30px;
  }

  .navbar {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
  }

  .hero-section {
    flex-direction: column;
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: visible;
  }

  .hero-div-right {
    width: 45%;
  }

  .nav-left {
    flex: none;
  }

  .navigation {
    flex-direction: row;
    width: auto;
    min-width: 100%;
  }

  .button.header {
    padding: 10px;
  }

  .separator.desktop-only {
    display: block;
  }

  .hero-content-block, .paragraph, .paragraph.about, .paragraph.sample-gallery {
    max-width: 100%;
  }

  .hero-image {
    width: 100%;
    height: 600px;
    margin-top: 30px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .section {
    padding-top: 0;
  }

  .section.bg-white {
    padding-top: 20px;
  }

  .section.bg-image {
    min-height: 400px;
  }

  .section.about {
    padding-top: 20px;
  }

  .hero-image-inner-border {
    height: 600px;
    margin-top: 4vh;
  }

  .nav-hover {
    display: none;
  }

  .nav-hover.white {
    display: block;
  }

  .side-nav {
    overflow: scroll;
  }

  .fashion-collection-wrapper {
    flex-direction: column-reverse;
  }

  .fashion-collection-wrapper.middle {
    flex-direction: column;
  }

  .fashion-collection-wrapper.middle._01 {
    padding-top: 40px;
  }

  .fashion-collection-wrapper._02 {
    flex-flow: row-reverse wrap-reverse;
  }

  .collection-image.second {
    max-width: 100%;
  }

  .collection-image.fifth {
    position: relative;
  }

  .collection-info-block {
    width: 100%;
    margin-bottom: 50px;
  }

  .collection-info-block.right {
    text-align: right;
    width: 100%;
  }

  .collection-title {
    text-align: left;
  }

  .background-video {
    width: 100%;
    height: 460px;
  }

  .video-title-wrapper {
    width: 100px;
    height: 100px;
    font-size: 16px;
    line-height: 16px;
  }

  .video-lightbox-wrapper {
    width: 250px;
    height: 250px;
  }

  .table-cell-wrapper.shipping {
    width: 220px;
  }

  .table-cell {
    font-size: 12px;
    line-height: 18px;
  }

  .circle-line {
    height: 20px;
  }

  .about-content-block.second {
    justify-content: center;
    align-items: center;
  }

  .about-second-image {
    max-width: 100%;
    min-height: 550px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: static;
  }

  .faq-wrapper {
    max-width: 100%;
  }

  .answer {
    text-align: left;
  }

  .faq-categories {
    max-width: 100%;
    position: static;
  }

  .faq {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-right-block {
    margin-top: 30px;
  }

  .form-input {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-input.email, .form-input.phone {
    width: 100%;
  }

  .form-field-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .submit-button-wrapper {
    justify-content: space-between;
  }

  .privacy-info-text {
    width: auto;
  }

  .form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .meesage-wrapper {
    height: 250px;
  }

  .gallery-image {
    flex: none;
    width: 100%;
    height: 550px;
  }

  .gallery-image.two {
    height: 550px;
  }

  .gallery-images-wrapper {
    flex-direction: column;
    height: auto;
  }

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

  .sg-text-styles {
    grid-template-rows: auto auto auto auto;
  }

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

  .shipping-table-cell {
    width: 220px;
    height: 150px;
    font-size: 12px;
    line-height: 18px;
  }

  .shipping-table-cell.table-heading {
    width: 100%;
  }

  .shipping-table-cell-wrapper.left {
    max-width: 220px;
  }

  .gallery-text-section {
    flex: none;
    width: 100%;
    height: 550px;
  }

  .gallery-text-section.first {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-3 {
    inset: -5% auto auto;
  }

  .accordion-wrapper {
    background-color: #fff;
    width: 100%;
    padding-left: 20px;
  }

  .heading-20 {
    font-size: 18px;
    line-height: 22px;
  }

  .accordion-wrapper-2 {
    width: 100%;
  }

  .list {
    text-align: left;
    font-size: 14px;
  }

  .slider {
    width: 100%;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

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

  .div-block-234 {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }

  h2 {
    font-size: 25px;
    line-height: 25px;
  }

  h3 {
    font-size: 30px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 18px;
  }

  h5 {
    font-size: 16px;
    line-height: 16px;
  }

  h6 {
    font-size: 14px;
    line-height: 14px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-section {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand.w--current {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .hero-div-right {
    background-color: #f8f3e800;
    width: 50%;
  }

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

  .navigation {
    grid-template-columns: 2fr 1.5fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .button {
    margin-right: 5px;
    padding: 10px;
    font-size: 12px;
    display: flex;
  }

  .button.side-nav-button, .button.utility {
    display: block;
  }

  .nav-social-link {
    width: 18px;
    margin-left: 15px;
  }

  .nav-social-link.phone {
    width: 16px;
  }

  .separator {
    display: none;
  }

  .separator.no-margin {
    width: 70px;
  }

  .separator.desktop-only {
    display: none;
  }

  .wrapper.grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .hero-link-block {
    font-size: 10px;
  }

  .paragraph.collection {
    max-width: 100%;
  }

  .paragraph.center {
    line-height: 25px;
  }

  .paragraph.footer {
    padding-right: 0;
  }

  .paragraph.payment {
    margin-bottom: 0;
  }

  .paragraph.copyright-info {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .paragraph.copyright-info.memberof {
    margin-bottom: 0;
  }

  .hero-title {
    font-size: 35px;
    line-height: 35px;
  }

  .hero-image {
    height: 350px;
  }

  .section {
    padding: 20px 15px 80px;
  }

  .section.bg-image {
    min-height: 250px;
  }

  .hero-image-inner-border {
    height: 350px;
  }

  .side-nav {
    overflow: visible;
  }

  .fashion-collection-wrapper.middle, .fashion-collection-wrapper._02, .fashion-collection-wrapper._03, .fashion-collection-wrapper.hidden {
    padding-top: 20px;
  }

  .collection-image {
    max-width: 100%;
    min-height: 430px;
  }

  .collection-image.fifth {
    background-image: linear-gradient(#0000, #0000), url('../images/pexels-ojhonferreira-14038165.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .collection-number {
    font-size: 100px;
    line-height: 100px;
  }

  .collection-number.large {
    font-size: 100px;
    line-height: 70px;
  }

  .collection-title {
    margin-top: 70px;
    font-size: 35px;
    line-height: 35px;
  }

  .collection-image-border {
    width: 86%;
    max-width: 100%;
    height: 430px;
  }

  .collection-number-wrapper {
    margin-top: 0;
    margin-left: 15px;
  }

  .zero-partition-line {
    height: 70px;
  }

  .collection-link-circle {
    width: 70px;
    height: 70px;
  }

  .link-circle {
    width: 50px;
    height: 50px;
  }

  .table-cell-wrapper.shipping {
    width: 120px;
  }

  .about-content-block.second {
    margin-top: 80px;
  }

  .about-second-image {
    min-height: 420px;
  }

  .dropdown-toggle {
    padding-right: 30px;
  }

  .faq {
    margin-top: 0;
  }

  .submit-button {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .form-input {
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .meesage-wrapper {
    height: 190px;
  }

  .checkbox-label {
    font-size: 12px;
  }

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

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

  .payment-wrapper {
    justify-content: center;
    align-items: center;
  }

  .payment-methods-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
  }

  .payment-icon {
    margin-bottom: 0;
    margin-left: 0;
  }

  .copyright-info-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-section {
    margin-left: 0;
  }

  .gallery-image, .gallery-image.two {
    height: 350px;
  }

  .table-title {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-section {
    padding: 40px 15px 30px;
  }

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

  .sg-text-wrapper.bg-color {
    padding-left: 0;
    padding-right: 0;
  }

  .sg-text-styles {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper.style-guide {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .sg-heading-h3 {
    text-align: center;
  }

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

  .change-icon {
    margin-bottom: 30px;
    margin-right: 0;
  }

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

  .utility-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .utility-page-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .shipping-table-cell {
    width: 170px;
    height: 190px;
  }

  .shipping-table-cell-wrapper.left {
    max-width: 120px;
  }

  .payment-icons-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gallery-text-section {
    height: 350px;
  }

  .gallery-text-section.first {
    padding-bottom: 60px;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-width: 50%;
  }

  .div-block-3 {
    width: 50%;
    min-width: 50%;
    max-width: none;
  }

  .div-block-3.sfld {
    max-width: 50px;
  }

  .image {
    width: 30px;
  }

  .image-2 {
    margin-bottom: 10px;
  }

  .image-3 {
    max-width: 120px;
  }

  .menu-2 {
    margin-right: 10px;
    padding-right: 10px;
  }

  .accordion-wrapper {
    border-style: solid;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item {
    width: 100%;
  }

  .accordion-item-trigger {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .accordion-item-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .normal-text {
    margin-bottom: 20px;
  }

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

  .crafted-dropdown {
    padding-left: 5px;
    padding-right: 5px;
  }

  .accordion-wrapper-2 {
    width: auto;
  }

  .lottie-animation {
    width: 15px;
    padding-top: 4px;
  }

  .accordion-item-content-2 {
    object-fit: fill;
    overflow: auto;
  }

  .div-block-220 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lottie-animation-3 {
    width: 15px;
    padding-top: 4px;
  }

  .slider, .mask, .slide, .slide-2, .div-block-224, .div-block-225, .div-block-226, .div-block-227 {
    min-height: 250px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-main-heading {
    font-size: 16px;
    line-height: 16px;
  }

  .image-6 {
    width: 40px;
  }

  .slider-2, .slide-3, .mask-2 {
    height: auto;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .testimonial-stack {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .div-block-230 {
    margin-top: 8px;
  }

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

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

  .div-block-234 {
    height: 250px;
    position: relative;
  }
}

#w-node-_70cade1c-59e4-bb84-c143-2c6d7a343fcb-162c45ae {
  justify-self: stretch;
}

#w-node-_70cade1c-59e4-bb84-c143-2c6d7a343fcf-162c45ae, #w-node-_70cade1c-59e4-bb84-c143-2c6d7a343fd2-162c45ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_70cade1c-59e4-bb84-c143-2c6d7a343fd5-162c45ae {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_70cade1c-59e4-bb84-c143-2c6d7a343fcb-162c45ae {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_70cade1c-59e4-bb84-c143-2c6d7a343fcf-162c45ae {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: stretch;
  }

  #w-node-_70cade1c-59e4-bb84-c143-2c6d7a343fd2-162c45ae {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: stretch;
  }

  #w-node-_70cade1c-59e4-bb84-c143-2c6d7a343fd5-162c45ae {
    grid-area: 4 / 1 / 5 / 4;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_13214ac7-10d9-bb59-79cb-13c365a719c4-65a719c1 {
    justify-self: center;
  }

  #w-node-ca747ec0-5705-19b4-ca77-cfff88b3823b-65a719c1 {
    place-self: center;
  }

  #w-node-_3ac122b8-7808-9b08-f817-92dc4824cd82-65a719c1, #w-node-_5d467864-81dc-4e56-f806-3d351696100a-65a719c1, #w-node-_5908ae91-3587-00bd-12e7-d40f9b539935-65a719c1 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Vogue';
  src: url('../fonts/Vogue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}