/* =============================================================================
   CONTENT
   ========================================================================== */
#news {
	position:relative;	
	float:left;	
	width: 100%;
	height:auto;
	z-index:3;
	padding:10px 0px;	
	background: #0c0c0c;
}
#news-main {
  position:relative;
	float:left;	
	width:65%;
	height:auto;
	z-index:3;
	padding: 0px 15px 25px 0px;
	background: #0c0c0c;
}
#news-loading {
	position:relative;
	width: 100%;
	height:100%;
	color:#000;
	display:none;	
}

#news-loading .loading {
	position:absolute;
	z-index:10;
	top:60px;
	left:0;
}
#news-content {
	margin: 10px 0px 0px 0px;
	display:block;
}
#news-content .hidden{display:none;}
#news-content .visible{display:block;}


/* =============================================================================
   NAV
   ========================================================================== */   

/* NAV NEWS TOP : BTN PREVIOUS NEXT */
#nav-arrows {
	clear: both;
	text-align: center;
	float:right;
	height:40px;
	padding:0;
	margin-top:-30px;
}
#nav-arrows .btn-arrows {
	display: inline-block;
	position: relative;
	float: left;
	text-align:center;
}
.btn-arrows a i  {
	display: inline-block;
	position: relative;
	text-align:center;
	color:#FFF;
	font-size: 16px;
	line-height:27px;
	width:25px;
	height:25px;
	background: #25435b url(../img/pattern/pattern_focus.jpg) repeat top left;
}
.btn-arrows a i.fa-chevron-right  {
	padding-left:2px;
}
.btn-arrows a i.fa-chevron-left  {
	padding-right:2px;
}
.btn-arrows a i:hover {
	color: #000;
	background: #6abdff;
}


/* NAV NEWS BOTTOM : NUMERO DE PAGE */
#nav-pages {
  clear: both;
  text-align: center;
  float:right;
  height:40px;
  padding:0;
}
#nav-pages a {
	display: inline-block;
	position: relative;
	font-family: 'helioscondbold', Arial, "Helvetica CY", Helvetica, sans-serif;
	color:#FFF;
	font-size: 14px;
	width:25px;
	height:25px;
	padding-top:6px;
	background: #25435b url(../img/pattern/pattern_focus.jpg) repeat top left;
}
#nav-pages a.page_current, 
#nav-pages a:hover {
	color: #000;
	background: #6abdff;
}

   
/* =============================================================================
   NEWS
   ========================================================================== */   
   
 /* LA NEWS */  
article {
	position:relative;
	float: left;
	margin-bottom: 2em;
	padding:0;
}

.news-figure, .news-content, .news-text, .news-footer {
	display:    inline-block;
	position:   relative;
	float:      left;
	width:      100%;
}
.news-figure a, .news-content a, .news-footer a {
	color:#FFF;
	text-decoration:none;
}

/* MARGE */
.news-marge {	
	display:block;
}
.news-puce {
	position:absolute;
	width:40px;
	height:36px;
	left:-43px;
	top:0px;
	z-index: 1;
}

/* TITRE */
.news-title {
	position:relative;
	width:100%;		
	padding:0;
	margin:0;
	font-family: 'eurostiledemi', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;		
	text-transform:uppercase;
	color:#fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
	font-weight: normal;	
}
.news-title-back {
	padding:9px 6px 6px 17px;
	background: transparent url(../img/pattern/pattern_focus.jpg);
	z-index: 2;
	transition: all 0.3s ease-in-out 0s;
}
.news-title a {	
	color:#fff;
	display: block;	
	transition: all 0.3s ease-in-out 0s;
}


/* EFFET ROLLOVER ET SOULIGNE */
#newslist .news-title-back:hover a {	
	color:#6abdff;
}
#newslist .news-title-back:before {	
		content: "";
		position: absolute;
		width:100%;	
		height:2px;
		left:0px;
		bottom:0px;
		background-color: #6abdff;
		visibility: hidden;
		transform: scaleX(0);
		transition: all 0.3s ease-in-out 0s;
	}
#newslist .news-title-back:hover:before {
	visibility: visible;
	transform: scaleX(1);
}	


/* NEWS CONTENT */
.news-content {
	width:100%;
	/* padding: top right bottom left; */
	padding:12px 10px 6px 15px;	
	/* POLICE */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	/* COULEUR TEXTE */
	color:#fff;
}

/* SCREEN */
.news-figure {
	width:39%;
	margin:0;
	padding:0;	
}

