@media print {
    .menu__entries {
        display: none;
    }
    .page-title {
        color: #fff;
    }
    #app {
        width: 100% !important;
    }
    .article .headline {
        margin-bottom: 20px;
    }
    .article .paragraph ul li:before {
        -webkit-print-color-adjust: exact;
    }
    .article__section {
        page-break-inside: avoid;
    }
    .header-site,
    .gray-menu,
    .intro,
    .bkg-grid,
    .footer,
    .breadcrumb {
        display: none !important;
    }
    .article-header {
        padding: 50px 0;
    }
    .article-header__share {
        display: none;
    }
    .article-trio__container {
        display: block;
    }
    .article-trio__txt {
        width: 100%;
    }
    .article-trio__content {
        width: 50%;
        margin: 15px auto 50px;
    }
    .article-focus {
        -webkit-print-color-adjust: exact;
        page-break-inside: avoid;
    }
    .article-key-figures__slides {
        flex-wrap: wrap;
    }
    .article-key-figures__slide {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.33333333333333%;
        flex-preferred-size: 33.33333333333333%;
        max-width: 33.33333333333333%;
        margin-bottom: 20px;
    }
    .article-key-figures__controls {
        display: none;
    }
    .article-quote--full {
        margin-top: 50px;
    }
    .article-quote--full .article-quote__quote:before {
        left: 0;
    }
    .article-quote--full .article-quote__quote:after {
        right: 0;
        bottom: -20px;
    }
    .article-featured__txt,
    .article-featured__item-link {
        display: none;
    }
    .article-featured__item {
        display: flex;
    }
    .article-featured__item-img {
        width: 25%;
    }
    .article-featured__item-txt {
        width: 75%;
        padding-left: 20px;
    }
    .article-video__media {
        margin-top: 20px;
    }
    .article-video__media:after {
        display: none;
    }
    .article-video__play {
        -webkit-print-color-adjust: exact;
    }
    .article-video__play--desktop {
        display: none;
    }

    .btn--red {
        color: #f00;
    }

    .btn--red .btn__line {
        background: #f00;
    }

    .btn__line {
        will-change: transform;
        display: block;
        width: 50px;
        height: 2px;
        background: #333745;
    }
    .btn__hidden__line {
        will-change: transform;
        position: absolute;
        top: 0;
        left: -50px;
        width: 50px;
        height: 2px;
        background: #f00;
    }
    .btn__wording {
        letter-spacing: 0;
        font-weight: 600;
        font-size: 0.833333333333333rem;
        font-family: 'Inter', sans-serif;
        line-height: 1em;
        margin-left: 10px;
    }

    /* page article */

    .article {
        font-family: 'Inter', sans-serif;
    }

    .article-header__chapo {
        position: relative;
        z-index: 2;
        margin-top: 15px;
        color: #595959;
        font-size: 1.111111111111111rem;
        font-family: 'Inter', sans-serif;
        line-height: 1.5;
    }

    .article-header__title {
        position: relative;
        z-index: 2;
        margin: 0;
        font-weight: 700;
        font-size: 1.666666666666667rem;
        font-family: 'Inter', sans-serif;
        line-height: 40px;
    }

    .article-header__content {
        padding: 0 10px;
    }

    .article-key-figures__number {
        display: block;
        padding-bottom: 5px;
        font-weight: 700;
        font-size: 2rem;
        font-family: 'Playfair Display', serif;
    }

    .article-key-figures__slides {
        display: flex;
        margin: 0 0 -20px;
        padding: 0;
        list-style-type: none;
        transition: transform 0.4s ease;
    }

    .headline {
        display: block;
        margin-top: 0;
        margin-bottom: 50px;
        text-transform: uppercase;
        letter-spacing: 0.333333333333333rem;
        font-weight: 600;
        font-size: 0.833333333333333rem;
        font-family: 'Inter', sans-serif;
        line-height: 1.333333333333333rem;
        color: #333745;
    }

    .article {
        font-family: 'Inter', sans-serif;
    }

    .paragraph {
        line-height: 2em;
        letter-spacing: 0;
        font-weight: 400;
        font-size: 0.833333333333333rem;
        font-family: 'Inter', sans-serif;
    }

    .article-focus {
        padding: 30px 20px;
        background-color: #eee;
        color: #333745;
        font-family: 'Playfair Display', serif;
    }

    .btn__line {
        will-change: transform;
        display: block;
        width: 50px;
        height: 2px;
        background: #000;
    }

    .btn--white .btn__line {
        background: #fff;
    }

    .btn__lines {
        position: relative;
        top: 9px;
        display: inline-block;
        overflow: hidden;
        margin-left: 0;
        width: 50px;
        height: 2px;
        vertical-align: middle;
    }

    .btn {
        margin: 0;
        text-decoration: none;
        display: flex;
    }

    .btn--white {
        color: #fff;
    }

    .link-wrapper--right .btn {
        justify-content: flex-end;
    }

    .link-wrapper--right .btn {
        justify-content: flex-end;
    }

    .article__section-title {
        margin: 0 0 10px;
        font-size: 1.666666666666667rem;
        font-family: 'Playfair Display', serif;
    }

    .article-trio__txt {
        display: block;
    }

    .article img {
        max-width: 100%;
        width: 100%;
    }

    .article-quote {
        font-weight: 700;
        font-family: 'Playfair Display', serif;
        font-size: 18px;
        display: block;
    }

    .article-quote .legend {
        display: block;
        text-align: center;
    }

    .article-quote__quote--small:before,
    .article-quote__quote--small:after {
        font-size: 3.333333333333333rem;
        display: block;
    }

    .article-quote__quote--small:before {
        content: '\2018\2018';
        margin-bottom: 0;
        height: 45px;
    }

    .article-quote--full .article-quote__quote:before {
        content: '\2018\2018';
        margin-bottom: 25px;
    }

    .article-quote--full .article-quote__quote:before,
    .article-quote--full .article-quote__quote:after {
        display: block;
        height: 45px;
        font-size: 5.555555555555555rem;
    }

    .article-quote__quote:after {
        content: '\2019\2019';
        text-align: right;
    }

    .article-quote__author {
        display: block;
        margin: 25px 0 5px;
        font-size: 1rem;
        text-align: center;
        font-family: 'Inter', sans-serif;
    }

    .article-quote__quote--small {
        font-size: 1.111111111111111rem;
        margin: 0;
        padding: 0;
    }

    .legend {
        margin: auto;
        letter-spacing: 0;
        font-weight: 700;
        font-size: 0.722222222222222rem;
        font-family: 'Inter', sans-serif;
        line-height: 1.4em;
        color: #000;
    }

    .legend--article {
        font-weight: 400;
        color: #777;
        display: inline-block;
        margin-top: 0.5rem;
        letter-spacing: 2.2px;
    }

    .article-featured__item-title {
        display: block;
        margin-bottom: 15px;
        font-size: 1.666666666666667rem;
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        color: #000;
    }

    .article-featured ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .article-featured__item {
        align-items: center;
        text-decoration: none;
    }

    .article-video__media {
        position: relative;
        overflow: hidden;
        padding-top: 56.2%;
    }

    .article-video__poster {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.3s all linear;
    }

    .article-video__video {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .article-video__play--mobile {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 65px;
        height: 65px;
        transform: translate(-50%, -50%);
        z-index: 5;
        background-color: #f00;
        border: none;
    }

    .article-video__play svg {
        transition: 0.3s fill linear;
        fill: #fff;
    }

    .article-focus__title {
        margin: 0;
        font-size: 2rem;
        font-weight: 600;
    }

    .article__section {
        padding: 20px 0;
    }

    .article__content {
        padding: 0 10px;
    }

    .article p:not(:last-child) {
        margin-bottom: 15px;
    }

    .article-trio__txt {
        width: 100%;
    }

    .article-quote--full .article-quote__quote {
        margin: 0;
        padding: 0;
        font-size: 1.222222222222222rem !important;
    }
    .btn__hidden__line {
        will-change: transform;
        position: absolute;
        top: 0;
        left: -50px;
        width: 50px;
        height: 2px;
        background: #f00;
    }
}
