@import url(../vendor/multiple-select/multiple-select-min.css);

.landing-page {
    padding: 25px 15px;
}

@media only screen and (min-width: 768px) {
    .landing-page .container {
        width: calc(768px - 30px);
    }
}

@media only screen and (min-width: 1024px) {
    .landing-page .container {
        width: calc(1024px - 30px);
    }
}

@media only screen and (min-width: 1280px) {
    .landing-page .container {
        width: calc(1280px - 30px);
    }
}

.landing-page footer {
    margin: 0 15px;
}

.landing-page h1 div, .landing-page h2 div, .landing-page h3 div, .landing-page p div {
    display: inline !important;
}

.landing-page h2 {
    font-size: 2.1em;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.4em;
}

.landing-page p {
    line-height: 1.4;
    margin-bottom: 1em;
}

.landing-page .row {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 2.525em -15px 2.1em -15px;
}

.landing-page .row .row {
    margin: 0 -15px 0 -15px;
}

.landing-page .col {
    padding: 0 15px;
}

.landing-page .col-half {
    width: calc(50% - 1px);
}

.landing-page .col-quater {
    width: calc(25% - 1px);
}

.landing-page .col-three-quaters {
    width: calc(75% - 1px);
}

@media only screen and (max-width: 1024px) {
    .landing-page .tablet-half {
        width: calc(50% - 1px);
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 1024px) {
    .landing-page .tablet-full {
        width: 100%;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 1024px) {
    .landing-page .tablet-three-quaters {
        width: calc(75% - 1px);
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 550px) {
    .landing-page .mobile-half {
        width: calc(50% - 1px);
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 550px) {
    .landing-page .mobile-full {
        width: 100%;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 550px) {
    .landing-page .mobile-three-quaters {
        width: calc(75% - 1px);
        margin-bottom: 1em;
    }
}

.landing-page .image-gallery .image-number {
    border-radius: 50%;
    border: 2px solid #6f6f6f;
    color: #6f6f6f;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 1.5em;
    padding: 10px;
}

.landing-page .image-gallery .image-title {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2.7px;
    margin-bottom: 0.7em;
}

.landing-page .image-gallery .image-title.two-lines {
    min-height: 40px;
}

.landing-page .image-gallery .image-description {
    margin: 1.5em 0;
}

@media only screen and (min-width: 1024.1px) {
    .landing-page .image-gallery .image-description {
        min-height: 90px;
    }
}

@media only screen and (max-width: 550px) {
    .landing-page .image-gallery img {
        width: 100%;
    }
}

.landing-page .image-gallery .image-list {
    list-style-type: square;
    margin: 10px 0 15px;
    padding: 0 0 0 30px;
}

@media only screen and (min-width: 1024.1px) {
    .landing-page .image-gallery .image-list {
        min-height: 180px;
    }
}

.landing-page .image-gallery .image-list li {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.2;
    margin: 5px 0;
}

.landing-page .image-gallery .image-list + p .readmore-button {
    margin-left: 30px;
}

.landing-page .button {
    border: 1px solid transparent;
    border-radius: 3px;
    color: #3db9c5;
    text-decoration: none;
    transition: color 0.3s;
}

.landing-page .button:hover, .landing-page .button:focus {
    text-decoration: none;
}

.landing-page .button.outlined {
    border-color: #3db9c5;
}

.landing-page .divider {
    border-bottom: 2px solid #4b4b4b;
    margin-bottom: 2.5em;
    padding-top: 1em;
}

.landing-page #in-search-of-inspiration-wrapper {
    margin: 30px 0;
    padding: 80px 80px 40px;
}

@media only screen and (max-width: 768px) {
    .landing-page #in-search-of-inspiration-wrapper {
        padding: 80px 10px 40px;
    }
}

.landing-page #in-search-of-inspiration-wrapper .row {
    margin: 0px;
}

.landing-page #in-search-of-inspiration-wrapper .screenshots-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .landing-page #in-search-of-inspiration-wrapper .screenshots-wrapper {
        flex-direction: column;
    }
}

