<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  overflow-x: hidden;
  margin: 0;
  scroll-behavior: smooth;
}

#main:not(.main-homepage) {
  padding-top: 0px;
}

.breadcrumb {
  display: none;
}

.primary-content {
  padding: 0;
}

@media screen and (max-width: 761px) {
  .MyContent .product-quickshop {
    display: inline-block;
  }
  .product-quickshop .swatchesCircle img {
    top: 8.5px;
  }
}

.AnchorTag {
  height: 113px;
  margin-top: -113px;
  pointer-events: none;
}
@media screen and (max-width: 761px) {
  .AnchorTag {
    height: 50px;
    margin-top: -50px;
  }
}

.MyContent .slick-slider {
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 761px) {
  .MyContent .slick-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.MyContent .slick-dots li {
  border-radius: 50%;
  overflow: hidden;
  width: 10px;
  height: 10px;
}
.MyContent .slick-dots .slick-active button {
  background-color: #000;
}
.MyContent .slick-dots {
  bottom: -35px;
}
.MyContent .slick-arrow {
  position: absolute;
  background: transparent;
  border: 0px #fff solid !important;
  top: 185px;
  font-size: 0;
  background-color: transparent;
  width: 50px;
  height: 70px;
  z-index: 10;
  margin: 0;
  padding: 0;
  outline: 0;
}
.MyContent .slick-prev {
  left: -50px;
  background-image: url(img/arrow-prev.png);
  min-width: 0px;
}
.MyContent .slick-next {
  right: -50px;
  background-image: url(img/arrow-next.png);
  min-width: 0px;
}
.MyContent .slick-next:after,
.MyContent .slick-prev:after {
  display: none !important;
}
.MyContent {
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  max-width: 1250px;
  position: relative;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.4em;
}

@media screen and (max-width: 1249px) {
  .MyContent {
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .MyContent {
    font-size: 14px;
  }
}
.MyContent p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.MyContent .Mentions {
  font-size: 11px;
  opacity: 0.5;
  margin: 0;
  padding: 20px 0;
  line-height: 1.2em;
}
.MyContent .MyBlock {
  padding-top: 55px;
}
.MyContent .InlineBlock {
  width: auto;
}

@media screen and (max-width: 761px) {
  .MyContent .MyBlock {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1250px) {
  .MyContent .MyFullWidthBlock {
    width: calc(100vw - 20px);
    margin-left: calc(625px + 10px - 50vw);
  }
}

@media screen and (min-width: 1600px) {
  .MyContent .MyFullWidthBlock {
    width: 1600px;
    margin-left: -175px;
  }
}
.MyContent figure {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.Spa-Header-BackLink {
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 35px;
  height: 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
  color: #333333;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: calc(50% - 585px);
  padding-left: 30px;
  padding-right: 12px;
  background-image: url(./img/arrow-back.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center left;
}
.MyContent .BtnLink span,
.MyContent .BtnLink a {
  position: relative;
  background-color: #b40024;
  display: inline-block;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 125px;
  text-align: center;
  border-radius: 5px;
  height: 44px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
  text-transform: none;
}
.MyContent .BtnLink span::after,
.MyContent .BtnLink a::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #63021a solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}

/*------------------------------------------------*/
.MyContent .BtnLink span:focus::after,
.MyContent .BtnLink a:focus::after {
  opacity: 1;
  outline: 0 !important;
}
.MyContent .BtnLink span:hover,
.MyContent .BtnLink a:hover {
  color: #fff;
  outline: 0 !important;
  background-color: #8c0b26;
}
.MyContent .BtnLink span:active::after,
.MyContent .BtnLink a:active::after {
  opacity: 1;
  outline: 0 !important;
}

/*------------------------------------------------*/

.MyContent .WhiteBtnLink span,
.MyContent .WhiteBtnLink a {
  position: relative;
  background-color: #fff;
  display: inline-block;
  color: #333;
  padding: 14px;
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #cfcfcf;
  min-width: 125px;
  text-align: center;
  border-radius: 5px;
  height: 44px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
  text-transform: none;
}
.MyContent .WhiteBtnLink span::after,
.MyContent .WhiteBtnLink a::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #682113 solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}

/*------------------------------------------------*/
.MyContent .WhiteBtnLink span:focus::after,
.MyContent .WhiteBtnLink a:focus::after {
  opacity: 1;
  outline: 0 !important;
}
.MyContent .WhiteBtnLink span:hover,
.MyContent .WhiteBtnLink a:hover {
  color: #8c0b26;
  outline: 0 !important;
}
.MyContent .WhiteBtnLink span:active::after,
.MyContent .WhiteBtnLink a:active::after {
  opacity: 1;
  outline: 0 !important;
}

/*------------------------------------------------*/

.MyContent .HollowLink span,
.MyContent .HollowLink a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #fff;
  min-width: 125px;
  text-align: center;
  border-radius: 5px;
  height: 44px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
  text-transform: none;
}
.MyContent .HollowLink span::after,
.MyContent .HollowLink a::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #fff solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}

/*------------------------------------------------*/
.MyContent .HollowLink span:focus::after,
.MyContent .HollowLink a:focus::after {
  opacity: 1;
  outline: 0 !important;
}
.MyContent .HollowLink span:hover,
.MyContent .HollowLink a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 0 !important;
}
.MyContent .HollowLink span:active::after,
.MyContent .HollowLink a:active::after {
  opacity: 1;
  outline: 0 !important;
}

/*-------------------------------------------------------------------*/
.MyContent .VideoLink {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.MyContent .VideoLink a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 761px) {
  .MyContent .VideoLink a {
    overflow: hidden;
  }
}
.MyContent .VideoLink a::before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 15px;
  bottom: 15px;
  background-image: url(img/video-play.png);
}
@media screen and (max-width: 761px) {
  .MyContent .VideoLink a::before {
    left: calc(50% - 25px);
    bottom: calc(50% - 25px);
  }
}
.MyContent .VideoLink a img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 761px) {
  .MyContent .VideoLink a img {
    max-width: 250%;
    margin-left: -75%;
  }
}
/*-------------------------------------------------------------------*/

#SPA-2022-HOME-HEADER {
  background-image: url(img/home-header.jpg);
  height: 444px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #dfd3d4;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1249px) {
  #SPA-2022-HOME-HEADER {
  }
}

@media screen and (max-width: 1023px) {
  #SPA-2022-HOME-HEADER {
    background-position: top right calc(50% + 80px);
  }
}

@media screen and (max-width: 761px) {
  #SPA-2022-HOME-HEADER {
    background-image: url(img/home-header-mobile.jpg);
    height: auto;
    background-position: top center;
    background-color: #fff;
    padding-top: 250px;
  }
}

#SPA-2022-HOME-HEADER .Title {
  font-size: 50px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 0px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 10px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  #SPA-2022-HOME-HEADER .Title {
    font-size: 35px;
  }
}

@media screen and (max-width: 761px) {
  #SPA-2022-HOME-HEADER .Title {
    letter-spacing: -0.01em;
    padding-bottom: 6px;
  }
}

#SPA-2022-HOME-HEADER .BigText {
  padding-top: 5px;
  padding-bottom: 5px;
}

#SPA-2022-HOME-HEADER .Wrapper {
  position: absolute;
  right: 50%;
  width: 485px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
  #SPA-2022-HOME-HEADER .Wrapper {
    left: 20px;
    right: auto;
    width: calc(100% - 480px);
  }
}

@media screen and (max-width: 761px) {
  #SPA-2022-HOME-HEADER .Wrapper {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #SPA-2022-HOME-HEADER .Wrapper * {
    text-align: center;
  }
  #SPA-2022-HOME-HEADER .Wrapper br {
    display: none;
  }
}

@media screen and (max-width: 761px) {
  #SPA-2022-HOME-HEADER .Wrapper {
    left: auto;
    right: auto;
    width: 325px;
    margin: 20px auto;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  #SPA-2022-HOME-HEADER .Wrapper {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}

#SPA-2022-HOME-HEADER .WhiteBox {
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 333px;
  width: 262px;
}

@media screen and (max-width: 1249px) {
  #SPA-2022-HOME-HEADER .WhiteBox {
    left: auto;
    right: 20px;
  }
}

@media screen and (max-width: 1023px) {
  #SPA-2022-HOME-HEADER .WhiteBox {
    width: 212px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    border: 2px solid #eee;
    padding: 20px;
  }
}

