/* =============================================================================
   BACKGROUND
   ========================================================================== */
body {
	background: #000 url(../img/back_mobile.jpg) top center no-repeat;
}
.backgrounds {
	display:none;
}

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

/* =============================================================================
   FOOTER
   ========================================================================== */
#footer {
	width:100%;
	margin-left:0px;
	padding:10px;	
}
#footer-top {
	right:0;
	top:10px;
	left:20px;
}
#footer-langues {
	margin-top:40px;
}
#footer-langues, #footer-menu {
	text-align:center;
	padding-bottom:6px;	
}
#footer-menu {
	font-size: 13px;
}
#footer ul {
	text-align:center;
	margin:auto;
	padding:5px;
}
#footer li {
	height:40px;
	border-right: none;
	padding-right:10px;
	padding-left:0px;
}
#footer li a {
	background-color: #1e1e1e;
	color: #666;
	padding:8px;
}
#footer li a:hover {
	background-color: #ff8d27;
	color:#000;
}
#footer .footer-rub {
	display:none;
}
#footer-logos .logo {
	height:66px;
}
#logo_focus, #logo_spiders {
	width:25%;
}
#logo_xbox, #logo_ps, #logo_pc  {
	width:40%;
}
#logo_xbox  {
	margin-left:10%;
}
#footer-copyright {
	padding:15px;		
}

/* =============================================================================
   HOME
   ========================================================================== */

#home .bloc {
	width:100%;
	padding:10px;
	max-width:600px;
}
#home .bloc-content {
	height:auto;
}
#home #shop .bloc-texte {
	top:125px;
}
#home #shop .bloc-btn {
	top:30px;
}
#home .bloc-back .normal-content {
	display:none;
}
#home .bloc-back .mobile-content {
	display:block;
	width:100%;
	min-width:315px;
}
#home #devblog .bloc-content {
	width:100%;
	
}
#home #devblog .bloc-content img {
	width:100%;
	margin-bottom:-5px;
}

#slider div .slider-consoles {
	display:none;
}

/* =============================================================================
   NEWS
   ========================================================================== */
#news-main, #aside {
  float: left;
  width: 100%;
  padding: 0px 0px 25px 0px;
}	 
	 
/* Nav */
#nav-pages, #nav-arrows, #nav-header, #nav-footer {
  padding-right:15px;
}   

/* News */
.news-content {
	width:100%;
	/* padding: top right bottom left; */
	padding:12px 15px 6px 15px;
}
.news-title {
	font-size:22px;
}

.news-figure {
	width:100%;
}
.news-date {
	width:25%;
	padding:8px 4px;
}
.news-screen {
	margin:0;
	padding:0;
}
.news-screen .hover{
	height:98.2%;
}

.news-text {	
	width:100%;
	padding:10px 0px 8px 0px;
}

.news-footer {
	position:relative;
	float: left;
	margin-top:0px;
}
.news-footer a {
	float: left;
}
.news-footer .btn-share {
	display:inline-block;
	width:10%;
	margin-left:1.875%;
}
.news-footer .btn-more, .news-footer .btn-comment {
	padding: 8px 6px 5px 2px;
}
.news-footer .btn-more {
	width:27%;
	margin-left:0%;
}
.news-footer .btn-comment {
	width:35%;
	margin-left:1.875%;
}

.news-footer .btn-more {
	display:none;
}
.news-footer .mobile-content {
	display:block;
}

/* News Detail */
#news-detail .news-date {
	width:25%;
}
#news-detail .news-footer .btn-more {
	display:none;
}
#news-detail .news-footer .mobile-content {
	display:block;
}

/* Social */
.social-title {
	display:none;
}
.social-header .mobile-content {
	display:block;
}

/* ASIDE */
#aside img {
  width: 100%;
}
#aside .bloc-back .normal-content {
	display:none;
}
#aside .bloc-back .mobile-content {
	display:block;
}
#aside .bloc-texte h1 {	
	font-size: 32px;
}
#aside .bloc-texte p {	
  font-size: 14px;
}
#aside #tumblr_posts {
	height:250px;	
}
#aside #twitter .bloc-content {	
	height:250px;
}
#aside .twitter-timeline {
	height:250px;
}

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

/* GENERAL */
#game_header {
	padding-right:0px;
}
#game_content {
	width:100%;
	padding-right:0px;
}
#game_aside {
	display:none;
}
#game_footer {
	display:block;
	padding-left:5px;
}

/* BLOCS */
.nav_blocs li {
	width:50%;
}
.nav_blocs .nav_rub {	
	font-size:17px;
	bottom:0px;
	left:0px;
}

/* HOME */
#game #home_texte {
	padding-top:10px;
	width:100%;	
}
#game #home_img {
	width:100%;
	padding-left:0px;	
} 
#game #home_texte .normal-content {
	display:none;
}
#game #home_texte .mobile-content {
	display:block;
}


