@charset "UTF-8";

/* Tableau */
.wp-block-table {
    border: none;
    border-collapse: collapse;
}
.wp-block-table td, 
.wp-block-table th,
.wp-block-table tr {
    border: none;
}

.wp-block-table td {
    padding: 0.7rem 1.3rem
}
.wp-block-table tr:first-child  {
    font-weight: 600;
    font-size: var(--wp--preset--font-size--small);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}
.wp-block-table tr:nth-child(odd)  {
    background: var(--wp--preset--color--base-3)    
}