#SPA-2022-HOME-HEADER .WhiteBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#SPA-2022-HOME-HEADER .WhiteBox ul li {
  margin: 0;
  padding: 10px 0;
}
#SPA-2022-HOME-HEADER .WhiteBox ul li a {
  margin: 0;
  padding: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  line-height: 1em;
  display: block;
}
#SPA-2022-HOME-HEADER .WhiteBox ul li a:hover {
  color: #be0f34;
}
#SPA-2022-HOME-HEADER .WhiteBox .BtnLink {
  padding: 10px 0;
}
#SPA-2022-HOME-HEADER .WhiteBox .BtnLink a {
  display: block;
  padding: 16px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-HEADER .WhiteBox .BtnLink a {
    min-width: 190px;
    display: inline-block;
    padding: 16px;
  }
}
/*--------------------------------------------------------*/
#SPA-2022-HOME-TREATMENTFINDER {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-TREATMENTFINDER {
    margin-top: 0px;
    display: block;
  }
}
#SPA-2022-HOME-TREATMENTFINDER .TipsTitleMultiple,
#SPA-2022-HOME-TREATMENTFINDER .TipsTitleSingle {
  display: none;
}
#SPA-2022-HOME-TREATMENTFINDER .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  /*background-image: url(img/title-texture.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-TREATMENTFINDER .Title {
    background-size: auto 80px;
    padding-bottom: 30px;
    background-position: bottom center;
  }
}
#SPA-2022-HOME-TREATMENTFINDER .Text {
  max-width: 606px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4em;
  padding: 0 20px;
}
#SPA-2022-HOME-TREATMENTFINDER .Wrapper {
  flex-basis: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-TREATMENTFINDER .Wrapper {
    margin-bottom: 0px;
  }
}
#SPA-2022-HOME-TREATMENTFINDER .InlineBlock {
  flex-basis: calc(50% - 30px);
  margin: 30px;
  position: relative;
  max-width: 585px;
  width: auto;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-TREATMENTFINDER .InlineBlock {
    margin: 20px;
  }
}
#SPA-2022-HOME-TREATMENTFINDER .InlineBlock .Visual img {
  display: block;
  max-width: 100%;
}
#SPA-2022-HOME-TREATMENTFINDER .WhiteBtnLink {
  flex-basis: 100%;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-TREATMENTFINDER .WhiteBtnLink {
    padding-top: 0px;
  }
  #SPA-2022-HOME-TREATMENTFINDER .WhiteBtnLink a {
    width: calc(100% - 140px);
  }
}
#SPA-2022-HOME-TREATMENTFINDER #SPA-2022-HOME-TREATMENTFINDER-01 {
  margin-right: 0px;
  margin-bottom: 0px;
}
#SPA-2022-HOME-TREATMENTFINDER #SPA-2022-HOME-TREATMENTFINDER-02 {
  margin-left: 0px;
  margin-top: 0px;
}
#SPA-2022-HOME-TREATMENTFINDER .HollowLink {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-TREATMENTFINDER #SPA-2022-HOME-TREATMENTFINDER-01 {
    margin-right: 20px;
    margin-left: 0px;
  }
  #SPA-2022-HOME-TREATMENTFINDER #SPA-2022-HOME-TREATMENTFINDER-02 {
    margin-right: 0px;
    margin-left: 20px;
  }
  #SPA-2022-HOME-TREATMENTFINDER #SPA-2022-HOME-TREATMENTFINDER-01 .HollowLink {
    margin-right: 20px;
    width: calc(100% - 20px);
    bottom: 20px;
  }
  #SPA-2022-HOME-TREATMENTFINDER #SPA-2022-HOME-TREATMENTFINDER-02 .HollowLink {
    margin-left: 20px;
    width: calc(100% - 20px);
    bottom: 20px;
  }
  #SPA-2022-HOME-TREATMENTFINDER
    #SPA-2022-HOME-TREATMENTFINDER-01
    .HollowLink
    span,
  #SPA-2022-HOME-TREATMENTFINDER
    #SPA-2022-HOME-TREATMENTFINDER-02
    .HollowLink
    span {
    display: block;
    margin: 0 20px;
  }
}
/*--------------------------------------------------------*/
#SPA-2022-HOME-VIDEO {
  text-align: center;
  margin-top: 60px;
}
#SPA-2022-HOME-VIDEO .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px 15px;
  margin: 0 auto;
  display: block;
  position: relative;
  /*background-image: url(img/title-texture.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
}
#SPA-2022-HOME-VIDEO .Text {
  max-width: 712px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4em;
  padding: 0 20px;
  padding-bottom: 20px;
}
#SPA-2022-HOME-VIDEO .WhiteBtnLink {
  margin-top: 20px;
}
/*--------------------------------------------------------*/
#SPA-2022-HOME-ESCAPES {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
#SPA-2022-HOME-ESCAPES .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  /*background-image: url(img/title-texture-3.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-ESCAPES .Title {
    font-size: 35px;
  }
}
#SPA-2022-HOME-ESCAPES .Text {
  max-width: 606px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4em;
  padding: 0;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-ESCAPES .Text {
    padding: 0 20px;
  }
}
#SPA-2022-HOME-ESCAPES .Wrapper {
  flex-basis: 100%;
  padding-bottom: 20px;
}
#SPA-2022-HOME-ESCAPES .InlineBlock {
  margin: 20px;
}
#SPA-2022-HOME-ESCAPES .InlineBlock .Text {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.4em;
  display: inline-block;
  margin: 0;
  padding-bottom: 15px;
}
#SPA-2022-HOME-ESCAPES .InlineBlock .Visual {
  overflow: hidden;
}
#SPA-2022-HOME-ESCAPES .InlineBlock img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-ESCAPES #SPA-2022-HOME-ESCAPES-03 img {
    max-width: 165%;
  }
}

#SPA-2022-HOME-ESCAPES .InlineBlock .SpaTitle {
  font-weight: normal;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 0px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: top left;
  height: 40px;
  margin-top: 30px;
}
#SPA-2022-HOME-ESCAPES .InlineBlock .SpaTitle span {
  font-family: ClarinsRegular, Clarins;
  font-weight: normal;
  color: #be0f34;
}
#SPA-2022-HOME-ESCAPES #SPA-2022-HOME-ESCAPES-01 .SpaTitle {
  background-image: url(img/logo-skinspa.svg);
}
#SPA-2022-HOME-ESCAPES #SPA-2022-HOME-ESCAPES-02 .SpaTitle {
  background-image: url(img/logo-openspa.svg);
}
#SPA-2022-HOME-ESCAPES #SPA-2022-HOME-ESCAPES-04 .SpaTitle {
  background-image: url(img/logo-experts.svg);
}
#SPA-2022-HOME-ESCAPES #SPA-2022-HOME-ESCAPES-03-B .SpaTitle {
  background-image: url(img/logo-spabyclarins.svg);
  background-size: auto 35px;
  height: 35px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-ESCAPES #SPA-2022-HOME-ESCAPES-01 .SpaTitle,
  #SPA-2022-HOME-ESCAPES #SPA-2022-HOME-ESCAPES-02 .SpaTitle,
  #SPA-2022-HOME-ESCAPES #SPA-2022-HOME-ESCAPES-04 .SpaTitle,
  #SPA-2022-HOME-ESCAPES #SPA-2022-HOME-ESCAPES-03-B .SpaTitle {
    background-position: center center;
  }
}

#SPA-2022-HOME-ESCAPES #SPA-2022-HOME-ESCAPES-03 .SpaTitle {
  text-align: center;
  background-image: url(img/logo-spabyclarins.svg);
  background-position: center center;
  background-size: auto 35px;
  height: 35px;
}
#SPA-2022-HOME-ESCAPES .InlineBlock .SmallTitle {
  margin: 0;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 15px;
  display: block;
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 762px) {
  #SPA-2022-HOME-ESCAPES-01,
  #SPA-2022-HOME-ESCAPES-02,
  #SPA-2022-HOME-ESCAPES-03-B,
  #SPA-2022-HOME-ESCAPES-04 {
    margin: 20px;
    flex-basis: calc(50% - 40px);
    max-width: 467px;
  }
  #SPA-2022-HOME-ESCAPES-01 .Text,
  #SPA-2022-HOME-ESCAPES-01 {
    text-align: left;
  }

  #SPA-2022-HOME-ESCAPES-02 .Text,
  #SPA-2022-HOME-ESCAPES-02 {
    text-align: left;
  }
  #SPA-2022-HOME-ESCAPES-03-B .Text,
  #SPA-2022-HOME-ESCAPES-03-B {
    text-align: left;
  }
  #SPA-2022-HOME-ESCAPES-04 .Text,
  #SPA-2022-HOME-ESCAPES-04 {
    text-align: left;
  }
}

#SPA-2022-HOME-ESCAPES-03 .Text {
  text-align: center;
}
#SPA-2022-HOME-ESCAPES-03 {
  flex-basis: 100%;
  max-width: 970px;
}
/*--------------------------------------------------------*/
#SPA-2022-HOME-TESTIMONIES {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-TESTIMONIES {
    margin-top: 0px;
  }
}
#SPA-2022-HOME-TESTIMONIES .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 15px;
  margin: 0 auto;
  display: block;
  position: relative;
}
#SPA-2022-HOME-TESTIMONIES .slickItem {
  max-width: 768px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-TESTIMONIES .slickItem {
    display: block;
  }
}
#SPA-2022-HOME-TESTIMONIES .Visual {
  display: block;
  flex-basis: calc(50% + 40px);
  margin-bottom: 70px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-TESTIMONIES .Visual {
    margin: 0;
    margin-bottom: -40px;
    margin-right: 60px;
    margin-left: 20px;
    position: relative;
    z-index: 1;
  }
}
#SPA-2022-HOME-TESTIMONIES .Visual img {
  display: block;
  max-width: 100%;
}
#SPA-2022-HOME-TESTIMONIES .Wrapper {
  background-color: #fde7e4;
  display: flex;
  flex-basis: calc(50% + 40px);
  margin-left: -40px;
  margin-top: 70px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
  padding-left: 65px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-TESTIMONIES .Wrapper {
    margin: 0;
    margin-left: 60px;
    margin-right: 20px;
    padding: 30px;
    padding-left: 45px;
    position: relative;
    z-index: 2;
  }
}
#SPA-2022-HOME-TESTIMONIES .Wrapper .Text {
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  font-size: 23px;
  padding-bottom: 15px;
  text-align: left;
  position: relative;
}
#SPA-2022-HOME-TESTIMONIES .Wrapper .Text::before {
  content: "â€œ";
  position: absolute;
  top: -20px;
  left: -30px;
  color: #be0f34;
  font-family: ClarinsRegular, Clarins;
  font-size: 70px;
  line-height: 70px;
}
#SPA-2022-HOME-TESTIMONIES .AuthorName {
  color: #8b8b8b;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
#SPA-2022-HOME-TESTIMONIES .AuthorName strong {
  color: #be0f34;
} /*--------------------------------------------------*/
#SPA-2022-HOME-VISITSPA {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-VISITSPA {
    display: block;
    padding: 20px;
    text-align: center;
    position: relative;
  }
}
#SPA-2022-HOME-VISITSPA .Wrapper {
  text-align: left;
  margin-top: 40px;
  margin-left: -70px;
  /*background-color: #f3f1f0;*/
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 60px;
  height: 440px;
  position: relative;
  z-index: 1;
  flex-basis: calc(40% + 70px);
  box-sizing: border-box;
  max-width: 465px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-VISITSPA .Wrapper {
    text-align: center;
    margin: 0;
    padding: 20px;
    height: auto;
  }
}
#SPA-2022-HOME-VISITSPA .Text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4em;
}
#SPA-2022-HOME-VISITSPA .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
#SPA-2022-HOME-VISITSPA .Visual {
  max-width: 574px;
  flex-basis: 60%;
  position: relative;
  z-index: 2;
}
#SPA-2022-HOME-VISITSPA .Visual img {
  display: block;
  max-width: 100%;
}

/*--------------------------------------------------*/
#SPA-2022-HOME-GIFTVOUCHER {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-GIFTVOUCHER {
    display: block;
    padding: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 70px;
  }
}
#SPA-2022-HOME-GIFTVOUCHER .Wrapper {
  text-align: right;
  margin: 40px;
  max-width: 326px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-GIFTVOUCHER .Wrapper {
    text-align: center;
    margin: 0 auto;
  }
}
#SPA-2022-HOME-GIFTVOUCHER .Text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4em;
}
#SPA-2022-HOME-GIFTVOUCHER .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
  position: relative;
}
#SPA-2022-HOME-GIFTVOUCHER .Visual {
  max-width: 574px;
  flex-basis: 60%;
}
#SPA-2022-HOME-GIFTVOUCHER .Visual img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-GIFTVOUCHER .BtnLink {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
  }
}
/*--------------------------------------------------*/
#SPA-2022-HOME-FOOTER {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(img/footer-map.jpg);
  height: 574px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #dfd3d4;
  box-sizing: border-box;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-FOOTER {
    height: 430px;
    background-size: auto 100%;
    margin-top: 40px;
  }
}
#SPA-2022-HOME-FOOTER .Text {
  font-size: 14px;
  line-height: 1.4em;
  max-width: 370px;
  margin: 0 auto;
  margin-bottom: 15px;
}

#SPA-2022-HOME-FOOTER .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
  position: relative;
}

#SPA-2022-HOME-FOOTER .WhiteBox {
  background-color: #fff;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-FOOTER .WhiteBox {
    margin: 20px;
    padding: 30px;
  }
}

