body {
    background-color: rgb(51, 51, 51);
    color: white;
}


.stats {
  margin: 30px;
}

#div_gestionEquipesJoueurs {
  display: flex;
  justify-content: center;
}


#div_gestionJoueurs {
  display: inline-flex;
}

#div_gestionEquipes {
  display: inline-flex;
}

#div_panneau{
  display: flex;
  justify-content: center;
}

.teamTitleScores{
  text-align: center;
}

#div_panneauScores {
  text-align: center;
  color: yellow;
  background-color: black;
  margin: 10px;
  /*border: 1px solid white;*/

}

.teamScore{
  font-size: 3em;
  color: red;
  font-weight: bold;
}

.timer{
  font-size: 3em;
}

.teamFools{
  font-size: 2em;
}

.period{
  font-size: 3em;
}

#div_panneauScores_boutons {
  justify-content: center;
  border: unset;
}

.stats {
  background-color: black;
  margin : auto;
}
.stats td {
  text-align: center;
  width: 30px;
}

#circle{
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: red;
}

#circle20red{
  width:20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: red;
}


#timerMarkerCell{
  vertical-align: middle;
}

.bench{
  background-color: black;
}

.bench tr {
  height : 40px
}

.correction_nonDemandee {
  background-color: lightgray;
}

.correction_demandee {
  background-color: red;
}

.stats,.stats th, .stats td, .stats tr {
  border: 1px solid white;
  border-collapse: collapse;
  height: 20px;
}

th, td, tr {
  padding: 10px;
  text-align: center;
}

.modal {
  display: none;
}


.modal h2 {
  text-align: center;

}

.modal-lightDark {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(85, 81, 81, 0.25);
}

.modal-container {
  color: rgb(255, 255, 255);
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 25px;
  background: rgb(0, 0, 0);
  transform: translate(-50%, -50%);
  border: 3px solid rgb(78, 78, 78);
}

.modal-close-container{
  width: 30px;
  height: 30px;
  background-color: red;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-close {
  text-decoration: none;
  color: white;
}

.modal-valider{
  width: 150px;
  height: 30px;
  background-color: green;
  border: 0px;
  color: white;
  margin: 20px;

}