.elementor-19682 .elementor-element.elementor-element-9397296{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-19682 .elementor-element.elementor-element-07272b4 > .elementor-widget-container{padding:0px 0px 20px 0px;}.elementor-19682 .elementor-element.elementor-element-07272b4.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-91f922d */table {
    width: 100%;
    border-collapse: collapse; /* Évite le double trait */
}
table, th, td {
    border: 1px solid #000000; /* Bordure fine et noire */
}
th, td {
    padding: 10px;
    text-align: center;
    width: 11.11%; /* Largeur pour 9 colonnes (100% / 9) */
    height: 50px; /* Hauteur fixe pour chaque cellule */
}
thead th {
    background-color: #0071B9; /* Couleur de fond des en-têtes */
    color: white; /* Couleur du texte des en-têtes */
}
tbody tr:nth-child(1) {
    background-color: #0071B9; /* Couleur de fond de la première ligne du corps */
    color: white; /* Couleur du texte de la première ligne */
}
tbody tr:nth-child(even):not(:first-child) {
    background-color: #E8F6FF; /* Couleur de fond pour les lignes paires */
}/* End custom CSS */