body {
    overflow-x: hidden;
    margin: 0;
    scroll-behavior: smooth;
}
/*.breadcrumb {
    display: none;
}
#main:not(.main-homepage) {
    margin-top: 0px;
}*/

@media screen and (max-width: 761px) {
.MyContent .product-quickshop {
    display: inline-block;
}
.product-quickshop .swatchesCircle img {
    top: 8.5px;
}
}
.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;
}

@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;
}
.MyContent .BtnLink span, .MyContent .BtnLink a {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    position: relative;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    display: inline-block;
    line-height: 14px;
    min-width: 110px;
    text-align: center;
    background-color: black;
    cursor:pointer;
    transition:color ease-in-out 0.5s, background 0.5s ease-in-out ;
    border: 2px solid #000;
}
.MyContent .BtnLink span:hover, .MyContent .BtnLink a:hover {
    color: black;
    background-color: white;

}
.MyContent .WhiteBtnLink span, .MyContent .WhiteBtnLink a {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    position: relative;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    display: inline-block;
    line-height: 14px;
    min-width: 110px;
    text-align: center;
    background-color: white;
    border: 2px solid #e5e5e5;
    cursor:pointer;
    transition:ease-in-out border 0.5s;
}
.MyContent .WhiteBtnLink span:hover , .MyContent .WhiteBtnLink a:hover {
    border: 2px solid #000;
}
.MyContent .HollowLink span, .MyContent .HollowLink a {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    position: relative;
    padding-top: 16px;
    padding-right: 10px;
    padding-bottom: 16px;
    padding-left: 10px;
    display: inline-block;
    line-height: 14px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #fff;
    cursor: pointer;
    min-width: 225px;
}
.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-2019-HOME-HEADER {
    background-image: url(img/home-header-v2.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-2019-HOME-HEADER {
}
}

@media screen and (max-width: 1023px) {
#SPA-2019-HOME-HEADER {
    background-position: top right calc(50% + 80px);
}
}

@media screen and (max-width: 761px) {
#SPA-2019-HOME-HEADER {
    background-image: url(img/home-header-mobile-v2.jpg);
    height:auto;
    background-position: top center;
    background-color: #fff;
    padding-top:250px;
}
}


#SPA-2019-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-2019-HOME-HEADER .Title {
    font-size: 35px;
}
}

@media screen and (max-width: 761px) {
#SPA-2019-HOME-HEADER .Title {
    letter-spacing: -0.01em;
    padding-bottom:6px;
}
}

#SPA-2019-HOME-HEADER .BigText {
    padding-top:5px;
    padding-bottom:5px;
}

#SPA-2019-HOME-HEADER .Wrapper {
    position: absolute;
    right: 50%;
    width: 485px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
#SPA-2019-HOME-HEADER .Wrapper {
    left: 20px;
    right: auto;
    width: calc(100% - 480px);
}
}

@media screen and (max-width: 761px) {
#SPA-2019-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-2019-HOME-HEADER .Wrapper *{
    text-align:center;
}
#SPA-2019-HOME-HEADER .Wrapper br{
    display:none;
}
}


@media screen and (max-width: 761px) {
#SPA-2019-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-2019-HOME-HEADER  .Wrapper {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
}
}

#SPA-2019-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-2019-HOME-HEADER .WhiteBox {
    left: auto;
    right: 20px;
}
}

