@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: transparent !important;
        color: #000 !important;
    }

    body>*:not(main),
    .features,
    .strate-video,
    .strate-eligibility-test,
    .strate-grid-temps-forts {
        display: none;
    }

    a[href^="http"]:not([href*="monsiteweb.com"]):after {
        content: " ("attr(href) ")";
    }

    ul {
        page-break-inside: avoid;
    }

    body, .container {
        max-width: 100%;
    }

    .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offset-md-2 {
        margin-left: 0;
    }

    .strate-key-number,
    .strate-wysiwyg--citation {
        page-break-before: always;
    }

    .strate-key-number__item {
        margin-bottom: 20px;
    }

}