body
{
	background:#333333;
}
#contain
{
	display:block;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Yantramanav', sans-serif;
	margin-top:3vh;
	margin-bottom:27vh;
}
#contain ul
{
	display:inline-block;
	width:100%;
	height:31vh;
	overflow-y:scroll;
	position: relative;
	top:75vh;
}
#contain ul a
{
	display:block;
	width:98%;
	height:5vh;
	background:#222222;
	margin-top:0.5vh;
	margin-bottom:0.5vh;
	border: solid 0.2vh #222222;
	color:white;
	text-decoration:none;
}
#contain ul a .date
{
	font-size:2vh;
	display:inline-block;
	width:1vh;
	margin-top:0.5vh;
	margin-left:1vh;
	color:#9CCE9C;
}
#contain ul a .name
{
	font-size:2.5vh;
	display:inline-block;
	margin-left:3vh;
	vertical-align:top;
	margin-top:1.3vh;
}
#contain ul a:hover
{
	background-color:white;
	color:black;
	transition:0.4s;
	border-color:white;
}
#contain ul a:hover > .date
{
	color:black;
	transition:0.4s;
}
#contain #titre
{
	color:white;
	font-size:4vh;
	margin-bottom:1vh;
	text-align:center;
}
#contain #viewwind
{
	display:inline-block;
	margin-left:0;
	width:100%;
	background-color:#333333;
	vertical-align:top;
	height:41vh;
	/*border:solid 0.3vh #b1b2b6;*/
	border-radius:0.7vh;
	color:white;
	font-size:2.1vh;
	line-height:2.6vh;
	text-align:center;
	position:relative;
	top:-30vh;

}
#window
{
	display:block;
	width:94.5vw;
	height:45.9vw;
	background:rgba(0,0,0,.3);
	margin-left:auto;
	margin-right:auto;
	margin-top:1vh;
}
#viewtitre
{
	text-align:center;
	font-size:3vh;
	margin-bottom:1.5vh;
	margin-top:1.5vh;
}
#description
{
	display:none;
	margin-left:1vh;
	margin-right:1vh;
	margin-top:8vh;
}
#descriptionmobile
{
	display:block;
	margin-left:1vh;
	margin-right:1vh;
	margin-top:8vh;
}
#openfile
{
	display:none;
	padding-top:0.8vh;
	padding-bottom:0.8vh;
	padding-left:1vh;
	padding-right:1vh;
	text-align:center;
	color:white;
	text-decoration:none;
	font-size:2.3vh;
	border:solid 0.15vh white;
	border-radius:0.5vh;
	margin-top:2vh;
}
#openfile:hover
{
	background-color:#9CCE9C;
	border-color:#9CCE9C;
	color:#333333;
	transition:0.3s;
}
footer
{
	margin-top:35vh;
}