.news-date {
	position:absolute;
	z-index:10;
	width:32%;
	top: 0px;
	left: 0px;
	text-transform: uppercase;
	font-size:10px;
	line-height:18px;
	padding:6px 7px;
	color:#eee;	
	text-align:center;
	background:rgba(0,0,0,0.6);	
}

.news-screen {
	width:100%;
	margin:0;
	padding:0;
}

/* SCREENS */
.screen {
   width: 100%;
   height: auto;
   float: left;
   position: relative;
   text-align: center;      
   cursor: pointer;
}
.screen .pic {
	width: 100%;
	display: block;
	position: relative;
	border: 1px solid #393f3b;	
}
.screen .more {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left:-25px;
   margin-top:-25px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   transition: all 0.3s ease-in-out 0.1s;
}
.screen:hover .more {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   transition-delay: 0s;
}
.screen img {
	opacity: 1;
	transition:opacity 1s ease;	
}
.screen:hover img {
	zoom: 1;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition:opacity 0.3s ease;
}

.filtre {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width:100%;
	height:100%;
	opacity: 0.4;
	border: #5d5d5d 1px solid;	
}
.pic {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;	
}


/* CONTENU TEXTE */
.news-text {
	width:60%;
	position:relative;
	float:left;
	padding:0px 0px 10px 20px;
	margin:0;
	margin-bottom:8px;	
	line-height:18px;	
	text-align:justify;
	font-size:13px;
}
.news-text a {
	color:#3a87c2;
	font-weight:bold;
	text-decoration:none;
	border-bottom: #3a87c2 1px solid;
}
.news-text a:hover {
	color:#78b4ff;
	border-bottom: #78b4ff 1px solid;
}
a:hover .news-text {
	color:#ccc;
	transition: all 0.2s ease;
}

.news-text img {
	max-width: 100%;
}

/* YOUTUBE PLAYER */
.news-text iframe, 
.news-text embed, 
.news-text object {
	max-width: 100%;
	margin:auto;
}
.news-text video {
	max-width: 100%;
	height: auto;
}

/* FOOTER */
.news-footer {
	position:relative;
	float: right;
	margin-top: -28px;
}

.news-footer a {
	float: right;
}


/* BOUTONS SOCIAL, MORE ET COMMENT  */
.btn-share, .btn-more, .btn-comment, .btn-back a {
	font-family: 'helioscondregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;	
	display: inline-block;
	position: relative;
	float: left;
	height:28px;	
}


/* BOUTONS SHARE SOCIAL */
.news-footer .fa-facebook {
	/* padding: top right bottom left; */
	width:28px;
	font-size:20px;
	line-height:26px;
	padding:2px 0px 0px 8px;
	margin-left: 1.5%;
	background: #3C5998;	
}
.news-footer .fa-twitter {
	width:28px;
	font-size:19px;
	line-height:26px;
	padding:2px 0px 0px 6px;
	margin-left: 1.5%;
	background: #00ABF0;
}
.news-footer .fa-share-alt {
	width:28px;
	font-size:19px;
	line-height:26px;
	padding:1px 0px 0px 5px;
	margin-left: 1.5%;
	background: #de634b;
}
.news-footer .btn-share:hover {
	background: #fff;	
	color:#000;
}


/* BOUTONS MORE ET COMMENT FOOTER */
.news-footer .btn-more, .news-footer .btn-comment {
	text-align:center;
	padding: 7px 14px 5px 10px;
	margin-left: 1.5%;
	color:#FFF;
	background: #25435b url(../img/pattern/pattern_focus.jpg) repeat top left;
}
.news-footer .btn-more i, .news-footer .btn-comment i {
	font-size: 13px;
}
.news-footer .btn-comment i {
	margin-right: 3px;
}
.news-footer .btn-more:hover, .news-footer .btn-comment:hover {
	color:#000;
	background:#6abdff;
}
.news-footer .mobile-content {
	display:none;
}

/* ADDTHIS */
.addthis_more {
	cursor:pointer;
}
/* pour cacher les boutons AddThis sur Facebook et Twitter*/
.addthis_button_twitter span, .addthis_button_facebook span  {
	display:none;
}
.addthis_button_twitter span, .addthis_button_facebook span  {
	display:none !important;
}
.at300b:hover {
	opacity: 1.0 !important;
}


/* =============================================================================
   NEWS DETAIL
   ========================================================================== */

