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

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

/* =============================================================================
   FOOTER
   ========================================================================== */
#footer {
	width:100%;
	margin-left:0px;
}
#footer-top {
	right:17px;
}

/* =============================================================================
   GONDOLE
   ========================================================================== */

#banner {
	margin-left:0%;
	height:600px;
} 
#gondole {
	width:80%;
	max-height:360px;	
	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-bande {
		top: 12%;
		height:100px;
}	
#slider div .slider-title {
		top: 12%;
}
.slider-title h1 {	
  font-size: 44px;
}
#slider #slider1 h1 {
	font-size: 35px;
}
.slider-title p {
  font-size: 24px;
}
#slider-prev {
    left: 2%;
}
#slider-next {
    right: -23%;
}
#slider-position {
	top:90%;
	right:25%;
}

/* =============================================================================
   HOME
   ========================================================================== */
#home .bloc {
	width:32.8%;
}
#home .bloc-back .normal-content {
	display:block;
}
#home .bloc-back .mobile-content {
	display:none;
}

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

/* News */
.news-marge {
	display:none;
}
.news-figure {
	width:26%;
}
.news-date {
	width:100%;
	top:0px;
	left:0px;
	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:-28px;
}

/* 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 .bloc-title .normal-content {
	display:none;
}
#aside .bloc-title .mobile-content {
	display:block;
}
#aside .bloc-texte {
	bottom:8px;
}
#aside .bloc-texte h1 {	
	font-size: 20px;  
}
#aside .bloc-texte p {	
	font-size: 10px;
}



/* =============================================================================
   GAME
   ========================================================================== */
#game_aside {
	display:block;
}

/* =============================================================================
   COMMUNITY
   ========================================================================== */
#community #forum .bloc-back .normal-content {
	display:block;
}
#community #forum .bloc-back .mobile-content {
	display:none;
}

/* =============================================================================
   SHOP
   ========================================================================== */
/* PACK (BLOCS PC) */
@media only screen and (max-width: 830px) {		
	#shop .bloc-pack {
		margin:0;
	}
}

