@media print {
    body::before { display: none; }
    body.ac * {
        position: relative !important;
        top: auto; right: auto; bottom: auto; left: auto;
    }
    *,
    h1 { color: black !important;}
    .ac .wp-block-buttons {display: none;}

    .filtreEffet.filtreHeader,
    #allNavs {
        display: none;
    }
    .couverture { background: none !important; height: auto !important;}
    .entry-meta { display: none; }

    #pushBio,
    .cuveeFooter,
    .single-cuvee .wp-block-cover {
        display: none;
    }
    .couvertureFooter,
    .filtreEffet.filtreFooter {
        display: none;
    }
    .magicFooterContent h1.logotypo,
    #menu-footer-menu li:not(.menu-item-301) {
        display: none;
    }

    .bouteille75cl img {
        max-width: 20%;
        width: 20%;
    }

}