/* Nav header : boutons retour et boutons next et previous */
#nav-header {
	width:100%;
	height:50px;
	padding-left: 15px;
	padding-top:8px;
}
#nav-header .btn-back, #nav-header .btn-arrows {
	display: inline-block;
	position: relative;
	float: left;	
}
#nav-header .btn-back {
	width: 70%;
}
#nav-header .btn-arrows {
	width: 30%;
	text-align:right;
}
#nav-header .btn-back a {
	font-size: 14px;
	text-align:center;
	color:#FFF;
	padding: 7px 10px;
	background: #25435b url(../img/pattern/pattern_focus.jpg) repeat top left;
}
#nav-header .btn-back a i {
	font-size: 12px;
	padding-right:3px;
}
#nav-header .btn-back a:hover {	
	color:#000;
	background:#6abdff;
} 

/* Nav footer : boutons retour et boutons next et previous */  
#nav-footer .btn-arrows {
	width: 100%;
	text-align:right;
}
/* NEWS */
#news-detail .news-content {
	width:100%;
	/* padding: top right bottom left; */
	padding:12px 15px 6px 15px;
}
#news-detail .news-figure {
	width:100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#news-detail .news-date {
	text-align:center;
	width:13%;
	font-size:11px;
	line-height:18px;
	padding:8px 4px;
}
#news-detail .news-screen img {
	width:100%;
	margin:0;
	padding:0;
	box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.3);
	border: 1px solid #5d5d5d;
}
#news-detail .news-text {	
	width:100%;
	padding:0px 5px 10px 5px;
}
#news-detail .news-text img {	
	width:100%;
}
#news-detail .news-footer {
	position:relative;
	float: left;
	margin-top:0px;
}
#news-detail .news-footer a {
	float: left;
}

#news-detail .news-footer .btn-more {
	width:26%;
	margin-left:0%;
	font-size: 14px;
}
#news-detail .news-footer .btn-more i {
	font-size: 14px;
	margin-top:-1px;
}
#news-detail .news-footer .btn-comment {
	width:36%;
	margin-left:1.875%;
	font-size: 14px;
}
#news-detail .news-footer .btn-comment i {
	font-size: 15px;
	margin-top:-2px;
}


/* =============================================================================
   DISQUS COMMENTS
   ========================================================================== */
#disquscomments {
	width:100%;
	margin-top:20px;
	padding:0px 15px;
	color:#ccc;
}
#disquscomments a {
	color:#6abdff;
}


/* =============================================================================
   ASIDE
   ========================================================================== */
 
#aside {
	position:relative;
	float: left;
	width:35%;
	height:auto;
	z-index:3;
	padding: 15px 13px 25px 5px;
	background: #1a1a1a;
	padding:15px 6px 6px 6px;
	position: relative;
}

#aside h3 {
	color: #fff;
	font-family: 'eurostiledemi', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 16px;
	position: relative;
}

/* YOUTUBE */
#aside_video {
	position: relative;	
	float:left;
	display:inline-block;
 	width:100%;
}
#aside_current_video {
	position: relative;	
	float:left;
	width:100%;
}
#aside_iframe_video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#aside_iframe_video iframe, #aside_iframe_video object, #aside_iframe_video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#aside_list_video {
	position: relative;	
	float:left;
	display:inline-block;
	width:100%;	
}
#aside_list_video .youtube_bloc {
	position: relative;
	float:left;
	display:inline-block;
	overflow: hidden;
	height: 0px;
	padding-bottom: 25%;
	width:50%;
	position: relative;	
	text-align:center;
	border:#333 1px solid;		
}
#aside_list_video .video_0 {
	display: none;
}
#aside_list_video .video_1 {
	
}
#aside_list_video .video_2 {

}
#aside_list_video .youtube_play_content {
	position: absolute;	
	z-index:1;
	display: table;
	height: 100%;
	width:100%;
}
#aside_list_video .youtube_img {
	position: absolute;	
	z-index:1;
	top:-18%;
	left:0px;
	width: 100%;
}
#aside_list_video .youtube_play {
	display: table-cell;
  vertical-align: middle;
}
#aside_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;
}
#aside_list_video .youtube_bloc:hover .youtube_play_icon {
	background: #CC181E;
}



/* SOCIAL */
#aside_social {
	position: relative;	
	float:left;
	width: 100%;
	height:auto;
	margin-top:20px;
}
#aside_social_content {
	position: relative;	
}
#aside_social .bloc_social {
	width: 50%;
	height:100px;
}
#aside_social .bloc_social a span {
	font-size:22px;
	line-height:36px;
}
#aside_social .bloc_social a i {
	font-size: 36px;
	line-height:36px;
}

/* SIDEBAR */

#game_aside {
	width: 35%;
	float: left;
	color: #fff;
	position: relative;
	margin-top: 69px;
}

#game_infos {
	padding: 0px 15px;
}

#game_infos_left {
	float: left;
	width: 50%;
	padding-right: 5px;
}

