.palmares-concours {
    margin: 2rem 0;
    font-family: Arial, sans-serif;
    font-size: smaller;
}

.palmares-concours h3 {
    color: #0073aa;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 8px;
}

.palmares-filtres {
    background: #f0f0f0;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 15px 0;
    font-weight: bold;
}

.palmares-table {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.palmares-table th,
.palmares-table td {
    padding: 12px;
    /*text-align: left;*/
    border-bottom: 1px solid #ddd;
}

.palmares-table th {
    background-color: #f9f9f9;
    font-weight: bold;
}

.palmares-table tr:hover {
    background-color: #f5f5f5;
}

.diplome {
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    padding: 4px 8px;
}

.diplome-or {
    background-color: #D4AF37;
    color: white;
}

.diplome-argent {
    background-color: #C0C0C0;
    color: black;
}

.diplome-bronze {
    background-color: #CD7F32;
    color: white;
}

.palmares-vide {
    padding: 20px;
    background: #fff8e1;
    border-left: 4px solid #ffc107;
    color: #555;
}
