@import url("fonts.css");

/* ************************************************* */
/* *******************  general  ******************* */
/* ************************************************* */

body * {
	box-sizing: border-box;
	}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #000;
	background-color: #fff;
	display: table;
	font-family: "AltoPro-Normal";
	}

a {
	text-decoration: none;
	color: #000;
	}

.hidden {
	display: none !important;
	}

:-webkit-scrollbar { 
	display: none; 
	}

html, body {
	min-height: 100%;
	min-height: 100vh;
	}

#main {
	width: 900px;
	margin: auto;
	}

/* ************************************************* */
/* ********************  header  ******************* */
/* ************************************************* */

#header {
	height: 80px;
	width: 100%;
	padding: 0;
	margin: 10px 0 5px 0;
	z-index: 100;
	}

#header > div {
	float: left;
	height: 75px;
	position: relative;
	}

#leftheader {
	text-align: center;
	margin-right: 50px;
	}

#subtitle, #middleheader > * {
	position: absolute;
	bottom: 0;
	}

#title {
	font-family: "Gunplay3D";
	text-transform: uppercase;
	font-size: 3em;
	padding-bottom: 5px;
	}
#subtitle {
	font-family: "AltoPro-NormalItalic";
	font-weight: bold;
	padding-left: 1.3em;
	}

#middleheader > a {
	font-family: "AltoPro-NormalItalic";
	}

/* ************************************************* */
/* *********************  body  ******************** */
/* ************************************************* */

@media (max-width: 650px) {
	.descr {
		font-size: 10px !important;
		line-height: 12px !important;
		}
	#selects {
		font-size: .5em !important;
		}

	}

#body {
	width: 100%;
	}

#main {
	z-index: 1;
	}

.transparent {
	opacity: .2;
	}

#selects {
	display: table;
	width: 896px;
	margin-left: 2px;
	color: #fff;
	font-size: .9em;
	}
.select {
	padding: 15px 0 10px 0;
	}
#selects > div {
	padding: 0 1em 1em 1em;
	border: 2px solid black;
	}
#selects img {
	width: 20px;
	height: 20px;
	}
#selectgenre {
	background-color: #336698;
/*	width: 455px; */
	width: 538px;
	}
#selectwork {
	background-color: #333;
	}


label {
	cursor: pointer;
	white-space: nowrap;
	}
label.first {
	margin-left: -5px !important;
	}
label.all {
	margin-left: 20px;
	}
#selectgenre label {
	margin-left: 25px;
	}
#selectwork label {
	margin-left: 12px;
	}

#selects > div {
	display: table-cell;
	}

#films {
	width: 896px;
	margin: auto;
	}
#films .pictos {
	padding: 5px !important;
	}

.film {
	width: 180px;
	height: 190px;
	border: 2px solid black;
	margin: 0 -1px -1px 0;
	float: left;
	padding: 0px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	}
.filmImg {
	width: 160px;
	margin: 5px auto;
	}
.genre {
	color: blue;
	font-family: "FuturistStencil";
	font-size: 1em;
	margin-top: -5px;
	padding: 0 5px 5px 10px;
	display: block;
	text-align: left;
	}
.title {
	font-family: "AltoPro-Normal";
	display: block;
	color: #fff;
	background-color: #333;
	font-size: .8em;
	padding: 5px 5px 5px 10px;
	width: 100%;
	text-align: left;
	overflow-x: hidden;
	white-space: nowrap;
	}
.pictos {
	text-align: left;
	padding: 5px 5px 0 0;
	}
.pictos img {
	height: 20px;
	width: 20px;
	margin-right: 3px;
	}

.fiche {
	background-color: #fff;
	margin-left: 2px;
	width: 896px;
	height: 250px;
	position: fixed;
	border: 5px solid #333;
	/* top: 100px; */
	z-index: 500;
	display: table;
	}
.fiche > div {
	display: table-cell;
	width: 450px;
	}
.genreFiche {
	margin: 10px 10px 0 0;
	float: left;
	}
.genreFiche > img {
	width: 1.5em;
	}
.close {
	top: 5px;
	position: absolute;
	right: 20px;
	cursor: pointer;
	}
.close img {
	width: 40px;
	}

.ficheImg {
	/* width: 100%; */
	margin-bottom: -7px;
	width: 450px;
	height: 270px;
	}
.infos {
	position: absolute;
	padding-left: 15px;
	top: 0;
	font-size: .9em;
	}
.filmLink {
	border: 2px solid #333;
	position: absolute;
	top: 230px;
	margin-left: 320px;
	width: 6em;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-family: "FuturistStencil";
	text-transform: uppercase;
	}

h1 {
	margin: 10px 80px 10px 35px;
	line-height: 1em;
	}
.descr {
	font-style: italic;
	}
.descr > span:first-child {
	text-transform: uppercase;
	}

/* ************************************************* */
/* ********************  footer  ******************* */
/* ************************************************* */

#footer {
	height: 50px;
	width: 100%;
	bottom: 0;
	margin: 0;
	background-color: #fff;
	color: #333;
	display: table;
	font-family: "gotham_lightregular";
	font-size: 0.8em;
	padding: 5px;
	text-align: center;
	}
#copy {
	display: table-cell;
	vertical-align: middle;
	}

#share {
	position: absolute;
	width: 150px;
	right: 0px;
	padding-top: 10px;
	}

#share img {
	width: 20px;
	}


