body {
    background-color : #6495ED;
    color: black;
}

h1 {
    text-align : center;
}
.quillou, .boule{
    width : 100%;
    text-align : center;
    color : black;
    background-color: skyblue;
    height : 50px;
    border-radius: 20px;
    margin-bottom: 15%;
}
.newPartie {
    width : 90%;
    text-align : center;
    color : black;
    background-color: greenyellow;
    height : 70px;
    border-radius: 20px;
    margin-bottom: 15%;
}
.deleteJoueur {
    width : 90%;
    text-align : center;
    color : white;
    background-color: red;;
    border-radius : 20px;
    height : 70px;
    margin-bottom: 15%;
}
.annuler {
    width : 100%;
    height : 50px;
    text-align: center;
    background-color: red;
    color : white;
    border-radius: 20px;
    margin-bottom: 15%;
}

.newJoueur {
    width : 90%;
    height : 70px;
    text-align : center;
    border-radius: 20px;
    margin-bottom: 15%;
    background-color: greenyellow;
}

.quilles {
    
    width : 10%;
    height : 50px;
    border-radius: 50%;
    padding-left : 5px;
    margin-right: 20%;
    margin-bottom: 20px;
    background-color: #DCDCDC;
    color : black;
}

th, td {
    border : 2px solid black;
    width : 8%;
    text-align : center;
    background-color: #DCDCDC;
    height : 40px;
    font-size: 2em;

}
table {
    width : auto;
}
.boutonClique{
    background-color: greenyellow;
}
.categorie-joueurs {
    height : 40px;
    width : 100%;
    color : white;
}

.partie50 {
    text-align : center;
    width : 100%;
    color : white; 
}
.scorePositif {
    background-color: greenyellow;
}
.scoreNegatif {
    background-color:rgb(255,123,114);
}
h5 {
    color : white;
    text-align : center;
}



.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;
}