#SPA-2022-HOME-FOOTER .WhiteBtnLink a {
  margin: 10px;
  min-width: 190px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-HOME-FOOTER .WhiteBtnLink a {
    width: auto;
    margin: 0;
    /*display: block;*/
    margin-top: 10px;
  }
}

/*-------------------------------------------------------------------*/

#SPA-2022-EXPERTISE-HEADER {
  background-image: url(img/expertise-header.jpg);
  height: 444px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #dfd3d4;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-HEADER {
    background-image: url(img/expertise-header-mobile.jpg);
    height: auto;
    background-position: top center;
    background-color: #fff;
    padding-top: 240px;
  }
}
#SPA-2022-EXPERTISE-HEADER .Title {
  font-size: 50px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 0px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  #SPA-2022-EXPERTISE-HEADER .Title {
    font-size: 35px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-HEADER .Title {
    text-align: center;
  }
}

#SPA-2022-EXPERTISE-HEADER .WhiteBox {
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 80px;
  width: 443px;
}
@media screen and (max-width: 1023px) {
  #SPA-2022-EXPERTISE-HEADER .WhiteBox {
    margin-left: -80px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: 325px;
    margin: 20px auto;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  #SPA-2022-EXPERTISE-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
/*--------------------------------------------------------*/
#SPA-2022-EXPERTISE-JACQUES-COURTIN-CLARINS {
  text-align: center;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-JACQUES-COURTIN-CLARINS {
    display: block;
    margin-top: 0px;
  }
}
#SPA-2022-EXPERTISE-JACQUES-COURTIN-CLARINS .Visual {
  display: block;
  flex-basis: 50%;
  max-width: 465px;
  margin: 20px;
}
#SPA-2022-EXPERTISE-JACQUES-COURTIN-CLARINS .Visual img {
  display: block;
  max-width: 100%;
}
#SPA-2022-EXPERTISE-JACQUES-COURTIN-CLARINS .Wrapper {
  margin: 20px;
  background-color: #fff;
  display: flex;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
  padding-left: 24px;
  max-width: 465px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-JACQUES-COURTIN-CLARINS .Wrapper {
    padding: 20px;
    padding-left: 24px;
  }
}
#SPA-2022-EXPERTISE-JACQUES-COURTIN-CLARINS .Wrapper .Text {
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  font-size: 23px;
  padding-bottom: 15px;
  text-align: left;
  position: relative;
}
#SPA-2022-EXPERTISE-JACQUES-COURTIN-CLARINS .Wrapper .Text::before {
  content: "â€œ";
  position: absolute;
  top: -20px;
  left: -30px;
  color: #be0f34;
  font-family: ClarinsRegular, Clarins;
  font-size: 70px;
  line-height: 70px;
}
#SPA-2022-EXPERTISE-JACQUES-COURTIN-CLARINS .AuthorName {
  color: #8b8b8b;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
#SPA-2022-EXPERTISE-JACQUES-COURTIN-CLARINS .AuthorName strong {
  color: #be0f34;
}
/*--------------------------------------------------------*/
#SPA-2022-EXPERTISE-VIDEO {
  text-align: center;
  margin-top: 60px;
}
/*-------------------------------------------------------------------*/

#SPA-2022-EXPERTISE-ART-OF-LISTENING {
  background-image: url(img/expertise-the-art-of-listening.jpg);
  height: 444px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #dfd3d4;
  box-sizing: border-box;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-ART-OF-LISTENING {
    background-image: url(img/expertise-the-art-of-listening-mobile.jpg);
    height: auto;
    padding-top: 260px;
    background-color: #fff;
  }
}

#SPA-2022-EXPERTISE-ART-OF-LISTENING .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 0px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  #SPA-2022-EXPERTISE-ART-OF-LISTENING .Title {
    font-size: 35px;
  }
}

#SPA-2022-EXPERTISE-ART-OF-LISTENING .WhiteBox {
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 443px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-ART-OF-LISTENING .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
/*--------------------------------------------------------*/
#SPA-2022-EXPERTISE-TESTIMONIES {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-TESTIMONIES {
    margin-top: 0px;
  }
}
#SPA-2022-EXPERTISE-TESTIMONIES .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  /*background-image: url(img/title-texture.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
}
#SPA-2022-EXPERTISE-TESTIMONIES .Text {
  max-width: 566px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 40px;
  padding: 0 20px;
}

#SPA-2022-EXPERTISE-TESTIMONIES .slickItem {
  max-width: 768px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-TESTIMONIES .slickItem {
    display: block;
  }
}
#SPA-2022-EXPERTISE-TESTIMONIES .Visual {
  display: block;
  flex-basis: calc(50% + 40px);
  margin-bottom: 70px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-TESTIMONIES .Visual {
    margin: 0;
    margin-bottom: -40px;
    margin-right: 60px;
    margin-left: 20px;
    position: relative;
    z-index: 1;
  }
}
#SPA-2022-EXPERTISE-TESTIMONIES .Visual img {
  display: block;
  max-width: 100%;
}
#SPA-2022-EXPERTISE-TESTIMONIES .Wrapper {
  background-color: #fde7e4;
  display: flex;
  flex-basis: calc(50% + 40px);
  margin-left: -40px;
  margin-top: 70px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
  padding-left: 65px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-TESTIMONIES .Wrapper {
    margin: 0;
    margin-left: 60px;
    margin-right: 20px;
    padding: 30px;
    padding-left: 45px;
    position: relative;
    z-index: 2;
  }
}
#SPA-2022-EXPERTISE-TESTIMONIES .Wrapper .Text {
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  font-size: 23px;
  padding-bottom: 15px;
  text-align: left;
  position: relative;
}
#SPA-2022-EXPERTISE-TESTIMONIES .Wrapper .Text::before {
  content: "â€œ";
  position: absolute;
  top: -20px;
  left: -30px;
  color: #be0f34;
  font-family: ClarinsRegular, Clarins;
  font-size: 70px;
  line-height: 70px;
}
#SPA-2022-EXPERTISE-TESTIMONIES .AuthorName {
  color: #8b8b8b;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
#SPA-2022-EXPERTISE-TESTIMONIES .AuthorName strong {
  color: #be0f34;
}
/*--------------------------------------------------*/

#SPA-2022-EXPERTISE-PRODUCTS {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

@media screen and (max-width: 1023px) {
  #SPA-2022-EXPERTISE-PRODUCTS {
    padding: 0 20px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-PRODUCTS {
    display: block;
  }
}

#SPA-2022-EXPERTISE-PRODUCTS .Visual {
  flex-basis: 60%;
  max-width: 574px;
  position: relative;
}
#SPA-2022-EXPERTISE-PRODUCTS .Visual span {
  font-size: 12px;
  position: absolute;
  display: block;
  bottom: 8%;
  left: 5%;
}
#SPA-2022-EXPERTISE-PRODUCTS .Visual img {
  max-width: 100%;
  display: block;
}
#SPA-2022-EXPERTISE-PRODUCTS .Wrapper {
  text-align: right;
  margin: 40px;
  max-width: 365px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-PRODUCTS .Wrapper {
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
  }
}
#SPA-2022-EXPERTISE-PRODUCTS .Text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4em;
}

#SPA-2022-EXPERTISE-PRODUCTS .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #SPA-2022-EXPERTISE-PRODUCTS .Title {
    font-size: 35px;
  }
}
/*--------------------------------------------------*/

#SPA-2022-EXPERTISE-RESULTS {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  #SPA-2022-EXPERTISE-RESULTS {
    padding: 0 20px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-RESULTS {
    flex-direction: column-reverse;
    padding: 0;
    margin-top: 40px;
  }
}
#SPA-2022-EXPERTISE-RESULTS .Visual {
  flex-basis: 60%;
  max-width: 574px;
  position: relative;
}
#SPA-2022-EXPERTISE-RESULTS .Visual span {
  font-size: 12px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
#SPA-2022-EXPERTISE-RESULTS .Visual img {
  max-width: 100%;
  display: block;
}
#SPA-2022-EXPERTISE-RESULTS .Wrapper {
  text-align: left;
  margin: 40px;
  max-width: 365px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTISE-RESULTS .Wrapper {
    text-align: center;
    margin: 0 20px;
    margin-bottom: 30px;
  }
}
#SPA-2022-EXPERTISE-RESULTS .Text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4em;
}

#SPA-2022-EXPERTISE-RESULTS .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #SPA-2022-EXPERTISE-RESULTS .Title {
    font-size: 35px;
  }
}
/*-------------------------------------------------------------------*/

#SPA-2022-LISTE-SPAS-HEADER {
  background-image: url(img/liste-spas-header.jpg);
  height: 444px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #dfd3d4;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-HEADER {
    background-image: url(img/liste-spas-header-mobile.jpg);
    height: auto;
    background-color: #fff;
    padding-top: 220px;
  }
}
#SPA-2022-LISTE-SPAS-HEADER .Title {
  font-size: 50px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 0px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  #SPA-2022-LISTE-SPAS-HEADER .Title {
    font-size: 35px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-HEADER .Title {
    text-align: center;
  }
}