@media screen and (max-width: 1023px) {
#SPA-2019-HOME-HEADER .WhiteBox {
    width: 212px;
    padding: 10px 20px;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-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-2019-HOME-HEADER .WhiteBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#SPA-2019-HOME-HEADER .WhiteBox ul li {
    margin: 0;
    padding: 10px 0;
}
#SPA-2019-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-2019-HOME-HEADER .WhiteBox ul li a:hover {
    color:#be0f34;
}
#SPA-2019-HOME-HEADER .WhiteBox .BtnLink {
    padding: 10px 0;
}
#SPA-2019-HOME-HEADER .WhiteBox .BtnLink a {
    display: block;
    padding: 16px;
}
@media screen and (max-width: 761px) {
#SPA-2019-HOME-HEADER .WhiteBox .BtnLink a {
    min-width:190px;
    display:inline-block;
    padding: 16px;
}
}
/*--------------------------------------------------------*/
#SPA-2019-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-2019-HOME-TREATMENTFINDER {
    margin-top: 0px;
    display:block;
}   
}
#SPA-2019-HOME-TREATMENTFINDER .TipsTitleMultiple,
#SPA-2019-HOME-TREATMENTFINDER .TipsTitleSingle {
    display:none;
}   
#SPA-2019-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-2019-HOME-TREATMENTFINDER .Title {
    background-size: auto 80px;
    padding-bottom: 30px;
    background-position: bottom center;
}   
}
#SPA-2019-HOME-TREATMENTFINDER .Text {
    max-width: 606px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    padding:0 20px;
}
#SPA-2019-HOME-TREATMENTFINDER .Wrapper {
    flex-basis: 100%;
    margin-bottom: 40px;
}
@media screen and (max-width: 761px) {
#SPA-2019-HOME-TREATMENTFINDER .Wrapper {
        margin-bottom: 0px;
}   
}
#SPA-2019-HOME-TREATMENTFINDER .InlineBlock {
    flex-basis: calc(50% - 30px);
    margin: 30px;
    position: relative;
    max-width: 585px;
}
@media screen and (max-width: 761px) {
#SPA-2019-HOME-TREATMENTFINDER .InlineBlock {
    margin: 20px;
}   
}
#SPA-2019-HOME-TREATMENTFINDER .InlineBlock .Visual img {
    display: block;
    max-width: 100%;
}
#SPA-2019-HOME-TREATMENTFINDER .WhiteBtnLink {
    flex-basis: 100%;
    text-align: center;
    padding-top: 40px;
}
@media screen and (max-width: 761px) {
    #SPA-2019-HOME-TREATMENTFINDER .WhiteBtnLink {
    padding-top: 0px;
}   
#SPA-2019-HOME-TREATMENTFINDER .WhiteBtnLink a {
    width: calc(100% - 140px);
}   
}
#SPA-2019-HOME-TREATMENTFINDER #SPA-2019-HOME-TREATMENTFINDER-01 {
    margin-right: 0px;
    margin-bottom: 0px;
}
#SPA-2019-HOME-TREATMENTFINDER #SPA-2019-HOME-TREATMENTFINDER-02 {
    margin-left: 0px;
    margin-top: 0px;
}
#SPA-2019-HOME-TREATMENTFINDER .HollowLink {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    left: 0;
}
@media screen and (max-width: 761px) {
    #SPA-2019-HOME-TREATMENTFINDER #SPA-2019-HOME-TREATMENTFINDER-01 {
        margin-right:20px; 
        margin-left:0px;
    }
    #SPA-2019-HOME-TREATMENTFINDER #SPA-2019-HOME-TREATMENTFINDER-02 {
        margin-right:0px; 
        margin-left:20px;
    }   
    #SPA-2019-HOME-TREATMENTFINDER #SPA-2019-HOME-TREATMENTFINDER-01  .HollowLink {
    margin-right:20px;
    width:calc(100% - 20px);
    bottom: 20px;
}   
#SPA-2019-HOME-TREATMENTFINDER #SPA-2019-HOME-TREATMENTFINDER-02  .HollowLink {
    margin-left:20px;
    width:calc(100% - 20px);
    bottom: 20px;
}   
#SPA-2019-HOME-TREATMENTFINDER #SPA-2019-HOME-TREATMENTFINDER-01  .HollowLink span,
#SPA-2019-HOME-TREATMENTFINDER #SPA-2019-HOME-TREATMENTFINDER-02  .HollowLink span{
display: block;
margin: 0 20px;
}   
}
/*--------------------------------------------------------*/
#SPA-2019-HOME-VIDEO {
    text-align: center;
    margin-top: 60px;
}
#SPA-2019-HOME-VIDEO .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-2019-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-2019-HOME-ESCAPES {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
}
#SPA-2019-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-2019-HOME-ESCAPES .Title {
        font-size: 35px;
}
}
#SPA-2019-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-2019-HOME-ESCAPES .Text {
    padding:0 20px;
}
}
#SPA-2019-HOME-ESCAPES .Wrapper {
    flex-basis: 100%;
    padding-bottom: 20px;
}
#SPA-2019-HOME-ESCAPES .InlineBlock {
    margin: 20px;
    width: 100%;
}
#SPA-2019-HOME-ESCAPES .InlineBlock .Text {
    max-width: 360px;
    font-size: 14px;
    line-height: 1.4em;
    display: inline-block;
    margin: 0;
    padding-bottom: 15px;
}
#SPA-2019-HOME-ESCAPES .InlineBlock .Visual {
overflow:hidden;
}
#SPA-2019-HOME-ESCAPES .InlineBlock img {
    display: block;
    max-width: 100%;
}
@media screen and (max-width: 761px) {
#SPA-2019-HOME-ESCAPES #SPA-2019-HOME-ESCAPES-03 img {
max-width: 165%;
}
}
#SPA-2019-HOME-ESCAPES .InlineBlock a {
    text-decoration: none;
    color: #000;
}
#SPA-2019-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-2019-HOME-ESCAPES .InlineBlock .SpaTitle span {
    font-family: ClarinsRegular, Clarins;
    font-weight: normal;
    color: #be0f34;
}
#SPA-2019-HOME-ESCAPES #SPA-2019-HOME-ESCAPES-01 .SpaTitle {
    background-image: url(img/logo-skinspa.svg);
}
#SPA-2019-HOME-ESCAPES #SPA-2019-HOME-ESCAPES-02 .SpaTitle {
    background-image: url(img/logo-openspa.svg);
}
@media screen and (max-width: 761px) {
#SPA-2019-HOME-ESCAPES #SPA-2019-HOME-ESCAPES-01 .SpaTitle, #SPA-2019-HOME-ESCAPES #SPA-2019-HOME-ESCAPES-02 .SpaTitle {
    background-position: center center;
}
}
#SPA-2019-HOME-ESCAPES #SPA-2019-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-2019-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-2019-HOME-ESCAPES-01 ,  #SPA-2019-HOME-ESCAPES-02 {
    margin: 20px;
    flex-basis: calc(50% - 40px);
    max-width: 467px;
}
#SPA-2019-HOME-ESCAPES-01 .Text, #SPA-2019-HOME-ESCAPES-01 {
    text-align: left;
    
}

#SPA-2019-HOME-ESCAPES-02 .Text, #SPA-2019-HOME-ESCAPES-02 {
    text-align: left;
}
}

#SPA-2019-HOME-ESCAPES-03 .Text {
    text-align: center;
}
#SPA-2019-HOME-ESCAPES-03 {
    flex-basis: 100%;
    max-width: 970px;
}
/*--------------------------------------------------------*/
#SPA-2019-HOME-TESTIMONIES {
    text-align: center;
    margin-top:45px;
}
@media screen and (max-width: 761px) {
#SPA-2019-HOME-TESTIMONIES {
    margin-top:0px;
}
}
#SPA-2019-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-2019-HOME-TESTIMONIES .slickItem {
    max-width: 768px;
    display: flex;
    margin: 0 auto;
}
@media screen and (max-width: 761px) {
#SPA-2019-HOME-TESTIMONIES .slickItem  {
    display:block;
}
}
#SPA-2019-HOME-TESTIMONIES .Visual {
    display: block;
    flex-basis: calc(50% + 40px);
    margin-bottom: 70px;
}
@media screen and (max-width: 761px) {
#SPA-2019-HOME-TESTIMONIES .Visual {
    margin:0;
    margin-bottom:-40px;
    margin-right:60px;
    margin-left:20px;
    position:relative;
    z-index:1;
}
}
#SPA-2019-HOME-TESTIMONIES .Visual img {
    display: block;
    max-width: 100%;
}
#SPA-2019-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-2019-HOME-TESTIMONIES .Wrapper {
    margin:0;
    margin-left:60px;
    margin-right:20px;
    padding: 30px;
    padding-left: 45px;
    position:relative;
    z-index:2;
}
}
#SPA-2019-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-2019-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-2019-HOME-TESTIMONIES .AuthorName {
    color: #8b8b8b;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
