@media print {
    @page {
        padding: 0 !important;
        margin: 0 !important;
    }
    .separator {
        width: 100% !important;
    }
    .titre_forme {
        margin-top: 7% !important;
    }
    .botto_desc {
        margin-bottom: 5% !important;
    }
    .version_art {
        margin-right: 15% !important;
        margin-top: -4% !important;
    }
    .lib_content {
        width: 100% !important;
    }
    .header-page, 
    .header-space-page {
        height: auto;
        margin-bottom: 0%;
    }
    .footer-page-p, 
    .footer-space--page {
        height: 40px;
    }
    .header-page {
        position: fixed;
        top: 0mm;
        width: 100%;
        -webkit-print-color-adjust: exact !important
    }
    .footer-page-p {
        position: fixed;
        bottom: 0;
        width: 100%;
        margin-bottom: -3px;
        -webkit-print-color-adjust: exact !important
    }
    .topprint {
        margin-top: 0px !important;
    }
    .page {
        margin-top: -60% !important;
    }
}