.landing-page #in-search-of-inspiration-wrapper .phone-screenshots-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    flex: 1;
}

@media only screen and (max-width: 768px) {
    .landing-page #in-search-of-inspiration-wrapper .phone-screenshots-wrapper {
        flex-direction: column;
    }
}

.landing-page #in-search-of-inspiration-wrapper .tablet-screenshot {
    flex: 1;
}

.landing-page #stay-inspired-wrapper {
    padding: 10px 0 20px;
}

.landing-page .two-columns-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    .landing-page .two-columns-wrapper {
        flex-direction: column;
    }
}

.landing-page .two-columns-wrapper .form-section {
    color: white;
}

.landing-page .two-columns-wrapper .link-section {
    color: white;
    padding-left: 10% !important;
    flex: 1;
}

@media only screen and (max-width: 768px) {
    .landing-page .two-columns-wrapper .link-section {
        padding: 0 15px !important;
    }
}

.landing-page .builder-element-type-column:first-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .landing-page .builder-element-type-column:first-child {
        margin-left: 0;
    }
}

.landing-page .a-drop-of-design-title {
    margin-bottom: 0;
}

.landing-page .link-to-newsletter a {
    margin-bottom: 0.7em;
}

.landing-page .readmore-button {
    color: #3db9c5;
    font-family: "Droid Serif", serif !important;
    font-size: calc(14px + 0vw);
    font-style: italic;
    font-weight: 400;
    text-decoration: underline;
}

.landing-page .readmore-button::after {
    border: 1px solid red;
    border-radius: 50%;
    color: red;
    content: "+";
    display: inline-block;
    font-size: 1.2em;
    height: 19px;
    line-height: 1;
    margin-left: 5px;
    padding-right: 1px;
    text-align: center;
    transition: all 0.5s;
    vertical-align: middle;
    width: 19px;
    transition: color 0.5s, background-color 0.5s;
}

.landing-page .readmore-button:hover::after, .landing-page .readmore-button:focus::after {
    background-color: red;
    color: #fff;
}

.landing-page .bg-white {
    background: #ffffff;
}

.landing-page .bg-grey-light {
    background: #e1e1e1;
}

.landing-page .text-transform-none {
    text-transform: none !important;
}

.landing-page .text-uppercase {
    text-transform: uppercase !important;
}

.landing-page .text-bigger {
    font-size: 1.6em !important;
}

.landing-page .text-big {
    font-size: 1.3em !important;
}

.landing-page .text-thin {
    font-weight: 300 !important;
}

.landing-page .text-thin strong {
    font-weight: 500;
}

.landing-page .text-thinner {
    font-weight: 200 !important;
}

.landing-page .text-stretched {
    letter-spacing: 0.22em;
}

.landing-page .text-center {
    text-align: center !important;
}

.landing-page .text-right {
    text-align: right !important;
}

.landing-page .text-justify {
    text-align: justify !important;
}

.landing-page .text-cyan {
    color: #3db9c5;
}

.landing-page .mb-0 {
    margin-bottom: 0 !important;
}

.landing-page .mt-0 {
    margin-top: 0 !important;
}

.landing-page .pl-0 {
    padding-left: 0 !important;
}

.landing-page .pr-0 {
    padding-right: 0 !important;
}

.landing-page .img-fluid {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.landing-page .info-box.info-box {
    color: #000;
    margin-bottom: 3em;
    overflow: hidden;
    padding: 50px 20px;
}

.landing-page .info-box.info-box > h2,
.landing-page .info-box.info-box > p {
    margin: 0 15px 1em;
}

.landing-page #landing-pages-carousel .owl-video-play-icon {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 55%;
    margin-left: -25px;
    margin-top: -40px;
    background: url("../images/custom/svg/video-play.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

@media only screen and (max-width: 768px) {
    .landing-page #landing-pages-carousel .owl-video-play-icon {
        margin-left: -30px;
        top: 50%;
    }

    .landing-page #landing-pages-carousel .owl-video-play-icon:hover {
        transform: scale(1.3, 1.3);
    }
}