#SPA-2019-HOME-TESTIMONIES .AuthorName strong {
    color: #be0f34;
}
/*--------------------------------------------------*/
#SPA-2019-HOME-GIFTVOUCHER {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:60px;
}
@media screen and (max-width: 761px) {
#SPA-2019-HOME-GIFTVOUCHER {
    display: block;
    padding:20px;
    text-align: center;
    position: relative;
    padding-bottom:70px;
}
}
#SPA-2019-HOME-GIFTVOUCHER .Wrapper {
    text-align: right;
    margin: 40px;
    max-width: 365px;
}
@media screen and (max-width: 761px) {
#SPA-2019-HOME-GIFTVOUCHER .Wrapper {
    text-align: center;
    margin:0;
}
}
#SPA-2019-HOME-GIFTVOUCHER .Text {
    margin-bottom: 15px;
    font-size:14px;
    line-height:1.4em;
}
#SPA-2019-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-2019-HOME-GIFTVOUCHER .Visual {
    max-width: 574px;flex-basis:60%;
}
#SPA-2019-HOME-GIFTVOUCHER .Visual img{
    display:block;
    max-width:100%;
}
@media screen and (max-width: 761px) {
#SPA-2019-HOME-GIFTVOUCHER .BtnLink {
    position:absolute;
    bottom:0px;
    width:100%;
    left:0;
}
}
/*--------------------------------------------------*/
#SPA-2019-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-2019-HOME-FOOTER {
        height: 430px;
        background-size: auto 100%;
        margin-top: 40px;
    }
}
#SPA-2019-HOME-FOOTER .Text {
    font-size: 14px;
    line-height: 1.4em;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 15px;
}

#SPA-2019-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-2019-HOME-FOOTER .WhiteBox {
    background-color: #fff;
    padding: 40px;
    text-align: center;
}
@media screen and (max-width: 761px) {
    #SPA-2019-HOME-FOOTER .WhiteBox {
        margin: 20px;
        padding: 30px;
    }
}

#SPA-2019-HOME-FOOTER .WhiteBtnLink a {
    padding: 16px;
    margin: 10px;min-width: 190px;
}
@media screen and (max-width: 761px) {
    #SPA-2019-HOME-FOOTER .WhiteBtnLink a {
        width: auto;
        margin: 0;
        /*display: block;*/
        margin-top:10px;
    }
}

/*-------------------------------------------------------------------*/

#SPA-2019-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-2019-EXPERTISE-HEADER {
    background-image: url(img/expertise-header-mobile.jpg);
    height:auto;
    background-position: top center;
    background-color: #fff;
    padding-top:240px;
}
}
#SPA-2019-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-2019-EXPERTISE-HEADER .Title {
    font-size: 35px;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-EXPERTISE-HEADER .Title {
    text-align:center;
}
}

#SPA-2019-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-2019-EXPERTISE-HEADER .WhiteBox {  
    margin-left: -80px;
    }
}
@media screen and (max-width: 761px) {
#SPA-2019-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-2019-EXPERTISE-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
}
}
/*--------------------------------------------------------*/
#SPA-2019-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-2019-EXPERTISE-JACQUES-COURTIN-CLARINS {
    display:block;
    margin-top:0px;
}
}
#SPA-2019-EXPERTISE-JACQUES-COURTIN-CLARINS .Visual {
    display: block;
    flex-basis:50%;
    max-width:465px;
    margin:20px;
}
#SPA-2019-EXPERTISE-JACQUES-COURTIN-CLARINS .Visual img {
    display: block;
    max-width: 100%;
}
#SPA-2019-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-2019-EXPERTISE-JACQUES-COURTIN-CLARINS .Wrapper {
    padding: 20px;
    padding-left: 24px;
}
}
#SPA-2019-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-2019-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-2019-EXPERTISE-JACQUES-COURTIN-CLARINS .AuthorName {
    color: #8b8b8b;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
#SPA-2019-EXPERTISE-JACQUES-COURTIN-CLARINS .AuthorName strong {
    color: #be0f34;
}
/*--------------------------------------------------------*/
#SPA-2019-EXPERTISE-VIDEO {
    text-align: center;
    margin-top: 60px;
}
/*-------------------------------------------------------------------*/

#SPA-2019-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-2019-EXPERTISE-ART-OF-LISTENING {
    background-image: url(img/expertise-the-art-of-listening-mobile.jpg);
    height: auto;
    padding-top:260px;
    background-color:#fff;
}
}

#SPA-2019-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-2019-EXPERTISE-ART-OF-LISTENING .Title {
    font-size: 35px;
}
}

#SPA-2019-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-2019-EXPERTISE-ART-OF-LISTENING .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
}
}
/*--------------------------------------------------------*/
#SPA-2019-EXPERTISE-TESTIMONIES {
    text-align: center;
    margin-top:45px;
}
@media screen and (max-width: 761px) {
#SPA-2019-EXPERTISE-TESTIMONIES {
    margin-top:0px;
}
}
#SPA-2019-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-2019-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-2019-EXPERTISE-TESTIMONIES .slickItem {
    max-width: 768px;
    display: flex;
    margin: 0 auto;
}
@media screen and (max-width: 761px) {
#SPA-2019-EXPERTISE-TESTIMONIES .slickItem  {
    display:block;
}
}
#SPA-2019-EXPERTISE-TESTIMONIES .Visual {
    display: block;
    flex-basis: calc(50% + 40px);
    margin-bottom: 70px;
}
@media screen and (max-width: 761px) {
#SPA-2019-EXPERTISE-TESTIMONIES .Visual {
    margin:0;
    margin-bottom:-40px;
    margin-right:60px;
    margin-left:20px;
    position:relative;
    z-index:1;
}
}
#SPA-2019-EXPERTISE-TESTIMONIES .Visual img {
    display: block;
    max-width: 100%;
}
#SPA-2019-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-2019-EXPERTISE-TESTIMONIES .Wrapper {
    margin:0;
    margin-left:60px;
    margin-right:20px;
    padding: 30px;
    padding-left: 45px;
    position:relative;
    z-index:2;
}
}
#SPA-2019-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-2019-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-2019-EXPERTISE-TESTIMONIES .AuthorName {
    color: #8b8b8b;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
#SPA-2019-EXPERTISE-TESTIMONIES .AuthorName strong {
    color: #be0f34;
}
/*--------------------------------------------------*/

#SPA-2019-EXPERTISE-PRODUCTS {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:60px;
}

@media screen and (max-width: 1023px) {
#SPA-2019-EXPERTISE-PRODUCTS {
    padding: 0 20px;
    padding-top: 40px;
}
}

@media screen and (max-width: 761px) {
#SPA-2019-EXPERTISE-PRODUCTS {
    display:block;
}
}

