a {
  color: glad;
  text-decoration: none;
} /* mettre la balise a en bleu; text-decoration sert à enlever le trait sous les lien*/
body {
  background-color: #9ac;
  padding: 0;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
.titree {
  overflow: hidden;
  background-color: #fffae1;
  position: fixed;
  width: 100%;
  opacity: 0.9;
  border: solid 3px #cdc;
}
.mon_drapeau {
  width: 100%;
  border-radius: 22px;
  height: 100px;
  padding-top: 40px;
}
#entete li a:hover {
  background-color: blue;
}
#entete li {
  float: right;
  font-size: 1.2em;
}
#entete li a {
  display: block;
  text-align: center;
  padding: 18px 15px;
}
#logo_page {
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  position: absolute;
  left: 0%;
}
#BLOCK_PAGE {
  width: auto;
}
#entete,
#menu,
#footer {
  padding: 5px 2px;
} /* mise en forme de l'entete de page...*/
#entete {
  padding-bottom: 60px;
}
#score {
  font-weight: bold;
  background-color: aquamarine;
  width: 80px;
  text-align: center;
  margin: 15px 10px 10px 60px;
  font-size: 1em;
  font-size: 1em;
  animation: flash 1.5s infinite;
}
/*.actuel{ font-weight:bold ; animation: flash 1.5s infinite;

}*/
@keyframes flash {
  50% {
    color: red;
  }
}
#canvas {
  border: solid 3px black;
}
/*.mouseEvent{
width:220px; padding: 15px 25px; border-radius: 10px;
position:absolute; left: 50%; top: 40%;transform: translate(-50%,-50%);
padding: 2rem; background: rgba(0,0,0, 0.8); font-size: 1em; color: white;
cursor: pointer;
}*/
.mon_accueil {
  width: 100%;
  border-radius: 22px;
}
.contiendra {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
}
.txt {
  white-space: nowrap;
  font-size: 30px;
  animation: scrollTxt 25s 2s linear infinite;
  background: #cde;
}
.t1 {
  color: red;
}
.t2 {
  color: blue;
}
@keyframes scrollTxt {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-200%, 0);
  }
}
#photo {
  margin-right: auto;
  width: 300px;
  border: #666 3px solid;
  border-radius: 25px;
  float: left;
}
.diapo {
  border-radius: 22px;
  width: 100%;
}
.animation-haut {
  position: relative;
  animation: animerHaut 0.4s;
}
@keyframes animerHaut {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.animation-gauche {
  position: relative;
  animation: animerGauche 0.4s;
}
@keyframes animerGauche {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
.animation-basGauche {
  position: relative;
  animation: animerBasGauche 0.4s;
}
@keyframes animerBasGauche {
  from {
    bottom: -300px;
    left: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
}
#main {
  max-width: 900px;
  margin: auto;
}
#logo {
  max-width: 30px;
  margin: 0 auto;
  border-radius: 30px;
}
#menu {
  float: left;
  width: fit-content;
} /* mise en forme du menu de la page...*/
.sommet_menu {
  display: flex;
  flex-direction: column;
}
.aligner {
  padding: 0;
  background-color: midnightblue;
  color: #ffff;
  width: fit-content;
}
.fixe {
  padding: 12px 70px;
  width: 150;
  background-color: rgb(23, 19, 85);
  color: #ffff;
}
.coupef {
  padding: 12px 70px;
  width: 150;
  background-color: rgb(235, 10, 178);
  color: #ffff;
}
h2 {
  padding: 12px 70px;
  width: 150;
  background-color: indigo;
  color: #ffff;
}
h2 a {
  color: #fff;
}
h2 a:hover {
  background-color: chocolate;
}
.fixe a {
  color: #fff;
}
.ajouter {
  padding: 10px 15px;
  width: fit-content;
  text-align: center;
}
.fixeur {
  padding: 10px 70px;
  width: 150;
  background-color: green;
  color: #ffff;
}
.zone_verte {
  background-color: green;
}
.zone_rouge {
  background-color: red;
}
.point {
  background-color: cyan;
}
.sommet_publication {
  display: flex;
  flex-direction: column;
}
.document_coupe {
  width: auto;
  background: cyan;
  box-sizing: border-box;
  transform: translate(-0%, 8%);
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.document {
  width: 100%;
  background: cyan;
  box-sizing: border-box;
  transform: translate(-0%, 8%);
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.document_accueil {
  width: 250px;
  background: cyan;
  box-sizing: border-box;
  transform: translate(-0%, 8%);
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.document_dernier {
  width: 250px;
  padding: 1px;
  background: cyan;
  position: absolute;
  top: 60%;
  left: 21%;
  box-sizing: border-box;
  transform: translate(-0%, 15%);
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.document_second {
  width: 250px;
  padding: 1px;
  position: absolute;
  left: 21%;
  top: 44%;
  background: cyan;
  box-sizing: border-box;
  transform: translate(-0%, 15%);
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.document_p {
  width: 250px;
  padding: 1px;
  background: cyan;
  box-sizing: border-box;
  transform: translate(-0%, 15%);
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.image_flottante {
  width: 90px;
  height: 80px;
  background: url(HANDBALL/image/NNOMO.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.image_flottante_a {
  width: 90px;
  height: 80px;
  background: url(HANDBALL/image/ESSAM.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.image_flottante_K {
  width: 90px;
  height: 80px;
  background: url(HANDBALL/image/KarichmaM.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.image_flottante_F {
  width: 90px;
  height: 80px;
  background: url(HANDBALL/image/finale.jpg);
  background-size: 100% 100%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.image_flottante_championne {
  width: 90px;
  height: 80px;
  background: url(HANDBALL/image/champion.jpg);
  background-size: 100% 100%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.image_couvert {
  width: 90px;
  height: 80px;
  background: url(SELECTION.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 2px;
}
.image_couverture {
  width: 90px;
  height: 80px;
  background: url(ETOO.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 2px;
}
.image_couverturepage {
  width: 90px;
  height: 80px;
  background: url(stars.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.image_bilanf {
  width: 70px;
  height: 60px;
  background: url(barrageL.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.image_basket {
  width: 70px;
  height: 60px;
  background: url(BASKETBALL/tournoi.PNG);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.image_hand {
  width: 70px;
  height: 60px;
  background: url(HANDBALL/NKEMA.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.image_amateur {
  width: 70px;
  height: 60px;
  background: url(HANDBALL/SALIFOU.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.image_amateur1 {
  width: 70px;
  height: 60px;
  background: url(HANDBALL/Beberick.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.image_amateur2 {
  width: 70px;
  height: 60px;
  background: url(HANDBALL/image/Attaque.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.image_Etoo {
  width: 80px;
  height: 70px;
  background: url(ETOO.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: image_flottante();
  margin: 8px;
}
.grand {
  font-size: 1.3em;
}
.centrer {
  text-align: center;
}
h4 {
  text-align: center;
}
.rapport {
  position: fixed;
  top: 50%;
  left: 78%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.image_lion {
  width: 200px;
  height: 200px;
  background: url(SELECTION.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
.champ_image {
  width: 200px;
  height: 200px;
  background: url(ETOO.jpg);
  background-size: 100% 100%;
  border-radius: 50%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
.champ_imagelion {
  width: 200px;
  height: 200px;
  background: url(stars.jpg);
  background-size: 100% 100%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
.image_bilan {
  width: 200px;
  height: 200px;
  background: url(barrageL.jpg);
  background-size: 100% 100%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
.image_LFFC {
  width: 200px;
  height: 200px;
  background: url(LFFC.jpeg);
  background-size: 100% 100%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
.image_Etoo_inte {
  width: 200px;
  height: 200px;
  background: url(ETOO.jpg);
  background-size: 100% 100%;
  float: left;
  shape-outside: cercle();
  margin: 15px;
}
#contenu {
  margin-left: 400px;
}
.entete_db {
  border: solid 9px #345;
}
.zone_texte {
  border: solid 5px green;
  min-height: 350px;
  margin: auto;
}
.titre_lion {
  text-align: center;
}
.photo_couvreuse {
  min-height: 50px;
}
#contenir {
  border: solid 7px #9ac;
}
thead tr {
  background-color: midnightblue;
  color: #fff;
  text-align: center;
}
th:before,
td {
  padding: 6px 6px;
  counter-increment: case;
  content: counter;
} /* before , counter-increment, content ont permis de miniaturiser le tableau*/
.fixer tr {
  background-color: midnightblue;
  color: #fff;
  text-align: left;
}
.fixant tr,
td,
th {
  border: 1px solid #ddd;
}
.coule {
  color: white;
}
tbody tr,
td,
th {
  border: 1px solid #ddd;
  text-align: justify;
}
tbody tr :nth-child(even) {
  background-color: #f3f3f3;
}
/*#logo1 { display: flex; 
 flex-direction: row; 
 align-items: baseline; width: 70px; border-radius: 50px;}
#photo{display:flex; max-width:20px;
 height: 200px; 
} */
.tableau1 {
  border-collapse: collapse;
  min-width: 70px;
  width: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 015);
  cursor: pointer;
  margin: 10px auto;
  border: 1px solid #ddd;
} /* mise en forme du tableau avec bordure, marge...*/
caption {
  background-color: #fff3af;
  font-family: "Dancing Script";
  font-weight: bold;
}
.tableau {
  background-color: #fff;
  margin-top: 10px;
}
table {
  background-color: #fff;
}
.tableau3 {
  border-collapse: collapse;
  min-width: 80px;
  width: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 015);
  cursor: pointer;
  margin: 10px auto;
  border: 1px solid #ddd;
}
#footer {
  background-color: #669933;
  text-align: center;
  clear: both;
} /* mise en forme pied de page...*/
.posera {
  padding: 15px 700px;
  background-color: midnightblue;
  color: #ffff;
}
.ranger {
  padding: 12px 70px;
  width: 150;
  background-color: red;
  color: #ffff;
}
.league {
  padding: 12px 70px;
  width: 150;
  background-color: green;
  color: #ffff;
}
p {
  font-size: x-small;
}
.couleur {
  background-color: magenta;
}
li {
  list-style-type: none;
} /* sert à enlever les petites puces des listes*/
.finale {
  padding: 8px 40px;
  width: 60;
  background-color: green;
  color: #ffff;
  font-size: 13px;
}
.conteneur {
  display: flex;
} /* display permet de mettre les elements cote à cote...*/
.publication {
  display: flex;
}
@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
      format("woff2");
  font-display: swap;
}

@media all and (max-device-width: 480px) {
  #BLOCK_PAGE {
    width: auto;
  }
  .conteneur {
    display: flex;
    flex-direction: column;
  }
  #entete,
  #menu,
  #footer {
    padding: 1px 0;
  }
  #entete {
    text-align: center;
    padding-bottom: 40px;
  }
  #main {
    width: auto;
    margin: auto;
  }
  #menu {
    float: left;
    width: 100%;
  }
  h6 a {
    font-size: 0.1em;
  }
  .titree {
    overflow: hidden;
    background-color: #fffae1;
    position: fixed;
    width: 100%;
    opacity: 0.9;
  }
  #entete li {
    font-size: 0.5em;
    float: right;
  }
  #entete li a {
    text-align: center;
    padding: 7px 6px;
    font-size: 1.9em;
    font-display: FCP;
  }
  #logo_page {
    font-family: "Dancing Script", Cursive;
    font-weight: bold;
    position: absolute;
    left: 0%;
    font-size: 0.3em;
  }
  .sommet_menu {
    display: flex;
    flex-direction: column;
  }
  .sommet_publication {
    display: flex;
    flex-direction: column;
  }
  .mouseEvent {
    width: 200px;
    padding: 15px 25px;
    border-radius: 10px;
    position: absolute;
    left: 90%;
    top: 30%;
    transform: translate(-50%, -50%);
    padding: 1em;
    background: rgba(0, 0, 0, 0.8);
    font-size: 0.5em;
    color: white;
    cursor: pointer;
  }
  .contiendra {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 8%;
    transform: translateY(-50%);
  }
  #score {
    font-weight: bold;
    background-color: aquamarine;
    width: auto;
    text-align: center;
    margin: auto;
    font-size: 1em;
    animation: flash 1.3s infinite;
  }
  /*.actuel{ font-weight:bold ; animation: flash 1.5s infinite;

} */
  @keyframes flash {
    50% {
      color: red;
    }
  }
  .txt {
    white-space: nowrap;
    font-size: 20px;
    animation: scrollTxt 20s linear infinite;
  }
  #contenu {
    margin: auto;
  }
  #footer {
    background-color: #669933;
    text-align: center;
    clear: both;
  }
  #logo {
    max-width: 20px;
    margin: auto;
  }
  p {
    font-size: 6px;
  }
  a {
    font-size: 12px;
  }
  .ajouter a {
    font-size: 12px;
  }
  li {
    list-style-type: none;
  }
  .construire {
    display: flex;
  }
  .photo_couvre {
    width: 200px;
  }
  .indomp {
    width: 150%;
    position: relative;
  }
  .rapport {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-90%, 30%);
    width: 600px;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  }
  /*#page_public{ position: fixed;top: 35%; left: 70%;transform: translate(-25%,-25%); width: 100px; padding: 15px; background:#fff; box-sizing: border-box;
 border-radius: 5px; box-shadow: 0 8px 10px rgba(0,0,0,.2);}
.cercle{ width: 30px; height: 50px; background: url(HANDBALL/NNOMO.jpg); background-size: 100% 100%; border-radius: 25%; float: left; shape-outside: cercle();
margin:4px;}  */
  .document_accueil {
    width: auto;
    padding: 0px;
    background: black;
    color: white;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  }
  .document {
    width: auto;
    padding: 0px;
    background: black;
    color: white;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  }
  .document_coupe {
    width: auto;
    padding: 0px;
    background: black;
    color: white;
    box-sizing: border-box;
    transform: translate(-0%, 15%);
    border-radius: 10px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  }
  .document_second {
    width: 250px;
    padding: 0px;
    position: relative;
    left: 0%;
    background: cyan;
    box-sizing: border-box;
    transform: translate(-0%, 15%);
    border-radius: 10px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  }
  .document_dernier {
    width: 250px;
    padding: 0px;
    position: relative;
    left: 0%;
    background: cyan;
    box-sizing: border-box;
    transform: translate(-0%, 15%);
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  }
  .document_p {
    width: 250px;
    padding: 0px;
    background: cyan;
    box-sizing: border-box;
    transform: translate(-0%, 15%);
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  }
  .image_flottante {
    width: 50px;
    height: 40px;
    background: url(HANDBALL/image/NNOMO.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_flottante_K {
    width: 50px;
    height: 40px;
    background: url(HANDBALL/image/KarichmaM.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_flottante_a {
    width: 50px;
    height: 40px;
    background: url(HANDBALL/image/ESSAM.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_couvert {
    width: 50px;
    height: 40px;
    background: url(SELECTION.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_couverture {
    width: 50px;
    height: 40px;
    background: url(ETOO.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_lion {
    width: 80px;
    height: 70px;
    background: url(SELECTION.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: cercle();
    margin: 30px;
  }
  .champ_image {
    width: 80px;
    height: 70px;
    background: url(ETOO.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: cercle();
    margin: 30px;
  }
  .champ_imagelion {
    width: 80px;
    height: 70px;
    background: url(stars.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: cercle();
    margin: 30px;
  }
  .image_couverturepage {
    width: 50px;
    height: 40px;
    background: url(stars.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_bilanf {
    width: 50px;
    height: 40px;
    background: url(barrageL.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_basket {
    width: 50px;
    height: 40px;
    background: url(BASKETBALL/tournoi.PNG);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_hand {
    width: 50px;
    height: 40px;
    background: url(HANDBALL/NKEMA.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_amateur {
    width: 50px;
    height: 40px;
    background: url(HANDBALL/SALIFOU.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_amateur1 {
    width: 50px;
    height: 40px;
    background: url(HANDBALL/Beberick.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_amateur2 {
    width: 50px;
    height: 40px;
    background: url(HANDBALL/image/Attaque.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_Etoo {
    width: 50px;
    height: 40px;
    background: url(ETOO.jpg);
    background-size: 100% 100%;
    border-radius: 50%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_flottante_F {
    width: 50px;
    height: 40px;
    background: url(HANDBALL/image/finale.jpg);
    background-size: 100% 100%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .image_flottante_championne {
    width: 50px;
    height: 40px;
    background: url(HANDBALL/image/champion.jpg);
    background-size: 100% 100%;
    float: left;
    shape-outside: image_flottante();
    margin: 8px;
  }
  .aligner {
    padding: 0;
    background-color: midnightblue;
    color: #ffff;
    width: fit-content;
    font-size: 1.2em;
    margin: 10px 0 0 0;
    overflow: hidden;
  }
  .fixe {
    padding: 12px 70px;
    width: 150;
    background-color: rgb(23, 19, 85);
    color: #ffff;
    margin: auto;
  }
  .coupef {
    padding: 12px 70px;
    width: 150;
    background-color: rgb(235, 10, 178);
    color: #ffff;
    margin: auto;
  }
  h2 {
    padding: 12px 70px;
    width: fit-content;
    background-color: indigo;
    color: #ffff;
  }
  h2 a {
    color: #fff;
  }
  .fixeur {
    padding: 12px 70px;
    width: 150;
    background-color: green;
    color: #ffff;
    font-size: 13px;
    text-align: center;
  }
  .league {
    padding: 12px 70px;
    width: 150;
    background-color: green;
    color: #ffff;
  }
  .coule {
    color: white;
  }
  th:before,
  td {
    padding: 4px 8px;
    counter-increment: case;
    content: counter;
    font-size: x-small;
  }
  .ajouter {
    padding: 2px 4px;
    width: fit-content;
    text-align: center;
  }
  .tableau1 {
    border-collapse: collapse;
    min-width: auto;
    width: auto;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 015);
    cursor: pointer;
    margin: 6px auto;
    border: 1px solid #ddd;
  }
  table {
    width: 100%;
  }
  thead tr {
    background-color: midnightblue;
    color: #fff;
    text-align: center;
    font-size: x-small;
  }
  tbody tr,
  td,
  th {
    border: 1px solid #ddd;
    font-size: 15px;
  }
  tbody tr :nth-child(even) {
    background-color: #f3f3f3;
    font-size: 13px;
  }
  .finale {
    padding: 4px 12px;
    width: 100;
    background-color: green;
    color: #ffff;
  }
  #photo1 {
    border-radius: 30px;
    padding: 8px;
  }
  .publication {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  @font-face {
    font-family: "Pacifico";
    font-style: normal;
    font-weight: 400;
    src: local("Pacifico Regular"), local("Pacifico-Regular"),
      url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
        format("woff2");
    font-display: swap;
  }
}
