.btn-primaire filtres {
    margin: 20px;
}

.graph-img {
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}



table {
    width: 100%;
    border-collapse: collapse; /* Fusionne les bordures */
  }

  th, td {
    border: 1px solid black;   /* Bordure visible */
    padding: 8px;
    text-align: center;
  }

  th {
    background-color: #f2f2f2; /* Gris clair pour l'en-tête */
  }

  tr:nth-child(even) {
    background-color: #f9f9f9; /* Alternance de lignes */
  }