@font-face {
    font-family: gotham_light;
    src: url(../fonts/GothamLight.woff2) format("woff2"), url(../fonts/GothamLight.woff) format("woff"), url(../fonts/GothamLight.ttf) format("truetype")
}

.ds9__page {
    --CLARINS-FONT: ClarinsRegular, Clarins;
    --GOTHAM-LIGHT: "Gotham_Light";
    --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    --COLOR-DEFAULT: #333;
    --COLOR-PAGE: #AC651B;
    --COLOR-RED-A: #b40024;
    --COLOR-RED-B: #8c0b26;
    --RADIUS: 8px;
    --ratioWidth: 1px;
    --mainOffset: 60px;
    --screenHeight: calc(100vh - var(--mainOffset))
}

@media(min-width:768px) {
    .ds9__page {
        --mainOffset: 147px
    }
}

.ds9__page {
    font-family: var(--GOTHAM-BOOK);
    font-weight: 400;
    color: #fff;
    position: relative;
    width: 100%
}

.ds9__page * {
    box-sizing: border-box
}

.ds9__page h1,
.ds9__page h2,
.ds9__page h3,
.ds9__page h4 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

.ds9__page p {
    margin: 0;
    padding: 0
}

.ds9__page picture {
    display: block;
    width: 100%
}

.ds9__page img {
    width: 100%;
    display: block
}

.ds9__page sup {
    line-height: 1em;
    font-size: .55em;
    position: relative;
    left: .1em
}

.ds9__page a {
    color: var(--COLOR-DEFAULT);
    text-decoration: none
}

.ds9__page .ds9__container {
    position: relative;
    max-width: 1046px;
    width: 92%;
    margin: 0 auto
}