#SPA-2022-LISTE-SPAS-HEADER .WhiteBox {
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: -40px;
  width: 542px;
}
@media screen and (max-width: 1023px) and (min-width: 762px) {
  #SPA-2022-LISTE-SPAS-HEADER .WhiteBox {
    width: 400px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: 325px;
    margin: 20px auto;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  #SPA-2022-LISTE-SPAS-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
/*-------------------------------------------------------------------*/
#SPA-2022-LISTE-SPAS-CONTENT {
  background-color: #eeeeee;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 1000px;
  position: relative;
}
@media screen and (max-width: 1250px) {
  #SPA-2022-LISTE-SPAS-CONTENT {
    padding: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #SPA-2022-LISTE-SPAS-CONTENT {
    display: block;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilterPlaceholder {
    width: 262px;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .Sticky {
    position: fixed;
    top: 90px;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .AfterSticky {
    position: absolute;
    bottom: 90px;
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockFilter {
  background-color: #fff;
  width: 262px;
  line-height: 1em;
}
@media screen and (max-width: 1023px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .Filter {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter {
    max-width: 760px;
    margin: 0 auto;
    display: block;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .Filter {
    display: none;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter.Opened .Filter {
    display: block;
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .Filter {
  padding-bottom: 30px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .Filter {
    padding-bottom: 10px;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .Filter.ExpandMobile {
    padding-bottom: 30px;
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .Title {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  color: #000;
  padding: 22px;
  display: none;
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .Title {
    border: 2px solid #e5e5e5;
    font-size: 11px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
      Helvetica, Arial, sans-serif;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .Title::after {
    content: "&gt;";
    font-size: 14px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotate(90deg);
  }
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter.Opened .Title::after {
    transform: rotate(270deg);
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .MainTitle {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 18px;
  display: block;
  background-color: #be0f34;
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .MainTitle {
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 14px;
    font-size: 11px;
    position: relative;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
      Helvetica, Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
  }

  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .MainTitle::after {
    position: absolute;
    right: 0;
    top: 0px;
    content: "+";
    color: #999;
    font-size: 20px;
    font-weight: normal;
    line-height: 18px;
    padding: 14px;
    width: 16px;
    cursor: pointer;
    text-align: center;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .ExpandMobile .MainTitle::after {
    content: "-";
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .ListTitle {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 30px;
  text-align: left;
  color: #be0f34;
  padding: 0px;
  display: block;
  line-height: 1em;
  margin-top: 30px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .ListTitle {
    font-size: 12px;
    margin-top: 15px;
    display: none;
  }

  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .ExpandMobile .ListTitle {
    display: block;
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .ListTitle::before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #be0f34;
  vertical-align: middle;
  margin-right: 8px;
}

#SPA-2022-LISTE-SPAS-CONTENT .BlockFilter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 48px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter ul {
    display: none;
  }

  #SPA-2022-LISTE-SPAS-CONTENT .BlockFilter .ExpandMobile ul {
    display: block;
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockFilter ul li a::before {
  content: " ";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #eeeeee;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockFilter ul li.Selected a::before {
  background-color: #000;
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockFilter ul li {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent {
  max-width: 868px;
  flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 1250px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent {
    margin: 0;
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Visual {
  flex-basis: 300px;
}

#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Visual {
  display: block;
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .VisualMobile {
  display: none;
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Visual {
    display: none;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .VisualMobile {
    display: block;
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .VisualMobile img,
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Visual img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Visual img {
    width: 100%;
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .TreatmentAll {
  display: none;
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .TreatmentAll {
  text-align: center;
  display: block;
}

#SPA-2022-LISTE-SPAS-CONTENT.Loading .Treatment {
  display: none !important;
  position: fixed !important;
  top: 0 !important;
  z-index: -1 !important;
}

#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Treatment {
  background-color: transparent;
  padding-top: 100px;
  display: flex;
  margin-top: -100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Treatment {
    padding-top: 70px;
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Treatment.Hidden {
  display: none;
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Treatment.Visible {
  display: flex;
}

#SPA-2022-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible {
  display: none;
}
#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent.FirstDisplay
  .Treatment.Visible:nth-child(1),
#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent.FirstDisplay
  .Treatment.Visible:nth-child(2),
#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent.FirstDisplay
  .Treatment.Visible:nth-child(3),
#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent.FirstDisplay
  .Treatment.Visible:nth-child(4),
#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent.FirstDisplay
  .Treatment.Visible:nth-child(5),
#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent.FirstDisplay
  .Treatment.Visible:nth-child(6) {
  display: flex;
}

@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Treatment {
    display: block;
    margin: 20px auto;
    padding-top: 0;
  }

  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Treatment.Hidden {
    display: none;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Treatment.Visible {
    display: block;
  }
  #SPA-2022-LISTE-SPAS-CONTENT
    .BlockContent.FirstDisplay
    .Treatment.Visible:nth-child(1),
  #SPA-2022-LISTE-SPAS-CONTENT
    .BlockContent.FirstDisplay
    .Treatment.Visible:nth-child(2),
  #SPA-2022-LISTE-SPAS-CONTENT
    .BlockContent.FirstDisplay
    .Treatment.Visible:nth-child(3),
  #SPA-2022-LISTE-SPAS-CONTENT
    .BlockContent.FirstDisplay
    .Treatment.Visible:nth-child(4),
  #SPA-2022-LISTE-SPAS-CONTENT
    .BlockContent.FirstDisplay
    .Treatment.Visible:nth-child(5),
  #SPA-2022-LISTE-SPAS-CONTENT
    .BlockContent.FirstDisplay
    .Treatment.Visible:nth-child(6) {
    display: block;
  }
}

#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Treatment.Impair {
  flex-direction: row-reverse;
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Treatment .Wrapper {
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: calc(100% - 300px);
  background-color: #fff;
}
@media screen and (max-width: 1250px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Treatment .Wrapper {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .Treatment .Wrapper {
    display: block;
    padding: 20px;
  }
}

#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .TreatmentName {
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .TreatmentName {
    display: block;
    text-align: center;
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .TreatmentDuration {
  font-size: 22px;
  font-family: ClarinsRegular, Clarins;
  font-style: italic;
  margin-left: 15px;
  text-transform: none;
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .TreatmentDuration {
    display: block;
    text-align: center;
    padding-top: 8px;
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .TreatmentPrice {
  font-size: 22px;
  font-family: ClarinsRegular, Clarins;
  font-style: italic;
  margin-left: 5px;
  padding-left: 5px;
  display: inline-block;
  text-transform: none;
  border-left: 1px solid;
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .TreatmentPrice {
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .TreatmentDescription {
  font-size: 14px;
  color: #8b8b8b;
  flex-basis: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  height: 110px;
  overflow: hidden;
  position: relative;
}

#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent
  .TreatmentDescription.ExpandText.Expanded
  span {
  display: block;
  position: absolute;
  width: calc(100% + 40px);
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 20px;
  left: -20px;
  top: -10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent
  .TreatmentDescription.ExpandText
  .BtnClose {
  position: absolute;
  top: -5px;
  right: -19px;
  color: #000;
  border: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 18px;
  font-size: 15px;
  vertical-align: middle;
  min-width: 0;
  padding: 0;
  display: none;
}
#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent
  .TreatmentDescription.ExpandText.Expanded
  .BtnClose {
  display: block;
}
#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent
  .TreatmentDescription.ExpandText
  .BtnOpen {
  position: absolute;
  top: 81px;
  right: 0;
  color: #000;
  border: 2px solid #ebebeb;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 15px;
  vertical-align: middle;
  background-color: #fff;
  display: block;
}
#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent
  .TreatmentDescription.ExpandText.Expanded
  .BtnOpen {
  display: none;
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .TreatmentDescription.ExpandText {
  padding-right: 20px;
}

#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent
  .TreatmentDescription.ExpandText.Expanded {
  overflow: visible;
  z-index: 2;
  padding-right: 20px;
}
#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent
  .TreatmentDescription.ExpandText::before {
  height: 50px;
  width: 100%;
  content: " ";
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  position: absolute;
  top: 60px;
  left: 0px;
}
#SPA-2022-LISTE-SPAS-CONTENT
  .BlockContent
  .TreatmentDescription.ExpandText.Expanded::before {
  display: none;
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .TreatmentDescription {
    display: block;
    text-align: center;
  }
}
#SPA-2022-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink {
  margin-left: 20px;
}

@media screen and (max-width: 1250px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink {
    margin-left: 10px;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .BtnLink,
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink {
    flex-basis: calc(50% - 5px);
  }
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .BtnLink a,
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink a {
    min-width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 1023px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .BtnLink a,
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink a {
    min-width: 50px;
    padding: 16px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink {
    margin: 0;
    margin-top: 20px;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .BtnLink a,
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink a {
    width: 180px;
    margin: 0 auto;
    min-width: 110px;
  }
}
/*-------------------------------------------------------------------*/

#SPA-2022-OPENSPA-HEADER {
  background-image: url(img/openspa-header.jpg);
  height: 444px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #dfd3d4;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-HEADER {
    background-image: url(img/openspa-header-mobile.jpg);
    height: auto;
    padding-top: 247px;
    background-color: #fff;
  }
}

#SPA-2022-OPENSPA-HEADER .Title {
  font-size: 50px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 0px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  #SPA-2022-OPENSPA-HEADER .Title {
    font-size: 35px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-HEADER .Title {
    text-align: center;
  }
}
#SPA-2022-OPENSPA-HEADER .WhiteBox {
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 80px;
  width: 486px;
}
@media screen and (max-width: 1100px) {
  #SPA-2022-OPENSPA-HEADER .WhiteBox {
    left: 30px;
    right: auto;
  }
}
@media screen and (max-width: 1023px) {
  #SPA-2022-OPENSPA-HEADER .WhiteBox {
    width: 350px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: 325px;
    margin: 20px auto;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  #SPA-2022-OPENSPA-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
/*-------------------------------------------------------------------*/

#SPA-2022-OPENSPA-HEADER-FAQ {
  background-image: url(img/openspa-header-faq.jpg);
  height: 444px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #dfd3d4;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-HEADER-FAQ {
    background-image: url(img/openspa-header-faq-mobile.jpg);
    height: auto;
    padding-top: 247px;
    background-color: #fff;
  }
}

#SPA-2022-OPENSPA-HEADER-FAQ .Title {
  font-size: 48px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 0px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  #SPA-2022-OPENSPA-HEADER-FAQ .Title {
    font-size: 35px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-HEADER-FAQ .Title {
    text-align: center;
  }
}
#SPA-2022-OPENSPA-HEADER-FAQ .WhiteBox {
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 80px;
  width: 446px;
}
@media screen and (max-width: 1100px) {
  #SPA-2022-OPENSPA-HEADER-FAQ .WhiteBox {
    right: 30px;
    right: auto;
  }
}
@media screen and (max-width: 1023px) {
  #SPA-2022-OPENSPA-HEADER-FAQ .WhiteBox {
    width: 350px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-HEADER-FAQ .WhiteBox {
    left: auto;
    right: auto;
    width: 325px;
    margin: 20px auto;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  #SPA-2022-OPENSPA-HEADER-FAQ .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
/*-------------------------------------------------------------------*/

#SPA-2022-OPENSPA-TREATMENTS {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-TREATMENTS {
    margin-top: 0px;
  }
}

#SPA-2022-OPENSPA-TREATMENTS .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  /*background-image: url(img/title-texture.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
}
#SPA-2022-OPENSPA-TREATMENTS .BtnLink {
  padding-top: 40px;
}

#SPA-2022-OPENSPA-TREATMENTS .Wrapper .Text {
  max-width: 444px;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
#SPA-2022-OPENSPA-TREATMENTS .Wrapper {
  flex-basis: 100%;
  text-align: center;
  padding-bottom: 40px;
}

#SPA-2022-OPENSPA-TREATMENTS .RedBox {
  flex-basis: calc(25% - 10px);
  background-color: #be0f34;
  min-height: 390px;
  color: #fff;
  margin: 5px;
  max-width: 285px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 285px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-TREATMENTS .RedBox {
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#SPA-2022-OPENSPA-TREATMENTS .RedBox h3 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  line-height: 1.4em;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}
#SPA-2022-OPENSPA-TREATMENTS .RedBox .Text {
  max-width: 210px;
}
#SPA-2022-OPENSPA-TREATMENTS .TreatmentBox {
  /*flex-basis:calc(25% - 10px);*/
  min-height: 390px;
  margin: 5px;
  max-width: 285px;
  position: relative;
  flex-basis: 285px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-TREATMENTS .TreatmentBox {
    flex-basis: calc(50% - 10px);
    min-height: calc(58vw + 50px);
    padding: 0;
  }

  #SPA-2022-OPENSPA-TREATMENTS .RedBox {
    flex-basis: calc(50% - 50px);
    min-height: calc(58vw + 50px);
    padding: 0 20px;
  }
}
#SPA-2022-OPENSPA-TREATMENTS .TreatmentBox .Visual {
  display: block;
  max-width: 100%;
}
#SPA-2022-OPENSPA-TREATMENTS .TreatmentBox .Visual img {
  display: block;
  max-width: 100%;
}

#SPA-2022-OPENSPA-TREATMENTS .TreatmentBox h3 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  border: #e5e5e5 1px solid;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  line-height: 1.4em;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-TREATMENTS .TreatmentBox h3 {
    font-size: 12px;
  }
}
#SPA-2022-OPENSPA-TREATMENTS .TreatmentBox h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.4em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-TREATMENTS .TreatmentBox h4 {
    font-size: 12px;
    text-align: center;
  }
}
#SPA-2022-OPENSPA-TREATMENTS .TreatmentBox .Text {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  line-height: 1.4em;
  padding-top: 18px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-TREATMENTS .TreatmentBox .Text {
    font-size: 12px;
    text-align: center;
  }
}
#SPA-2022-OPENSPA-TREATMENTS .TreatmentBox .RollOverBlockWrapper {
  height: 60px;
  overflow: hidden;
  display: block;
}

#SPA-2022-OPENSPA-TREATMENTS .TreatmentBox .BtnLink {
  bottom: 0px;
  position: absolute;
  background-color: #fff;
  padding: 30px;
  left: 0px;
  width: calc(100% - 60px);
  display: block;
  padding-top: 15px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-TREATMENTS .TreatmentBox .BtnLink {
    padding: 15px;
    width: calc(100% - 30px);
  }
  #SPA-2022-OPENSPA-TREATMENTS .TreatmentBox .BtnLink a {
    min-width: 0;
    padding: 15px 0;
    display: block;
  }
}
#SPA-2022-OPENSPA-TREATMENTS .RollOverBlock {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  height: 340px;
  width: 100%;
  background-color: #fff;
  border: #e5e5e5 1px solid;
  border-top: 0px solid;
  box-sizing: border-box;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-TREATMENTS .RollOverBlock {
    height: 58vw;
    padding: 15px;
  }
}
#SPA-2022-OPENSPA-TREATMENTS .BtnTreatment {
  flex-basis: 100%;
  text-align: center;
}
/*--------------------------------------------------------------------*/
#SPA-2022-OPENSPA-STORES {
  background-color: #eeeeee;
  text-align: center;
  margin-top: 45px;
  padding-bottom: 40px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-STORES {
    padding-bottom: 80px;
  }
}

#SPA-2022-OPENSPA-STORES .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
}
#SPA-2022-OPENSPA-STORES-SLICK {
  max-width: 990px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#SPA-2022-OPENSPA-STORES .slickItem {
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-STORES .slickItem {
    padding-bottom: 20px;
    padding-left: 150px;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    padding-top: 20px;
    /* width: 320px; */
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
#SPA-2022-OPENSPA-STORES .Visual {
  display: block;
  margin: 10px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-STORES .Visual {
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
#SPA-2022-OPENSPA-STORES .Visual img {
  display: block;
  max-width: 100%;
}
#SPA-2022-OPENSPA-STORES .Wrapper {
  background-color: #fde7e4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
  padding-left: 65px;
}
#SPA-2022-OPENSPA-STORES .Wrapper .Text {
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  font-size: 23px;
  padding-bottom: 15px;
  text-align: left;
  position: relative;
}
#SPA-2022-OPENSPA-STORES h3 {
  margin: 0;
  padding: 10px;
  color: #000;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  font-size: 25px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-STORES h3 {
    padding-bottom: 0px;
  }
}
#SPA-2022-OPENSPA-STORES .Adress {
  color: #8b8b8b;
  font-size: 14px;
  text-align: left;
  margin: 10px;
}
#SPA-2022-OPENSPA-STORES .slick-dots {
  bottom: 5px;
}
#SPA-2022-OPENSPA-STORES .Adress strong {
  color: #000;
  display: block;
  font-weight: normal;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}
/*--------------------------------------------------------------------*/
#SPA-2022-OPENSPA-TESTIMONIES {
  text-align: center;
  margin-top: 45px;
}

#SPA-2022-OPENSPA-TESTIMONIES .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
}

#SPA-2022-OPENSPA-TESTIMONIES .slickItem {
  max-width: 768px;
  display: flex;
  margin: 0 auto;
}
#SPA-2022-OPENSPA-TESTIMONIES .Visual {
  display: block;
  flex-basis: calc(50% + 40px);
  margin-bottom: 70px;
}
#SPA-2022-OPENSPA-TESTIMONIES .Visual img {
  display: block;
  max-width: 100%;
}
#SPA-2022-OPENSPA-TESTIMONIES .Wrapper {
  background-color: #fde7e4;
  display: flex;
  flex-basis: calc(50% + 40px);
  margin-left: -40px;
  margin-top: 70px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
  padding-left: 65px;
}
#SPA-2022-OPENSPA-TESTIMONIES .Wrapper .Text {
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  font-size: 23px;
  padding-bottom: 15px;
  text-align: left;
  position: relative;
}
#SPA-2022-OPENSPA-TESTIMONIES .Wrapper .Text::before {
  content: "â€œ";
  position: absolute;
  top: -20px;
  left: -30px;
  color: #be0f34;
  font-family: ClarinsRegular, Clarins;
  font-size: 70px;
  line-height: 70px;
}
#SPA-2022-OPENSPA-TESTIMONIES .AuthorName {
  color: #8b8b8b;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
