html,
body {
    margin: 0;
    overflow-x: hidden;
}

/*
.page-content,
.pagedesigner-page-content {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;

}
*/
#wrapper.pt_category-wide .site-width-slot {
    max-width: 100%;
}

/*  ------  reset   ------  */

#main:not(.main-homepage) {
    padding-top: 0px;
}

#primary {
    padding-bottom: 0;
}

.breadcrumb {
    display: none !important;
}

#wrapper {
    max-width: 100%;
}

footer.footer-main {
    margin-top: 0;
}

@media (max-width: 640px) {

    .offerbumper-loader {
        display: none !important;
    }
}

@font-face {
    font-family: "Gotham_Light";
    src: url("../fonts/GothamLight.eot");
    src: url("../fonts/GothamLight.eot") format("embedded-opentype"),
        url("../fonts/GothamLight.woff2") format("woff2"),
        url("../fonts/GothamLight.woff") format("woff"),
        url("../fonts/GothamLight.ttf") format("truetype"),
        url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

.hydra {
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 1600px;
    overflow: hidden;
    --FONT-SIZE: 14px;
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-XLIGHT: "Gotham_Light", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333333;
    --WIDTH-ANIM: 1600px;
}

.hydra sup {
    top: 0;
    font-size: 0.5em;
    vertical-align: super;
}


.hydra-cta {
    position: relative;
    background-color: #B40024 !important;
    display: block;
    color: #FFF;
    padding: 14px 16px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 16px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    cursor: pointer;
    min-width: 145px;
    text-align: center;
    border-radius: 5px;
    height: 44px !important;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0;
    box-sizing: border-box;
    outline: 0 !important;
}

.hydra-cta:hover {
    background-color: #8C0B26 !important;
    color: #fff !important;
}

.hydra-cta::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: #63021A solid 2px;
    opacity: 0;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    pointer-events: none;
    box-sizing: border-box;
}

.hydra-cta:hover::after,
.hydra-cta:active::after {
    opacity: 1;
}


@media(max-width:1600px) {
    .hydra {
        --WIDTH-ANIM: calc(100vw - 20px);
    }
}

@media(max-width:1024px) {
    .hydra {
        --WIDTH-ANIM: 100vw;
    }
}

@media(max-width:761px) {
    .hydra {
        --WIDTH-ANIM: 100vw;
    }
}

/*************************************/
.hydra-header {
    width: 100%;
    max-width: 1600px;
    height: calc(566 / 1600  * var(--WIDTH-ANIM));
    position: relative;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.hydra-header__background {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.hydra-header__background img {
    display: block;
    width: 100%;
}

.hydra-header__claim {
    margin: 0;
    right: calc(50% + (400 / 1600  * var(--WIDTH-ANIM)));
    top: calc(287 / 1600  * var(--WIDTH-ANIM));
    position: absolute;
    z-index: 2;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: calc(18 / 1600  * var(--WIDTH-ANIM));
    line-height: calc(22 / 1600  * var(--WIDTH-ANIM));
    text-transform: uppercase;
}

.hydra-header__tag {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: calc(24 / 1600  * var(--WIDTH-ANIM));
    line-height: 1.4em;
}

.hydra-header__title {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: normal;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: calc(30 / 1600  * var(--WIDTH-ANIM));
    line-height: calc(34 / 1600  * var(--WIDTH-ANIM));
}

.hydra-header__text {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: calc(18 / 1600  * var(--WIDTH-ANIM));
    line-height: calc(22 / 1600  * var(--WIDTH-ANIM));
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.hydra-header__content {
    left: calc(50% + (200 / 1600  * var(--WIDTH-ANIM)));
    top: calc(137 / 1600  * var(--WIDTH-ANIM));
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}

.hydra-header__mentions {
    margin: 0;
    font-size: calc(9 / 1600  * var(--WIDTH-ANIM));
    right: calc(50% - (589 / 1600  * var(--WIDTH-ANIM)));
    bottom: calc(10 / 1600  * var(--WIDTH-ANIM));
    position: absolute;
    z-index: 2;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media(max-width:761px) {
    .hydra-header {
        width: 100%;
        height: auto;
    }

    .hydra-header__background {
        position: relative;
        display: block;
    }

    .hydra-header__claim {
        margin: 0;
        right: calc(247 / 375  * var(--WIDTH-ANIM));
        top: calc(175 / 375  * var(--WIDTH-ANIM));
        position: absolute;
        z-index: 2;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        font-size: calc(11 / 375  * var(--WIDTH-ANIM));
        line-height: calc(14 / 375  * var(--WIDTH-ANIM));
        text-transform: uppercase;
    }

    .hydra-header__content {
        position: relative;
        align-items: center;
        background-color: #fff;
        left: auto;
        top: auto;
        padding: calc(30 / 375  * var(--WIDTH-ANIM));
        color: #333;
    }

    .hydra-header__tag {
        font-size: calc(16 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-header__title {
        display: block;
        color: #b6001e;
        font-family: var(--FONT-GOTHAM-MEDIUM);
        font-size: calc(24 / 375  * var(--WIDTH-ANIM));
        line-height: 1em;
    }

    .hydra-header__text {
        align-items: center;
        font-size: calc(14 / 375  * var(--WIDTH-ANIM));
        line-height: 1.4em;
        text-align: center;
    }

    .hydra-header__mentions {
        font-size: 10px;
        right: 20px;
        top: calc(318 / 375  * var(--WIDTH-ANIM));
        width: calc(100% - 40px);
        bottom: auto;
        line-height: 1em;
        text-align: center;
    }
}

/*************************************/
.hydra-explication {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: -2px !important;
}

.hydra-explication__slide--01 {
    color: #fff;
}

.hydra-explication__slide--02 {
    color: #004f6c;
}

.hydra-explication__slide--03 {
    color: #004f6c;
}

.hydra-explication__slide--04 {
    color: #fff;
}

.hydra-explication__slide--05 {
    color: #004f6c;
}

.hydra-explication__slide {
    width: 100%;
    max-width: 1600px;
    height: calc(802 / 1600  * var(--WIDTH-ANIM));
    background-color: #9fd8e9;
    position: relative;
    padding-bottom: calc(60 / 1600  * var(--WIDTH-ANIM));
    box-sizing: border-box;
}

.hydra-explication__background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hydra-explication__background img {
    width: 100%;
    display: block;
}

.hydra-explication__content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.hydra-explication__title {
    margin: 0;
    font-weight: normal;
    font-size: calc(35 / 1600  * var(--WIDTH-ANIM));
    text-align: center;
    margin-bottom: calc(10 / 1600  * var(--WIDTH-ANIM));
    text-transform: uppercase;
}

.hydra-explication__slide--03 .hydra-explication__title {
    margin-bottom: calc(40 / 1600  * var(--WIDTH-ANIM));
}

.hydra-explication__title strong {
    font-size: calc(48 / 1600  * var(--WIDTH-ANIM));
    font-weight: normal;
    display: block;
}

.hydra-explication__subtitle {
    margin: 0;
    font-weight: normal;
    font-size: calc(35 / 1600  * var(--WIDTH-ANIM));
    text-align: center;
    margin-bottom: calc(30 / 1600  * var(--WIDTH-ANIM));
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.hydra-explication__slide--02 .hydra-explication__subtitle {
    margin-bottom: calc(10 / 1600  * var(--WIDTH-ANIM));
    padding-top: 1em;
}

.hydra-explication__drop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(265 / 1600  * var(--WIDTH-ANIM));
    height: calc(265 / 1600  * var(--WIDTH-ANIM));
    border: 2px solid #fff;
    border-radius: 50%;
    margin-top: calc(70 / 1600  * var(--WIDTH-ANIM));
    margin-bottom: calc(30 / 1600  * var(--WIDTH-ANIM));

}

/*
.slick-active #drop_anim>div,
.slick-active #drop_anim_2>div {
    width: 100%;
    max-width: calc(90 / 1600  * var(--WIDTH-ANIM));
    display: block;
    aspect-ratio: 1/2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
*/

.slick-active #drop_anim::before,
.slick-active #drop_anim_2::before {
    content: " ";
    position: absolute;
    height: calc(126 / 1600 * var(--WIDTH-ANIM));
    width: calc(90 / 1600 * var(--WIDTH-ANIM));
    display: block;
    background-image: url(../images/drop-empty.svg);
}

.slick-active #drop_anim .mask,
.slick-active #drop_anim_2 .mask {
    height: calc(126 / 1600 * var(--WIDTH-ANIM));
    width: calc(90 / 1600 * var(--WIDTH-ANIM));
    display: block;
    -webkit-mask-image: url(../images/drop-full.svg);
    mask-image: url(../images/drop-full.svg);

}

.slick-active #drop_anim .fill,
.slick-active #drop_anim_2 .fill {
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: transform ease-in-out 2s;
}

#drop_anim .fill {
    transform: translateY(0%);
}

/*.hydra-explication__slide--01[data-anim="1"]*/
.slick-active #drop_anim[data-anim="1"] .fill {
    transform: translateY(65%);
}

#drop_anim_2 .fill {
    transform: translateY(65%);
}