#game_infos_left img {
	width: 100%;
}

#game_infos_right {
	float: left;
	width: 50%;
	padding-left: 5px;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
}

#aside_game_title {
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'eurostiledemi', Arial, "Helvetica CY", Helvetica, sans-serif;
	margin-bottom: 5px;
}

#game_infos_right .aside_info_title {
	color: #01BEFE;
	font-size: 12px;
	font-weight: bold;
}

#game_infos_right .aside_info_content {
	font-size: 12px;
	margin-bottom: 7px;
}

#game_links {
	margin-top: 8px;
	padding: 0px 15px;
}

#game_links_left {
	float: left;
	width: 50%;
	padding-right: 5px;
}

#game_links_right {
	float: left;
	width: 50%;
	padding-left: 5px;
}

#game_links .button {
	width: 100%;
	display: block;
	background: #3d3d3d;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px 7px;
	margin-bottom: 5px;
	font-family: 'eurostilebold', Arial, "Helvetica CY", Helvetica, sans-serif;
	margin-bottom: 8px;
}

#game_links .button:hover {
	background: #234159;
	color: #6abdff;
	padding-left: 10px;
}

#game_links .button i {
	margin-right: 5px;
}

#game_social {
	width: 100%;
	background: #2b2b2b;
	margin-top: 25px;
	padding: 12px;
}

#game_social h4 {
	text-transform: uppercase;
	font-size: 16px;
	padding: 3px;
	margin-bottom: 10px;
	font-family: 'eurostiledemi', Arial, "Helvetica CY", Helvetica, sans-serif;
}

#game_social .social_bloc {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 40px;
	padding: 0px 3px;
}

#game_social .bloc_facebook,
#game_social .bloc_twitter,
#game_social .bloc_youtube,
#game_social .bloc_twitch {
	padding: 18px 0px 15px;
	display: block;
	color: #fff;
	border-radius: 3px;
}

#game_social .bloc_facebook:hover,
#game_social .bloc_twitter:hover,
#game_social .bloc_youtube:hover,
#game_social .bloc_twitch:hover {
	opacity: 0.7;
}

#game_social .bloc_facebook {
	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 */
}

#game_social .bloc_twitter {
	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 */
}

#game_social .bloc_youtube {
	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 */
}

#game_social .bloc_twitch {
	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 */
}

#game_list_news {
	width: 100%;
	background: #2b2b2b;
	padding: 12px;
}

#game_list_news h4 {
	text-transform: uppercase;
	font-size: 16px;
	padding: 3px;
	margin-bottom: 10px;
}

#game_list_news .game_news {
	display: block;
	padding: 5px;
	border-top: rgba(255,255,255,0.1) 1px solid;
}

#game_list_news .game_news:last-child {
	border-bottom: rgba(255,255,255,0.1) 1px solid;
}

#game_list_news .game_news:hover {
	background: rgba(0,0,0,0.2);
}

#game_list_news .news_date {
	text-transform: uppercase;
	font-size: 10px;
	color: #ccc;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	margin-bottom: 5px;
}

#game_list_news .news_title {
	font-size: 14px;
	color: #fff;
	margin-bottom: 7px;
	font-family: 'eurostiledemi', Arial, "Helvetica CY", Helvetica, sans-serif;
}

#game_list_news .news_more {
	color: #fff;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 10px;
	background: #25435b url("http://127.0.0.1/focus/css/../img/pattern/pattern_focus.jpg");
	padding: 4px 5px;
	display: inline-block;
	float: right;
}



/* =============================================================================
   DIGITAL GAMES
   ========================================================================== */
#news_digital {
	position:relative;
	float:left;
	width: 100%; 
	background: #212121;
	padding:15px 6px 6px 6px;
	margin-top:20px;
}
#news_digital h3 {
	color: #fff;
	font-family: 'eurostiledemi', Arial, "Helvetica CY", Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 16px;
	position: relative;
}
#news_digital .news_digital_game {
	float: left;
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom:5px;
}
#news_digital .news_digital_game img {
	width: 100%;
	transition: all 0.2s ease;
}
#news_digital .news_digital_game:hover img {
	opacity: 0.7;
	transition: all 0.3s ease;
}
#news_digital .news_digital_plateforme {
	position: absolute;
	bottom: 4px;
	background: #25435b url(../img/pattern/pattern_focus.jpg);
	font-family: 'eurostiledemi', Arial, "Helvetica CY", Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	padding: 5px 4px;
}
#news_digital .news_digital_plateforme li {
	list-style-type: none;
	display: inline-block;
	margin: 0px 4px;
}