#SPA-2022-OPENSPA-TESTIMONIES .AuthorName strong {
  color: #be0f34;
}
/*-------------------------------------------------------------------*/
#SPA-2022-FAQ {
  box-sizing: border-box;
  position: relative;
  margin-top: 60px;
  text-align: center;
}
#SPA-2022-FAQ .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  /*background-image: url(img/title-texture-2.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
}
#SPA-2022-FAQ .FaqItem {
  max-width: 970px;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
#SPA-2022-FAQ .FaqItem h3 {
  margin: 0;
  padding: 0;
  border-top: 2px solid #ebebeb;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 30px;
  cursor: pointer;
  z-index: 2;
}
#SPA-2022-FAQ .FaqItem::after {
  content: "+";
  color: #8b8b8b;
  font-size: 28px;
  position: absolute;
  top: 16px;
  right: 30px;
  cursor: pointer;
  pointer-events: none;
}
#SPA-2022-FAQ .FaqItem.Opened::after {
  content: "-";
}
#SPA-2022-FAQ .FaqItem h3 .Red {
  color: #be0f34;
}
#SPA-2022-FAQ .BtnLink {
  margin-top: 40px;
}
#SPA-2022-FAQ .content {
  display: none;
  margin-bottom: 20px;
}
#SPA-2022-FAQ .FaqItem.Opened .content {
  display: block;
}
/*--------------------------------------------------------*/
#SPA-2022-PUSH {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 761px) {
  #SPA-2022-PUSH {
    text-align: center;
    background-color: #eeeeee;
  }
}
#SPA-2022-PUSH .InlineBlock {
  margin: 20px;
  max-width: 469px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-PUSH .InlineBlock:first-child {
    margin-bottom: 0px;
  }
}
#SPA-2022-PUSH .InlineBlock a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#SPA-2022-PUSH .InlineBlock .Text {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.4em;
  display: inline-block;
  margin: 0;
  padding-bottom: 15px;
  flex: 1;
}
#SPA-2022-PUSH .InlineBlock img {
  display: block;
  max-width: 100%;
}

#SPA-2022-PUSH .InlineBlock .Title {
  font-weight: normal;
  color: #000;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 25px;
  padding-bottom: 12px;
}
#SPA-2022-PUSH .InlineBlock .BtnLink {
  justify-self: flex-end;
}
@media screen and (max-width: 761px) {
  #SPA-2022-PUSH .InlineBlock .BtnLink a,
  #SPA-2022-PUSH .InlineBlock .BtnLink span {
    min-width: 190px;
    padding: 16px;
  }
}
/*-------------------------------------------------------------------*/

#SPA-2022-SKINSPA-HEADER {
  background-image: url(img/skinspa-header.jpg);
  height: 444px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #dfd3d4;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 761px) {
  #SPA-2022-SKINSPA-HEADER {
    background-image: url(img/skinspa-header-mobile.jpg);
    height: auto;
    background-color: #fff;
    padding-top: 230px;
  }
}

#SPA-2022-SKINSPA-HEADER .Title {
  font-size: 50px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 0px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  #SPA-2022-SKINSPA-HEADER .Title {
    font-size: 35px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-SKINSPA-HEADER .Title {
    text-align: center;
  }
}
#SPA-2022-SKINSPA-HEADER .WhiteBox {
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 142px;
  width: 546px;
}
@media screen and (max-width: 1100px) {
  #SPA-2022-SKINSPA-HEADER .WhiteBox {
    left: auto;
    right: 30px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-SKINSPA-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: 325px;
    margin: 20px auto;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  #SPA-2022-SKINSPA-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}

#SPA-2022-SKINSPA-HEADER .BtnLink {
  padding-top: 30px;
}
/*--------------------------------------------------*/

#SPA-2022-SKINSPA-BEAUTYTHERAPIST {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  #SPA-2022-SKINSPA-BEAUTYTHERAPIST {
    flex-direction: column-reverse;
    height: auto;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-SKINSPA-BEAUTYTHERAPIST {
    padding-top: 0;
  }
}

#SPA-2022-SKINSPA-BEAUTYTHERAPIST .Visual {
  flex-basis: 60%;
  max-width: 574px;
  position: relative;
}
#SPA-2022-SKINSPA-BEAUTYTHERAPIST .Visual span {
  font-size: 12px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
#SPA-2022-SKINSPA-BEAUTYTHERAPIST .Visual img {
  max-width: 100%;
  display: block;
}
#SPA-2022-SKINSPA-BEAUTYTHERAPIST .Wrapper {
  text-align: left;
  margin: 40px;
  max-width: 365px;
}
@media screen and (max-width: 1023px) {
  #SPA-2022-SKINSPA-BEAUTYTHERAPIST .Wrapper {
    text-align: center;
    margin: 20px;
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-SKINSPA-BEAUTYTHERAPIST .Wrapper {
    text-align: center;
    margin: 20px;
  }
}
#SPA-2022-SKINSPA-BEAUTYTHERAPIST .Text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4em;
}
@media screen and (max-width: 1023px) {
  #SPA-2022-SKINSPA-BEAUTYTHERAPIST .Text {
    display: block;
    text-align: center;
  }
}
#SPA-2022-SKINSPA-BEAUTYTHERAPIST .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
  position: relative;
}
/*--------------------------------------------------------------------*/
#SPA-2022-SKINSPA-TESTIMONIES {
  text-align: center;
  margin-top: 45px;
}

#SPA-2022-SKINSPA-TESTIMONIES .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
}

