.table-tarifs-horaire,
.table-frais-de-deplacement {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 80%;
    margin: 20px 0px;
}

.table-tarifs-horaire td,
.table-tarifs-horaire th,
.table-frais-de-deplacement td,
.table-frais-de-deplacement th {
    border: 1px solid #ddd;
    padding: 8px;
    font-family: 'AssistantRegular';
    font-size: 20px !important;
}

.table-tarifs-horaire td,
.table-frais-de-deplacement td {
    width: 50%;
    font-weight: bold;
    color: #e5592e;
}

.table-tarifs-horaire tr:nth-child(even),
.table-frais-de-deplacement tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-tarifs-horaire tr:hover,
.table-frais-de-deplacement tr:hover {
    background-color: #ddd;
}

.table-tarifs-horaire th,
.table-frais-de-deplacement th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #17467a;
    color: white;
    text-transform: uppercase;
    font-size: 25px !important;
    border: none;
    font-family: 'AssistantRegular';
}

.colonne-intitule{
    color: #17467a !important;
}
