@media print {
    * {
        background-image: none;
        background-color: transparent;
    }

    body {
        font-size: 8.5pt;
        line-height: 1.5em;
    }

    header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
        display: none;
    }

    .search-wrapper {
        display: none;
    }

    ul li {
        list-style-type: disc;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    ul li:before {
        display: none !important;
    }

    h1, h2, h3, h4, h5 {
        margin-bottom: 1em !important;
        padding-left: 0 !important;
    }

    img {
        display: none;
    }

    .intro-title {
        width: 100%;
        padding: 0;
        margin-bottom: 1em;
    }

    .intro-title:before {
        display: none;
    }

    p a::after {
        content: " (" attr(href) ")";
    }

    main::after {
        content: "Page du site avasad.ch";
        display: block;
        font-size: 0.875rem;
        text-align: center;
    }

    .accordion .a-panel {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}