#SPA-2022-SKINSPA-TESTIMONIES .slickItem {
  max-width: 768px;
  display: flex;
  margin: 0 auto;
}
#SPA-2022-SKINSPA-TESTIMONIES .Visual {
  display: block;
  flex-basis: calc(50% + 40px);
  margin-bottom: 70px;
}
#SPA-2022-SKINSPA-TESTIMONIES .Visual img {
  display: block;
  max-width: 100%;
}
#SPA-2022-SKINSPA-TESTIMONIES .Wrapper {
  background-color: #fde7e4;
  display: flex;
  flex-basis: calc(50% + 40px);
  margin-left: -40px;
  margin-top: 70px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
  padding-left: 65px;
}
#SPA-2022-SKINSPA-TESTIMONIES .Wrapper .Text {
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  font-size: 23px;
  padding-bottom: 15px;
  text-align: left;
  position: relative;
}
#SPA-2022-SKINSPA-TESTIMONIES .Wrapper .Text::before {
  content: "â€œ";
  position: absolute;
  top: -20px;
  left: -30px;
  color: #be0f34;
  font-family: ClarinsRegular, Clarins;
  font-size: 70px;
  line-height: 70px;
}
#SPA-2022-SKINSPA-TESTIMONIES .AuthorName {
  color: #8b8b8b;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
#SPA-2022-SKINSPA-TESTIMONIES .AuthorName strong {
  color: #be0f34;
}
/*-------------------------------------------------------------------*/

#SPA-2022-SKINSPA-TREATMENTS {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
  max-width: 900px;
}
#SPA-2022-SKINSPA-TREATMENTS .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
}
#SPA-2022-SKINSPA-TREATMENTS .BtnLink {
  padding-top: 40px;
  flex-basis: 100%;
  text-align: center;
}

#SPA-2022-SKINSPA-TREATMENTS .Wrapper .Text {
  max-width: 444px;
  margin: 0 auto;
  text-align: center;
}
#SPA-2022-SKINSPA-TREATMENTS .Wrapper {
  flex-basis: 100%;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-SKINSPA-TREATMENTS .Wrapper {
    padding-bottom: 0px;
  }
}
#SPA-2022-SKINSPA-TREATMENTS .TreatmentBox {
  flex-basis: calc(33% - 10px);
  min-height: 390px;
  margin: 5px;
  max-width: 285px;
  position: relative;
  flex-basis: 285px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-SKINSPA-TREATMENTS .TreatmentBox {
    margin: 5px;
    position: relative;
    flex-basis: calc(50% - 15px);
    min-height: 0;
  }
}
#SPA-2022-SKINSPA-TREATMENTS .TreatmentBox .Visual {
  display: block;
  max-width: 100%;
}
#SPA-2022-SKINSPA-TREATMENTS .TreatmentBox .Visual img {
  display: block;
  max-width: 100%;
}

#SPA-2022-SKINSPA-TREATMENTS .TreatmentBox h3 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  border: #e5e5e5 1px solid;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  line-height: 1.4em;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 761px) {
  #SPA-2022-SKINSPA-TREATMENTS .TreatmentBox h3 {
    font-size: 12px;
  }
}

#SPA-2022-SKINSPA-TREATMENTS .TreatmentBox h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.4em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}
#SPA-2022-SKINSPA-TREATMENTS .TreatmentBox .Text {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  line-height: 1.4em;
  padding-top: 18px;
}
#SPA-2022-SKINSPA-TREATMENTS .TreatmentBox .BtnLink {
  padding-top: 30px;
  text-align: left;
}
#SPA-2022-SKINSPA-TREATMENTS .RollOverBlock {
  display: flex;
  position: absolute;
  top: 50px;
  left: 0;
  height: calc(100% - 50px);
  width: 100%;
  background-color: #fff;
  border: #e5e5e5 1px solid;
  border-top: 0px solid;
  box-sizing: border-box;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
}
#SPA-2022-SKINSPA-TREATMENTS .BtnTreatment {
  flex-basis: 100%;
  text-align: center;
}
/*--------------------------------------------------------*/

#SPA-2022-SPABYCLARINS-HEADER {
  background-image: url(img/spabyclarins-header.jpg);
  height: 444px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #cae2fa;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 761px) {
  #SPA-2022-SPABYCLARINS-HEADER {
    padding-top: 220px;
    background-image: url(img/spabyclarins-header-mobile.jpg);
    height: auto;
    background-color: #fff;
  }
}

#SPA-2022-SPABYCLARINS-HEADER .Title {
  font-size: 50px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 0px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  #SPA-2022-SPABYCLARINS-HEADER .Title {
    font-size: 35px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-SPABYCLARINS-HEADER .Title {
    text-align: center;
  }
}
#SPA-2022-SPABYCLARINS-HEADER .WhiteBox {
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 80px;
  width: 446px;
}
@media screen and (max-width: 1100px) {
  #SPA-2022-SPABYCLARINS-HEADER .WhiteBox {
    right: auto;
    left: 30px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-SPABYCLARINS-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: 325px;
    margin: 20px auto;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  #SPA-2022-SPABYCLARINS-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
#SPA-2022-SPABYCLARINS-HEADER .BtnLink {
  padding-top: 30px;
}
/*--------------------------------------------------*/

#SPA-2022-SPABYCLARINS-INTRO {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 761px) {
  #SPA-2022-SPABYCLARINS-INTRO {
    padding-top: 0px;
    flex-direction: column-reverse;
    text-align: center;
  }
}
#SPA-2022-SPABYCLARINS-INTRO .Visual {
  flex-basis: 60%;
  max-width: 574px;
  position: relative;
}
#SPA-2022-SPABYCLARINS-INTRO .Visual span {
  font-size: 12px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
#SPA-2022-SPABYCLARINS-INTRO .Visual img {
  max-width: 100%;
  display: block;
}
#SPA-2022-SPABYCLARINS-INTRO .Wrapper {
  text-align: left;
  margin: 40px;
  max-width: 365px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-SPABYCLARINS-INTRO .Wrapper {
    text-align: center;
  }
}
#SPA-2022-SPABYCLARINS-INTRO .Text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4em;
}

#SPA-2022-SPABYCLARINS-INTRO .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
  position: relative;
}
/*--------------------------------------------------------------------*/
#SPA-2022-SPABYCLARINS-HOTELS {
  background-color: #eeeeee;

  margin-top: 60px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  #SPA-2022-SPABYCLARINS-HOTELS {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-SPABYCLARINS-HOTELS {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#SPA-2022-SPABYCLARINS-HOTELS .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
}
#SPA-2022-SPABYCLARINS-HOTELS .Hotel {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
  align-items: center;
  text-align: right;
}

#SPA-2022-SPABYCLARINS-HOTELS .Hotel:nth-child(2n + 1) {
  flex-direction: row;
  text-align: left;
}
@media screen and (max-width: 761px) {
  #SPA-2022-SPABYCLARINS-HOTELS .Hotel {
    text-align: center !important;
    display: block;
  }
}
#SPA-2022-SPABYCLARINS-HOTELS .Hotel .Wrapper {
  width: 262px;
  margin-right: 40px;
}

#SPA-2022-SPABYCLARINS-HOTELS .Hotel:nth-child(2n + 1) .Wrapper {
  margin-right: auto;
  margin-left: 40px;
}

@media screen and (max-width: 761px) {
  #SPA-2022-SPABYCLARINS-HOTELS .Hotel .Wrapper {
    margin: 20px 0 !important;
    width: auto;
  }
}
#SPA-2022-SPABYCLARINS-HOTELS .Visual {
  flex: 1;
}

#SPA-2022-SPABYCLARINS-HOTELS .Hotel:nth-child(2n + 1) .Visual img {
  margin-right: 0;
  margin-left: auto;
}
#SPA-2022-SPABYCLARINS-HOTELS .Visual img {
  max-width: 100%;
  display: block;
}
#SPA-2022-SPABYCLARINS-HOTELS .HotelName {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#SPA-2022-SPABYCLARINS-HOTELS .Text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 15px;
  position: relative;
}
#SPA-2022-SPABYCLARINS-HOTELS .Telephone {
  display: inline-block;
  position: relative;
}
#SPA-2022-SPABYCLARINS-HOTELS .Telephone a::before {
  content: " ";
  background-image: url(img/tel-picto.svg);
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  text-decoration: none;
}
#SPA-2022-SPABYCLARINS-HOTELS .Telephone a {
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 15px;
  text-transform: uppercase;
  color: #be0f34;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  display: inline-block;
}

/*--------------------------------------------------------------------*/
#SPA-2022-SPABYCLARINS-HOTELS-LIST {
  text-align: center;
}
#SPA-2022-SPABYCLARINS-HOTELS-LIST .BtnLink {
  padding-top: 20px;
}
#SPA-2022-SPABYCLARINS-HOTELS-LIST .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-top: 0;
}

#SPA-2022-SPABYCLARINS-HOTELS-LIST .slickItem {
  max-width: 1048px;
  margin: 0 auto;
}
#SPA-2022-SPABYCLARINS-HOTELS-LIST .Visual {
  display: block;
  margin: 0 auto;
}
#SPA-2022-SPABYCLARINS-HOTELS-LIST .Visual img {
  display: block;
  max-width: 100%;
}
#SPA-2022-SPABYCLARINS-HOTELS-LIST .Text {
  margin: 0;
  line-height: 1em;
  font-weight: normal;
  padding-bottom: 15px;
  position: relative;
  font-size: 22px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

/*--------------------------------------------------------------------*/
/*--TREATMENT FINDER --*/
.Step {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 2px solid #e5e5e5;
  padding: 38px;
  box-sizing: border-box;
  display: none;
}
.Step[data-selected="1"] {
  display: block;
}
@media screen and (max-width: 1023px) {
  .Step[data-selected="1"] {
    height: calc(100vh - 50px - 40px);
    position: fixed;
    top: 67px;
    left: 20px;
    width: calc(100vw - 40px);
    z-index: 3;
    padding: 20px;
    padding-top: 40px;
  }
  #SPA-2022-HOME-TREATMENTFINDER[data-selected="1"]::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #555555;
    z-index: 2;
  }
}
.StepNavRef {
  display: none;
}
.Step .StepTitle {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.2em;
  flex-basis: 100%;
  padding: 0px;
  margin: 0px;
  align-self: flex-start;
  padding-bottom: 15px;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .Step .StepTitle {
    font-size: 18px;
  }
}
.Step .StepTitle img {
  display: none;
}
@media screen and (max-width: 761px) {
  .Step .StepTitle {
    font-size: 18px;
    padding-bottom: 0;
  }
}
.Step .StepCloseBtn {
  font-size: 0px;
  position: absolute;
  top: 19px;
  right: 19px;
  background-color: #fff;
  border: 0px solid;
  background-image: url(img/closeBtn.png);
  width: 21px;
  height: 20px;
  background-repeat: no-repeat;
  outline: 0;
  cursor: pointer;
  min-width: 0;
}
.Step .StepPrevBtn {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1em;
  position: absolute;
  top: 20px;
  left: 20px;
  text-transform: uppercase;
  background-color: #fff;
  border: 0px solid;
  color: #606060;
  outline: 0;
  cursor: pointer;
  min-width: 0;
  height: auto;
}
.Step .StepText {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  flex-basis: 100%;
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 761px) {
  .Step .StepText {
    padding-top: 20px;
  }
}
.Step .BtnLink {
  padding-top: 20px;
}
.Step .StepsChoiceWrapper {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 761px) {
  .Step .StepsChoiceWrapper {
    display: block;
    margin: 0;
    flex-direction: column;
  }
}

