/* =============================================================================
   CONTENT
   ========================================================================== */
#home {
	position:relative;
	float:left;	
	width: 100%;
	height:auto;
	z-index:3;
	margin-top:10px;
	padding:0px 6px 20px 6px;
	overflow:hidden; 	
}

/* =============================================================================
   BLOCS
   ========================================================================== */

/* GONDOLE */
#home #slider {	
	position:relative;
	float:left;	
	display:inline-block;
	width:65%;
	margin-bottom:10px;
}

/* NEWS */
#home_news {
	position:relative;
	float:left;	
	display:inline-block;
	width: 35%;
	padding-left: 10px;	
}
#home_news .bloc_news {
	position: relative;	
	display: inline-block;	
	color: #fff;
	transition: all 0.2s ease-in;
	border: #004553 1px solid;
}
#home_news .bloc_news:nth-child(2) {
	margin: 10px 0px;
}
#home_news .news_img {
	position: relative;
	display:block;
	width:100%;
	overflow:hidden;
}
#home_news .news_img img {
	display:block;
	width:111%;
}
#home_news .news_title {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.8);
	padding: 10px 8px 9px 8px;
	font-family: 'helioscondregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	transition: all 0.2s ease-in;
}
#home_news .bloc_news:hover .news_title {
	background: rgba(0,69,83,0.8);	
}
#home_news .news_corner {
	position: absolute;
	width:20px;
	bottom: 0px;
	right: 0px;
}

/* =============================================================================
   BLOCS LINKS
   ========================================================================== */
#home_links {
	float: left;
	width: 54%;
	height:390px;
	letter-spacing:1px;
}
#home_links a {
	position: relative;
	float: left;
	display:inline-block;
	color: #fff;
	height:100%;
}
#home_links a#home_links_1 {
	width: 49%;
	height:390px;
	margin-right:1%;
	border: #004553 1px solid;
}
#home_links a#home_links_2 {
	width: 49%;
	height:390px;
	margin-left:1%;
	border: #004553 1px solid;
}
.home_links_txt {
	position: absolute;
	bottom:10px;
	width:100%;
	background: rgba(0,0,0,0.8);
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-family: 'trump_town_proregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size: 18px;
	text-shadow: 3px 2px 0 #000000;
	transition: all 0.2s ease-in;
	text-transform: uppercase;
}
#home_links a:hover .home_links_txt {
	background: rgba(6,72,85,0.8);	
}

/* =============================================================================
   BLOCS GAME
   ========================================================================== */
#home_game {
	width:46%;
	float:left;
	padding-left:10px;
	position: relative;	
}
#home_game a {
	position: relative;
	float: left;
	display:inline-block;	
	width:49%;
	height:180px;
	margin-bottom:10px;
	border: #004553 1px solid;
	color: #fff;
	transition: color 0.1s ease-out;	
}
#home_game a#home_game_1 {	
	margin-right:1%;
}
#home_game a#home_game_2 {
	margin-left:1%;
}
#home_game a#home_game_3 {
	width:100%;	
	height:200px;
}
.home_game_txt {
	position: absolute;
	background: rgba(0,0,0,0.8);
	left:0px;
	bottom:0px;
	padding: 10px 10px 10px 10px;
	width:100%;
	font-family: 'trump_town_proregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;	
	transition: all 0.2s ease-in;
	text-shadow: 3px 2px 0 #000000;
	letter-spacing:1px;
}
#home_game a:hover .home_game_txt {
	background: rgba(6,72,85,0.8);
}


/* =============================================================================
   YOUTUBE
   ========================================================================== */
#home_video {
	position: relative;	
	float:left;
	display:inline-block;
 	width:57%;
}
#home_current_video {
	width: 66%;
	float: left;
	padding-right: 4px;	
}
.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#home_list_video {
	width: 34%;
	float: left;
	padding:0px 4px 0px 3px;
}
#home_list_video .youtube_bloc {
	overflow: hidden;
	height: 0px;
	padding-bottom: 53%;
	width: 100%;
	position: relative;	
	text-align:center;
}
#home_list_video .video_0 {
	display: none;
	border:#333 1px solid;
}
#home_list_video .video_1 {
	margin-bottom:6px;
	border:#333 1px solid;
}
#home_list_video .video_2 {
	margin-top:6px;
	border:#333 1px solid;
}
#home_list_video .youtube_play_content {
	position: absolute;	
	z-index:1;
	display: table;
	height: 100%;
	width:100%;
}
#home_list_video .youtube_img {
	position: absolute;	
	z-index:1;
	top:-18%;
	left:0px;
	width: 100%;
}
#home_list_video .youtube_play {
	display: table-cell;
  vertical-align: middle;
}
#home_list_video .youtube_play_icon {
	position:relative;
	margin:auto;
	z-index:5;
	font-size: 14px;
	color: #fff;
	background: rgba(30,30,30,0.95);
	border-radius: 7px;
	width:45px;
	height:30px;
	padding:7px 0px 0px 2px;
}
#home_list_video .youtube_bloc:hover .youtube_play_icon {
	background: #CC181E;
}



