.elementor-49030101 .elementor-element.elementor-element-5cb9d39c{color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-5cb9d39c *//* Styles pour le tableau */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 15px; /* Ajuster la taille de la police */
}

th, td {
  border: 1px solid #ddd;
  padding: 2px;
  text-align: left;
  max-height: 20px; /* Ajuster la hauteur maximale de la cellule */
  overflow: hidden;
}

th {
  background-color: #f2f2f2;
}

tr:nth-child(even) {
  background-color: #e6e6e6; /* Gris légèrement plus foncé */
}

/* Media queries pour masquer le tableau sur tablette et téléphone */
@media only screen and (max-width: 768px) {
  table {
    display: none;
  }
}/* End custom CSS */