<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- ------------------------------------------------------ --- */

html,
body {
    overflow-x: clip;
}

.ds__page .ds__product-priceperunit, .ds__page .ds__compare-item-priceperunit{
    display: none;
}

.ds__page .ds__sets-product-title {
    min-height: 88px;
}

.ds__page .ds__compare-items .ds__page .ds__compare-item-group[data-filter-id="4"]:not(.mod__collapse) {
    max-height: 247px;
    height: 100%;
}


.ds__page .ds__product-media-text {
    font-size: calc( 19 * var(--collectionRatio));
}

.ds__page .ds__header-picto-text {
    font-size: calc(7.5 * var(--pictoWidth));
}



.ds__page .ds__product-cta.button--primary {
    background-color: var(--COLOR-RED-A) !important;
    border: 2px solid var(--COLOR-RED-A) !important;

    padding: 7px 10px;
    text-transform: initial;
}

.ds__page .ds__product-cta .button--primary:hover {
    border: 2px solid var(--COLOR-RED-A) !important;
    color: #fff !important;
    background-color: var(--COLOR-RED-B) !important;
    min-height: 50px !important;
}

.ds__page .ds__compare-items .ds__cta .button--secondary:not(.cba-button-style) {
    background-color: #fff;
    color: #333;
    border: 1px solid #cfcac9;
    border-radius: 5px;
    height: 44px;
    text-transform: none;
    padding: .5em 1em;
}

.ds__legende .br-desktop {
    display: none;
}


/* 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) {
    .ds__page .ds__testimony-glyph {
        line-height: 15px;
    }
}*/

/* 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) {
    .ds__page .ds__testimony-glyph {
        line-height: 15px;
    }
}*/



/* Mobile */
/*@media (max-width: 480px) {
    .ds__page .ds__product-media-text {
        font-size: calc( 14 * var(--collectionRatio));
    }

    .ds__page .ds__compare-item-text {
        height: 100px;
    }

    #ds__compare-item3-g3 .ds__compare-item-text {
        font-size: 12px;
    }

    .ds__page .ds__testimony-glyph {
        font-size: 100px;
        line-height: 0;
        top: 0px;
    }
}*/</pre></body></html>