/*     Style for "home" block		*/

#header {
	z-index: 2000;
	box-shadow: 0px 3px lightgrey;
}
#header,
#film_list,
#film_detail {
	overflow: hidden;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	font-family: Arial;
	padding: 0 0 0 0;
}
#film_detail {
	display: none;
	text-align: center;
}
#film_detail ul {
	list-style: none;
}
#header {
	background-color: darkblue;
	color: white;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: 'BebasNeue Bold';
	font-size: 30px;
	text-align: center;
	padding: 10px 0 5px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 70px;
}
#btn_news,
#btn_seen { 
	float: left;
	margin-left: 15px;
	cursor: pointer;
}
#btn_ajout, 
#btn_search { 
	float: right;
	margin-right: 15px;
	cursor: pointer;
}

.jacquette_bloc,
.jacquette_bloc_detail {
	width: 210px;
	display: inline-block;
	padding: 0;
	margin: 3px 0 15px 0;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
}
.jacquette_image,
.jacquette_image_detail {
	width: 200px;
	hight: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
@media screen and (max-width : 380px) {
	.jacquette_bloc {
		width: 150px;
	}
	.jacquette_image {
		width: 140px;
	}
}

.titre_liste {
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
}
.film-stars {
	margin: 0 0 5px 4px;
}
.film-note {
	margin: 0 4px 5px 0;
	float: right;
}
.label-film-item {
	font-weight: bold;
}
.film-proprietes {
	text-align: justify;
	padding: 10px;
}
.icon-off {
	opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}
	
