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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 60px;
  font-weight: 700;
  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: 16px;
  font-weight: 400;
  line-height: 20px;
}

a {
  color: var(--black-light);
  font-family: Questrial, sans-serif;
  text-decoration: underline;
}

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: none;
  overflow: hidden;
}

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

.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: var(--dark-slate-grey);
  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;
}

.button.margin-bottom-24px {
  padding-top: 15px;
}

.button.mb20 {
  margin-bottom: 20px;
}

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

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

.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: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  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;
}

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

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

.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;
  font-size: 17px;
  line-height: 30px;
}

.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: url('../images/4img_hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 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);
  padding-bottom: 60px;
}

.section.bg-image {
  background-color: var(--floral-white);
  background-image: linear-gradient(180deg, var(--gradient-color-1), var(--gradient-color-2)), url('../images/cabinet_medical_du_cheval_blanc_Carouge_geneve_generaliste_therapeute.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 500px;
}

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

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

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

.section._01 {
  padding-top: 60px;
  padding-bottom: 20px;
}

.section.secondhome {
  padding-top: 40px;
  padding-bottom: 0;
}

.section.faq {
  display: none;
}

.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;
  padding-top: 100px;
  display: flex;
}

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

.fashion-collection-wrapper.middle.naturo {
  display: flex;
}

.fashion-collection-wrapper.middle.bioreso {
  flex-flow: row;
}

.fashion-collection-wrapper.middle.femme, .fashion-collection-wrapper.middle.sport, .fashion-collection-wrapper.esthetique, .fashion-collection-wrapper.kine {
  flex-flow: row-reverse wrap;
}

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

