/* Style pour les tableaux dans le PDF */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table th, table td {
  border: 1px solid #000;
  padding: 10px;
  text-align: left;
}

table th {
  background-color: #f4f4f4;
  color: #333;
  font-weight: bold;
}

/* Titres */
h1, h2, h3 {
  font-family: Arial, sans-serif;
  color: #0056b3;
}

/* Image circulaire pour un logo */
.pdf-header img {
  max-width: 100px;
  border-radius: 50%;
}

/* Style général du contenu PDF */
body.pdf-export {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
