/* Fiche — impression propre */
@media print {
  header, nav, footer, .btn, .btn-toolbar, .tag-badge, .alert-info { display: none !important; }
  .card, .card-glow { box-shadow: none !important; border: none !important; }
  body { background: #fff !important; color: #000 !important; }
  .fiche-content { color: #000 !important; }
}
