body {
    background-color: rgb(51, 51, 51);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

#title h1{
text-align: center;

}
.stats {
  margin: 30px;
}

#div_gestionEquipesJoueurs {
  display: flex;
  justify-content: center;
}

#div_gestionEquipesJoueurs ul li {
  display: inline;
}

#div-correctionUndo {
  display: flex;
  justify-content: center;
  margin: 10px;
}

.btn-correctionUndo {
  border: none;
  text-decoration: none;
  color: black;
  text-align: center;
  width: 200px;
  height: 30px;
  margin: 10px;
}

#div_panneau{
  display: flex;
  justify-content: center;
}

.teamTitleScores{
  text-align: center;
}

#div_panneauScores {
  text-align: center;
  color: yellow;
  background-color: black;
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
  /*border: 1px solid white;*/
}

#div_panneauScores tr {
  height: 70px;
}

.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 th, .stats td {
  text-align: center;
  width: 45px;
}

#oppTitreLigne {
  width: 135px;
}
#oppFinLigne {
  width: 90px;
}

#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;
  width: 270px;
}

.bench tr {
  height: 40px;
}
.bench td {
  width:25px;
  text-align: center;
}

.btn-nonActif {
  background-color: lightgray;
}

.btn-Actif {
  background-color: red;
}

.stats, .stats th, .stats td, .stats tr {
  border: 1px solid rgb(60, 60, 60);
  border-collapse: collapse;
  height: 20px;
  padding: 10px;
  text-align: center;
}

.stats tr:nth-child(odd) {
  background-color: rgb(45, 45, 45);
}


#statsOpposants td {
  background-color: "black";
}

.caseCliquee {
  background-color: green;
}

.caseNonCliquee {
  background-color: unset;
}

.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-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background: rgb(0, 0, 0);
  transform: translate(-50%, -50%);
  border: 3px solid rgb(78, 78, 78);
}

.modal-container-Equipe {
  width: 700px;
  height: 530px;
}

.modalChangementJoueurLocal-numJoueur{
  width: 30px;
  text-align: center;
}

.modal-container h4 {
   text-align: center;
}

.modal-container div {
  margin-top : 20px;
  margin-bottom: 20px;
  display: flex;

}

.modal-pied{
  display: flex;
  justify-content:center;
}

.modal-bouton{
  width: 150px;
  height: 30px;
  border: 0px;
  color: white;
  margin: 20px;
}

.modal-valider{
  background-color: green;
}

.modal-annuler{
  background-color: red;
}

.modal-choix{
  background-color: blue;
}

#modalEquipe-table tr td{
  width: 100px;
  height: 30px;
}


.chkBx-IG {
  text-align: right;
}

.teamPlayer {
  width: 50px;
  text-align: center;
}

.OpponentPlayer {
  width: 50px;
  text-align: center;
  padding-left: 30px;
}

.opponentsScoring{
  padding-top: 10px;

  .opponentsScoringBTN{
    margin-right: 10px;
    border: none;
    text-decoration: none;
    background-color: black;
    color: white;
    width: 50px;
    height: 40px;
  }

}

#modalEquipeInfo{
  color: red;
}

.modalBilanTableau-table {
  width: 1024px;
  font-size: 12px;
  

  th, td {
    width: 25px;
  }

}


.radioAndLabel {
  display: flex;
}

.graphics {
  border: 1px solid rgb(78,78,78);
}

/*
.modalBilan-table tr td {
  width: 316px;
  height : 83px;
}
*/

.modalbilan-label {
  font-size: 12px;
  font-weight: 100;
}

.modalBilan-valeur {
  font-size: 18px;
  font-weight: bold;
}

.modalBilan-table{
  table-layout: fixed;
  width: 960px;
  height: 440px;
}

.modalBilan .Donnees140x120 {
  width: 140px;
  height: 120px;
}

.modalBilan .Donnees140x80 {
  width: 140px;
  height: 80px;
}

.modalBilan .Donnees140x140 {
  width: 140px;
  height: 140px;
}

#bilans{
  display: inline-flex;
  justify-content: flex-start;
}

.btn-bilans{
  margin: 20px;
  padding: 10px;
}