<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  ------  local   ------  */
    .eco__page .eco__hero-title {
        width: 102%;
    }
    .eco__page .eco__reuse-bottom {
        max-width: 924px;
        padding: 32px 0 80px 0;
    }
    .eco__page .eco__more-top {
        max-width: 847px;
    }
    .eco__page .eco__more-item:nth-child(1) .eco__more-item-content {
        padding-left: 27%;
    }
    .eco__page .eco__more-item-subtitle {
        width: 65%;
    }
    .eco__page .eco__legendes {
        width: 44%;
    }

    /* 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) {
        .eco__page .eco__legendes {
            width: 83%;
        }
        .eco__page .eco__hero-title {
            font-size: 44px;
        }
            .eco__page .eco__hero-text {
            font-size: 18px;
        }
    }
    /* 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) {
        .eco__page .eco__legendes {
            width: 83%;
        }
        .eco__page .eco__hero-title {
            font-size: 46px;
        }
        .eco__page .eco__hero-text {
            font-size: 18px;
        }
        .eco__page .eco__more-item-subtitle {
            width: 101%;
        }
    }
    /* mobile */
    @media (max-width: 480px) {
        .eco__page .eco__hero-title {
            font-size: calc(29 * var(--ratioHero));
        }
        .eco__page .eco__legendes {
            width: 93%;
        }
        .eco__page .eco__more-item:nth-child(1) .eco__more-item-content {
            padding-left: 0% !important;
        }
    }</pre></body></html>