@media print {
    /* Cacher les éléments non nécessaires */
    header.header.sticky-top,
    header.header-main,
    footer.footer,
    .menu-main,
    .archive-liste,
    .breadcrumb,
    .btn-print,
    nav,
    section#section-block_3c656fc4ce4316de77f8ed8365d473fa {
        display: none !important;
    }

    /* Garder le logo et ajuster son affichage */
    img.custom-logo.custom-logo-regular {
        display: block !important;
        text-align: center;
        margin-bottom: 2rem;
    }

    /* Ajuster les marges et le contenu */
    .contenu {
        margin: 0;
        padding: 30px;
    }

    /* Optimiser les images */
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }

    /* Éviter les sauts de page indésirables */
    h1, h2, h3 {
        page-break-after: avoid;
    }

    p {
        page-break-inside: avoid;
    }

    /* Afficher les URLs des liens */
    a[href^="http"]:after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
    }

    /* Ajuster les couleurs pour l'impression */
    body {
        color: #000;
        background: #fff;
    }

    /* Retirer les marges inutiles */
    @page {
        margin: 2cm;
    }
}
