/* ===== PRINT STYLES ===== */
/* ===== PRINT STYLES ===== */
  @media print {
    body { background: white !important; color: black !important; }
    #sidebar, #topbar, #toast-container { display: none !important; }
    #main { margin-left: 0 !important; }
    .page { display: block !important; padding: 0 !important; }
    .btn { display: none !important; }
  }


/* ===== PRINT (BILAN & RÉSULTAT) ===== */
  @media print {
    .no-print { display: none !important; }
    .print-page { padding: 20px !important; }
  }
