.tableTarifs,
.tableTarifs th,
.tableTarifs td,
.tableTarifs tr,
.tablePrestations,
.tablePrestations td,
.tablePrestations tr {
    background-color: transparent;
}
.tablePrestations img {
    border-radius: 10px;
    max-width: 150px;
    max-height: 150px;
}
.tableTarifs tfoot tr td {
    font-weight: bold;
    font-size: larger;
    text-align: center;
    border-bottom: none;
    text-decoration: underline;
}