#SPA-2019-EXPERTISE-PRODUCTS .Visual {
    flex-basis:60%;
    max-width: 574px;
    position:relative;
}
#SPA-2019-EXPERTISE-PRODUCTS .Visual span{
    font-size:12px;
    position:absolute;
    display:block;
    bottom: 8%;
    left: 5%;
}
#SPA-2019-EXPERTISE-PRODUCTS .Visual img {
    max-width:100%;
    display:block;
}
#SPA-2019-EXPERTISE-PRODUCTS .Wrapper {
    text-align: right;
    margin: 40px;
    max-width: 365px;
}
@media screen and (max-width: 761px) {
#SPA-2019-EXPERTISE-PRODUCTS .Wrapper {
text-align: center;
margin: 0;
padding-bottom: 20px;
}
}
#SPA-2019-EXPERTISE-PRODUCTS .Text {
    margin-bottom: 15px;
    font-size:14px;
    line-height:1.4em;
}

#SPA-2019-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-2019-EXPERTISE-PRODUCTS .Title {
    font-size: 35px;
}
}
/*--------------------------------------------------*/

#SPA-2019-EXPERTISE-RESULTS {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:60px;
    flex-direction:row-reverse;
}
@media screen and (max-width: 1023px) {
#SPA-2019-EXPERTISE-RESULTS {
    padding: 0 20px;
    padding-top: 40px;
}
}
@media screen and (max-width:761px) {
#SPA-2019-EXPERTISE-RESULTS {
    flex-direction: column-reverse;
    padding: 0;
    margin-top: 40px;
}
}
#SPA-2019-EXPERTISE-RESULTS .Visual {
    flex-basis:60%;
    max-width: 574px;
    position:relative;
}
#SPA-2019-EXPERTISE-RESULTS .Visual span{
    font-size:12px;
    position:absolute;
    display:block;
    bottom:0;
    left:0;
}
#SPA-2019-EXPERTISE-RESULTS .Visual img {
    max-width:100%;
    display:block;
}
#SPA-2019-EXPERTISE-RESULTS .Wrapper {
    text-align: left;
    margin: 40px;
    max-width: 365px;
}
@media screen and (max-width:761px) {
#SPA-2019-EXPERTISE-RESULTS .Wrapper {
    text-align: center;
    margin: 0 20px;
    margin-bottom: 30px;
}
}
#SPA-2019-EXPERTISE-RESULTS .Text {
    margin-bottom: 15px;
    font-size:14px;
    line-height:1.4em;
}

#SPA-2019-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-2019-EXPERTISE-RESULTS .Title {
    font-size: 35px;
}
}
/*-------------------------------------------------------------------*/

#SPA-2019-LISTE-SPAS-HEADER {
    background-image: url(img/liste-spas-header-v2.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-2019-LISTE-SPAS-HEADER {
        background-image: url(img/liste-spas-header-mobile-v2.jpg);
    height: auto;
        background-color: #fff;
        padding-top:220px;
}
}
#SPA-2019-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-2019-LISTE-SPAS-HEADER .Title {
    font-size: 35px;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-LISTE-SPAS-HEADER .Title {
    text-align:center;
}
}

#SPA-2019-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-2019-LISTE-SPAS-HEADER .WhiteBox {
        width:400px;
    }
}
@media screen and (max-width: 761px) {
#SPA-2019-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-2019-LISTE-SPAS-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
}
}
/*-------------------------------------------------------------------*/
#SPA-2019-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-2019-LISTE-SPAS-CONTENT {
    padding: 30px;
}
}
@media screen and (max-width: 1023px) {
#SPA-2019-LISTE-SPAS-CONTENT {
    display:block;
    padding: 20px;
}
}
@media screen and (min-width: 1024px) {
#SPA-2019-LISTE-SPAS-CONTENT .BlockFilterPlaceholder{
        width:262px;
}
#SPA-2019-LISTE-SPAS-CONTENT .Sticky{
      position:fixed;
      top:90px;
}
#SPA-2019-LISTE-SPAS-CONTENT .AfterSticky{
      position:absolute;
      bottom:90px;
}
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockFilter{
    background-color:#fff;
    width:262px;
    line-height:1em;
}
@media screen and (max-width:1023px) {
#SPA-2019-LISTE-SPAS-CONTENT .BlockFilter{
    width:100%;
    margin-bottom:50px; display:flex;
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockFilter .Filter{
    flex-basis:50%;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-LISTE-SPAS-CONTENT .BlockFilter{
    max-width:760px;
    margin:0 auto;
    display:block;
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockFilter .Filter{
    display:none;
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockFilter.Opened .Filter{
    display:block;
}

}
#SPA-2019-LISTE-SPAS-CONTENT .Filter{
    padding-bottom:30px;
}
@media screen and (max-width: 761px) {
#SPA-2019-LISTE-SPAS-CONTENT .Filter{
    padding-bottom:10px;
}   
#SPA-2019-LISTE-SPAS-CONTENT .Filter.ExpandMobile{
    padding-bottom:30px;
}
}
#SPA-2019-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-2019-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-2019-LISTE-SPAS-CONTENT .BlockFilter .Title::after{
    content:">";
    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-2019-LISTE-SPAS-CONTENT .BlockFilter.Opened .Title::after{
    transform:rotate(270deg);
}
}
#SPA-2019-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-2019-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-2019-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-2019-LISTE-SPAS-CONTENT .BlockFilter .ExpandMobile .MainTitle::after{
    content: "-";
}
}
#SPA-2019-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-2019-LISTE-SPAS-CONTENT .BlockFilter .ListTitle{
        font-size: 12px;
        margin-top:15px;
        display:none;
    }
    
    #SPA-2019-LISTE-SPAS-CONTENT .BlockFilter .ExpandMobile .ListTitle{
        display:block;
    }
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockFilter .ListTitle::before{
    content:" ";
    display:inline-block;
    width:30px;
    height:2px;
    background-color:#be0f34;
    vertical-align:middle;
    margin-right:8px;
}

#SPA-2019-LISTE-SPAS-CONTENT .BlockFilter ul{
    list-style:none;
    margin:0;
    padding:0;
    padding-left:48px;
}
@media screen and (max-width: 761px) {
    #SPA-2019-LISTE-SPAS-CONTENT .BlockFilter ul{
        display:none;
    }
    
    #SPA-2019-LISTE-SPAS-CONTENT .BlockFilter .ExpandMobile ul{
        display:block;
    }
}
#SPA-2019-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-2019-LISTE-SPAS-CONTENT .BlockFilter ul li.Selected a::before{
        background-color:#000;
    }