.Step .StepsChoiceWrapperDurationBlock {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 761px) {
  .Step .StepsChoiceWrapperDurationBlock {
    display: block;
    margin: 0;
    flex-direction: column;
  }
}
.Step .StepsChoiceWrapperLargeBlock {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 761px) {
  .Step .StepsChoiceWrapperLargeBlock {
    display: block;
    margin: 0;
    flex-direction: column;
  }
}
.Step .StepsChoiceWrapper .StepChoice {
  border: 2px solid #e5e5e5;
  background-color: #fff;
  color: #000;
  padding: 0px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  margin: 5px 20px;
  flex-basis: calc(50% - 40px);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .Step .StepsChoiceWrapper .StepChoice {
    font-size: 11px;
    margin: 5px 10px;
    flex-basis: calc(50% - 20px);
    height: 45px;
  }
}
@media screen and (max-width: 761px) {
  .Step .StepsChoiceWrapper .StepChoice {
    margin: 0;
    width: 100%;
    margin-top: 10px;
    height: 45px;
    font-size: 11px;
  }
}
@media screen and (max-width: 360px) {
  .Step .StepsChoiceWrapper .StepChoice {
    margin: 0;
    width: 100%;
    margin-top: 8px;
    height: 38px;
    font-size: 10px;
  }
}

.Step .StepsChoiceWrapperDurationBlock .StepChoice {
  border: 2px solid #e5e5e5;
  background-color: #fff;
  color: #000;
  padding: 0px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  margin: 5px 20px;
  flex-basis: calc(50% - 40px);
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  cursor: pointer;
  flex-direction: column;
  min-width: 0;
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .Step .StepsChoiceWrapperDurationBlock .StepChoice {
    margin: 5px 10px;
    flex-basis: calc(50% - 20px);
    font-size: 11px;
    height: 90px;
  }
}
@media screen and (max-width: 761px) {
  .Step .StepsChoiceWrapperDurationBlock .StepChoice {
    margin: 0;
    width: calc(100% - 40px);
    font-size: 12px;
    margin-top: 10px;
    height: 80px;
    padding-left: 60px;
    margin-left: 20px;
  }
  .Step .StepsChoiceWrapperDurationBlock .StepChoice span {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .Step .StepsChoiceWrapperDurationBlock .StepChoice {
    height: 70px;
  }
}
.Step .StepsChoiceWrapperDurationBlock .StepChoice img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .Step .StepsChoiceWrapperDurationBlock .StepChoice img {
    height: 40px;
  }
}
@media screen and (max-width: 761px) {
  .Step .StepsChoiceWrapperDurationBlock .StepChoice img {
    height: 40px;
    display: block;
    position: absolute;
    left: 50px;
    margin-top: 5px;
  }
}

.Step .StepsChoiceWrapperLargeBlock .StepChoice {
  border: 2px solid #e5e5e5;
  background-color: #fff;
  color: #000;
  padding: 0px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  margin: 5px 20px;
  flex-basis: calc(50% - 40px);
  height: 195px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  cursor: pointer;
  flex-direction: column;
  min-width: 0;
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .Step .StepsChoiceWrapperLargeBlock .StepChoice {
    margin: 5px 10px;
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 761px) {
  .Step .StepsChoiceWrapperLargeBlock .StepChoice {
    margin: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.Step .StepsChoiceWrapperLargeBlock .StepChoice img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.Step a {
  text-decoration: none;
}
.Step .StepChoice:hover {
  border: 2px solid #000;
}
.Step .StepChoice:focus {
  border: 2px solid #000;
}

/*DTW_EDIT*/
@media screen and (width: 1024px) {
  #SPA-2022-EXPERTISE-HEADER .WhiteBox {
    left: 45%;
  }
}
@media screen and (max-width: 1023px) {
  #SPA-2022-HOME-ESCAPES .InlineBlock .Text {
    max-width: 300px;
  }
}
@media screen and (max-width: 761px) {
  .MyContent .VideoLink a img {
    max-width: 200%;
  }
  #SPA-2022-OPENSPA-TREATMENTS .TreatmentBox h4 {
    font-size: 11px;
  }
}

/*IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #SPA-2022-HOME-TESTIMONIES .Wrapper {
    display: block;
    position: relative;
    flex-basis: calc(40% + 40px);
  }
  #SPA-2022-HOME-TESTIMONIES .Wrapper .Text {
    margin-top: 60px;
  }
  .Step .StepsChoiceWrapperLargeBlock {
    flex-wrap: nowrap;
  }
  .Step .StepsChoiceWrapperLargeBlock .StepChoice {
    font-size: 11px;
  }
  .Step .StepsChoiceWrapper .StepChoice,
  .Step .StepsChoiceWrapperDurationBlock .StepChoice {
    flex-basis: calc(40% - 40px);
    font-size: 11px;
  }
  #SPA-2022-PUSH .InlineBlock .Text {
    padding-bottom: 80px;
  }
  #SPA-2022-LISTE-SPAS-CONTENT .BlockContent {
    max-width: none;
  }
  #SPA-2022-EXPERTISE-JACQUES-COURTIN-CLARINS .Wrapper {
    align-items: stretch;
  }
  #SPA-2022-EXPERTISE-TESTIMONIES .Wrapper {
    display: block;
    position: relative;
    flex-basis: calc(40% + 40px);
  }
  #SPA-2022-EXPERTISE-TESTIMONIES .Wrapper .Text {
    margin-top: 30px;
  }
}

/***DTW EDITS***/
.slick-track {
  margin: 0 auto 50px;
}
/*#SPA-2022-OPENSPA-STORES h3{
	min-height: 70px;
}*/

/*-----------------------------------------------------------*/
.MyContent .SpaCopyright {
  display: inline-block;
  color: #fff;
  bottom: 20px;
  right: 30px;
  position: absolute;
  font-size: 11px;
  line-height: 11px;
  padding: 4px;
}

#SPA-2022-SPABYCLARINS-HEADER .SpaCopyright {
  bottom: 35px;
  right: 90px;
}

#SPA-2022-SPABYCLARINS-HOTELS .Hotel:nth-child(2n + 1) .SpaCopyright {
  max-width: 740px;
  text-align: right;
  width: 300px;
  bottom: 10px;
  right: 15px;
}
#SPA-2022-HOME-ESCAPES-03 .SpaCopyright {
  width: calc(100% - 30px);
  right: 15px;
  text-align: right;
  bottom: 15px;
}
#SPA-2022-SPABYCLARINS-INTRO .SpaCopyright {
  width: 50%;
  right: 50%;
  text-align: right;
  bottom: 15px;
}
#SPA-2022-HOME-ESCAPES .InlineBlock .Visual,
#SPA-2022-SPABYCLARINS-HOTELS .Hotel .Visual {
  position: relative;
}

#SPA-2022-SPABYCLARINS-HOTELS .Hotel:nth-child(2n) .SpaCopyright {
  max-width: 710px;
  text-align: right;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 5px;
}
#SPA-2022-SPABYCLARINS-HOTELS .Hotel:nth-child(2n + 1) .SpaCopyright {
  max-width: 740px;
  text-align: right;
  width: 300px;
  bottom: 10px;
  right: 15px;
}
#SPA-2022-SPABYCLARINS-HOTELS .Hotel:nth-child(2n + 1) .SpaCopyright {
  max-width: 740px;
  text-align: right;
  width: 300px;
  bottom: 10px;
  right: 15px;
}

@media only screen and (max-width: 761px) {
  #SPA-2022-OPENSPA-STORES h3 {
    font-size: 20px;
  }
  #SPA-2022-OPENSPA-STORES .Adress,
  #SPA-2022-OPENSPA-STORES .slickItem {
    font-size: 11px;
  }
}

#ClarinsCareBanner {
  margin-bottom: 20px;
  background-image: url(img/clarins-care.gif);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 40px;
  position: relative;
}
#ClarinsCareBanner p {
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4em;
}
#ClarinsCareBanner p a {
  font-weight: bold;
  text-decoration: underline lightgrey;
}

#ClarinsCareBanner:before {
  content: "X";
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 15px;
  line-height: 15px;
}

/*EDIT EDIT*/
#SPA-2022-HOME-HEADER .WhiteBox ul li a {
  line-height: 1.1em !important;
}

/*-------------------------------------------------------------------*/

#SPA-2022-VISIT-HEADER {
  background-image: url(img/visit-header.jpg);
  height: 444px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #dfd3d4;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 761px) {
  #SPA-2022-VISIT-HEADER {
    background-image: url(img/visit-header-mobile.jpg);
    height: auto;
    padding-top: 247px;
    background-color: #fff;
  }
}

#SPA-2022-VISIT-HEADER .Title {
  font-size: 50px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 0px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  #SPA-2022-VISIT-HEADER .Title {
    font-size: 35px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-VISIT-HEADER .Title {
    text-align: center;
  }
}
#SPA-2022-VISIT-HEADER .WhiteBox {
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 80px;
  width: 486px;
}
@media screen and (max-width: 1100px) {
  #SPA-2022-VISIT-HEADER .WhiteBox {
    left: 30px;
    right: auto;
  }
}
@media screen and (max-width: 1023px) {
  #SPA-2022-VISIT-HEADER .WhiteBox {
    width: 350px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-VISIT-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: 325px;
    margin: 20px auto;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  #SPA-2022-VISIT-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
/*--------------------------------------------------------*/
#SPA-2022-VISIT-BLOCKS {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-VISIT-BLOCKS {
    text-align: center;
    background-color: #eeeeee;
  }
}
#SPA-2022-VISIT-BLOCKS .InlineBlock {
  margin: 20px;
  max-width: 469px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-VISIT-BLOCKS .InlineBlock:first-child {
    margin-bottom: 0px;
  }
}
#SPA-2022-VISIT-BLOCKS .InlineBlock a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#SPA-2022-VISIT-BLOCKS .InlineBlock .Text {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.4em;
  display: inline-block;
  margin: 0;
  padding-bottom: 15px;
  flex: 1;
}
#SPA-2022-VISIT-BLOCKS .InlineBlock img {
  display: block;
  max-width: 100%;
}

#SPA-2022-VISIT-BLOCKS .InlineBlock .Title {
  font-weight: normal;
  color: #000;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 25px;
  padding-bottom: 12px;
}
#SPA-2022-VISIT-BLOCKS .InlineBlock .BtnLink {
  justify-self: flex-end;
}
@media screen and (max-width: 761px) {
  #SPA-2022-VISIT-BLOCKS .InlineBlock .BtnLink a,
  #SPA-2022-VISIT-BLOCKS .InlineBlock .BtnLink span {
    min-width: 190px;
    padding: 16px;
  }
}

/*-------------------------------------------------------------------*/