.landing-page #landing-pages-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.landing-page #landing-pages-carousel .owl-nav .owl-prev,
.landing-page #landing-pages-carousel .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    margin: 0 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: all 0.4s;
}

@media only screen and (max-width: 768px) {
    .landing-page #landing-pages-carousel .owl-nav .owl-prev,
    .landing-page #landing-pages-carousel .owl-nav .owl-next {
        height: 50px;
        width: 50px;
    }
}

.landing-page #landing-pages-carousel .owl-nav .owl-prev {
    background: url("../images/custom/svg/video-prev.svg") no-repeat;
    float: left;
}

.landing-page #landing-pages-carousel .owl-nav .owl-prev:hover {
    background: url("../images/custom/svg/video-prev-hover.svg") no-repeat;
}

.landing-page #landing-pages-carousel .owl-nav .owl-next {
    background: url("../images/custom/svg/video-next.svg") no-repeat;
    float: right;
}

.landing-page #landing-pages-carousel .owl-nav .owl-next:hover {
    background: url("../images/custom/svg/video-next-hover.svg") no-repeat;
}

@media only screen and (min-width: 768px) {
    #zone-product-finder + .form-wrapper {
        float: left;
        width: 25%;
    }

    #zone-product-finder + .form-wrapper ~ .views-view-grid,
    #zone-product-finder + .form-wrapper ~ nav.pager {
        float: right;
        width: 75%;
    }

    #zone-product-finder + .form-wrapper ~ .views-view-grid {
        padding-left: 30px;
        margin: 50px 0 0;
    }

    #zone-product-finder + .form-wrapper ~ nav.pager {
        padding-right: 8.6%;
        margin-top: 0;
    }
}

#zone-product-finder + .form-wrapper form.views-exposed-form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px 0px;
}

#zone-product-finder + .form-wrapper form.views-exposed-form.select-shown .js-form-item label,
#zone-product-finder + .form-wrapper form.views-exposed-form.select-shown .js-form-item .form-select {
    opacity: 1;
}

#zone-product-finder + .form-wrapper form.views-exposed-form.select-shown .js-form-item label.disabled span {
    color: #999999;
}

#zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item {
    margin: 0 0 20px;
    padding: 0 10px;
    width: 100%;
}

@media only screen and (max-width: 767.99px) {
    #zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    #zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item {
        width: 100%;
    }
}

#zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item label {
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    font-size: 0.9rem;
    margin: 0 0 5px;
    opacity: 0;
    transition: opacity 0.3s;
}

#zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item label input {
    margin-right: 5px;
}

#zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item .form-select {
    opacity: 0;
    position: relative;
    width: 100% !important;
    transition: opacity 0.3s;
}

#zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item .w300 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 250px;
}

#zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item .ms-choice {
    background: transparent;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.67);
    color: #3db9c5 !important;
    min-height: 26px;
    outline: none;
    padding: 0.3em 0.5em;
    text-align: left;
    width: 100%;
}

#zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item .ms-choice .placeholder {
    color: #fff;
    opacity: 0.4;
}

#zone-product-finder + .form-wrapper form.views-exposed-form .js-form-item .ms-drop.bottom {
    background: #262626;
    border: solid rgba(255, 255, 255, 0.67);
    border-width: 0 1px 1px;
    bottom: 0;
    padding: 10px 8px;
    top: auto;
    width: 100%;
    z-index: 1;
}

#zone-product-finder + .form-wrapper form.views-exposed-form .form-actions {
    margin: auto 10px 0px auto;
}

@media only screen and (max-width: 500px) {
    #zone-product-finder + .form-wrapper form.views-exposed-form .form-actions {
        margin: 0 auto;
    }
}

.product-compare-page .page-content table {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .row-greyblock-image.row-greyblock-image {
        height: 297px;
        margin-bottom: 20px;
        overflow: hidden;
    }
}

.row-greyblock-image.row-greyblock-image .greyblock {
    background-color: rgba(51, 51, 51, 0.6);
    padding: 6.15% 4% 7.6%;
}

