
body {
    font-family: Arial, Tahoma, Helvetica, sans-serif ;

}
/* 
.blinking{
    animation:blinkingText 3s cubic-bezier(1,0,0,1) infinite;
}
@keyframes blinkingText{
    0%{ color: gray; }
    25%{ color: transparent}
    50%{ color: gray; }
    75%{ color: transparent; }
    100%{ color: gray; }
} */

/* body {
    max-width: max-content;
    margin: auto;
} */

#saisir,#reset {
    margin: 0.7rem;
    font-size: medium;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-weight: bold;
}
#reset {
    color: red;
}

#TableScore {
    border-collapse: collapse;
    background-color: white;
}
#TableScore  td,th {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border: 3px solid black;
}
#details td:last-child {
  border :none;
  background-color: white;
  text-align: center;
  color: gray;
  cursor: pointer;
}
#EuxNous {
    font-size: x-large;
    background-color: gold;
}
#EuxNous th {
    text-align: center;
}
#scores {
    background-color: lightblue;
}
#scores td {
    font-size: x-large;
    font-weight: bold;
}
.nombre {
    text-align: right;
}
#entete-details {
    font-size: large;
    background-color: antiquewhite;
}
#details tr:nth-child(even) {
    background: #DDD;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /* padding-top: 9rem; Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0.6rem;
  border: 1px solid black;
  width: intrinsic;
  width: max-content;
  border-radius: 6px;
}

.enteteWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: lightgray;
    padding: 3px;
}

.buttonClosePopup {
  color: #aaaaaa;
  font-weight: bold;
}

.buttonClosePopup:hover,
.buttonClosePopup:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popupOK
{
    font-size: medium;
}

main, .centerBlocks { /* centrer le contenu du container */
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    width: intrinsic;
}

#tableau {
    padding-left: 0.8rem;
}
