body {
    font-family: Arial, sans-serif;
    background-color: #6495ED;
    color : black;
}



h3,h5 {
    text-align: center;
}
table {
    width: 100%;
    border-collapse: collapse;
    
}

th, td {
    border: 1px solid #000;
    height : 2px;
    width : 15%;
    background-color: 	#C0C0C0;
}




.small-cell {
    width: 3%;
    text-align: center;
}

.total {
    background-color: #e0e0e0;
}

thead th {
    position: sticky;
    top: 0;
    background-color: #fff;
}


.btnQuilles {
    border-radius : 50%;
    border : 1px solid black;
    height : 40px;
    width : 40px;
    margin : 15px;
}

.btn-submit {
    width : auto;
    height : 40px;
    background-color: greenyellow;
    margin-left: 15px;
    border-radius : 20px;
}

.quillesActive {
    background-color: #AE8964;

}

.quillesPassive {
    background-color: #cccccc;
    cursor : not-allowed;
    opacity : 0.5;

}

.bonusInactif {
    background-color: black;
    cursor : not-allowed;
    opacity : 0.5;
}

.btnCancel {
    border-radius : 25px;
    background-color: red;
    height : 50px;
    width : 80%;
    margin-left : 10%;
    margin-right: 10%;
    margin-bottom : 20px;
}

.btnNewPlayer {
    border-radius: 25px;
    background-color: greenyellow;
    height : 50px;
    width : 80%;
    margin-left : 10%;
    margin-right: 10%;
    margin-bottom : 20px;
}

.valideQuillouEP10 {
    margin-left : 15px;
    border-radius: 5px;
    width : 65px;
    height : 30px;
    text-align: center;
    background-color: greenyellow;

}
.valideBouleEP10 {
    margin-left : 60px;
    border-radius: 5px;
    width : 65px;
    height : 30px;
    text-align: center;
    background-color: greenyellow;

}

.boutonClique{
    background-color: greenyellow;
}

.quillouJouer {
    display : none;
}

/* Styles pour le haut de la page */


.centrer {
    text-align : center;
}

header {
    background-color: #C1BDB3; /* Couleur de fond du haut de la page */
    text-align: center;
    height : 130px;
    width : 100%;
}


.logo, .logoProfil {
    height: 70px; /* Ajuste la hauteur de l'image */
    width: auto; /* Assure une largeur proportionnelle */
}
body, header {
    margin: 0;
    padding: 0;
}