#SPA-2022-SOINS-EXPERTS-HEADER {
  background-image: url(img/soins-experts-header.jpg);
  height: 444px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #dfd3d4;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 761px) {
  #SPA-2022-VISIT-HEADER {
    background-image: url(img/soins-experts-header-mobile.jpg);
    height: auto;
    padding-top: 247px;
    background-color: #fff;
  }
}

#SPA-2022-SOINS-EXPERTS-HEADER .Title {
  font-size: 50px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 0px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  #SPA-2022-SOINS-EXPERTS-HEADER .Title {
    font-size: 35px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-SOINS-EXPERTS-HEADER .Title {
    text-align: center;
  }
}
#SPA-2022-SOINS-EXPERTS-HEADER .WhiteBox {
  padding: 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 80px;
  width: 486px;
}
@media screen and (max-width: 1100px) {
  #SPA-2022-SOINS-EXPERTS-HEADER .WhiteBox {
    left: 30px;
    right: auto;
  }
}
@media screen and (max-width: 1023px) {
  #SPA-2022-SOINS-EXPERTS-HEADER .WhiteBox {
    width: 350px;
  }
}
@media screen and (max-width: 761px) {
  #SPA-2022-SOINS-EXPERTS-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: 325px;
    margin: 20px auto;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  #SPA-2022-SOINS-EXPERTS-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}

/*-------------------------------------------------------------------*/

#SPA-2022-EXPERTS-SERVICES {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 40px;
  z-index: 2;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTS-SERVICES {
    margin-top: 0px;
  }
}

#SPA-2022-EXPERTS-SERVICES .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  /*background-image: url(img/title-texture.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
#SPA-2022-EXPERTS-SERVICES .ListeServices {
  max-width: 1200px;
  flex-basis: 100%;
  display: flex;
  background-image: url(img/soins-experts-background.jpg);
  padding-left: 280px;
  box-sizing: border-box;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: top left;
  margin-left: 20px;
  margin-top: 20px;
}

#SPA-2022-EXPERTS-SERVICES .GrayBox {
  background-color: #f8f6fb;
  margin: 20px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 40px;
}
#SPA-2022-EXPERTS-SERVICES .GrayBox:last-child {
  flex-basis: 100%;
  margin-bottom: 0;
}
#SPA-2022-EXPERTS-SERVICES .GrayBox:first-child {
  flex: 1;
}
#SPA-2022-EXPERTS-SERVICES .GrayBox h3 {
  color: #be0f34;
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #cfcac9;
  padding: 10px 0;
  line-height: 1em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#SPA-2022-EXPERTS-SERVICES .GrayBox .ServicesWrapper {
  display: flex;
  margin: 0 -12px;
}

#SPA-2022-EXPERTS-SERVICES .GrayBox .Service {
  margin: 0 12px;
  flex-basis: 100%;
  max-width: 240px;
}
#SPA-2022-EXPERTS-SERVICES .GrayBox:last-child .Service {
  flex-basis: 25%;
}
#SPA-2022-EXPERTS-SERVICES .GrayBox:first-child .Service {
  flex-basis: 50%;
}
#SPA-2022-EXPERTS-SERVICES .GrayBox h4 {
  color: #000;
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  text-align: left;
  padding: 0;
  line-height: 1.4em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
}

#SPA-2022-EXPERTS-SERVICES .GrayBox p {
  color: #000;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTS-SERVICES .ListeServices {
    max-width: 1200px;
    flex-basis: 100%;
    display: block;
    background-image: url(img/soins-experts-background-mobile.jpg);
    padding: 0;
    padding-top: 150px;
    background-position: top center;
    background-size: 335px auto;
    margin: 0px;
    max-width: 335px;
  }
  #SPA-2022-EXPERTS-SERVICES .GrayBox .ServicesWrapper {
    display: block;
    margin: 0;
  }
  #SPA-2022-EXPERTS-SERVICES .GrayBox {
    margin: 0px;
    margin-bottom: 20px;
  }
  .MyContent #SPA-2022-EXPERTS-SERVICES .slick-dots {
    bottom: 0;
  }
  #SPA-2022-EXPERTS-SERVICES .GrayBox .Service {
    max-width: 335px;
    margin: 0;
  }
  #SPA-2022-EXPERTS-SERVICES .GrayBox p {
    margin: 0;
  }
}
/*-------------------------------------------------------------------*/

#SPA-2022-EXPERTS-TREATMENTS {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 2
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTS-TREATMENTS {
    margin-top: 0px;
  }
}

#SPA-2022-EXPERTS-TREATMENTS .Title {
  font-size: 40px;
  color: black;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  padding: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  /*background-image: url(img/title-texture.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
}
#SPA-2022-EXPERTS-TREATMENTS .BtnLink {
  padding-top: 40px;
  text-align: center;
  flex-basis: 100%;
}

#SPA-2022-EXPERTS-TREATMENTS .Wrapper .Text {
  max-width: 444px;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
#SPA-2022-EXPERTS-TREATMENTS .Wrapper {
  flex-basis: 100%;
  text-align: center;
  padding-bottom: 40px;
}

#SPA-2022-EXPERTS-TREATMENTS .RedBox {
  flex-basis: calc(25% - 10px);
  background-color: #be0f34;
  min-height: 390px;
  color: #fff;
  margin: 5px;
  max-width: 285px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 285px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTS-TREATMENTS .RedBox {
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#SPA-2022-EXPERTS-TREATMENTS .RedBox h3 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  line-height: 1.4em;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}
#SPA-2022-EXPERTS-TREATMENTS .RedBox .Text {
  max-width: 210px;
}
#SPA-2022-EXPERTS-TREATMENTS .TreatmentBox {
  /*flex-basis:calc(25% - 10px);*/
  min-height: 390px;
  margin: 5px;
  max-width: 285px;
  position: relative;
  flex-basis: 285px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTS-TREATMENTS .TreatmentBox {
    flex-basis: calc(50% - 10px);
    min-height: calc(58vw + 50px);
    padding: 0;
  }

  #SPA-2022-EXPERTS-TREATMENTS .RedBox {
    flex-basis: calc(50% - 50px);
    min-height: calc(58vw + 50px);
    padding: 0 20px;
  }
}
#SPA-2022-EXPERTS-TREATMENTS .TreatmentBox .Visual {
  display: block;
  max-width: 100%;
}
#SPA-2022-EXPERTS-TREATMENTS .TreatmentBox .Visual img {
  display: block;
  max-width: 100%;
}

#SPA-2022-EXPERTS-TREATMENTS .TreatmentBox h3 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  border: #e5e5e5 1px solid;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  line-height: 1.4em;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTS-TREATMENTS .TreatmentBox h3 {
    font-size: 12px;
  }
}
#SPA-2022-EXPERTS-TREATMENTS .TreatmentBox h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  line-height: 1.4em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTS-TREATMENTS .TreatmentBox h4 {
    font-size: 12px;
    text-align: center;
  }
}
#SPA-2022-EXPERTS-TREATMENTS .TreatmentBox .Text {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  line-height: 1.4em;
  padding-top: 18px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTS-TREATMENTS .TreatmentBox .Text {
    font-size: 12px;
    text-align: center;
  }
}
#SPA-2022-EXPERTS-TREATMENTS .TreatmentBox .RollOverBlockWrapper {
  height: 60px;
  overflow: hidden;
  display: block;
}

#SPA-2022-EXPERTS-TREATMENTS .TreatmentBox .BtnLink {
  bottom: 0px;
  position: absolute;
  background-color: #fff;
  padding: 30px;
  left: 0px;
  width: calc(100% - 60px);
  display: block;
  padding-top: 15px;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTS-TREATMENTS .TreatmentBox .BtnLink {
    padding: 15px;
    width: calc(100% - 30px);
  }
  #SPA-2022-EXPERTS-TREATMENTS .TreatmentBox .BtnLink a {
    min-width: 0;
    padding: 15px 0;
    display: block;
  }
}
#SPA-2022-EXPERTS-TREATMENTS .RollOverBlock {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  height: 340px;
  width: 100%;
  background-color: #fff;
  border: #e5e5e5 1px solid;
  border-top: 0px solid;
  box-sizing: border-box;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 761px) {
  #SPA-2022-EXPERTS-TREATMENTS .RollOverBlock {
    height: 58vw;
    padding: 15px;
  }
}
#SPA-2022-EXPERTS-TREATMENTS .BtnTreatment {
  flex-basis: 100%;
  text-align: center;
}
/*-------------------------------------------------------------------*/
.BtnRow {
  display: flex;
  padding-top: 20px;
}
.BtnRow &gt; p {
  margin: 0px;
  display: flex;
  padding: 0 !important;
}
.BtnRow &gt; p:first-child {
  margin-right: 20px;
}
@media (max-width: 761px) {
  .BtnRow {
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  .BtnRow &gt; p {
    padding: 0 !important;
    display: block;
    width: 220px;
  }
  .BtnRow &gt; p a {
    display: block !important;
  }
  .BtnRow &gt; p:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

/*======================*/
h3.SpaTitle.Flash{
  background-image: url(img/logo-experts.svg)!important;
}

h3.SpaTitle.SpaBy{
  background-image: url(img/logo-spabyclarins.svg)!important;
}

#SPA-2022-EXPERTS-TREATMENTS .RollOver .RollOverBlock{
  padding: 10px;
}

#SPA-2022-EXPERTS-SERVICES::before {
    content: " ";
    position: absolute;
    width: 392px;
    height: 773px;
    top: 488px;
    left: calc(50% - 800px);
    background-image: url(./img/spa-expert-texture-left.png);
    background-position: top center;
    background-repeat: no-repeat;
    transform-origin: center left;
    z-index: -1;
}

#SPA-2022-EXPERTS-TREATMENTS::before {
    content: " ";
    position: absolute;
    width: 453px;
    height: 594px;
    top: 1200px;
    right: calc(50% - 800px);
    background-image: url(./img/spa-expert-texture-right.png);
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
    transform-origin: center right;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2){
  .Spa-Header-BackLink{
    left: unset;
  }
  #SPA-2022-SOINS-EXPERTS-HEADER .WhiteBox {
    left: 375px;
  }
  #SPA-2022-EXPERTS-TREATMENTS{
    justify-content: center;
  }
  #SPA-2022-HOME-HEADER {
    background-position: top right calc(50% + 22px);
  }
  #SPA-2022-OPENSPA-HEADER .WhiteBox{
    left: 330px;
  }
}

@media (max-width: 480px) {
  #SPA-2022-HOME-GIFTVOUCHER .Visual{
    padding-top: 20px;
  }
}




/********** MASTER ANALYSIS **********/
/*tablet landscape*/
/*@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
  .Spa-Header-BackLink {
    left: calc(50% - 540px);
  }
  #SPA-2022-OPENSPA-TREATMENTS .TreatmentBox {
    max-width: 250px;
  }
  #SPA-2022-OPENSPA-TREATMENTS .RedBox {
    max-width: 250px;
  }
  #SPA-2022-OPENSPA-TREATMENTS .TreatmentBox .Visual img {
    height: 340px;
  }
}*/</pre></body></html>