/* =============================================================================
   BACKGROUND
   ========================================================================== */
.backgrounds {
	display:none;
}
.backgrounds_ee {
	display:none;
}

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

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

/* =============================================================================
   PREORDER
   ========================================================================== */
#header .preorder, #header .available {
	display:none;
}

/* =============================================================================
   H1 
   ========================================================================== */
h1 {
	font-size:32px;
	margin: 5px 0px 5px 0px;
}

/* =============================================================================
   HOME GONDOLE
   ========================================================================== */
#gondole {
	max-height:170px;
}
.slider-title h2 {    
	font-size: 18px;
	padding-bottom:1.2%;
}
.slider-title p {    
   display:none;
}
#slider-position {
	color:#1d1d1d;
	top:1%;
	right:2%;
	font-size:2.5em;
}
#slider-position em {
	padding:0;
}
#slider-position em.on {
	color:#fff;
}
#slider-next, #slider-prev {
	display:none;
}

#contenu-title {
	font-size:50px;
}

/* GONDOLE HUMBLE BUNDLE */
#gondole .normal-content {
	display:none;
}
#gondole .mobile-content {
	display:block;
}


/* =============================================================================
   FOOTER
   ========================================================================== */
.footer-label {
	display:none;
}
#footer-rub {
	width:100%;
	padding:30px 10px 0px 20px;
}
#footer-games {
	width:100%;
	padding:30px 10px 0px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#footer-social {
	width: 100%;
	text-align: center;
	padding: 14px 15px 14px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#footer-langues {
	width:100%;
	padding:20px 10px 20px 20px;	
}
#footer-logos {
	width: 100%;
	text-align: center;
}
#footer li {
	height:40px;
	border-right: none;
	padding-right:10px;
	padding-left:0px;
	margin-bottom:5px;
}
#footer li a {
	background: rgba(255,255,255,0.1); 
	color: #fff;
	padding:10px;
}
#footer li a:hover {
	background-color: #8b1e1e;
	color:#fff;
}
#footer-copyright {
	padding:0px 15px 0px 15px;
	font-size: 9px;
}
   

/* =============================================================================
   NEWS
   ========================================================================== */
#home, #aside {
  float: left;
  width: 100%;
  padding: 0px 0px 25px 0px;
}	 
	 
/* NAV NEWS */
#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:20px;
}

.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 {
	padding-right:15px;
}
.social-title {
	display:none;
}
.social-header .mobile-content {
	display:block;
}

/* ASIDE */
#aside {
  padding:0px 15px 0px 15px;
}
#aside #devblog, #aside #video, #aside #ranking, #aside #twitter, #aside #forum, #aside #sondage {
	width:100%;
	padding:0;
	margin-bottom:10px;
}
/* BLOC SHOP */

/* BLOC DEVBLOG */
#aside #devblog .bloc-img .normal-content {
	display:block;
}
#aside #devblog .bloc-img .mobile-content {
	display:none;
}
/* BLOC VIDEO */
#aside #video .normal-content {
	display:none;
}
#aside #video .mobile-content {
	display:block;
}
#aside #video .icon-youtube {
	top:22%;
}
/* BLOC RANKING */
#aside #ranking .normal-content {
	display:none;
}
#aside #ranking .mobile-content {
	display:block;
}
/* BLOC TWITTER */
#aside #twitter .normal-content {
	display:none;
}
#aside #twitter .mobile-content {
	display:block;
}

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

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

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


/* TEXTES ET SCREENS */
.game_txt {
	float:left;
	width:100%;
	padding:10px 5px;
}
#game_content .normal-content {
	display:none;
}
#game_content .mobile-content {
	display:block;
}

.game_screen {
	width:100%;
	padding:5px;
}
.game_screen .zoom {
	bottom: 10px;
	right: 5px;
}
.screen_center img {
	width:100%;
}
.game_screen .hover {
	left:0px;
	top:0px;
	padding:6px;
}	

