
/* ================== Tableau d'affichage des scores du challenge ******************** */
#table_score {
    border: 1px solid #323437;
    border-collapse: collapse;
    margin : auto ;
}

#table_score th, #table_score td {
    border: 1px solid #323437;
    padding: 0.3rem 0.3rem  ;
    text-align: center;
    word-break: break-word;
    white-space: normal;    
}

/*#table_score th {
    background-color: #ffdd88;
}*/

#table_score tr:nth-child(even){
    background-color: #f2f2f2;
}

#table_score tr:hover {
    background-color: #ddd;
}

.small {
    width : 9% ;
}

.large {
    width : 22% ;
}

/* ================= Flèches de navigation ============== */
#nav_left, #nav_right {
    margin : 1rem 2rem 0 2rem;
}

.fleche_cliquable {
    color : #FACC2E;    
}

/* ============ Formulaire de saisie des filtres ========= */
#div_filtre_scores {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

/* ================= iframe principale =============== */
#iframe_display_score {
    width : 80% ;
    height : 600px;
    border: 1px black solid;          /* Bordure */
    margin-left: 10%;
    margin-top: -1px;
    position: relative;
    left : 2px ;
}
