/*
  Copie du 2025-06-23 20:15:43 par Foujair
  Fichier original plugins/auto/player/v4.1.0/css/player.css
*/
.link-player .icon-play,
.link-player .icon-pause {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	background: url(img/controls-16.png) no-repeat -32px center;
}
.link-player .icon-pause {
	background-position: -64px center;
}


.custom-player {
  width: 300px;
  background: #222;
  color: #eee;
  padding: 15px;
  border-radius: 8px;
  font-family: sans-serif;
}

.info {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.controls button {
  background: none;
  color: #eee;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.controls input[type=range] {
  flex: 1;
  margin-left: 10px;
}