.slick-active #drop_anim_2 .fill {
    transform: translateY(0%);
}

.hydra-explication__text {
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: calc(18 / 1600  * var(--WIDTH-ANIM));
}

.hydra-explication__slide--05 .hydra-explication__text {
    max-width: calc(390 / 1600  * var(--WIDTH-ANIM));

}

.hydra-explication__slide--05 .hydra-explication__text span {
    display: block;
    margin-bottom: calc(10 / 1600  * var(--WIDTH-ANIM));
}

.hydra-explication__items {
    display: flex;
    margin: 0;
    padding: calc(20 / 1600  * var(--WIDTH-ANIM));
    width: 100%;
    justify-content: center;

}




.hydra-explication__items li::before {
    content: " ";
    background-color: #99d5e7;
    position: absolute;
    width: 96%;
    height: 96%;
    left: 2%;
    top: 2%;
    border-radius: 50%;
    z-index: 1;
}

.hydra-explication__items li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: calc(18 / 1600  * var(--WIDTH-ANIM));
    flex-basis: calc(214 / 1600  * var(--WIDTH-ANIM));
    height: calc(214 / 1600  * var(--WIDTH-ANIM));
    margin: calc(13 / 1600  * var(--WIDTH-ANIM));
    border-radius: 50%;
    background: linear-gradient(to top, #004f6c, #2d97be, #c7edf7);
    text-transform: uppercase;
    opacity: 0;
    transition: opacity ease-in-out 0.5s;
}

.slick-active .hydra-explication__items li {
    opacity: 1;
}

.slick-active .hydra-explication__items li:nth-child(2) {
    transition-delay: 0.2s;
}

.slick-active .hydra-explication__items li:nth-child(3) {
    transition-delay: 0.4s;
}

.slick-active .hydra-explication__items li:nth-child(4) {
    transition-delay: 0.6s;
}

.hydra-explication__items li span {
    position: relative;
    z-index: 2;
}

.hydra-explication__mentions {
    margin: 0;
    position: absolute;
    left: calc(20 / 1600  * var(--WIDTH-ANIM));
    bottom: calc(-40 / 1600  * var(--WIDTH-ANIM));
    color: #03516e;
    text-align: left;
    font-size: calc(10 / 1600  * var(--WIDTH-ANIM));
    text-align: right;
    width: calc(390 / 1600  * var(--WIDTH-ANIM));
}

.hydra-explication__row {
    display: flex;
    max-width: calc(990 / 1600  * var(--WIDTH-ANIM));
    padding-left: calc(510 / 1600  * var(--WIDTH-ANIM));
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: calc(470 / 1600  * var(--WIDTH-ANIM));
}

.hydra-explication__row * {
    text-align: left;
}

