
.iru-tiny-player{
	position:relative;
	border:2px solid;				/* bordures */
	background-color:rgba(0,0,0,.25);
	color:rgba(127,127,127,1);
}
.iru-tiny-player:hover{
	color:rgba(191,191,191,1);
}

.iru-tiny-player .song-main-info{
	margin:5px;					/* marges du cadre */
	font-size:18px;					/* taille police titre */
	display:flex;
	align-items:center;
}

@media screen and (max-width:480px){
	.iru-tiny-player .song-main-info{
		margin:10px 5px;
		font-size:12px;
	}
}

.iru-tiny-player .icon{
	margin-right:10px;
	min-width:1.5rem;
	flex-basis:1.5rem;
	text-decoration:none;
	border-bottom:none;
	position:relative;
}

.iru-tiny-player .icon:hover{
	color:rgba(0,255,0,0.9);
}

@media screen and (max-width:480px){
	.iru-tiny-player .icon{
		margin-right:.25ex;
		min-width:1rem;
		flex-basis:1rem;
	}
}

.iru-tiny-player .icon:before{
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:400;
	text-transform:none!important;
}

.iru-tiny-player .song-main-info .icon.fa-stop{
	margin-right:2ex;
	color:rgba(255,255,255,0.5);
}

.iru-tiny-player .song-main-info .icon.fa-stop:hover{
	color:rgba(255,255,255,1);
}

.iru-tiny-player .song-main-info .icon.fa-play{
	color:rgba(63,255,63,0.5);
}

.iru-tiny-player .song-main-info .icon.fa-play:hover{
	color:rgba(63,255,63,1);
}

.iru-tiny-player .song-main-info .icon.fa-pause{
	color:rgba(255,255,0,0.5);
}

.iru-tiny-player .song-main-info .icon.fa-pause:hover{
	color:rgba(255,255,0,1);
}

.iru-tiny-player .song-main-info .icon.fa-volume-up{
	color:rgba(127,191,255,0.5);
}

.iru-tiny-player .song-main-info .icon.fa-volume-up:hover{
	color:rgba(127,191,255,1);
}

@media screen and (max-width:480px){
	.iru-tiny-player .song-main-info .icon.fa-stop{
		margin-right:.5ex;
	}
}

.iru-tiny-player .song-main-info .song-timer{
	margin:0 1ex;
	white-space:nowrap;
}

.iru-tiny-player .song-main-info .song-title{
	flex-grow:1;
	white-space:nowrap;
	overflow:hidden;
}

.iru-tiny-player .song-seek{
	position:absolute;
	width:100%;
	height:100%;
}

.iru-tiny-player .song-progress{
	position:absolute;
	background-color:rgba(255,255,0,0.1);
	width:0%;
	height:100%;
}

.iru-tiny-player .song-volume-control{
	position:absolute;
	/* background-color:rgba(245,245,245,.85); */
	background-color:rgba(191,191,191,0.75);
	width:100%;
	height:100%;
	top:0;
	border-color:rgba(31,31,31,0.75);
}

.iru-tiny-player .song-volume-control .icon.fa-times{
	color:rgba(191,0,0,1);
}

.iru-tiny-player .song-volume-bar,.iru-tiny-player .song-volume-dot{
	position:absolute;
	top:50%;
	left:20%;
	height:10px;
	margin:0 auto;
	width:80%;
	background-color:rgba(21,29,31,0.9);
}

.iru-tiny-player .song-volume-bar#fg{
	height:5px;
	margin:-2.5px auto;
	width:60%;
}

.iru-tiny-player .song-volume-bar#fgg{
	height:10px;
	margin:-5px auto;
	background-color:transparent;
	width:60%;
}

.iru-tiny-player .song-volume-bar#bg{
	height:1.5px;
	margin:-.75px auto;
	background-color:rgba(21,29,31,0.75);
	width:60%;
}

.iru-tiny-player .song-volume-dot{
	width:15px;
	height:15px;
	left:80%;
	margin:-7.5px auto;
	border-radius:7.5px;
	cursor:pointer;
}

.iru-tiny-player .song-volume-dot:hover{
	background-color:#18bfef
}

.iru-tiny-player .icon.fa-times{
	margin:2ex 2.5ex;
	position:absolute;
	font-size:2.0rem;
	right:0;
	top:0;
	top:-38px;
	left:520px;
}

@media screen and (max-width:480px){
	.iru-tiny-player .icon.fa-times{
		margin:2ex 1.5ex;
		font-size:1rem;
	}
}