.inter-line{
    background-color: var(--secondary) !important;
    color:var(--body-color);
}

.tableau-subtitle.tableau-subtitle--hidden{
    background-color: var(--secondary) !important;
    color:var(--body-color);
    background: unset;
}
.table tr:has([colspan="99"]){
    /* background-color: #182e4594 !important; */
    background: unset;    
}
.tableau-subtitle{
    background: unset; 
    background-color: var(--secondary) !important;
    color:var(--body-color);
    /* padding:unset; */
    padding: .4rem 1.6rem;
}
.table .line_even{
    background-color: white;
}

.tableau-event-title {
    text-transform: none;
}
.cp-code{
    font-size: unset;
}