.tableau-logo{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
}
.tableau-mobile {
    display: none;
}
.price-content{
    margin-bottom: 115px; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tableau-logo table  {
    margin-top: 3%;
    margin-bottom: 3%;
    height: auto;
    font-size: 150%;
}

.tableau-logo table , .tableau-logo table tr,.tableau-logo table tr td , .tableau-logo table td  {
    border-style: solid;
    border-width: 5px;
    border-color: black;
    vertical-align: bottom;
    height: 70px
}

.horaires{
    
    font-size: 150%;
}
.horaires span, .tableau-logo span {
    font-weight: bold;
    
}
.tempo {
    justify-content: center;    
}


@media (max-width:600px){
    .tableau-logo table{
        display: none;
    }
    .tableau-mobile {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        padding: 15px;
    }
    ul {
        list-style-type: square;
    }
    p {
        font-size: 16px;
    }
    
}
