html,
body {

  padding: 0;
  color: white;
  width: 1920px;
  height: 1080px;
  margin: 0 auto;
  /* centre la page horizontalement */

  background: transparent;

  font-size: 20px;
  background-image: url("overlay.png");
  background-repeat: no-repeat;
  background-position: center;
}



.bold {
  font-weight: bold;
}

#nomepreuve {
  position: absolute;
  top: 50px;
  left: 50px;
  max-width: 200px;
  overflow-x: hidden;
}



.classsement {
  position: absolute;
  left: 75px;
  max-width: 420px;
  overflow-x: hidden;

}

#cl1 {
  top: 63px;
}

#cl2 {
  top: 125px;
}

#cl3 {
  top: 187px;
}

.nom {
  width: 315px;
  overflow-x: hidden;
  display: inline-block;
  margin: 0;
  padding: 0;

}

.temps {
  margin-left: 30px;
  display: inline-block;
}

.chien {
  width: 315px;
  overflow-x: hidden;
  display: inline-block;
  margin: 0;
  padding: 0;


}

.fautes {
  margin-left: 30px;
  display: inline-block;
  font-size: 16px;
}

#pays {
  position: absolute;
  left: 270px;
  top: 997px;
  max-width: 400px;
  overflow-x: hidden;
  font-size: 25px;
  font-weight: bold;

}

#conc {
  position: absolute;
  left: 300px;
  top: 938px;
  width: 500px;
  overflow-x: hidden;
  text-align: right;
  font-size: 22px;
}

.cezure {
  overflow-x: hidden;
  white-space: nowrap;
}

#concchien {
  position: absolute;
  left: 415px;
  top: 998px;
  width: 400px;
  overflow-x: hidden;
  text-align: right;
  font-size: 22px;
}





.classsement div {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.classsement span {
  display: block;
}

#fautesconc {
  position: absolute;
  left: 1470px;
  top: 865px;
  max-width: 400px;
  overflow-x: hidden;
  font-size: 25px;
}

#tempsconc {
  position: absolute;
  left: 1570px;
  top: 932px;
  max-width: 400px;
  overflow-x: hidden;
  font-size: 35px;
}