#SPA-2019-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-2019-LISTE-SPAS-CONTENT .BlockContent{
    max-width:868px;
    flex:1;
    margin-left:40px;
    
}
@media screen and (max-width: 1250px) {
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent{
        margin-left:30px;
}
}
@media screen and (max-width: 1023px) {
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent{
    margin:0;
}
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .Visual {
    flex-basis:300px;
}


#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .Visual {
    display:block;
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .VisualMobile {
    display:none;
}
@media screen and (max-width: 761px) {
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .Visual {
    display:none;
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .VisualMobile {
    display:block;
}
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .VisualMobile img,
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .Visual img{
    display:block;
    max-width:100%;
}
@media screen and (max-width: 761px) {
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .Visual img{
    width:100%;
}
}
#SPA-2019-LISTE-SPAS-CONTENT .TreatmentAll{
display:none;   
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay  .TreatmentAll{
    text-align:center;
    display:block;
}

#SPA-2019-LISTE-SPAS-CONTENT.Loading .Treatment{
        display:none!important;
        position:fixed!important;
        top:0!important;
        z-index:-1!important;
}

#SPA-2019-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-2019-LISTE-SPAS-CONTENT .BlockContent .Treatment{

    padding-top: 70px;

}
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .Treatment.Hidden{
    display: none;
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .Treatment.Visible{
    display: flex;
}

#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay  .Treatment.Visible{
    display:none;
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible:nth-child(1),
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible:nth-child(2),
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible:nth-child(3),
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible:nth-child(4),
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible:nth-child(5),
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible:nth-child(6){
    display:flex;
}


@media screen and (max-width: 761px) {
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .Treatment{
display: block;
margin: 20px auto;
padding-top:0;
}

#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .Treatment.Hidden{
display: none;
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .Treatment.Visible{
display: block;
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible:nth-child(1),
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible:nth-child(2),
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible:nth-child(3),
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible:nth-child(4),
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible:nth-child(5),
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent.FirstDisplay .Treatment.Visible:nth-child(6){
    display:block;
}

}



#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .Treatment.Impair{
    flex-direction:row-reverse;
    
}
#SPA-2019-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-2019-LISTE-SPAS-CONTENT .BlockContent .Treatment .Wrapper{
        padding:20px 20px;
}
}
    
@media screen and (max-width: 761px) {
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .Treatment .Wrapper{
    display:block;
    padding:20px;
}
}

#SPA-2019-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-2019-LISTE-SPAS-CONTENT .BlockContent .TreatmentName {
    display:block;
    text-align:center;
}
}
#SPA-2019-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-2019-LISTE-SPAS-CONTENT .BlockContent .TreatmentDuration {
    display:block;
    text-align:center;
    padding-top:8px;
}
}
#SPA-2019-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-2019-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-2019-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-2019-LISTE-SPAS-CONTENT .BlockContent .TreatmentDescription.ExpandText.Expanded  .BtnClose{
    display:block;
}
#SPA-2019-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-2019-LISTE-SPAS-CONTENT .BlockContent .TreatmentDescription.ExpandText.Expanded  .BtnOpen{
    display:none;

}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .TreatmentDescription.ExpandText{
    padding-right:20px;
}

#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .TreatmentDescription.ExpandText.Expanded{
    overflow:visible;
    z-index:2;
    padding-right:20px;
}
#SPA-2019-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-2019-LISTE-SPAS-CONTENT .BlockContent .TreatmentDescription.ExpandText.Expanded::before{
    display:none;
}
@media screen and (max-width: 761px) {
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .TreatmentDescription {
    display:block;
    text-align:center;
}
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink {
    margin-left:20px;
}

@media screen and (max-width: 1250px) {
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink {
    margin-left:10px
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .BtnLink,
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink{
    flex-basis:calc(50% - 5px);
    
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .BtnLink a,
#SPA-2019-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-2019-LISTE-SPAS-CONTENT .BlockContent .BtnLink a,
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink a{
        min-width: 50px;
    padding: 16px;
}

}
@media screen and (max-width: 761px) {
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink {
    margin:0;
    margin-top:20px;
}
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .BtnLink a,
#SPA-2019-LISTE-SPAS-CONTENT .BlockContent .WhiteBtnLink a{
    width:180px;
    margin:0 auto;   min-width: 110px;

}
}
/*-------------------------------------------------------------------*/

#SPA-2019-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-2019-OPENSPA-HEADER {
    background-image: url(img/openspa-header-mobile.jpg);
    height:auto;
    padding-top:247px;
    background-color:#fff;
}

}

#SPA-2019-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-2019-OPENSPA-HEADER .Title {
    font-size: 35px;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-OPENSPA-HEADER .Title {
    text-align:center;
}
}
#SPA-2019-OPENSPA-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: 486px;
}
@media screen and (max-width: 1100px) {
#SPA-2019-OPENSPA-HEADER .WhiteBox {
    left:30px;
    right:auto;
}
}
@media screen and (max-width: 1023px) {
#SPA-2019-OPENSPA-HEADER .WhiteBox {
width: 350px;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-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-2019-OPENSPA-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
}
}
/*-------------------------------------------------------------------*/

#SPA-2019-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-2019-OPENSPA-HEADER-FAQ  {
    background-image: url(img/openspa-header-faq-mobile.jpg);
    height:auto;
    padding-top:247px;
    background-color:#fff;
}

}

#SPA-2019-OPENSPA-HEADER-FAQ  .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-2019-OPENSPA-HEADER-FAQ  .Title {
    font-size: 35px;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-OPENSPA-HEADER-FAQ  .Title {
    text-align:center;
}
}
#SPA-2019-OPENSPA-HEADER-FAQ  .WhiteBox  {
    padding: 30px 40px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 80px;
    width: 446px;
}
@media screen and (max-width: 1100px) {
#SPA-2019-OPENSPA-HEADER-FAQ  .WhiteBox {
    right:30px;
    right:auto;
}
}
@media screen and (max-width: 1023px) {
#SPA-2019-OPENSPA-HEADER-FAQ  .WhiteBox {
width: 350px;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-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-2019-OPENSPA-HEADER-FAQ .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
}
}
/*-------------------------------------------------------------------*/