/* TEXTES ET SCREENS */
.game_txt {
	float:left;
	width:100%;
	padding:10px 5px;
}
.game_txt.characters {
	float:left;
	width:100%;
	padding:10px 5px;
}
#game_content .normal-content {
	display:none;
}
#game_content .mobile-content {
	display:block;
}
.game_screen, .game_screen_video {
	width:100%;
	padding:10px 5px;
}
.hover_noise, .hover_zoom, .hover_video {
	top:5px;
	padding:6px;
}	
.game_illustration, .game_illustration.characters {
	width:100%;
	text-align:center;
}
.game_illustration img {
	width:auto;
}
.game_illustration.locations img {
	width:100%;
}

/* TIMELINE */
#issues {	
	width: 210px;
	margin-right:100px;
}
#issues li {
	width: 210px;	
}
#issues li img {
	display:none;
}
#issues li h1 {
	width: 100%;
}
#issues li p {
	width: 100%;
}

/* =============================================================================
   MEDIA
   ========================================================================== */
#media .normal-content {
	display:none;	
}
#media .mobile-content {
	display:block;
}
   
.media-nav ul {
	width:100%;
	padding-left:15px;
	padding-right:5px;	
}
.media-nav li {
	padding-left:0px;
	padding-right:10px;	
}
.media-nav li a {
	padding:10px 6px 10px 4px;
}

.thumbs_bloc {
	width:50%;
}

#media .youtube_list  {
	height:auto;
	max-height:800px;
	margin-bottom:150px;
}
#media .youtube_playlist a {
  width:50%;
}
#media .youtube_playlist .thumbs_img img {
  margin-top:-18px;
}
#media .youtube_playlist .thumbs_title {
  margin-top:-22px;
}
#media .youtube_playlist .icon-youtube {
  position:absolute;
  top:28%;
  font-size:30px;
}
#media .pagination_position {
	display:none;
}

/* Addthis Images */
#images_share {
	bottom:5px;
}
#images_share_bar {
	margin-top:0px;
	margin-left:0px;
	width: 165px;
}
#images_share_title {
	display:none;
}
#images_share_content {
  width:100%;
  padding:6px 6px 6px 0px;
}
#images_addthis .icon-facebook, #images_addthis .icon-twitter, #images_addthis .icon-pinterest, #images_addthis .icon-share {
	margin-left: 10px;	
}


#closeButton{
	top:10px;
	right:10px;
}

/* Addthis Videos */
#youtube_share_title {
	width:100%;
}
#youtube_addthis { 
  width:100%;
 }
#youtube_addthis .addthis_button_compact {
  display:none;
}

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

#community .bloc {
	width:100%;
}
#community .normal-content {
	display:none;
}
#community .mobile-content {
	display:block;
}
#community #forum .bloc-back img {		
	width:100%;
}

/* =============================================================================
   SHOP
   ========================================================================== */
/* BLOCS */
#shop .bloc, 
#shop .bloc_consoles {
	width:100%;	
}
#shop .bloc_consoles {
	max-width:375px;
	width:100%;
}


/* =============================================================================
   MEDIAQUERIES POUR LES BLOCS EN HOME
   ========================================================================== */

@media only screen and (max-width: 360px) { 
	#home #game img, #home #media img, #home #shop img, #home #devblog img  {
		margin-top:0;
	}	 
}
/* HOME */
@media only screen and (min-width: 361px) and (max-width: 400px) { 
	#home #game img, #home #media img, #home #shop img, #home #devblog img  {
		margin-top:-6px;
	}	 
}

/* =============================================================================
   MEDIAQUERIES POUR LA GONDOLE
   ========================================================================== */
#banner {
	margin-left:0%;
	height:390px;
} 
#gondole {
	width:100%;
	max-height:160px;
	margin-left:0%;
}
#slider {
	width:100%;	
}
#slider #slider0 .slider-img img {
	margin-left: -45%;
}
#slider div .slider-img img {
		width:100%;
		margin-left: -40%;
}
#slider div .slider-logo {
	width:50%;
	left: 50%;
	top:0px;
}
#slider div .slider-btn {
	top:85px;
	right:10px;
	width:auto;
	height:auto;	
}
#slider div .slider-bande {
		top: 12%;
		height:80px;
}	
#slider div .slider-title {
		top: 12%;
		left:25%;
		width: 75%;
}
#slider div .slider-title h1 {	
	font-size: 30px;
}
#slider div .slider-btn h1 {
	font-size:19px!important;	
	padding:7px 11px 5px 11px;	
}
.slider-title p {
	display:none;
}
#slider-position {
	top:90%;
	right:0%;	
}
#slider-prev, #slider-next {
	display:none;
}
#slider div .slider-summersales {
	width:90px;
	top:70px;
	right:0;
	left:15px;
}
@media only screen and (max-width: 299px) {		
	#banner {
		display:none;
	}
	#slider {
		width:100%;	
	}
	/* HOME ET NEWS */
	#home, #news {
		margin-top:0%;
	}
}	 



