@media(max-width:500px) { .player_float{float:none;display:inline-block;width:100%} }

.banner_center {

	text-align:center;

	margin:20px auto;

}

@media (max-width: 800px) {

	.ad {

		transform: scale(0.7, 0.6);

	}

	.banner_center {

		display:none;

	}

}
.stars p { color:black;margin: 5px auto; }
.stars { height: 280px; }
.vues {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 4px;
    background-color: rgba(0, 0, 0, 0.5);
	width: auto;
}

.desc_stars {height:20px;}

.duree {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 4px;
    background-color: rgba(0, 0, 0, 0.5);
	width: auto;
}


.description {
    position: relative;
    color: black;
    font-size: 14px;
    width: 100%;
    margin-top: 5px;
}

.description p{
	margin-top: 20px;
    height: 40px;
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.progress {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #fd5566;
    border-radius: 4px;
    height: 10px;
    position: relative;
    display: block;
    padding: 0;
    margin-top: -55px;
}

.stats {
	color: white;
    position: relative;
    width: 100%;
    margin-top: -45px;
}

.bloc-video {
	max-height:230px;
}

.nav-pills > li > a {
    background: black;
    color: white;
}

.nav-pills > li > a:hover {
    background: black;
    color: white;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: black;
    color: white;
}

@media (max-width: 1700px) {
	.bloc-video {
		max-height:210px;
	}
}
	

@media (max-width: 1300px) {
	.bloc-video .stats {
		top: 0;
	}
}

@media (max-width: 1000px) {
	.half {
		display: inline-block;
		width: 100%;
		margin:10px auto;
	}
}