@charset "utf-8";

html {
	width:100%;
	height:100%;
	}

.h1, .h2, .h3, .h4, .h5n .btn {
	font-family: 'Poppins', 'Roboto' !important;
}

body {
	width:100%;
	height:100%;
	background-image: url('../img/background.jpg');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
	background-color:#000 !important;
	padding-top:1rem !important;
	padding-bottom:7rem;
	color:#fff;
}

a { 
	color:#fff;
	transition: color 0.25s ease;
}

a:hover {
	color:rgba(255,255,255,.50) !important;
}

a.dropdown-item:hover {
	background:transparent;
}

.row-result:hover {
	background:rgba(250,250,250,.10);
	border-radius: 0.25rem;
}

body.mobile-overflow {
	height: 100%;
	overflow: hidden !important;
}
	
/* Player */
#player-container .player-title {
	font-size:2.5rem;
	font-weight:700;
	color:#fff;
}

#player-container .player-infos {
	font-size:1.1rem;
	color:#fff;
	margin-top:0;
}

#player-container .player-infos a { 
	color:#fff;
}

#player-container .player-description {
	font-size:1rem;
	color:#fff;
	text-align: justify;
	margin-top:10px;
}

.player-image-bg {
	background-size:cover;
	background-repeat:no-repeat;
}

.player-image-bg .fas {
	text-shadow: 3px 3px 16px rgba(0,0,0,0.8);
}

.row-result {
	font-size:1.15rem;
}

/* Partage */
.player-sharing { 
	overflow: hidden;
	margin-top:10px;
	display:flex;
}

.player-sharing a {
	display:block;
	width:32px;
	height:32px;
	background:no-repeat center center;
	background-size:cover;
	overflow:hidden;
	text-indent:-1000px;
	margin-right:1rem;
}

.player-sharing a.player-sharing-favoris { text-indent:0; font-size:24px; line-height:32px; text-align: center; }
.player-sharing a.player-sharing-facebook { background-image:url(../../videos/img/facebook.png); }
.player-sharing a.player-sharing-twitter { background-image:url(../../videos/img/twitter.png); }
.player-sharing a.player-sharing-whatsapp { background-image:url(../../videos/img/whatsapp.png); }
.player-sharing a.player-sharing-youtube { background-image:url(../../videos/img/youtube.png); }
.player-sharing a.player-sharing-comment { background-image:url(../../videos/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;
}

.row-result,
.row-result a {
	color:#fff;
}

.row-result .item-container {
	position:relative;
	border-radius: 0.1rem;
	overflow:hidden;
	box-sizing: border-box;
	border:none;
	width:50px;
	height:50px;
}

.row-result .item-image {
	background-size: cover;
}

/* Favoris */
a.btn-repeat.active,
a.favoris .active,
a.favoris[data-favoris="0"]:hover {
	color: #A20002 !important;
}

/* Contrôles */
#controls {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left:0;
	right:0;
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	backdrop-filter: blur(10px);
	color:#fff;
	min-height:90px;
}

#controls .player-title {
	font-size:1.15rem;
	font-weight:700;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:100%;
	overflow: hidden;
}

#controls .player-progress {
	cursor: pointer;
	height:0.25rem;
	border-radius: 0;
}

#controls .player-progress:hover {
	height:1rem;
}

/* Playlist */
#playlist {
	position: fixed;
	z-index: 11;
	bottom: 100px;
	top:0;
	left:0;
	right:0;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0);
	color:#fff;
	overflow-y: scroll;
	overflow-x: hidden;
}

#playlist .row-result {
	font-size: 0.85rem;
}

.input-dark {
	color:#fff;
	background:rgba(0,0,0,0.8);
	border-color:#666;
}

/* Items */
#loading-items { height:80px; overflow:hidden; clear:both; }
#next-items { text-align: center; }
#next-items a { display:inline-block; padding:5px 10px; border-radius: 5px; text-align:center; cursor: pointer; color:#fff; margin:20px 0; }
.empty-result { font-size:1.2rem; padding:5rem 0; color:#fff; text-align: center; }
	
/* Slidebar Recherche */
.navbar-nav a.nav-link {
	transition: color 0.5s ease;
	color:rgba(255,255,255,.50) !important;
}

.navbar-nav a.nav-link:hover {
	color:rgba(255,255,255,1) !important;
}

.navbar-nav {
	font-size: 1.2rem;
}

#comments > .categorie-title {
	display: none;
}

#comments .comment-item-name {
	color:#fff !important;
}

#comments .comment-item {
	background:none !important;
	color:#fff !important;
}

.dropdown-menu {
	border:1px solid #666;
	background:rgba(0,0,0,.90);
}

.dropdown-menu a {
	color:#fff;
}

.categorie-mobile {
	display: flex;
	justify-content: space-between;
	margin:0;
	padding:0;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.categorie-mobile li {
	list-style:none;
	font-size:1.15rem;
	margin:0 0.5rem;
}

.modal-content {
	color:#222;
}

.modal-footer a {
	color:#222;
}

.modal-footer a:hover {
	color:#666 !important;
}

.alert-placeholder-menu {
	position: fixed;
	top:10px;
	right:0;
	left:0;
	height:1px;
}

@media screen and (max-width: 765px) {
	
.h2 {
	font-size:1.5rem;
	}
	
.logo-tb-music {
	height:40px;		
	}
	
#player-container .player-title {
	font-size:1.55rem;
	text-align: center;
	}
	
.player-infos,
.player-title {
	text-align: center;		
	}
	
.player-banner img {
	width: 100%;		
	}
	
.player-sharing { 
	justify-content: center;
	}
	
.row-result {
	font-size: 0.85rem;
}
	
.navbar-header  {
	position: fixed;
	background:rgba(0,0,0,.95);
	z-index:10;
	top:0px;
	left:0px;
	right:0px;
	}
	
.navbar-header.opened {
	z-index:100;
	overflow-y: scroll;
	height:100%;
	}

body  {
	padding-top: 60px;
	}	
}