#SPA-2019-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-2019-OPENSPA-TREATMENTS{
        margin-top:0px;
}
}

#SPA-2019-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-2019-OPENSPA-TREATMENTS .BtnLink{
    padding-top:40px;
}

#SPA-2019-OPENSPA-TREATMENTS .Wrapper .Text {
    max-width:444px;
    margin:0 auto;
    text-align:center;
    padding-left:20px;
    padding-right:20px;
}
#SPA-2019-OPENSPA-TREATMENTS .Wrapper{
    flex-basis:100%;
    text-align:center;
    padding-bottom:40px;
}

#SPA-2019-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-2019-OPENSPA-TREATMENTS .RedBox{
    min-height:0px;
    padding-top:30px;
    padding-bottom:30px;
}
}

#SPA-2019-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-2019-OPENSPA-TREATMENTS .RedBox .Text{
    max-width:210px;
}
#SPA-2019-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-2019-OPENSPA-TREATMENTS .TreatmentBox{
    flex-basis:calc(50% - 10px);
    min-height: calc(58vw + 50px);
    padding:0;
}

#SPA-2019-OPENSPA-TREATMENTS .RedBox{
    flex-basis:calc(50% - 50px);
    min-height: calc(58vw + 50px);
    padding:0 20px;
}
}
#SPA-2019-OPENSPA-TREATMENTS .TreatmentBox .Visual {
    display:block;
    max-width:100%;
}
#SPA-2019-OPENSPA-TREATMENTS .TreatmentBox .Visual img{
    display:block;
    max-width:100%;
}

#SPA-2019-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-2019-OPENSPA-TREATMENTS .TreatmentBox h3{
    font-size:12px;
}
}
#SPA-2019-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-2019-OPENSPA-TREATMENTS .TreatmentBox h4{
    font-size:12px;
    text-align:center;
}
    
}
#SPA-2019-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-2019-OPENSPA-TREATMENTS .TreatmentBox .Text{
font-size:12px;text-align:center;
}   
}
#SPA-2019-OPENSPA-TREATMENTS .TreatmentBox .RollOverBlockWrapper{
    height:60px;
    overflow:hidden;
    display:block;
}

#SPA-2019-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-2019-OPENSPA-TREATMENTS .TreatmentBox .BtnLink{
    padding: 15px;
    width: calc(100% - 30px);

}   
#SPA-2019-OPENSPA-TREATMENTS .TreatmentBox .BtnLink a{
    min-width:0;
    padding: 15px 0;
    display:block;
}   
}
#SPA-2019-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-2019-OPENSPA-TREATMENTS .RollOverBlock{
    height: 58vw;
    padding:15px;

}   
}
#SPA-2019-OPENSPA-TREATMENTS .BtnTreatment{
    flex-basis:100%;
    text-align:center;
}
/*--------------------------------------------------------------------*/
#SPA-2019-OPENSPA-STORES{
    background-color:#eeeeee;
    text-align: center;
    margin-top:45px;
    padding-bottom:40px;
}
@media screen and (max-width: 761px) {
#SPA-2019-OPENSPA-STORES{
    padding-bottom:80px;
}
}

#SPA-2019-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-2019-OPENSPA-STORES-SLICK{
    max-width: 990px;
    margin: 0 auto;
    margin-bottom:20px;
}
#SPA-2019-OPENSPA-STORES .slickItem {
    max-width: 330px;
    margin: 0 auto;
    
}
@media screen and (max-width: 761px) {
#SPA-2019-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-2019-OPENSPA-STORES .Visual {
    display: block;
    margin:10px;
}
@media screen and (max-width: 761px) {
#SPA-2019-OPENSPA-STORES .Visual {
    width:140px;
    position:absolute;
    top:0;
    left:0;
    margin:0
}   
}
#SPA-2019-OPENSPA-STORES .Visual img {
    display: block;
    max-width: 100%;
}
#SPA-2019-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-2019-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-2019-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-2019-OPENSPA-STORES h3 {
        padding-bottom:0px;
}
}
#SPA-2019-OPENSPA-STORES .Adress {
    color: #8b8b8b;
    font-size: 14px;
    text-align: left;
    margin:10px;
}
#SPA-2019-OPENSPA-STORES .slick-dots{
    bottom:5px;
}
#SPA-2019-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-2019-OPENSPA-TESTIMONIES {
    text-align: center;
    margin-top:45px;
}

#SPA-2019-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-2019-OPENSPA-TESTIMONIES .slickItem {
    max-width: 768px;
    display: flex;
    margin: 0 auto;
}
#SPA-2019-OPENSPA-TESTIMONIES .Visual {
    display: block;
    flex-basis: calc(50% + 40px);
    margin-bottom: 70px;
}
#SPA-2019-OPENSPA-TESTIMONIES .Visual img {
    display: block;
    max-width: 100%;
}
#SPA-2019-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-2019-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-2019-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-2019-OPENSPA-TESTIMONIES .AuthorName {
    color: #8b8b8b;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
#SPA-2019-OPENSPA-TESTIMONIES .AuthorName strong {
    color: #be0f34;
}
/*-------------------------------------------------------------------*/
#SPA-2019-FAQ{
    box-sizing: border-box;
    position: relative;
    margin-top:60px;
    text-align:center;
}
#SPA-2019-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-2019-FAQ .FaqItem {
    max-width:970px;
    text-align:left;
    margin:0 auto;
    box-sizing:border-box;
    padding:0 20px;
    position:relative;
}
#SPA-2019-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-2019-FAQ .FaqItem::after{
    content: "+";
    color: #8b8b8b;
    font-size: 28px;
    position: absolute;
    top: 16px;
    right: 30px;
    cursor:pointer;
    pointer-events:none;
}
#SPA-2019-FAQ .FaqItem.Opened::after{
    content: "-";
}
#SPA-2019-FAQ .FaqItem h3 .Red{
    color:#be0f34;
}
#SPA-2019-FAQ .BtnLink {
    margin-top:40px;
}
#SPA-2019-FAQ .content {
    display:none;
    margin-bottom:20px;
}
#SPA-2019-FAQ .FaqItem.Opened .content {
    display:block;
}
/*--------------------------------------------------------*/
#SPA-2019-PUSH {
    text-align: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}