@media only screen and (min-width: 768px) {
    .row-greyblock-image.row-greyblock-image .greyblock {
        padding: 2.15% 3% 3%;
    }
}

@media only screen and (min-width: 1024px) {
    .row-greyblock-image.row-greyblock-image .greyblock {
        background-color: rgba(255, 255, 255, 0.3);
        height: 297px;
        padding: 2.15% 2% 2%;
    }
}

.row-greyblock-image.row-greyblock-image .greyblock .link-to-page a {
    display: inline-block;
    font-family: "Droid Serif", serif;
    font-size: calc(13.38776px + 0.20408vw);
    font-style: italic;
    letter-spacing: 0.3px;
    line-height: 1.4em;
    margin-bottom: 1.85em;
    margin-top: 0;
    margin-top: 0.85em;
    padding-left: 50px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.row-greyblock-image.row-greyblock-image .greyblock .link-to-page a:hover::before {
    background-image: url("../images/custom/svg/arrow-icon-teal-hover.svg");
}

.row-greyblock-image.row-greyblock-image .greyblock .link-to-page a::before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 10px;
    background-image: url("../images/custom/svg/arrow-icon-teal.svg");
    position: absolute;
    top: -0.7em;
    bottom: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
    .row-greyblock-image.row-greyblock-image .greyblock .link-to-page a::before {
        height: 42px;
        width: 42px;
    }
}

.row-greyblock-image.row-greyblock-image h2 {
    color: #ffffff;
    font-size: calc(16.93878px + 1.02041vw);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    line-height: 1.2em;
    font-weight: 300;
}

@media only screen and (min-width: 1280px) {
    .row-greyblock-image.row-greyblock-image h2 {
        letter-spacing: 6px;
        font-size: 1.875em;
    }
}

@media only screen and (min-width: 1024px) {
    .row-greyblock-image.row-greyblock-image .greyblock-image img {
        height: 297px;
        max-width: none;
        width: 853px;
    }
}


#content-marketing .field_description h4 {
    text-transform: uppercase;
    font-size: calc(14.08163px + 0.15612vw);
    font-weight: 400;
    letter-spacing: 3.4px;
    line-height: 1.2em;
    margin-bottom: 0.4em;
}

#documentation-forms .tha-wrapper-fond-blanc.catalog {
    background-color: #272727;
    padding: 0 15px 2.1em 15px;
    margin-top: -40px;
}

#documentation-forms .tha-wrapper-fond-blanc.catalog a {
    color: white;
}

#documentation-forms .tha-wrapper-fond-blanc.catalog a {
    color: white;
}

#documentation-forms .tha-wrapper-fond-blanc.catalog h3 {
    margin-left: 0;
    padding-left: 0;
}

@media only screen and (min-width: 768px) {
    #documentation-forms .tha-wrapper-fond-blanc.catalog {
        margin-left: 5.5%;
        max-width: 88.8%;
        padding: 0 0 3.1em 2.3em;
    }
}

@media only screen and (min-width: 1024px) {
    #documentation-forms .tha-wrapper-fond-blanc.catalog {
        max-width: 55.2%;
    }
}

#documentation-forms .tha-wrapper-fond-blanc.catalog ul {
    margin-bottom: 50px;
}

.owl-nav {
    font-size: 0 !important;
}

#builder-408625 {
    display: flex;
    flex-direction: column;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-6 {
    order: 6 !important;
}

.order-7 {
    order: 7 !important;
}

.order-8 {
    order: 8 !important;
}

.order-9 {
    order: 9 !important;
}

.order-10 {
    order: 10 !important;
}

@media only screen and (max-width: 1024px) {
    .finestone {
        padding-bottom: 60px;
    }
}


.finestone p {
    margin-bottom: 15px;
}

.finestone .link-to-page a {
    margin-top: 1.1em;
    margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
    .made-from-finestone {
        position: absolute;
        bottom: -70px;
    }
}

.made-from-finestone {
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-size: 110%;
}

.made-from-finestone::before {
    content: "";
    background: url('../images/custom/png/finestone_rock.png');
    margin-right: 10px;
    width: 78px;
    height: 42px;
    background-size: 100%;
}

