.i-table-grid-row-stat-title {
    background-color: #dcb5e3; /*#cd93d7;*/ /* couleur des boutons Abutton:disabled de couleur ButtonColor::PURPLE */
    font-weight: bold;
}

.i-table-grid-row-stat-title:not(:first-child) {
    border-top: 1px solid grey;
}

.i-table-grid-row-stat-title:hover {
    background-color: #ce6ddf; /*#9c27b0;*/ /* couleur des boutons Abutton:enabled de couleur ButtonColor::PURPLE */
}

.i-table-grid-row-stat-last:not(:last-child) {
    margin-bottom: 25px;
    border-bottom: 1px solid grey;
}