@media screen and (max-width: 761px) {
#SPA-2019-PUSH {
    text-align: center;
    background-color: #eeeeee;
}
}
#SPA-2019-PUSH  .InlineBlock {
    margin: 20px;
    max-width: 469px;

    
}
@media screen and (max-width: 761px) {
#SPA-2019-PUSH  .InlineBlock:first-child {
    margin-bottom:0px;
}
}
#SPA-2019-PUSH  .InlineBlock a {
    text-decoration: none;
    color: #000;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
}
#SPA-2019-PUSH  .InlineBlock .Text {
    max-width: 360px;
    font-size: 14px;
    line-height: 1.4em;
    display: inline-block;
    margin: 0;
    padding-bottom: 15px;
    flex:1;
}
#SPA-2019-PUSH  .InlineBlock img {
    display: block;
    max-width: 100%;
}

#SPA-2019-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-2019-PUSH .InlineBlock .BtnLink  {
    justify-self:flex-end;
}
@media screen and (max-width: 761px) {
    #SPA-2019-PUSH .InlineBlock .BtnLink a ,
#SPA-2019-PUSH .InlineBlock .BtnLink span {
    min-width:190px;
    padding:16px;
}   
}
/*-------------------------------------------------------------------*/

#SPA-2019-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-2019-SKINSPA-HEADER {
    background-image: url(img/skinspa-header-mobile.jpg);
    height: auto;
        background-color: #fff;
        padding-top:230px;
}   
}

#SPA-2019-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-2019-SKINSPA-HEADER .Title {
    font-size: 35px;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-SKINSPA-HEADER .Title {
    text-align:center;
}   
}
#SPA-2019-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-2019-SKINSPA-HEADER .WhiteBox {
    left: auto;
    right:30px;
}   
}
@media screen and (max-width: 761px) {
#SPA-2019-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-2019-SKINSPA-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
}
}

#SPA-2019-SKINSPA-HEADER .BtnLink {
    padding-top:30px;
}
/*--------------------------------------------------*/

#SPA-2019-SKINSPA-BEAUTYTHERAPIST {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:60px;
    flex-direction:row-reverse;
}
@media screen and (max-width: 1023px) {
#SPA-2019-SKINSPA-BEAUTYTHERAPIST {
    flex-direction: column-reverse;
    height:auto;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-SKINSPA-BEAUTYTHERAPIST {
    padding-top:0;
}
}

#SPA-2019-SKINSPA-BEAUTYTHERAPIST .Visual {
    flex-basis:60%;
    max-width: 574px;
    position:relative;
}
#SPA-2019-SKINSPA-BEAUTYTHERAPIST .Visual span{
    font-size:12px;
    position:absolute;
    display:block;
    bottom:0;
    left:0;
}
#SPA-2019-SKINSPA-BEAUTYTHERAPIST .Visual img {
    max-width:100%;
    display:block;
}
#SPA-2019-SKINSPA-BEAUTYTHERAPIST .Wrapper {
    text-align: left;
    margin: 40px;
    max-width: 365px;
}
@media screen and (max-width: 1023px) {
    #SPA-2019-SKINSPA-BEAUTYTHERAPIST .Wrapper {
    text-align: center;
    margin: 20px;
    max-width: calc(100% - 40px);
}
}
@media screen and (max-width: 761px) {
#SPA-2019-SKINSPA-BEAUTYTHERAPIST .Wrapper {
text-align: center;
margin:20px;
}   
}
#SPA-2019-SKINSPA-BEAUTYTHERAPIST .Text {
    margin-bottom: 15px;
    font-size:14px;
    line-height:1.4em;
}
@media screen and (max-width: 1023px) {
#SPA-2019-SKINSPA-BEAUTYTHERAPIST .Text {
    display:block;
    text-align:center;
}   
}
#SPA-2019-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-2019-SKINSPA-TESTIMONIES {
    text-align: center;
    margin-top:45px;
}

#SPA-2019-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-2019-SKINSPA-TESTIMONIES .slickItem {
    max-width: 768px;
    display: flex;
    margin: 0 auto;
}
#SPA-2019-SKINSPA-TESTIMONIES .Visual {
    display: block;
    flex-basis: calc(50% + 40px);
    margin-bottom: 70px;
}
#SPA-2019-SKINSPA-TESTIMONIES .Visual img {
    display: block;
    max-width: 100%;
}
#SPA-2019-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-2019-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-2019-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-2019-SKINSPA-TESTIMONIES .AuthorName {
    color: #8b8b8b;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
#SPA-2019-SKINSPA-TESTIMONIES .AuthorName strong {
    color: #be0f34;
}
/*-------------------------------------------------------------------*/

#SPA-2019-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-2019-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-2019-SKINSPA-TREATMENTS .BtnLink{
    padding-top:40px;
    flex-basis:100%;
    text-align:center;
}

#SPA-2019-SKINSPA-TREATMENTS .Wrapper .Text {
    max-width:444px;
    margin:0 auto;
    text-align:center;
}
#SPA-2019-SKINSPA-TREATMENTS .Wrapper{
    flex-basis:100%;
    text-align:center;
    padding-bottom:40px;
}
@media screen and (max-width: 761px) {
#SPA-2019-SKINSPA-TREATMENTS .Wrapper{
    padding-bottom:0px;
}   
}
#SPA-2019-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-2019-SKINSPA-TREATMENTS .TreatmentBox {
    margin: 5px;
    position: relative;
    flex-basis: calc(50% - 15px);
    min-height: 0;
}
}
#SPA-2019-SKINSPA-TREATMENTS .TreatmentBox .Visual {
    display:block;
    max-width:100%;
}
#SPA-2019-SKINSPA-TREATMENTS .TreatmentBox .Visual img{
    display:block;
    max-width:100%;
}

#SPA-2019-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-2019-SKINSPA-TREATMENTS .TreatmentBox h3{
font-size:12px;
}   
}

#SPA-2019-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-2019-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-2019-SKINSPA-TREATMENTS .TreatmentBox .BtnLink{
    padding-top:30px;
    text-align:left;
}
#SPA-2019-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-2019-SKINSPA-TREATMENTS .BtnTreatment{
    flex-basis:100%;
    text-align:center;
}
/*--------------------------------------------------------*/

#SPA-2019-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-2019-SPABYCLARINS-HEADER {
    padding-top:220px;
    background-image: url(img/spabyclarins-header-mobile.jpg);
    height: auto;
    background-color: #fff;
}
}