.ds9__page .ds9__bloc {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.ds9__page .ds9__title {
    font-size: 54px;
    line-height: 1.2em;
    font-family: var(--GOTHAM-MEDIUM);
    text-rendering: optimizeSpeed
}

.ds9__page .ds9__title[data-animate="1"] {
    height: 1.2em;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0
}

.ds9__page .ds9__title[data-animate="1"] span {
    display: block;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0
}

.ds9__page .ds9__title small {
    display: block
}

.ds9__page .ds9__suptitle {
    font-size: 24px;
    line-height: 1.2em;
    font-family: var(--GOTHAM-MEDIUM);
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

.ds9__page .ds9__subtitle {
    font-size: 20px;
    line-height: 1.2em;
    font-family: var(--GOTHAM-MEDIUM);
    text-rendering: optimizeSpeed
}

.ds9__page .ds9__text {
    font-size: 14px;
    line-height: 1.45em;
    text-rendering: optimizeSpeed
}

.ds9__page .ds9__text>span {
    display: block
}

.ds9__page .ds9__text .ds9__nowrap {
    white-space: nowrap
}

.ds9__page .ds9__text a {
    text-decoration: underline
}

.ds9__page .ds9__text a:hover {
    text-decoration: none
}

.ds9__page .ds9__colored {
    color: var(--COLOR-PAGE)
}

.ds9__page .ds9__text strong,
.ds9__page .ds9__strong {
    font-family: var(--GOTHAM-MEDIUM);
    font-weight: 400
}

.ds9__page .ds9__price {
    font-size: 16px;
    line-height: 20px
}

.ds9__page .ds9__cta {}

.ds9__page .ds9__cta-btn {
    cursor: pointer;
    display: inline-flex;
    min-width: 132px;
    height: auto;
    padding: 12px 17px;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
    background-color: var(--COLOR-RED-A);
    border: 2px solid var(--COLOR-RED-A);
    border-radius: 5px;
    font-family: var(--GOTHAM-MEDIUM, Helvetica, Arial);
    font-weight: 500;
    position: relative;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center
}

.ds9__page .ds9__cta-btn:hover {
    color: #fff;
    outline: 0 !important;
    background-color: var(--COLOR-RED-B);
    border-color: var(--COLOR-RED-B)
}

.ds9__page .ds9__cta-white {
    color: var(--COLOR-DEFAULT);
    background: #fff;
    border: 1px solid #b0a9a5;
    transition: all .3s
}

.ds9__page .ds9__cta-white:hover {
    color: var(--COLOR-DEFAULT);
    border: 1px solid #797674;
    background: #fff;
    box-shadow: 0 0 7px 0 #00000026
}

.ds9__page .ds9__cta-transparent {
    color: #fff;
    background: 0 0;
    border: 1px solid #fff;
    transition: all .3s
}

.ds9__page .ds9__cta-transparent:hover {
    color: #fff;
    border: 1px solid #fff;
    background: 0 0;
    box-shadow: 0 0 7px 0 #ffffff99
}

.ds9__page .ds9__cta .add-to-bag button {
    background-color: var(--COLOR-RED-A) !important;
    border: 2px solid var(--COLOR-RED-A) !important;
    height: 52px !important;
    width: auto;
    text-transform: none;
    padding-left: 1.575em;
    padding-right: 1.575em
}

.ds9__page .ds9__cta .add-to-bag button:active,
.ds9__page .ds9__cta .add-to-bag button:focus {
    border: 2px solid var(--COLOR-RED-A) !important;
    color: #fff !important
}

.ds9__page .ds9__cta .add-to-bag button:focus {
    outline: 2px solid var(--COLOR-RED-A) !important
}

.ds9__page .ds9__cta .add-to-bag button:hover {
    border: 2px solid var(--COLOR-RED-A) !important;
    color: #fff !important;
    background-color: var(--COLOR-RED-B) !important
}

.ds9__page .ds9__link {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 11px;
    line-height: 1.42em;
    letter-spacing: .02em;
    text-transform: uppercase;
    display: inline-block
}

.ds9__page .ds9__link:hover {
    color: #fff;
    text-decoration: none
}

.ds9__page .ds9__btn-more {
    cursor: pointer;
    width: 45px;
    margin: 12px auto 0
}

.ds9__page .ds9__btn-more svg,
.ds9__page .ds9__btn-more img {
    width: 100%;
    display: block
}

.ds9__page .ds9__btn-more .ds9__more-plus {
    transition: transform .4s;
    transform-origin: 50% 50%
}

.ds9__page .ds9__btn-more .ds9__more-circle {
    transition: transform .4s;
    transform-origin: 50% 50%
}

.ds9__page .ds9__link-quickshop {
    cursor: pointer;
    text-decoration: underline;
    display: inline-block
}

.ds9__page .ds9__link-quickshop:hover {
    text-decoration: none
}

.ds9__page .ds9__gradient {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.ds9__page .ds9__nowrap {
    white-space: nowrap
}

.ds9__page .ds9__quickshop {
    display: none
}

.ds9__page .ds9__addtobag {
    display: none
}

.ds9__page .ds9__sticky {
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: var(--mainOffset);
    height: auto;
    width: 100%;
    left: 0
}

@media(min-width:768px) {
    .ds9__page .ds9__btn-more {
        margin: 16px 0 0
    }

    .ds9__page .ds9__btn-more:hover .ds9__more-plus {
        transform: scale(.8)
    }

    .ds9__page .ds9__btn-more:hover .ds9__more-circle {
        transform: rotate(45deg)
    }
}

.ds9__page .ds9__bloc-spa {
    background: linear-gradient(290.41deg, #DC903B 2.55%, #9E4D16 35.47%, #240600 92.85%)
}

.ds9__page .ds9__spa {
    --ratioRadiance: 1px;
    position: relative;
    top: 0;
    left: 0;
    width: 92%;
    max-width: 350px;
    margin: 0 auto
}

.ds9__page .ds9__spa-body {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 32px 0
}

.ds9__page .ds9__spa-media {
    border-radius: 8px;
    width: 100%;
    display: block;
    overflow: hidden
}

.ds9__page .ds9__spa-picture {
    width: 100%
}

.ds9__page .ds9__spa-img {
    width: 100%
}

.ds9__page .ds9__spa-content {
    width: 100%;
    text-align: center;
    padding-top: 32px
}

.ds9__page .ds9__spa-suptitle {
    display: inline-block;
    font-size: 14px;
    line-height: 2em;
    color: #fff;
    text-transform: uppercase;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-bottom: 16px
}

.ds9__page .ds9__spa-title {
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
    padding-bottom: 16px
}

.ds9__page .ds9__spa-text {
    color: #fff;
    padding-bottom: 16px
}

@media(min-width:768px) {
    .ds9__page .ds9__spa {
        --ratioRadiance: 1px;
        max-width: calc(371px * 2 + 32px)
    }

    .ds9__page .ds9__spa-body {
        flex-direction: row
    }

    .ds9__page .ds9__spa-media {
        width: 371px
    }

    .ds9__page .ds9__spa-content {
        width: calc(100% - 371px);
        text-align: left;
        padding-top: 0;
        padding-left: 32px
    }
}

.ds9__page .ds9__formula {
    --pictoWidth: calc(100px / 112);
    --formulaHeight: 1160px;
    width: 100%;
    height: var(--formulaHeight);
    position: relative;
    left: 0;
    top: 0
}

.ds9__page .ds9__formula-media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ds9__page .ds9__formula-media::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(var(--formulaHeight) - (100vw * 1.77778) + 300px);
    background: linear-gradient(180deg, rgba(81, 44, 25, 0) 0%, #512C19 210px)
}

.ds9__page .ds9__formula-picture {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.ds9__page .ds9__formula-picture[data-visible="1"] {
    opacity: 1
}

.ds9__page .ds9__formula-picture[data-item="1"] {
    position: relative;
    opacity: 1
}

.ds9__page .ds9__formula-img {}

.ds9__page .ds9__formula-pictos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 10px
}

.ds9__page .ds9__formula-picto {
    width: calc(112 * var(--pictoWidth));
    height: calc(112 * var(--pictoWidth));
    margin: 0 calc(12 * var(--pictoWidth));
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.ds9__page .ds9__formula-picto-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ds9__page .ds9__formula-picto-circle svg {
    width: 100%;
    display: block;
    height: auto
}

.ds9__page .ds9__formula-picto-circle .circle_internal {
    transform-origin: 50% center
}

.ds9__page .ds9__formula-picto-circle .circle_external {
    transform-origin: 50% center
}

.ds9__page .ds9__formula-picto-text-big {
    font-size: calc(35 * var(--pictoWidth));
    line-height: .85em;
    display: block;
    font-family: var(--GOTHAM-LIGHT)
}

.ds9__page .ds9__formula-picto-text {
    font-size: calc(9 * var(--pictoWidth));
    line-height: 1.05em;
    letter-spacing: .07em;
    text-transform: uppercase;
    display: block;
    padding-bottom: calc(1 * var(----pictoWidth))
}

.ds9__page .ds9__formula-picto-text:last-child {
    padding-bottom: 0
}

.ds9__page .ds9__formula-content {
    position: absolute;
    left: calc(50% - 188px);
    width: 375px;
    padding-top: 40px;
    text-align: center;
    z-index: 3
}

.ds9__page .ds9__formula-content-2 {
    position: absolute;
    top: 415px;
    left: 0;
    width: 100%
}

.ds9__page .ds9__formula-title {
    font-size: 35px;
    line-height: 1.2em;
    text-align: center
}

.ds9__page .ds9__formula-subtitle {
    font-size: 24px;
    line-height: 1.45em;
    text-align: center;
    padding-bottom: 24px
}

.ds9__page .ds9__formula-text {
    font-size: 18px;
    line-height: 1.45em;
    text-align: center;
    font-family: var(--GOTHAM-MEDIUM);
    padding-bottom: 24px
}

.ds9__page .ds9__formula-bloc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ds9__page .ds9__formula-bloc-media {
    width: 236px;
    display: block;
    border-radius: 8px;
    overflow: hidden
}

.ds9__page .ds9__formula-bloc-content {
    width: 90%;
    margin: 0 auto;
    padding-top: 24px
}

.ds9__page .ds9__formula-bloc-text {
    font-size: 16px;
    line-height: 1.45em;
    padding-bottom: 24px
}

@media(min-width:768px) {
    .ds9__page .ds9__formula {
        --formulaWidth: 1px;
        --pictoWidth: calc(1 * var(--formulaWidth));
        --ratioWidth: 1px;
        --formulaHeight: 805px;
        background: #000
    }

    .ds9__page .ds9__formula-media {
        width: 100%;
        height: 100%
    }

    .ds9__page .ds9__formula-media::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: auto;
        left: auto;
        right: 0;
        z-index: 1;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg, rgba(81, 44, 25, 0) 0%, #512C19 210px)
    }

    .ds9__page .ds9__formula-picture {
        width: calc(var(--formulaHeight) * 1.77778);
        height: 100%;
        left: calc(50% + 300px - (var(--formulaHeight) * 1.77778));
        opacity: 0
    }

    .ds9__page .ds9__formula-img {
        width: calc(var(--formulaHeight) * 1.77778);
        height: 100%
    }

    .ds9__page .ds9__formula-content {
        position: absolute;
        left: calc(100% - 566px - 25px);
        width: 566px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0
    }

    .ds9__page .ds9__formula-content-2 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%
    }

    .ds9__page .ds9__formula-title {
        font-size: calc(48 * var(--formulaWidth));
        line-height: 1.2em;
        padding-bottom: calc(24 * var(--formulaWidth))
    }

    .ds9__page .ds9__formula-text {
        font-size: calc(20 * var(--formulaWidth));
        line-height: 1.45em
    }

    .ds9__page .ds9__formula-subtitle {
        font-size: calc(32 * var(--formulaWidth));
        line-height: 1.2em;
        padding-bottom: calc(27 * var(--formulaWidth))
    }

    .ds9__page .ds9__formula-pictos {
        padding-bottom: calc(24 * var(--formulaWidth))
    }

    .ds9__page .ds9__formula-bloc {
        text-align: left;
        flex-direction: row;
        padding-bottom: 32px
    }

    .ds9__page .ds9__formula-bloc-media {
        width: calc(138 * var(--formulaWidth));
        height: auto
    }

    .ds9__page .ds9__formula-bloc-content {
        width: calc(100% - (138 * var(--formulaWidth)));
        padding-top: 0;
        padding-left: calc(32 * var(--formulaWidth))
    }
}

@media(min-width:1182px) {
    .ds9__page .ds9__formula-content {
        left: 50%
    }
}

.ds9__page .ds9__bloc-legendes {}

.ds9__page .ds9__legendes {
    width: calc(100% - 30px);
    max-width: 1264px;
    margin: 0 auto;
    padding: 32px 0;
    text-align: center
}

.ds9__page .ds9__legende {
    font-size: 10px;
    line-height: 1.45em;
    color: var(--COLOR-DEFAULT)
}

@media(min-width:768px) {
    .ds9__page .ds9__legende {
        text-align: left
    }
}


@media(max-width:480px) {
    .ds9__formula-content-2-inside {
        margin-top: -43%
    }
}

@media(min-width:768px) {

    .ds9__page .ds9__formula-title,
    .ds9__page .ds9__formula-subtitle {
        font-size: calc(31 * var(--formulaWidth))
    }

    .ds9__page .ds9__formula-content-2 .ds9__subtitle {
        font-size: calc(28 * var(--formulaWidth))
    }

    .ds9__page .ds9__spa-title {
        font-size: 20px
    }
}

@media(max-width:480px) {
    .ds9__page .ds9__formula {
        --formulaHeight: 970px
    }

    .ds9__page .ds9__formula-title,
    .ds9__page .ds9__formula-subtitle {
        font-size: 23px
    }

    .ds9__page .ds9__formula-content-2 .ds9__subtitle {
        font-size: 20px
    }

    .ds9__page .ds9__formula-content-2 {
        top: 285px
    }
}

.ds9__formula-text__caption {
    color: #fff !important;
    position: absolute;
    bottom: 20px;
    left: 20px
}