.votingplugin-pagination > nav > div {
  flex-direction: column;
}

.myself-line > td {
  background-color: blue;
}

#rankings-container > table > tbody > tr > td {
  height: 51px;
}

.podium-position img.skin-rate-vote {
  transition: transform 0.3s ease;
}

.podium-position img.skin-rate-vote:hover {
  transform: scale(1.1); /* Zoom léger au survol */
}

.podium-position.first {
  order: 2;
}

.podium-position.first img.skin-rate-vote {
  transform: scale(1.2); /* Agrandir le joueur en 1ère position */
}

.podium-position.first img.skin-rate-vote:hover {
  transform: scale(1.3); /* Zoom léger au survol */
}

.podium-position.second {
  order: 1;
}

.podium-position.third {
  order: 3;
}

.btn-primary.active {
  background-color: #0056b3;
  border-color: #004494;
}

.vote-timer {
  min-width: 250px; /* ajuste selon la plus longue phrase possible */
  min-height: 1.5em; /* garde une hauteur fixe */
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