#SPA-2019-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-2019-SPABYCLARINS-HEADER .Title {
    font-size: 35px;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-SPABYCLARINS-HEADER .Title {
        text-align: center;
}
}
#SPA-2019-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-2019-SPABYCLARINS-HEADER .WhiteBox {
    right:auto;
    left:30px;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-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-2019-SPABYCLARINS-HEADER .WhiteBox {
    left: auto;
    right: auto;
    width: auto;
    margin: 20px;
    position: relative;
    transform: none;
    text-align: center;
    padding: 20px;
}
}
#SPA-2019-SPABYCLARINS-HEADER .BtnLink {
    padding-top:30px;
}
/*--------------------------------------------------*/

#SPA-2019-SPABYCLARINS-INTRO {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:60px;
    flex-direction:row-reverse;
}
@media screen and (max-width: 761px) {
#SPA-2019-SPABYCLARINS-INTRO {
    padding-top:0px;
        flex-direction:column-reverse;
        text-align:center;
}
}
#SPA-2019-SPABYCLARINS-INTRO .Visual {
    flex-basis:60%;
    max-width: 574px;
    position:relative;
}
#SPA-2019-SPABYCLARINS-INTRO .Visual span{
    font-size:12px;
    position:absolute;
    display:block;
    bottom:0;
    left:0;
}
#SPA-2019-SPABYCLARINS-INTRO .Visual img {
    max-width:100%;
    display:block;
}
#SPA-2019-SPABYCLARINS-INTRO .Wrapper {
    text-align: left;
    margin: 40px;
    max-width: 365px;
}
@media screen and (max-width: 761px) {
#SPA-2019-SPABYCLARINS-INTRO .Wrapper {
        text-align:center;
}
}
#SPA-2019-SPABYCLARINS-INTRO .Text {
    margin-bottom: 15px;
    font-size:14px;
    line-height:1.4em;
}

#SPA-2019-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-2019-SPABYCLARINS-HOTELS{
    background-color:#eeeeee;

    margin-top:60px;
    padding-bottom:10px;
    
    
}
@media screen and (max-width: 1100px) {
#SPA-2019-SPABYCLARINS-HOTELS{
    padding-left:30px;
    padding-right:30px;
}
}
@media screen and (max-width: 761px) {
#SPA-2019-SPABYCLARINS-HOTELS{
    margin-top:0px;
    padding-left:20px;
    padding-right:20px;
}
}
#SPA-2019-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-2019-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-2019-SPABYCLARINS-HOTELS .Hotel:nth-child(2n+1){
    flex-direction:row;
        text-align:left;
}
@media screen and (max-width: 761px) {
#SPA-2019-SPABYCLARINS-HOTELS .Hotel{
    text-align:center!important;
    display:block;
}
}
#SPA-2019-SPABYCLARINS-HOTELS .Hotel .Wrapper{
    width:262px;
    margin-right:40px;
}

#SPA-2019-SPABYCLARINS-HOTELS .Hotel:nth-child(2n+1) .Wrapper{
    margin-right:auto;
    margin-left:40px;
}

@media screen and (max-width: 761px) {
#SPA-2019-SPABYCLARINS-HOTELS .Hotel .Wrapper{
    margin:20px 0!important;width: auto;
}
}
#SPA-2019-SPABYCLARINS-HOTELS .Visual{
    flex:1;
}

#SPA-2019-SPABYCLARINS-HOTELS .Hotel:nth-child(2n+1) .Visual img{
    margin-right: 0;
    margin-left: auto;
}
#SPA-2019-SPABYCLARINS-HOTELS .Visual img{
    max-width:100%;
    display:block;
}
#SPA-2019-SPABYCLARINS-HOTELS .HotelName{
    font-size:22px;
    font-weight:normal;
    margin:0;
    padding:0;
    text-transform:uppercase;
}

#SPA-2019-SPABYCLARINS-HOTELS .Text{
    margin:0;
    font-size:14px;
    line-height:1.4em;
    padding-top:15px;
    position:relative;
}
#SPA-2019-SPABYCLARINS-HOTELS .Telephone{
    display: inline-block;
    position:relative;
}
#SPA-2019-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-2019-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-2019-SPABYCLARINS-HOTELS-LIST {
    text-align: center;
}
#SPA-2019-SPABYCLARINS-HOTELS-LIST .BtnLink{
    padding-top:20px;
}
#SPA-2019-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-2019-SPABYCLARINS-HOTELS-LIST .slickItem {
    max-width: 1048px;
    margin: 0 auto;
}
#SPA-2019-SPABYCLARINS-HOTELS-LIST .Visual {
    display: block;
    margin:0 auto;
}
#SPA-2019-SPABYCLARINS-HOTELS-LIST .Visual img {
    display: block;
    max-width: 100%;
}
#SPA-2019-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-2019-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-2019-EXPERTISE-HEADER .WhiteBox{
        left: 45%;
    }
}
@media screen and (max-width: 1023px) {
    #SPA-2019-HOME-ESCAPES .InlineBlock .Text{
        max-width: 300px;
    }
}
@media screen and (max-width: 761px) {
    .MyContent .VideoLink a img{
        max-width: 200%;
    }
    #SPA-2019-OPENSPA-TREATMENTS .TreatmentBox h4{
        font-size: 11px;
    }
}


/*IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #SPA-2019-HOME-TESTIMONIES .Wrapper{
        display: block;
        position: relative;
        flex-basis: calc(40% + 40px);
    }
    #SPA-2019-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-2019-PUSH .InlineBlock .Text{
        padding-bottom: 80px;
    }
    #SPA-2019-LISTE-SPAS-CONTENT .BlockContent{
        max-width: none;
    }
    #SPA-2019-EXPERTISE-JACQUES-COURTIN-CLARINS .Wrapper{
        align-items: stretch;
    }
    #SPA-2019-EXPERTISE-TESTIMONIES .Wrapper{
        display: block;
        position: relative;
        flex-basis: calc(40% + 40px);
    }
    #SPA-2019-EXPERTISE-TESTIMONIES .Wrapper .Text{
        margin-top: 30px;
    }

}

/***DTW EDITS***/
@media only screen and (min-width: 1024px){
    #SPA-2019-EXPERTISE-HEADER .WhiteBox{
        padding: 30px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
    #SPA-2019-LISTE-SPAS-CONTENT{
        padding: 30px 200px;
    }
}

@media only screen and (max-width: 761px){
    #SPA-2019-OPENSPA-TREATMENTS .TreatmentBox h4{
        font-size: 10px;
    }
}