/* =============================================================================
   SOCIAL BUTTONS
   ========================================================================== */
#home_social {
	position: relative;	
	float:left;
	display:inline-block;
	width: 43%;
	height: 0;
	padding-bottom: 20.8%;	
	overflow: hidden;
}
#home_social_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#home_social .bloc_social {
	position: relative;
	float: left;
	display:inline-block;
	width: 50%;
	height: 50%;
	opacity: 1;
	transition: opacity 0.1s ease-out;
}
#home_social .bloc_social:hover {
	opacity: 0.7;
	transition: opacity 0.2s ease-in;
}
#home_social .bloc_social::after {
	content: "";
	position: absolute;
	border-bottom: 15px solid #000;
	border-left: 15px solid transparent;
	font-size: 0px;
}
#home_social .bloc_social#home_facebook {
	padding:0px 3px 3px 3px;
} 
#home_social .bloc_social#home_facebook::after {
	bottom:3px;
	right:3px;
} 
#home_social .bloc_social#home_twitter {
	padding:3px 3px 0px 3px;
}
#home_social .bloc_social#home_twitter::after {
	bottom:0px;
	right:3px;
} 
#home_social .bloc_social#home_youtube {
	padding:0px 0px 3px 3px;
}
#home_social .bloc_social#home_youtube::after {
	bottom:3px;
	right:0px;
} 
#home_social .bloc_social#home_twitch {
	padding:3px 0px 0px 3px;
}
#home_social .bloc_social#home_twitch::after {
	bottom:1px;
	right:0px;
}
#home_social .bloc_social a {
	position:relative;
	display: table;
	width: 100%;
	height: 100%;	
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;	
	text-align: center;
	color: #fff;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.5);
}
#home_social .bloc_social a .bloc_social_content {
	display: table-cell;
  vertical-align: middle;
}
#home_social .bloc_social a span {
	float: left;
	font-size: 28px;
	line-height:36px;
}
#home_social .bloc_social a i {
	font-size: 36px;
	line-height:36px;
	margin-right: 13px;
	border-right: rgba(0,0,0,0.2) 2px solid;
	width: 60px;
	display: block;
	text-align: center;
	float: left;
}
#home_facebook a {
	background: #5782bc; /* Old browsers */
	background: -moz-linear-gradient(top,  #5782bc 0%, #285c9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5782bc), color-stop(100%,#285c9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5782bc 0%,#285c9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5782bc 0%,#285c9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5782bc 0%,#285c9e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5782bc 0%,#285c9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5782bc', endColorstr='#285c9e',GradientType=0 ); /* IE6-9 */
}
#home_youtube a {
	background: #f54842; /* Old browsers */
	background: -moz-linear-gradient(top,  #f54842 0%, #ce211b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f54842), color-stop(100%,#ce211b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f54842 0%,#ce211b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f54842 0%,#ce211b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f54842 0%,#ce211b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f54842 0%,#ce211b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54842', endColorstr='#ce211b',GradientType=0 ); /* IE6-9 */
}
#home_twitter a {
	background: #07a7c7; /* Old browsers */
	background: -moz-linear-gradient(top,  #07a7c7 0%, #01748b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07a7c7), color-stop(100%,#01748b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #07a7c7 0%,#01748b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #07a7c7 0%,#01748b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #07a7c7 0%,#01748b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #07a7c7 0%,#01748b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07a7c7', endColorstr='#01748b',GradientType=0 ); /* IE6-9 */
}
#home_twitch a {
	background: #8966ca; /* Old browsers */
	background: -moz-linear-gradient(top,  #8966ca 0%, #623fa3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8966ca), color-stop(100%,#623fa3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8966ca 0%,#623fa3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8966ca 0%,#623fa3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8966ca 0%,#623fa3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8966ca 0%,#623fa3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8966ca', endColorstr='#623fa3',GradientType=0 ); /* IE6-9 */
}


/* =============================================================================
   MEDIA QUERIES POUR LES IMAGES
   ========================================================================== */
@media screen and (min-width: 1000px) {
	#home_shop a {
		height:180px;
	}
	#home_links a#home_links_1 {		
		background: transparent url(../img/home/home_links_1.jpg) no-repeat center;
		background-size: cover;
	}
	#home_links a#home_links_2 {
		background: transparent url(../img/home/home_links_2.jpg) no-repeat center;
		background-size: cover;
	}	
	#home_game a#home_game_1 {
		background: transparent url(../img/home/home_game_1.jpg) no-repeat center;
		background-size:cover;
	}
	#home_game a#home_game_2 {
		background: transparent url(../img/home/home_game_2.jpg) no-repeat center;
		background-size:cover;
	}
	#home_game a#home_game_3 {
		background: #000 url(../img/home/home_game_3.jpg) no-repeat center;
		background-size: cover;
	}
	
}