@media only screen and (max-width: 768px) {
    .collection-header .collection-slogan-wrapper {
        top: -17px;
        left: 0;
        padding: 14px;
        position: relative;
    }

    .collection-header .collection-slogan-wrapper .slogan {
        display: flex;
        flex-wrap: wrap;
    }

    .collection-header .collection-slogan-wrapper .slogan p {
        margin-right: 5px;
    }

    #new .collection-header .collection-title-wrapper,
    #new .product-header .product-title-wrapper {
        display: flex;
        /*flex-direction: row-reverse;*/
        justify-content: space-between;
        align-items: center;
    }

    .node-product-type-wrapper .product-header {
        display: flex;
        flex-direction: column;
    }

    .node-product-type-wrapper .product-header .one-product-image {
        order: 2;
    }

    .node-product-type-wrapper .product-header .product-size-wrapper {
        order: 1;
        background: #333333;
        left: 0;
        padding: 14px 0 0;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
        margin: 0 0 -14px;
    }

    .collection-header .collection-slogan-wrapper .slogan p span {
        padding: 0;
    }

    .node-product-type-wrapper .product-header .product-size-wrapper .height,
    .node-product-type-wrapper .product-header .product-size-wrapper .length,
    .node-product-type-wrapper .product-header .product-size-wrapper .width {
        /*margin-bottom: 0;*/
        margin-right: 10px;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        /*margin-bottom: 0;*/
    }


    .node-product-type-wrapper .product-header .product-size-wrapper .height,
    .node-product-type-wrapper .product-header .product-size-wrapper .length,
    .node-product-type-wrapper .product-header .product-size-wrapper .width,
    .collection-header .collection-slogan-wrapper .slogan p span,
    .collection-header .collection-slogan-wrapper {
        background: #333333;
    }

    .product-size-wrapper {
        display: none !important;
    }


    .fade-panel-wrapper a.btn {
        left: unset;
        width: unset;
    }
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 400px) {
    .latest-header h1 {
        font-size: calc(25.36735px + 3.87755vw);
        letter-spacing: 3.5px;
    }
}

@media only screen and (max-width: 768px) {
    .node-product-type-wrapper section.therapies .therapy-wrapper.thermo-therapy .parent-therapy,
    .node-product-type-wrapper section.therapies .therapy-wrapper.chroma-therapy .parent-therapy,
    .node-product-type-wrapper section.therapies .therapy-wrapper.hydro-therapy .parent-therapy,
    .node-product-type-wrapper section.therapies .therapy-wrapper {
        padding-right: 0;
    }

    .node-product-type-wrapper section.therapies .parent-therapy:before {
        left: calc(50% - 28px);
        transform: unset;
    }
}


.bu-touch {
    display: flex;
}

.builder-element-children-wrapper:empty {
    line-height: 0;
}


#block-instagram::before,
#block-ilsparlentdenous::before,
.white-bg::before,
.grey-bg::before,
section.product-header::before,
.collection-header::before,
.collection-title-wrapper::before,
.special-product-header::before,
.product-header::before,
.accessories-colors-wrapper::before,
.accessories-optional-wrapper::before,
.product-title-wrapper::before,
#block-breadcrumbs::before,
#home-lines-of-beauty .col-md-5::before,
#home-discover-our-therapies .col-md-4::before,
.greyblock::before,
#documentation-forms .tha-wrapper-fond-blanc::before,
#shortcuts::before,
#therapies .page-title-wrapper::before,
.white-bg::before,
.special-product-title-wrapper::before,
#akasa .page-title-wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    right: calc((100vw - 1280px) / -2);
    z-index: -1;
}

section.product-header::before,
#shortcuts::before,
.special-product-header::before,
.collection-header::before {
    bottom: 0;
    top: unset;
}

section.product-header::before,
#shortcuts::before,
.white-bg::before,
.special-product-header::before,
.collection-header::before {
    display: block;
}

.accessories-colors-wrapper::before,
.accessories-optional-wrapper::before,
#home-lines-of-beauty .col-md-5::before {
    left: 100%;
    z-index: 1;
}