.collection-image {
  background-image: url('../images/cabinet_medical_du_cheval_blanc_carouge_medecine_generaliste.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 700px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.collection-image.second {
  background-image: url('../images/cabinet_medical_du_cheval_blanc_carouge_sante_de_la_femme.jpg');
  text-decoration: none;
}

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

.collection-image.third {
  background-image: url('../images/cabinet_medical_du_cheval_blanc_carouge_medecine_esthetique.jpg');
}

.collection-image.sport {
  background-image: url('../images/cabinet-medical-du-cheval-blanc-medecine-sportive-medecin-geneve-carouge.jpeg');
  background-position: 100%;
}

.collection-image.kine {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/cabinet-medical-du-cheval-blanc-carouge-therapeute-medecin-kinesiologie.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.collection-image.naturopathie {
  background-image: url('../images/cabinet-medical-du-cheval-blanc-carouge-therapeute-medecin-naturopathie.png');
}

.collection-image.bior-sonance {
  background-image: url('../images/cabinet-medical-du-cheval-blanc-bio-resonnance-jessica-leocata-carouge-geneve-therapeute.jpg');
}

.collection-image.neurofeedback {
  background-image: url('../images/cabinet_medical_du_cheval_blanc_carouge_Neurofeedback.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;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

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

.collection-title {
  z-index: 5;
  color: var(--black-light);
  white-space: normal;
  word-break: break-all;
  overflow-wrap: normal;
  width: 100%;
  margin-top: 90px;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
}

.collection-title.right {
  text-align: right;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 70px;
  line-height: 70px;
}

.collection-title.naturo {
  word-break: normal;
}

.collection-image-border {
  border: 1px solid var(--floral-white);
  width: 100%;
  max-width: 540px;
  height: 700px;
  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;
  width: 100%;
  height: 750px;
  position: relative;
}

.video-overlay {
  background-image: linear-gradient(#3c3b3fb3, #605c3cb3);
  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: flex;
  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: 100px;
  position: relative;
}

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

.heading-h3.center {
  text-align: center;
  font-size: 50px;
}

.about-second-image {
  background-image: linear-gradient(to bottom, var(--gradient-color-1), var(--gradient-color-2)), url('../images/11img_about_2.jpg');
  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: 600px;
  min-height: 850px;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
}

.faq-wrapper {
  background-color: var(--floral-white-1);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 750px;
  padding: 100px 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: 20px;
  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;
}

.faq-link {
  color: var(--black-light);
  text-decoration: underline;
  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 auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  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(--dark-slate-grey);
  color: var(--floral-white);
  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(--black-light);
}

.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: space-between;
  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: 30px;
  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;
}

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

.link {
  color: var(--black-light);
}

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

.link-3 {
  color: var(--floral-white);
  font-weight: 400;
  text-decoration: underline;
}

.section-2 {
  padding-top: 100px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px 80px;
  position: relative;
}

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

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-grid.home {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-card {
  color: var(--black-light);
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
  display: flex;
}

.team-card:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px 80px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
  position: sticky;
  top: 120px;
}

.margin-bottom-24px {
  border-top: 1px solid #00000026;
  margin-top: 20px;
  margin-bottom: 24px;
  padding-top: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-name {
  font-size: 3.5rem;
  line-height: 3.5rem;
}

.heading-2 {
  margin-bottom: 20px;
}

.link-block {
  display: none;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-4 {
  color: var(--black-light);
  text-decoration: none;
}

.booking-popup {
  z-index: 0;
  background-color: #ffffffde;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.booking-popup.front {
  z-index: 100;
  display: none;
}

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

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

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

.div-block-3 {
  background-color: #fff;
  padding: 10px;
}

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

.div-block-4 {
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-block-4.innerpersopage {
  flex-flow: column;
  width: 50%;
}

.div-block-5 {
  border: 1px solid #0000001a;
  border-radius: 20px;
  height: 400px;
  padding: 20px 10px;
}

.section-4 {
  background-color: #f7f3ed;
  padding-top: 100px;
}

.text-span {
  text-decoration: none;
}

.section-5 {
  background-image: url('../images/cabinet_medical_du_cheval_blanc_Carouge_geneve_generaliste_therapeute.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 450px;
}

.checkbox-label-2 {
  font-family: Questrial, sans-serif;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.container-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rich-text-block {
  font-weight: 400;
}

.nav-social-link-2 {
  color: #3e3b36;
  margin-left: 30px;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

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

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

.image {
  width: 60px;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .link-block {
    display: none;
  }

  .container-3 {
    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-title {
    font-size: 70px;
    line-height: 70px;
  }

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

  .link-block {
    display: none;
  }

  .container-3 {
    max-width: 1240px;
  }

  .div-block-4.innerpersopage {
    width: 60%;
  }
}

@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 {
    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;
  }

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

  .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 {
    display: none;
  }

  .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, .collection-title.right {
    font-size: 50px;
    line-height: 50px;
  }

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

  .heading-h3.center {
    line-height: 50px;
  }

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

  .container {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 150px;
    height: 150px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
    position: static;
  }

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

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

@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.rdv {
    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.bg-white {
    padding-bottom: 40px;
  }

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

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

  .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;
    padding-top: 0;
  }

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

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

  .fashion-collection-wrapper.esthetique {
    flex-flow: column-reverse wrap;
  }

  .fashion-collection-wrapper.kine {
    flex-flow: column-reverse wrap-reverse;
  }

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

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

  .collection-info-block.right {
    text-align: right;
    flex-flow: row-reverse wrap;
    width: 100%;
  }

  .collection-title {
    text-align: left;
    word-break: normal;
    margin-top: 20px;
  }

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

  .background-video {
    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-second-image {
    max-width: 100%;
    min-height: 550px;
    margin-top: 30px;
    position: static;
  }

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

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

  .team-circles {
    padding: 100px 15px 60px;
  }

  .team-grid, .team-grid.home {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image {
    width: 150px;
    height: 150px;
  }

  .hero-heading-left {
    padding: 100px 15px 60px;
  }

  .link-block {
    display: none;
  }

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

  .section-4.map {
    padding-top: 0;
  }
}

@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-left: 15px;
    padding-right: 15px;
  }

  .brand {
    display: none;
  }

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

  .navigation {
    grid-template-columns: 1.25fr 1.75fr;
  }

  .button {
    display: none;
  }

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

  .button.mb20.visibleonmobile {
    display: flex;
  }

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

  .separator {
    display: none;
  }

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

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

  .wrapper.grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    max-width: 100%;
  }

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

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

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

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

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

  .paragraph.copyright-info {
    margin-bottom: 20px;
  }

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

  .hero-image {
    height: 350px;
  }

  .section {
    padding: 80px 15px;
  }

  .section.bg-white {
    padding-bottom: 40px;
  }

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

  .section._01 {
    max-width: 100%;
  }

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

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

  .side-nav {
    overflow: visible;
  }

  .fashion-collection-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .fashion-collection-wrapper.middle {
    width: auto;
    padding-top: 0;
  }

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

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

  .collection-image.kine {
    background-image: linear-gradient(#0000, #0000), url('../images/cabinet-medical-du-cheval-blanc-carouge-therapeute-medecin-kinesiologie.jpg');
    background-position: 0 0, 0%;
  }

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

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

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

  .collection-title {
    text-align: left;
    margin-top: 0;
    font-size: 2rem;
    line-height: 2rem;
  }

  .collection-title.right {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    font-size: 2rem;
    line-height: 2rem;
  }

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

  .heading-h3.center {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

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

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

  .dropdown-toggle {
    max-width: 100%;
    padding-right: 30px;
  }

  .answer-wrapper, .answer {
    max-width: 100%;
  }

  .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-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 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

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

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

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

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

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

  .container {
    max-width: none;
  }

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

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

  .team-member-image {
    width: 120px;
    height: 120px;
  }

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

  .heading-name {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .link-block {
    background-image: url('../images/icon_CDCB_black.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 70%;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .link-block.w--current {
    display: none;
  }

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

  .div-block-4.innerpersopage {
    width: 100%;
  }

  .biggeronmobile {
    font-size: 20px;
    line-height: 20px;
  }

  .section-5 {
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }

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

  .image {
    width: 45px;
  }
}

#w-node-_5ce06bb0-c06c-0724-304e-e0288bbadbd6-a4699357, #w-node-_5ce06bb0-c06c-0724-304e-e0288bbadbdc-a4699357, #w-node-a790ce93-d3c3-d0b6-cf29-8b3b4330d868-a4699357, #w-node-_5ce06bb0-c06c-0724-304e-e0288bbadbe2-a4699357 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_6978b443-7ab8-5a4a-a1ea-ac6ddb0f5604-8e2f5f81, #w-node-_6978b443-7ab8-5a4a-a1ea-ac6ddb0f560f-8e2f5f81, #w-node-_6978b443-7ab8-5a4a-a1ea-ac6ddb0f5619-8e2f5f81, #w-node-_6978b443-7ab8-5a4a-a1ea-ac6ddb0f5623-8e2f5f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_5ce06bb0-c06c-0724-304e-e0288bbadbdc-a4699357, #w-node-_5ce06bb0-c06c-0724-304e-e0288bbadbe2-a4699357, #w-node-_6978b443-7ab8-5a4a-a1ea-ac6ddb0f560f-8e2f5f81, #w-node-_6978b443-7ab8-5a4a-a1ea-ac6ddb0f5619-8e2f5f81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

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

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

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

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


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