@font-face {
    font-family: 'bad_grungeregular';
    src: url('typos/BAD GRUNGE.ttf') format('opentype'),
    src: url('typos/bad_grunge-webfont.woff2') format('woff2'),
         url('typos/bad_grunge-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'diamante-extraboldregular';
    src: url('typos/Diamante-ExtraBold.ttf') format('opentype'),
		url('typos/diamante-extrabold-webfont.woff2') format('woff2'),
         url('typos/diamante-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*{
	padding:0;
	margin:0;
	overflow : hidden;
}
html,body{
	width : 100%;
	height:100%;
}
body{
	background-color:rgba(0,0,0,0.45);
}
html{
	background-image:url('images/bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000000;
}

#wrapper{
	width:1000px;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	
}
/** HEADER **/
#header{
	width:100%;
	height:20%;
	position:relative;
}

#header img{
	position:absolute;
	max-height:85%;
	max-width:100%;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
}
/*** CONTENT ***/
#content{
	position:relative;
	width:100%;
	overflow:overflow-y;
	color:#ffffff;
	transition: opacity 0.2s;
	opacity : 0;
}
#content h1{
	font-family:'diamante-extraboldregular';
	letter-spacing: 1px;
	text-align:center;
	width : 100%;
	font-weight : 100;
}
#EPTitres{
	position:relative;
	
}
#pochette{
	width:50%;
	float:left;
	height:100%;
	/*background-image:url('images/ep.jpg');*/
	background-repeat : no-repeat;
	background-size : auto 60%;
	background-position : center;
	position : relative;
}
#bcPlayer{
	position : absolute;
	/*width : 60%;*/
	top : 50%;
	left : 50%;
	transform : translateX(-50%) translateY(-50%);
	max-height : 95%;
}
#titres{
	float:left;
	position : relative;
	width:50%;
	height:100%;
	
}
#titres ul{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	font-family:'diamante-extraboldregular';
	text-transform:uppercase;
	letter-spacing: 1px;
	font-size:30px;
	width:60%;
	text-decoration:none;
	list-style:none;
	text-align:center;
}

#plateforme{

	bottom:0;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.block{
	width:33%;
	text-align : center;
	margin-top : 5px;
}

.block span{
	width: 95%;
	padding : 2% 0%;
	display:inline-block;
	background-color : rgba(255,255,255,0.6);
	border-radius : 12px;
	cursor : pointer;
	
}
.block span:hover{
	background-color : rgba(255,255,255,0.9);
}
.block img{
	display:inline-block;
	width: 80%;
	vertical-align:middle;
}

/*** FOOTER ***/
#footer{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	height:10%;
	min-height:60px;
}
#footer .social-menu{
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
    list-style: none;
}

#footer .social-menu li {
    display: inline-block;
	background-size:contain;
	width:50px;
	height:50px;
	margin-left:4px;
	margin-right:4px;
	display : inline-block;
	cursor : pointer;
}

#footer .social-menu li a{
	width:100%;
	height:100%;
	display:block;
}

#footer .infos-menu{
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
    list-style: none;
}

#footer .infos-menu li {
	display: inline-block;
	padding:1px 10px;
	border: 1px solid #ffffff;
}

#footer .infos-menu li:hover {
	background-color:#ffffff;
}
#footer .infos-menu li:hover a{
	color:#000000;
}

#footer .infos-menu li a{
	color:#ffffff;
	font-family:'diamante-extraboldregular';
	letter-spacing: 1px;
	text-align:center;
	font-size : 24px;
	text-transform:uppercase;
	cursor : pointer;
	text-decoration:none;
	font-weight:bold;
}



.icon-youtube {
	background-image:url('sociaux/64x64youtube.png');
	margin-right:0px !important;
}

.icon-twitter {
	background-image:url('sociaux/64x64twitter.png');
}

.icon-facebook {
	background-image:url('sociaux/64x64facebook.png');
	margin-left:0px !important;
}

.icon-instagram{
	background-image:url('sociaux/64x64instagram.png');
}

.icon-youtube:hover {
	background-image:url('sociaux/64x64youtubeHover.png');
}

.icon-twitter:hover {
	background-image:url('sociaux/64x64twitterHover.png');
}

.icon-facebook:hover {
	background-image:url('sociaux/64x64facebookHover.png');
}

.icon-instagram:hover{
	background-image:url('sociaux/64x64instagramHover.png');
}



@media screen and (max-height: 800px) {
	#footer .social-menu li {
		width:30px;
		height:30px;
	}
	#footer .infos-menu li a{
		font-size:18px;
	}
}
@media screen and (orientation: portrait) {
	.block{
		width:50%;
	}
	#titres{
		display:none;
	}
	#pochette{
		width:100%;
		background-size: auto 75%;
	}
	#footer .infos-menu li a{
		font-size:30px !important;
	}
}

@media screen and (max-width: 1000px) {
	#wrapper{
		width:90%;
	}
	#footer .infos-menu li a{
		font-size:18px;
	}
}