#home-discover-our-therapies .col-md-4::before,
.greyblock::before,
#therapies .page-title-wrapper::before,
.special-product-title-wrapper::before,
#akasa .page-title-wrapper::before,
.collection-title-wrapper::before,
.product-title-wrapper::before {
    right: 100%;
}

section.product-header::before,
.collection-header::before,
.special-product-header::before,
.product-header::before {
    background: linear-gradient(to bottom, #000000 0%, #000000 86%, #ffffff 86%, #ffffff 100%);
}

#shortcuts::before {
    background: linear-gradient(to bottom, #000000 0%, #000000 80%, #ffffff 80.1%, #ffffff 100%);
}


#block-instagram::before,
.white-bg::before,
#documentation-forms .tha-wrapper-fond-blanc::before,
.white-bg::before {
    background: #fff;
}

.accessories-colors-wrapper::before,
.accessories-optional-wrapper::before {
    background: #000;
}

#block-breadcrumbs::before {
    background: #1a1a1a;
}

#block-ilsparlentdenous::before,
.grey-bg::before {
    background: #f1f1f1;
}

.product-title-wrapper::before, #therapies .page-title-wrapper::before,
.special-product-title-wrapper::before,
#akasa .page-title-wrapper::before,
.collection-title-wrapper::before {
    background: rgba(65, 64, 66, 0.8);
}

#home-lines-of-beauty .col-md-5::before {
    background: rgba(255, 255, 255, 0.66);
}


.greyblock::before,
#home-discover-our-therapies .col-md-4::before {
    background: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 1024px) {
    .greyblock::before,
    #home-discover-our-therapies .col-md-4::before {
        background: rgba(255, 255, 255, 0.3);
    }
}


#geysair.grey-bg::before {
    background: #e5e5e5;
}


html {
    overflow-x: hidden;
}

html.mm-blocking body,
.row-greyblock-image.row-greyblock-image {
    overflow: unset !important;
}

#block-instagram,
#block-ilsparlentdenous,
.white-bg,
section.product-header,
.collection-header,
.special-product-header,
.product-header,
.accessories-colors-wrapper,
.accessories-optional-wrapper,
.product-title-wrapper,
#block-breadcrumbs,
#home-lines-of-beauty .col-md-5,
#home-discover-our-therapies .col-md-4,
.greyblock,
#documentation-forms .tha-wrapper-fond-blanc,
#shortcuts,
.grey-bg {
    position: relative;
}

#documentation-forms > .tha-wrapper-fond-blanc::before,
.thermo-bath-stat-wrapper.grey-bg::before {
    background: unset;
}


.page-file #block-bainultra-page-title {
    display: none;
}

.addtoany_list {
    display: flex !important;
    overflow: hidden;
    height: 50px;
}
/*.webform-submission-product-selector-form-ajax{*/
/*!*    DIV*!*/
/*}*/
/*.webform-submission-product-selector-form, .webform-submission-product-selector-form .fieldset-wrapper{*/
/*!*    FORM*!*/
/*    display: flex;*/
/*    !*flex-direction: column;*!*/
/*    !*flex-basis: 50%;*!*/
/*    gap: 20px;*/

/*    !*display: flex;*!*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    width: 100%;*/
/*}*/

/*.webform-submission-product-selector-form .form-item, .webform-submission-product-selector-form .fieldset-wrapper .form-item{*/
/*    !*    FORM*!*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 10px;*/

/*    !*display: flex;*!*/
/*    !*flex-direction: column;*!*/
/*    flex-basis: 100%;*/
/*    flex: 1;*/
/*    max-width: 45%;*/
/*}*/

/*.webform-submission-product-selector-form .form-item label, .webform-submission-product-selector-form .fieldset-wrapper .form-item label{*/
/*    !*    FORM*!*/
/* padding-bottom: 10px;*/
/*}*/

/*.webform-submission-product-selector-form input:text{}*/

/*.webform-submission-product-selector-form .fieldset-wrapper .form-item{*/
/*    gap: 20px;*/
/*}*/