.hydra-explication__photo {
    width: calc(470 / 1600  * var(--WIDTH-ANIM));
    height: calc(470 / 1600  * var(--WIDTH-ANIM));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.hydra-explication__photo img {
    width: 100%;
    display: block;
}

.hydra-explication__photo video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.hydra-explication__box {
    margin: 0;
    box-sizing: border-box;
    padding: calc(20 / 1600  * var(--WIDTH-ANIM));
    margin-top: calc(40 / 1600  * var(--WIDTH-ANIM));
    width: calc(386 / 1600  * var(--WIDTH-ANIM));
    min-height: calc(145 / 1600  * var(--WIDTH-ANIM));
    font-size: calc(18 / 1600  * var(--WIDTH-ANIM));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    border-radius: calc(20 / 1600  * var(--WIDTH-ANIM));
    background: linear-gradient(to top, #004f6c, #2d97be, #c7edf7);
    position: relative;
    text-transform: uppercase;
}

.hydra-explication__box span {
    z-index: 2;
    position: relative;
}

.hydra-explication__box::before {
    content: " ";
    background-color: #99d5e7;
    position: absolute;
    width: calc(100% - 6 / 1600  * var(--WIDTH-ANIM));
    height: calc(100% - 6 / 1600  * var(--WIDTH-ANIM));
    left: calc(3 / 1600  * var(--WIDTH-ANIM));
    top: calc(3 / 1600  * var(--WIDTH-ANIM));
    border-radius: calc(18 / 1600  * var(--WIDTH-ANIM));
    z-index: 1;
    background-image: url(../images/slide-3.jpg);
    background-position: top calc(-495 / 1600  * var(--WIDTH-ANIM)) left calc(-868 / 1600  * var(--WIDTH-ANIM));
    background-size: var(--WIDTH-ANIM) auto;
    background-repeat: no-repeat;
}

.hydra-explication__box .hydra-explication__text {
    max-width: calc(400 / 1600  * var(--WIDTH-ANIM));
}


@media(max-width:761px) {


    .hydra-explication {
        width: 100%;
    }

    .hydra-explication__slide--01 {
        color: #fff;
    }

    .hydra-explication__slide--02 {
        color: #004f6c;
    }

    .hydra-explication__slide--03 {
        color: #004f6c;
    }

    .hydra-explication__slide--04 {
        color: #fff;
    }

    .hydra-explication__slide--05 {
        color: #004f6c;
    }

    .hydra-explication__slide {
        width: 100%;
        max-width: 1600px;
        height: calc(565 / 375  * var(--WIDTH-ANIM));
        background-color: #9fd8e9;
        position: relative;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .hydra-explication__background {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .hydra-explication__background img {
        width: 100%;
        display: block;
    }

    .hydra-explication__content {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        flex-direction: column;
    }


    .hydra-explication__title {
        font-size: calc(18 / 375  * var(--WIDTH-ANIM));
        margin-bottom: calc(10 / 375  * var(--WIDTH-ANIM));
        margin-top: calc(30 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__title strong {
        font-size: calc(24 / 375  * var(--WIDTH-ANIM));
    }


    .hydra-explication__slide--01 .hydra-explication__title {
        font-size: calc(24 / 375  * var(--WIDTH-ANIM));
        margin-top: calc(50 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__slide--01 .hydra-explication__title strong {
        font-size: calc(35 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__slide--03 .hydra-explication__title {
        margin-bottom: calc(10 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__slide--04 .hydra-explication__title {
        margin-top: calc(20 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__subtitle {
        margin: 0;
        font-weight: normal;
        font-size: calc(18 / 375  * var(--WIDTH-ANIM));
        text-align: center;
        margin-bottom: calc(20 / 375  * var(--WIDTH-ANIM));
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
    }


    .hydra-explication__slide--05 .hydra-explication__subtitle {
        display: block;
        padding: 0 calc(20 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__drop {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(180 / 375  * var(--WIDTH-ANIM));
        height: calc(180 / 375  * var(--WIDTH-ANIM));
        border: 2px solid #fff;
        border-radius: 50%;
        margin-top: calc(50 / 375  * var(--WIDTH-ANIM));
        margin-bottom: calc(20 / 375  * var(--WIDTH-ANIM));
    }



    .slick-active #drop_anim::before,
    .slick-active #drop_anim_2::before {
        max-width: calc(60 / 375  * var(--WIDTH-ANIM));
    }

    .slick-active #drop_anim .mask,
    .slick-active #drop_anim_2 .mask {
        max-width: calc(60 / 375  * var(--WIDTH-ANIM));
    }


    .hydra-explication__text {
        padding: 0 20px;
        box-sizing: border-box;
        display: block;
        text-align: center;
        font-size: calc(14 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__slide--05 .hydra-explication__text {
        display: flex;
        max-width: calc(390 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__slide--05 .hydra-explication__text span {
        display: block;
        margin-bottom: calc(10 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__items {
        display: flex;
        margin: 0;
        padding: calc(10 / 375  * var(--WIDTH-ANIM));
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .hydra-explication__items li::before {
        content: " ";
        background-color: #99d5e7;
        position: absolute;
        width: 96%;
        height: 96%;
        left: 2%;
        top: 2%;
        border-radius: 50%;
        z-index: 1;
    }

    .hydra-explication__items li {
        font-size: calc(12 / 375  * var(--WIDTH-ANIM));
        flex-basis: calc(110 / 375  * var(--WIDTH-ANIM));
        height: calc(110 / 375  * var(--WIDTH-ANIM));
        margin: calc(4 / 375  * var(--WIDTH-ANIM)) calc(8 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__items li span {
        position: relative;
        z-index: 2;
    }

    .hydra-explication__mentions {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #03516e;
        text-align: center;
        width: 100%;
        font-size: calc(10 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__row {
        display: block;
        max-width: calc(375 / 375  * var(--WIDTH-ANIM));
        padding-left: calc(0 / 375  * var(--WIDTH-ANIM));
        position: relative;
        min-height: calc(0 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__row * {
        text-align: center;
    }

    .hydra-explication__photo {
        width: calc(256 / 375  * var(--WIDTH-ANIM));
        height: auto;
        display: block;
        position: relative;
        top: auto;
        left: auto;
        margin: calc(20 / 375  * var(--WIDTH-ANIM)) auto;
    }

    .hydra-explication__slide--05 .hydra-explication__photo {
        margin-top: calc(40 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__box {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0;
        margin-top: calc(20 / 375  * var(--WIDTH-ANIM));
        width: calc(290 / 375  * var(--WIDTH-ANIM));
        min-height: calc(94 / 375  * var(--WIDTH-ANIM));
        font-size: calc(14 / 375  * var(--WIDTH-ANIM));
        border-radius: calc(14 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-explication__box span {
        z-index: 2;
        position: relative;
    }

    .hydra-explication__box::before {
        content: " ";
        background-color: #99d5e7;
        position: absolute;
        width: calc(100% - 4 / 375  * var(--WIDTH-ANIM));
        height: calc(100% - 4 / 375  * var(--WIDTH-ANIM));
        left: calc(2 / 375  * var(--WIDTH-ANIM));
        top: calc(2 / 375  * var(--WIDTH-ANIM));
        border-radius: calc(10 / 375  * var(--WIDTH-ANIM));
        z-index: 1;
        background-image: url(../images/slide-3-mobile.jpg);
        background-position: top calc(-411 / 375  * var(--WIDTH-ANIM)) left calc(-44 / 375  * var(--WIDTH-ANIM));
        background-size: var(--WIDTH-ANIM) auto;
        background-repeat: no-repeat;
    }

    .hydra-explication__box .hydra-explication__text {
        max-width: calc(400 / 375  * var(--WIDTH-ANIM));

    }

    /*
    .hydra-explication__slide--02 .hydra-explication__text:last-child {
        text-transform: uppercase;

    }*/
}

/*********************************************************/
.hydra-chronobiologie {
    position: relative;
    display: flex;
    padding: calc(70 / 1600  * var(--WIDTH-ANIM));
    color: #fff;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.hydra-chronobiologie__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.hydra-chronobiologie__background img {
    width: 100%;
}

@media(min-width:1171px) {
    .hydra-chronobiologie+.content-asset {
        background-image: url(../images/day-night-background.jpg);
        background-position: top 995px center;
        height: 870px;
    }
}

@media(max-width:1170px) and (min-width:762px) {
    .hydra-routine-module {
        box-sizing: border-box;
        margin-bottom: 0 !important;
    }
}

.hydra-chronobiologie__title {
    margin: 0;
    font-weight: normal;
    font-size: calc(35 / 1600  * var(--WIDTH-ANIM));
    text-align: center;
    margin-bottom: calc(10 / 1600  * var(--WIDTH-ANIM));
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    flex-basis: 100%;
    order: 1;
}

.hydra-chronobiologie__title strong {
    font-size: calc(48 / 1600  * var(--WIDTH-ANIM));
    margin-top: 0.2em;
    line-height: 1em;
    font-weight: normal;
    display: block;
}

.hydra-chronobiologie__packshot {
    order: 5;
    flex-basis: calc(630 / 1600  * var(--WIDTH-ANIM));
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.hydra-chronobiologie__packshot img {
    width: calc(560 / 1600  * var(--WIDTH-ANIM));
    display: block;
    margin: 0 auto;
    margin-left: 4.2%;
}

.hydra-chronobiologie__claim {
    flex-basis: var(--WIDTH-ANIM);
    display: flex;
    flex-direction: column;
    order: 3;
    position: relative;
    z-index: 2;
    font-weight: normal;
    font-size: calc(35 / 1600  * var(--WIDTH-ANIM));
    font-family: var(--FONT-GOTHAM-MEDIUM);
    padding-left: calc(50% + 30 / 1600  * var(--WIDTH-ANIM));
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: calc(39 / 1600  * var(--WIDTH-ANIM));
}

.hydra-chronobiologie__claim strong {
    font-family: var(--FONT-GOTHAM-XLIGHT);
    font-size: calc(140 / 1600  * var(--WIDTH-ANIM));
    font-weight: normal;
    position: absolute;
    top: 0;
    right: calc(50% + 15 / 1600  * var(--WIDTH-ANIM));
    text-align: right;
    display: flex;
    align-items: center;
    height: 100%;

}


.hydra-chronobiologie__product {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    order: 4;
    align-items: flex-end;
    text-align: right;
    justify-content: space-between;
    padding-bottom: calc(25 / 1600  * var(--WIDTH-ANIM));
    flex-basis: calc(295 / 1600  * var(--WIDTH-ANIM));
}

.hydra-chronobiologie__product+.hydra-chronobiologie__product {
    order: 6;
    align-items: flex-start;
    text-align: left;
    color: #072638;
}

.hydra-chronobiologie__time {
    margin: 0;
    font-weight: normal;
    font-size: calc(60 / 1600  * var(--WIDTH-ANIM));
    line-height: 1em;
    padding-left: calc(65 / 1600  * var(--WIDTH-ANIM));
    margin-bottom: calc(25 / 1600  * var(--WIDTH-ANIM));
    position: relative;
}

.hydra-chronobiologie__time img {
    width: calc(50 / 1600  * var(--WIDTH-ANIM));
    height: calc(50 / 1600  * var(--WIDTH-ANIM));
    display: block;
    position: absolute;
    top: calc(5 / 1600  * var(--WIDTH-ANIM));
    left: calc(5 / 1600  * var(--WIDTH-ANIM));
}

.hydra-chronobiologie__text {
    margin: 0;
    flex: 1;
}

.hydra-chronobiologie__name {
    margin: 0;
    /* height: calc(50 / 1600  * var(--WIDTH-ANIM)); */
    font-size: calc(16 / 1600  * var(--WIDTH-ANIM));
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: calc(18 / 1600  * var(--WIDTH-ANIM));
    /* flex: 1;*/
}

.hydra-chronobiologie__price {
    margin: 0;
    font-size: calc(18 / 1600  * var(--WIDTH-ANIM));
    line-height: 1.2em;
    padding: calc(25 / 1600  * var(--WIDTH-ANIM)) 0;
}

.hydra-chronobiologie__cta {
    display: flex;
}

.hydra-hidden-quickshop {
    display: none;
}

.hydra-chronobiologie__text {
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: calc(18 / 1600  * var(--WIDTH-ANIM));
    line-height: 1.2em;
}

.hydra-chronobiologie__intro {
    display: flex;
    flex-direction: column;
    margin: 0;
    order: 2;
    z-index: 2;
    flex-basis: 100%;
    text-align: center;
    font-size: calc(24 / 1600  * var(--WIDTH-ANIM));
    padding-top: calc(16 / 1600  * var(--WIDTH-ANIM));
    padding-bottom: calc(24 / 1600  * var(--WIDTH-ANIM));
}

.hydra-chronobiologie__mentions {
    text-align: center;
    margin: 0;
    margin-top: calc(70 / 1600  * var(--WIDTH-ANIM));
    margin-bottom: calc(20 / 1600  * var(--WIDTH-ANIM));
    color: #072638;
    font-size: 9px;
    flex-basis: 100%;
    max-width: 1170px;
    position: relative;
    z-index: 2;
    order: 7;
}

.hydra-chronobiologie__seemore {
    display: none;
}

@media(max-width:761px) {
    .hydra-chronobiologie {
        padding: calc(20 / 375  * var(--WIDTH-ANIM)) 0;
        margin-bottom: 0;
        height: auto;
    }

    .hydra-chronobiologie__background {
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
    }

    .hydra-chronobiologie__background img {
        width: 100%;
    }

    .hydra-chronobiologie__title {
        font-size: calc(24 / 375  * var(--WIDTH-ANIM));
        margin-bottom: calc(10 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-chronobiologie__title strong {
        font-size: calc(35 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-chronobiologie__intro {
        font-size: calc(18 / 375  * var(--WIDTH-ANIM));
        margin: calc(18 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-chronobiologie__text {
        font-size: calc(18 / 375  * var(--WIDTH-ANIM));
    }


    .hydra-chronobiologie__claim {
        font-size: calc(18 / 375  * var(--WIDTH-ANIM));
        padding-left: calc(50% + 10 / 375  * var(--WIDTH-ANIM));
        line-height: calc(20 / 375  * var(--WIDTH-ANIM));
        margin-top: calc(20 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-chronobiologie__claim strong {
        font-size: calc(80 / 375  * var(--WIDTH-ANIM));
        right: calc(50% + 5 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-chronobiologie__packshot {
        order: 4;
        flex-basis: calc(255 / 375  * var(--WIDTH-ANIM));
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
    }

    .hydra-chronobiologie__packshot img {
        width: 100%;
        margin: calc(20 / 375 * var(--WIDTH-ANIM)) auto;
        margin-left: -2%;
    }

    .hydra-chronobiologie__product {
        flex-basis: 50%;
        max-width: calc(50% - 20 / 375 * var(--WIDTH-ANIM));
        padding-bottom: calc(0 / 375  * var(--WIDTH-ANIM));
        margin-top: calc(10 / 375 * var(--WIDTH-ANIM));
        margin-right: calc(10 / 375 * var(--WIDTH-ANIM));
        margin-left: 0;
        order: 5;
    }

    .hydra-chronobiologie__product+.hydra-chronobiologie__product {
        margin-left: calc(10 / 375 * var(--WIDTH-ANIM));
        margin-right: 0;
        order: 6;
    }

    .hydra-chronobiologie__time {
        font-size: calc(24 / 375  * var(--WIDTH-ANIM));
        padding-left: calc(24 / 375  * var(--WIDTH-ANIM));
        margin-bottom: calc(25 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-chronobiologie__time img {
        width: calc(20 / 375  * var(--WIDTH-ANIM));
        height: calc(20 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-chronobiologie__text {
        display: block;
        font-size: 12px;
        line-height: 1.2em;
    }

    .hydra-chronobiologie__name {
        font-size: 14px;
        font-family: var(--FONT-GOTHAM-MEDIUM);
        line-height: 1em;
        height: calc(40 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-chronobiologie__price {
        font-size: 14px;
    }

    .hydra-chronobiologie__mentions {
        font-size: 9px;
        margin: calc(20 / 375  * var(--WIDTH-ANIM));
        color: #fff;
        height: 3em;
    }


    .hydra-chronobiologie__text {
        display: block;
        font-size: 12px;
        line-height: 1.2em;
        max-height: 5em;
        overflow: hidden;
        position: relative;
        -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent);
        mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent);
        transition: max-height ease-in-out 0.5s;
    }

    *[data-expand="1"] .hydra-chronobiologie__text {
        max-height: 15em;
        -webkit-mask-image: unset;
        mask-image: unset;
    }

    *[data-expand="1"] .hydra-chronobiologie__seemore {
        display: none;
    }

    .hydra-chronobiologie__seemore {
        display: inline-block;
        position: absolute;
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
        font-family: var(--FONT-GOTHAM-BOOK);
        font-size: 11px;
        text-align: center;
        z-index: 3;
        text-transform: uppercase;
        order: 7;
        bottom: 220px;
    }

}

/*****************************************************************/
.hydra-ingredients {
    position: relative;
}

.hydra-ingredients__background {
    position: relative;
    display: block;
}

.hydra-ingredients__background img {
    width: 100%;
    display: block;
}

.hydra-ingredients__intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    padding: calc(70 / 1600  * var(--WIDTH-ANIM));
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
}

.hydra-ingredients__title {
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: calc(35 / 1600  * var(--WIDTH-ANIM));
    font-weight: normal;
    color: #004f6c;
    margin-bottom: calc(10 / 1600  * var(--WIDTH-ANIM));
}

.hydra-ingredients__title strong {
    font-size: calc(48 / 1600  * var(--WIDTH-ANIM));
    font-weight: normal;
    /* font-family: var(--FONT-GOTHAM-MEDIUM);*/
    line-height: 1em;
}

.hydra-ingredients__text {
    margin: 0;
    font-size: calc(24 / 1600  * var(--WIDTH-ANIM));
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #004f6c;
}

.hydra-ingredients__text strong {
    font-weight: normal;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

.hydra-ingredients__content {
    position: absolute;
    left: 50%;
    top: calc(450 / 1600  * var(--WIDTH-ANIM));
    padding-left: calc(120 / 1600  * var(--WIDTH-ANIM));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #004f6c;
}

.hydra-ingredients__content-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: calc(18 / 1600  * var(--WIDTH-ANIM));
    line-height: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
}

.hydra-ingredients__content-title strong {
    font-size: calc(24 / 1600  * var(--WIDTH-ANIM));
    font-weight: normal;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    line-height: 1.6em;
}

.hydra-ingredients__content-text {
    display: flex;
    flex-direction: column;
    font-size: calc(18 / 1600  * var(--WIDTH-ANIM));
    line-height: 1.4em;
    margin: 0;
}


.hydra-ingredients__video-link {
    display: flex;
    height: 44px;
    border-radius: 5px;
    border: 1px #004f6c solid;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 16px;
    margin-top: 25px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.hydra-ingredients__video-link::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 15px solid #004f6c;
    position: absolute;
    left: 15px;
    top: 15px;
    pointer-events: none;
}

.hydra-ingredients__ingredient {
    position: absolute;
    top: 0;
    left: 0;

}

.hydra-ingredients__ingredient[data-open="1"] {}

.hydra-ingredients__ingredient[data-open="1"] .hydra-ingredients__popin::after {
    z-index: 2;
    content: " ";
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0;
}

.hydra-ingredients__ingredient::before {
    content: "+";
    width: calc(40 / 1600  * var(--WIDTH-ANIM));
    height: calc(40 / 1600  * var(--WIDTH-ANIM));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004f6c;
    color: #fff;
    position: absolute;
    top: calc(-20 / 1600  * var(--WIDTH-ANIM));
    left: calc(-20 / 1600  * var(--WIDTH-ANIM));
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: calc(28 / 1600  * var(--WIDTH-ANIM));
    cursor: pointer;
    transition: transform ease-in-out 0.5s;
    z-index: 5;
}

.hydra-ingredients__ingredient[data-open="1"]::before {
    transform: rotate(45deg);
}

#ingredient-01 {
    top: calc(500 / 1600  * var(--WIDTH-ANIM));
    left: calc(50% - 500 / 1600  * var(--WIDTH-ANIM));
}

#ingredient-02 {
    top: calc(494 / 1600  * var(--WIDTH-ANIM));
    left: calc(50% + 10 / 1600  * var(--WIDTH-ANIM));
}

#ingredient-03 {
    top: calc(706 / 1600  * var(--WIDTH-ANIM));
    left: calc(50% - 253 / 1600  * var(--WIDTH-ANIM));
}

.hydra-ingredients__name {
    background-color: rgba(0, 79, 108, 0.8);
    font-size: calc(14 / 1600  * var(--WIDTH-ANIM));
    line-height: 1.2em;
    font-weight: normal;
    margin: 0;
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 30px;
    text-align: left;
    padding: calc(8 / 1600  * var(--WIDTH-ANIM)) calc(12 / 1600  * var(--WIDTH-ANIM));
    font-family: var(--FONT-GOTHAM-MEDIUM);
    left: 0;
    transform: translateX(-50%);
}

.hydra-ingredients__name span {
    display: block;
    white-space: nowrap;
}

.hydra-ingredients__popin {
    position: absolute;
    background-color: #fff;
    color: #004f6c;
    font-size: 14px;
    box-sizing: border-box;
    top: 30px;
    width: 250px;
    left: -125px;
    text-align: center;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
    z-index: 4;
}

.hydra-ingredients__popin-wrapper {
    padding: 22px 20px;
    box-sizing: border-box;
    display: block;
    width: 250px;
}

.hydra-ingredients__ingredient[data-open="0"] .hydra-ingredients__popin {
    max-height: 0 !important;
}

.hydra-ingredients__ingredient[data-open="1"] .hydra-ingredients__popin {}


.hydra-ingredients__popin-name {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.hydra-ingredients__popin-text {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    margin-bottom: 0;
}

.hydra-ingredients__popin-link {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    color: #333;
    text-transform: uppercase;
    text-decoration: underline;
}

@media(max-width:761px) {
    .hydra-ingredients {
        background-color: #bae4f0;
    }

    .hydra-ingredients__intro {
        padding: calc(50 / 375  * var(--WIDTH-ANIM)) 0;
    }

    .hydra-ingredients__title {
        margin: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        font-size: calc(24 / 375  * var(--WIDTH-ANIM));
        font-weight: normal;
        color: #004f6c;
        margin-bottom: calc(10 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-ingredients__title strong {
        font-size: calc(35 / 375  * var(--WIDTH-ANIM));
        font-weight: normal;
        /*font-family: var(--FONT-GOTHAM-MEDIUM);*/
        line-height: 1em;
    }

    .hydra-ingredients__text {
        margin: 0;
        font-size: calc(18 / 375  * var(--WIDTH-ANIM));
        display: block;
        text-align: center;
        box-sizing: border-box;
        padding: 0 calc(20 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-ingredients__text strong {
        font-weight: normal;
        font-family: var(--FONT-GOTHAM-MEDIUM);
    }

    .hydra-ingredients__content {
        position: relative;
        left: auto;
        top: auto;
        padding: 0;
        align-items: center;
        margin-top: calc(-350 / 375  * var(--WIDTH-ANIM));
        padding-bottom: calc(50 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-ingredients__content-title {
        font-size: calc(18 / 375  * var(--WIDTH-ANIM));
        align-items: center;
        text-align: center;
    }

    .hydra-ingredients__content-title strong {
        font-size: calc(24 / 375  * var(--WIDTH-ANIM));
        line-height: 1.2em;
    }

    .hydra-ingredients__content-text {
        margin-top: 14px;
        align-items: center;
        font-size: 14px;
    }

    .hydra-ingredients__ingredient::before {
        width: calc(40 / 375  * var(--WIDTH-ANIM));
        height: calc(40 / 375  * var(--WIDTH-ANIM));
        top: calc(-22 / 375  * var(--WIDTH-ANIM));
        left: auto;
        font-size: calc(28 / 375  * var(--WIDTH-ANIM));
    }

    #ingredient-01::before {
        left: calc(39 / 375  * var(--WIDTH-ANIM));
    }

    #ingredient-02::before {
        right: calc(12 / 375  * var(--WIDTH-ANIM));
    }

    #ingredient-03::before {
        right: calc(55 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-ingredients__ingredient[data-open="1"]::before {
        transform: rotate(45deg);
    }



    #ingredient-01 {
        top: calc(358 / 375  * var(--WIDTH-ANIM));
        left: calc(20 / 375  * var(--WIDTH-ANIM));
    }

    #ingredient-02 {
        top: calc(282 / 375  * var(--WIDTH-ANIM));
        left: auto;
        right: calc(20 / 375  * var(--WIDTH-ANIM));
    }

    #ingredient-03 {
        top: calc(526 / 375  * var(--WIDTH-ANIM));
        left: auto;
        right: calc(20 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-ingredients__name {
        background-color: rgba(0, 79, 108, 0.8);
        font-size: calc(14 / 375  * var(--WIDTH-ANIM));
        line-height: 1.2em;
        font-weight: normal;
        margin: 0;
        color: #fff;
        position: absolute;
        display: flex;
        flex-direction: column;
        bottom: 30px;
        text-align: left;
        padding: calc(8 / 375  * var(--WIDTH-ANIM));
        font-family: var(--FONT-GOTHAM-MEDIUM);
        left: auto;
        transform: none;
        box-sizing: border-box;
    }

    #ingredient-01 .hydra-ingredients__name {
        left: 0;
        width: calc(183 / 375  * var(--WIDTH-ANIM));
    }

    #ingredient-02 .hydra-ingredients__name {
        right: 0;
        width: calc(188 / 375  * var(--WIDTH-ANIM));
    }

    #ingredient-03 .hydra-ingredients__name {
        right: 33px;
        width: calc(157 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-ingredients__name span {
        display: block;
        white-space: nowrap;
    }

    .hydra-ingredients__popin {
        position: absolute;
        background-color: #fff;
        color: #004f6c;
        font-size: 14px;
        box-sizing: border-box;
        top: 30px;
        width: 250px;
        left: auto;
        text-align: center;
        transition: all ease-in-out 0.5s;
        overflow: hidden;
    }

    #ingredient-01 .hydra-ingredients__popin {
        left: 0;
    }

    #ingredient-02 .hydra-ingredients__popin {
        right: 0;
    }

    #ingredient-03 .hydra-ingredients__popin {
        right: 0;
    }

    .hydra-ingredients__popin-wrapper {
        padding: 22px 20px;
        box-sizing: border-box;
        display: block;
        width: 250px;
    }

    .hydra-ingredients__ingredient[data-open="0"] .hydra-ingredients__popin {
        max-height: 0 !important;
    }

    .hydra-ingredients__ingredient[data-open="1"] .hydra-ingredients__popin {}


    .hydra-ingredients__popin-name {
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        margin: 0;
    }

}

/*************************************/
.hydra-results {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(to top, #ddf2f8, #ecf9fc);
}

.hydra-results__slide {
    width: 100%;
    max-width: 1600px;
    position: relative;
    box-sizing: border-box;

}



.hydra-results__background {
    display: block;
    width: var(--WIDTH-ANIM);
}

.hydra-results__background img {
    display: block;
    width: 100%;
}



.hydra-results__content {
    padding: calc(70 / 1600  * var(--WIDTH-ANIM));
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.hydra-results__title {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: calc(35 / 1600  * var(--WIDTH-ANIM));
    line-height: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: calc(10 / 1600  * var(--WIDTH-ANIM));
    color: #004f6c;
}

.hydra-results__title strong {
    font-size: calc(48 / 1600  * var(--WIDTH-ANIM));
    font-weight: normal;
    /* font-family: var(--FONT-GOTHAM-MEDIUM);*/
    line-height: 1em;
}

.hydra-results__text {
    display: flex;
    flex-direction: column;
    font-size: calc(24 / 1600  * var(--WIDTH-ANIM));
    line-height: 1.4em;
    margin: 0;
    text-align: center;
    color: #004f6c;
}


.hydra-results__slide-content {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    top: calc(215 / 1600  * var(--WIDTH-ANIM));
    width: calc(485 / 1600  * var(--WIDTH-ANIM));
    height: calc(470 / 1600  * var(--WIDTH-ANIM));
    text-align: center;
}

.hydra-results__slide--01 {
    /* overflow: hidden;*/
}

/*
.hydra-results__slide--01 img {
    transform: scale(1.1);

}

.hydra-results__slide--01 img[data-anim="1"] {
    transform: scale(1);
    transition: transform ease-in-out 1s;
}
*/
.hydra-results__slide--01 .hydra-results__slide-content {
    right: 50%;
}

.hydra-results__slide--02 .hydra-results__slide-content {
    left: 50%
}

.hydra-results__cta {
    display: flex;
    height: 44px;
    border-radius: 5px;
    border: 1px #d9d5d4 solid;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    margin-top: 25px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
}

.hydra-results__key-value {
    margin: 0;
    display: flex;
    flex-direction: column;
    color: #5bbbdc;
    font-size: calc(80 / 1600  * var(--WIDTH-ANIM));
    font-family: var(--FONT-GOTHAM-XLIGHT);
}

.hydra-results__slide-text {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: calc(24 / 1600  * var(--WIDTH-ANIM));
    text-transform: uppercase;
    color: #004f6c;
}

.hydra-results__mentions {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 9px;
    color: #004f6c;
    padding: calc(10 / 1600  * var(--WIDTH-ANIM));
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.hydra-results .slick-dots {
    bottom: 60px !important;
}

.hydra-results__photo {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: calc(470 / 1600  * var(--WIDTH-ANIM));
}

.hydra-results__photo img {
    display: block;
    width: 100%;
}

@media(max-width:761px) {
    .hydra-results {
        max-width: 100vw;
    }

    .hydra-results__slide {
        max-width: 100vw;
    }

    .hydra-results__content {
        padding: calc(50 / 375  * var(--WIDTH-ANIM)) calc(20 / 375  * var(--WIDTH-ANIM));
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 2;
    }

    .hydra-results__title {
        font-size: calc(24 / 375  * var(--WIDTH-ANIM));
        margin-bottom: calc(10 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-results__title strong {
        font-size: calc(35 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-results__text {
        font-size: calc(18 / 375  * var(--WIDTH-ANIM));
    }


    .hydra-results__slide-content {
        top: calc(545 / 375  * var(--WIDTH-ANIM));
        width: var(--WIDTH-ANIM);
        height: calc(250 / 375  * var(--WIDTH-ANIM));
        justify-content: flex-start;
    }

    .hydra-results__slide--01 .hydra-results__slide-content {
        left: 0;
    }

    .hydra-results__slide--02 .hydra-results__slide-content {
        left: 0;
    }


    .hydra-results__key-value {
        font-size: calc(60 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-results__slide-text {
        font-size: calc(18 / 375  * var(--WIDTH-ANIM));
    }

    .hydra-results__mentions {
        padding: calc(10 / 375  * var(--WIDTH-ANIM));
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 2;
        text-align: left;
    }

    .hydra-results__photo {
        position: absolute;
        right: auto;
        left: calc(20 / 375  * var(--WIDTH-ANIM));
        top: calc(-345 / 375  * var(--WIDTH-ANIM));
        transform: none;
        width: calc(335 / 375  * var(--WIDTH-ANIM));
    }

}

/*********************************************************/

.hydra .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hydra-slider .slick-dots {
    position: absolute;
    display: flex;
    z-index: 2;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    justify-content: center;
    margin: 0;
}

.hydra-slider .slick-dots li button {
    opacity: 0;
}

.hydra-slider .slick-dots li {
    background-color: #fff;
    padding: 0;
    margin: 3px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

.hydra-slider .slick-dots li.slick-active {
    background-color: #004f6c;
}

.hydra-slider .slick-arrow::after {
    display: none;

}

.hydra-slider .slick-arrow {
    background-color: #fff;
    height: 46px !important;
    width: 26px !important;
    background-image: url(../images/arrow.svg);
    background-size: 100% auto;
    position: absolute;
    z-index: 2;
    top: calc(50% - 23px) !important;
    font-size: 0;
    border: 0 !important;
    background-color: transparent;
    cursor: pointer;
    /*****/
    -webkit-transform: none;
    transform: none;
    min-width: unset;
    padding: 0px;
    outline: 0px solid #000 !important;
    text-decoration: none;
    z-index: 1;
}

.hydra-slider .slick-arrow:focus,
.hydra-slider .slick-arrow:hover {
    outline: 0px solid #000 !important;
}

.hydra-results .slick-arrow {
    display: none;
    background-image: url(../images/arrow-blue.svg);
}

.hydra-slider .slick-arrow:active {
    outline: 0px solid #000 !important;
}

.hydra-slider .slick-disabled {
    opacity: 0;
}

.hydra-slider .slick-next {
    right: 30px;
}

.hydra-slider .slick-prev {
    left: 30px;
    transform: scaleX(-1);
}

@media(max-width:761px) {
    .hydra-slider .slick-next {
        right: 10px;
    }

    .hydra-slider .slick-prev {
        left: 10px;
    }
}




/********** MASTER ANALYSIS **********/
.hydra-ingredients__text {
    width: 37%;
}
.hydra-header__text {
    width: 60%;
}
#ingredient-01 .hydra-ingredients__name {
    width: 169px;
}
#ingredient-02 .hydra-ingredients__name {
    width: 172px;
}
#ingredient-03 .hydra-ingredients__name {
    width: 195px;
}
.hydra-ingredients__name span {
    white-space: break-spaces;
}
.hydra-ingredients__content-text {
    width: 65%;
}
#ingredient-03 .hydra-ingredients__popin-text small {
    padding-top: 15px;
}
.hydra-results__text {
    width: 35%;
}
.hydra-results__slide--01 .hydra-results__slide-content .hydra-results__slide-text {
    width: 75%;
}
.hydra-results__slide--02 .hydra-results__slide-content .hydra-results__slide-text {
    width: 60%;
}
.hydra-results__mentions {
    text-align: left;
    left: 10%;
}
.hydra-ingredients__popin-link {
    padding-top: 10px;
}
.hydra-header__title {
    width: 71%;
}
.hydra-header__claim {
    width: 11%;
}
.hydra-header__mentions {
    right: 60%;
}
.hydra-explication__slide--01 .hydra-explication__text {
    width: 25%;
}
.hydra-explication__slide--02 .hydra-explication__text {
    width: 40%;
}
.hydra-explication__items li {
    text-align: center;
}
.hydra-explication__items li:nth-child(2) span {
    width: 50%;
}
.hydra-explication__items li:nth-child(4) span {
    width: 75%;
}
.hydra-explication__slide--03 .hydra-explication__row {
    max-width: 500px;
}
.hydra-explication__slide--03 .hydra-explication__subtitle {
    width: 80%;
}
.hydra-explication__slide--03 .hydra-explication__text {
    width: 80%;
}
.hydra-explication__box span {
    text-align: center;
}
.hydra-explication__slide--05 .hydra-explication__row {
    max-width: 500px;
}
.hydra-explication__slide--05 .hydra-explication__subtitle {
    width: 80%;
}
.hydra-explication__slide--05 ul {
    margin-left: -6%;
}
.hydra-explication__slide--05 li {
    list-style-type: none;
    color: #004f6c;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: -12px;
}
.hydra-chronobiologie__intro span {
    margin: auto;
    width: 55%;
}
.hydra-chronobiologie__claim span {
    width: 40%;
}
.hydra-chronobiologie__mentions {
    margin-bottom: 0;
    margin-top: 55%;
    margin-right: 48%;
    text-align: left;
    position: absolute;
}
.cntds {
    width: 45%;
}

/* tablet landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
    .hydra-ingredients__text {
        width: 36%;
        text-align: center;
    }
    .hydra-header__text {
        width: 59%;
    }
    .hydra-ingredients__name {
        bottom: 20px;
    }
    #ingredient-01 .hydra-ingredients__name {
        width: 121px;
    }
    #ingredient-02 .hydra-ingredients__name {
        width: 123px;
    }
    #ingredient-03 .hydra-ingredients__name {
        width: 139px;
    }
    .hydra-explication__slide--03 .hydra-explication__row {
        max-width: 300px;
    }
    .hydra-explication__slide--03 .hydra-explication__subtitle {
        width: 60%;
    }
    .hydra-explication__slide--03 .hydra-explication__text {
        width: 85%;
    }
    .hydra-explication__slide--05 .hydra-explication__row {
        max-width: 300px;
    }
    .hydra-explication__slide--05 .hydra-explication__subtitle {
        width: 100%;
    }
    .hydra-explication__slide--05 ul {
        margin-left: -10%;
    }
    .hydra-explication__slide--05 li {
        font-size: 18px;
    }
    .hydra-chronobiologie__mentions {
        margin-top: 53%;
        margin-right: 0;
        margin-left: -15%;
    }
}

/* tablet portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
    .hydra-ingredients__text {
        text-align: center;
    }
    .hydra-header__text {
        width: 59%;
    }
    .hydra-ingredients__name {
        bottom: 20px;
    }
    .hydra-explication__items li:nth-child(3) span {
        width: 80%;
    }
    #ingredient-01 .hydra-ingredients__name {
        width: 88px;
    }
    #ingredient-02 .hydra-ingredients__name {
        width: 90px;
    }
    #ingredient-03 .hydra-ingredients__name {
        width: 102px;
    }
    .hydra-ingredients__popin {
        width: 240px;
    }
    .hydra-ingredients__popin-wrapper {
        width: 250px;
        padding-left: 10px;
        padding-right: 15px;
        left: auto;
    }
    .hydra-results .slick-dots {
        bottom: 40px!important;
    }
    .hydra-explication__slide--03 .hydra-explication__row {
        max-width: 300px;
    }
    .hydra-explication__slide--05 .hydra-explication__row {
        max-width: 300px;
    }
    .hydra-explication__slide--05 .hydra-explication__subtitle {
        width: 90%;
    }
    .hydra-explication__slide--05 ul {
        margin-left: -10%;
    }
    .hydra-explication__slide--05 li {
        font-size: 15px;
    }
    .hydra-chronobiologie__mentions {
        margin-top: 55%;
        margin-right: 0;
        margin-left: -10%;
    }
    .hydra-results__text {
        width: 36%;
    }
}

/* mobile */
  @media (max-width: 480px) {
    .hydra-header__claim {
        width: 30%;
    }
    .hydra-header__mentions {
        right: 5%;
        text-align: left;
    }
    .hydra-header__text {
        width: 80%;
    }
    .hydra-header__title {
        width: 89%;
    }
    .hydra-explication__slide--01 .hydra-explication__text {
        width: 75%;
    }
    .hydra-explication__mentions {
        left: 5%;
        color: #fff;
        text-align: left;
        top: 102%;
    }
    .hydra-explication__slide--02 .hydra-explication__text {
        width: 85%;
    }
    .hydra-explication__items li:nth-child(2) span {
        width: 55%;
    }
    .hydra-explication__items li:nth-child(4) span {
        width: 80%;
    }
    .hydra-explication__slide--03 .hydra-explication__row {
        max-width: 300px;
    }
    .hydra-explication__slide--03 .hydra-explication__subtitle {
        width: 90%;
        margin: auto;
        margin-bottom: 5%;
    }
    .hydra-explication__slide--03 .hydra-explication__text {
        width: 100%;
        margin: auto;
    }
    .hydra-explication__box {
        margin-top: 2%;
    }
    .hydra-explication__slide--05 .hydra-explication__row {
        max-width: 300px;
    }
    .hydra-explication__slide--05 .hydra-explication__subtitle {
        width: 100%;
        margin: auto;
        margin-left: -7%;
    }
    .hydra-explication__slide--05 ul {
        margin-left: -15%;
    }
    .hydra-explication__slide--05 li {
        font-size: 14px;
        text-indent: 0;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .hydra-chronobiologie__intro span {
        width: 95%;
    }
    .hydra-chronobiologie__claim span {
        width: 74%;
    }
    .hydra-chronobiologie__name {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hydra-chronobiologie__mentions {
        position: relative;
        margin-top: 5%;
        margin-right: 16%;
    }
    .hydra-ingredients__intro {
        padding-top: 30px;
    }
    .hydra-ingredients__text {
        width: 100%;
    }
    #ingredient-01 .hydra-ingredients__name {
        width: 198px;
    }
    #ingredient-02 .hydra-ingredients__name {
        width: 201px;
    }
    #ingredient-03 {
        top: 60%;
    }
    #ingredient-03 .hydra-ingredients__name {
      width: 226px;
      right: 0;
    }
    .hydra-ingredients__popin {
        width: 220px;
    }
    .hydra-ingredients__popin-wrapper {
        width: 220px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #ingredient-03::before {
        right: 80px;
    }
    #ingredient-03 .hydra-ingredients__popin {
        right: -15px;
    }
    .hydra-ingredients__content-text {
        width: 95%;
        text-align: center;
    }
    .hydra-results__text {
        width: 66%;
    }
    .hydra-results__mentions {
        left: 0;
    }
    .hydra-ingredients__popin-link {
        padding-top: 5px;
    }
  }

/* === === */
.hydra-chronobiologie__mentions {
    margin-top: 54.8%;
    margin-right: 50%;
    margin-left: 5px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .hydra-chronobiologie__mentions {
        margin-top: 53.5%;
        margin-right: 0;
        margin-left: 5px;
    }
    .hydra-ingredients__ingredient[data-open="1"] .hydra-ingredients__popin {
        max-height: 185px!important;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .hydra-chronobiologie__mentions {
        margin-top: 54%;
        margin-right: 0;
        margin-left: 7px;
    }
    .hydra-ingredients__ingredient[data-open="1"] .hydra-ingredients__popin {
        max-height: 185px!important;
    }
}
@media screen and (max-width: 480px) {
    .hydra-chronobiologie__mentions {
        margin-top: 5%;
        margin-right: 0%;
    }
    #ingredient-03 {
        top: 59%;
    }
    .hydra-results__cta {
        margin-top: 15px;
    }
    /* .slick-active .hydra-explication__items li {
        padding: 8px;
    } */
    .hydra-explication__slide--02 .hydra-explication__text {
        width: 88%;
    }
}