/* 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-game, .media-nav  {
	width: 100%;
	padding:0;
	margin:0;
	float: left;
}
.media-game {
	margin-left:-3px;
	margin-bottom:10px
}
.media-nav  {
	padding-top:15px;
}
.media-game ul, .media-nav ul {
	text-align: center;
}
.media-game li.game-wrd {
	width:130px;
	margin-bottom:10px;
}
.media-game li.game-wab {
	width:125px;
	margin-bottom:10px;
}
.media-game li.game-wee {
	width: 150px;
	margin-bottom:10px;
}

   
.media-nav ul {
	width:100%;	
	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;
	margin-bottom:150px;
}
#media .youtube_bloc {
  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;
}

#video_title {
	width: 100%;
	font-size: 18px;
}

/* Addthis Videos */
#share_video {
	display: none;
}


/* =============================================================================
   COMMUNITY
   ========================================================================== */
/* NAV */
.community-nav {
	margin-left:-5px;
}
.community-nav ul {
	width:100%;	
}
.community-nav li {
	height:42px;
}
	 
/* COMMUNITY */	 
#community-content .normal-content {
	display:none;
}
#community-content .mobile-content {
	display:block;
}
#community .bloc {
	width:100%;
	height:auto;
}
#community .youtube_player, #community .youtube_list {
	height:auto;
	min-height:290px;
}
#community .youtube_bloc {
  width:50%;
}
#community .youtube_playlist .thumbs_img img {
  margin-top:-11px;
}
#community .youtube_playlist .icon-youtube {
  position:absolute;
  top:30%;
  font-size:30px;
}
#community .youtube_playlist .thumbs_title {
  margin-top:-12%;
}
#community .pagination_position {
  display:none;
}

/* CLANS */
#clans .normal-content {
	display:none;	
}
#clans .mobile-content {
	display:block;
}
#clans .pagination_position {
	display:none;
}
.clans_screen {
	width:100%;
}
.clans_content {
	width:100%;
}
.clans_link { 	
	font-size:14px;
}

/* HALL OF FAME */	 
#halloffame .normal-content {
	display:none;
}
#halloffame .mobile-content {
	display:block;
}

/* =============================================================================
   SHOP
   ========================================================================== */
#shop {	
	padding: 10px 2px;
	margin-bottom: 30px;
}
#shop_rd .left {
	display: none;
}
#shop_rd .bloc_top {
	width: 100%;
	/* padding: 0px 5%; */
	padding: 0px 5% 25px 5%;
}
#shop_rd .bloc_top img {
	max-width: 270px;
	width: 100%;
}
#shop_rd .bloc_top p {
	font-size: 22px;
	margin: 0px 0px 15px 0px;
}

#shop_rd .bloc_top p.big {
	font-size: 28px;
	margin: 20px 0px 0px 0px;
}
#shop_rd .right {
	width: 100%;
	padding: 0px 4%;
}
#shop_rd .right img {
	max-width: 360px;
}
#shop_rd .right .bloc_newplayer,
#shop_rd .right .bloc_oldplayer {
	width: 100%;
	margin: 0px 0px 25px 0px;
}
#shop_rd .right .bloc_newplayer .cartouche,
#shop_rd .right .bloc_oldplayer .cartouche {
	font-size: 19px;
	padding: 5px 7px;
}
#shop_rd .right .bloc_oldplayer .macaron {
	display: none;
}	
#shop_ab,
#shop_ee {
	width: 100%;
	padding: 0px 0px 20px 0px;
}
#shop_ab {
	margin: 0px 0px 10px 0px;
}
#shop_ee {
	margin: 0px 0px 0px 0px;
}
#shop_ab .left,
#shop_ee .left {
	display: none;
}

#shop_ab .right,
#shop_ee .right {
	width: 100%;
	padding: 20px 7% 0px 7%;
}


/* BLOC AMAZON DE */
#amazon_rd .logo_rd,
#amazon_rd .text {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#amazon_rd a {
	margin-top: 10px;
}