/*
Theme Name:bikemed
Description: Theme enfant de Divi 
Author: 
Author 
Template: Divi
Version: 0.1.0
*/

.tableau-tarifs tr:nth-child(1) {
    background-color: rgb(235, 235, 235);
}

.tableau-tarifs tr {
    border: solid 2px rgb(56, 56, 56);
}

@media only screen and (max-width: 840px) {
   .tableau-tarifs {
    margin-bottom: 0;
    overflow: hidden;
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
    }
    }