body {
  background-color: #f7f7f5;
}

.card-kpi {
  border-left: 4px solid #198754;
}

.ecart-negatif {
  color: #dc3545;
  font-weight: 600;
}

.ecart-nul {
  color: #198754;
}

table.table thead {
  background-color: #e9f5ee;
}

footer {
  color: #888;
  font-size: 0.85rem;
}

@media print {
  nav.navbar, .no-print, footer {
    display: none !important;
  }
  main.container {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .grand-livre, .facture, .rapport-imprimable {
    padding: 0 !important;
  }
  .grand-livre-table, .facture-table, .rapport-table {
    font-size: 0.85rem;
  }
}
