@charset "utf-8";
	
/* Player */
.player-title {
	font-size:1.5rem;
	font-weight:700;
}

.player-infos {
	font-size:1.1rem;
	color:#444;
	margin-top:10px;
}

.player-infos a { 
	color:#444;
}

.player-description {
	font-size:1rem;
	color:#444;
	text-align: justify;
	margin-top:10px;
}

/* Partage */
.player-sharing { 
	overflow: hidden;
	margin-top:10px;
}

.player-sharing a {
	float:left;
	display:block;
	width:32px;
	height:32px;
	background:no-repeat center center;
	background-size:cover;
	overflow:hidden;
	text-indent:-1000px;
	margin-right:10px;
}

.player-sharing a.player-sharing-facebook { background-image:url(../img/facebook.png); }
.player-sharing a.player-sharing-twitter { background-image:url(../img/twitter.png); }
.player-sharing a.player-sharing-whatsapp { background-image:url(../img/whatsapp.png); }
.player-sharing a.player-sharing-comment { background-image:url(../img/comment.png); text-indent:0; }

.player-sharing a.player-sharing-comment span.comment-count {
	position:absolute;
	display:block;
	margin:-4px 0 0 22px;
	z-index:2;
	background-color:#D90104;
	color:#fff; font-size:11px;
	text-align: center;
	line-height: 16px;
	border-radius:8px;
	height:16px;
	width:16px;
	overflow: hidden;
}

/* Items */
#loading-items { height:80px; overflow:hidden; clear:both; background:url('../../img/loading.gif') center center no-repeat; }
#next-items { text-align: center; }
#next-items a { display:inline-block; background:#eee; padding:5px 10px; border-radius: 5px; text-align:center; cursor: pointer; color:#666; margin:20px 0; }
.rempty-result { font-size:1.2rem; line-height:2rem; color:#444; text-align: center; }
	
/* Slidebar Recherche */
.search-filter.search-filter-scroll {
	height:120px;
	overflow-y: scroll;
}

.search-filter li {
	height:30px;
	overflow:hidden;
	color:#666;
}

.search-filter label {
	cursor: pointer;
}