/* =============================================================================
   BACKGROUND
   ========================================================================== */
body {
	background-image:none;
}

/* =============================================================================
   LOGO
   ========================================================================== */
#logo {
	background-image:url(../img/back_desktop.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #000;
	background-size: cover;
	margin-left:0;
}

/* =============================================================================
   TOP BAR
   ========================================================================== */
#topbar { 
	display:block;
}

/* =============================================================================
   ICONES SOCIAL TOP
   ========================================================================== */
#icons_social {
	display:none;
}

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

/* NEWS */
.news-marge {
	display:none;
}
.news-figure {
	width:26%;
}
.news-date {
	width:100%;
	text-align:left;
}
.news-screen {
	margin-top:28px;
}
.news-screen .hover{
	top: 33px;
	height:74.2%;
}
.news-text {
	width:73%;
}
.news-footer .icon-facebook, .news-footer .icon-twitter, .news-footer .icon-google-plus, .news-footer .btn-more, .news-footer .btn-comment {
	margin-left: 1%;		
}
.news-footer {
	margin-top:-30px;
}

/* NEWS DETAIL */
#news-detail .news-screen {
	width:100%;
	margin:0;
	padding:0;
}
#news-detail .news-footer .btn-more {
	display:none;
}
#news-detail .news-footer .mobile-content {
	display:block;
}

/* ASIDE */
#aside #shop #shop_title span {
	font-size:18px;
	line-height:22px;
}
#aside #shop img {
	padding-top:10%;
}
#aside #devblog .bloc-title .normal-content,
#aside #shop .bloc-title .normal-content {
	display:none;
}
#aside #devblog .bloc-title .mobile-content,
#aside #shop .bloc-title .mobile-content {
	display:block;
}

/* =============================================================================
   GAME
   ========================================================================== */

.cadre {	
	display: none;
}


/* =============================================================================
   COMMUNITY
   ========================================================================== */

#community .normal-content {
	display:none;
}
#community .mobile-content {
	display:block;
}


/* =============================================================================
   SHOP
   ========================================================================== */
#ps4 .bloc-title img, 
#ps3 .bloc-title img, 
#xbox .bloc-title img {
	width:100%;
}
#shop .bloc-pack img {
	width:100%;
	padding-top:8%;
}
#shop .btn-download {
	font-size:16px;
}

#shop #pc-offer {
	margin-bottom: 40px;
}
#shop #pc-preorder {
	font-size: 20px;
}
#shop .pc_btn {
	font-size: 18px;
	text-align: center;
}
#shop .pc_btn .icone-steam {
	margin: 0px;
}
	 
/* =============================================================================
   FOOTER
   ========================================================================== */
.footer-label {
	display:none;
}
#footer-copyright {
	padding:0px 30px 0px 30px;
	font-size: 9px;	
}

/* =============================================================================
   MEDIAQUERIES SOUS 870px
   ========================================================================== */
@media only screen and (max-width: 870px) {
	
	#shop .bloc-pack img {
		padding-top:20%;
	}
	
	#footer-menu {
		padding:25px 10px 25px 20px;
	}
	#footer-langues {
		padding:0px 10px 35px 20px;
	}
	#footer .footer-rub {
		display:none;
	}
  
}

