/*  Theme Name:   Mon thème enfant 
Theme URI:    https://fr.wordpress.org/themes/responsive/
Description:  Description de mon thème enfant 
Author:       Clément
Author URI:   https://besancon-vol-libre.fr/contact/
Template:     responsive
Version:      6.3.2 */

.ffvl-table {
    width: 100%;
    border-collapse: collapse;
}

.ffvl-table th,
.ffvl-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.ffvl-table th {
    background: #f4f4f4;
    font-weight: bold;
}

.ffvl-table tr:nth-child(even) {
    background: #fafafa;
}
.ffvl-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ffvl-table {
    min-width: 700px; /* empêche l'écrasement */
}
