/* =============================================================================
   CONTENT
   ========================================================================== */
#shop {	
	position:relative;
	float:left;
	width: 100%;	
  background-color: rgba(0, 0, 0, 0.6);	
	padding-bottom:20px;
	padding-top:100px;
}

#shop-title {
	font-family: 'lilita_oneregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:46px;
	font-weight: normal;
	font-style: normal;		
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:15px;
}

#shop-content {
	position: relative;
	width:100%;
	padding:5px;
}

#shop .mobile-content {
	display:none;
}



/* =============================================================================
   BLOCS : STYLES GENERIQUES
   ========================================================================== */

/* BLOCS */
#shop .bloc, 
#shop .bloc_consoles {
	display: inline-block;
	position: relative;
	float:left;
	width:30%;
	padding:10px;
}
#shop .bloc_consoles {
	width:40%;
}

#shop .bloc a:hover img,
#shop .bloc_consoles a:hover img {
	zoom: 1;
	opacity: 1;	
}
#shop .bloc-title, #shop .bloc-content {
  display: inline-block;
  float: left;
  position: relative;
  width: 100%;
}

/* TITLE */
#shop .bloc-title {
	position:relative;
	background-color: #325000;
	border: 1px solid #6a6256;
	border-bottom: none;
	padding:5px;
	font-size:20px;
	font-weight: normal;
	font-style: normal;		
	text-transform:uppercase;	
	height:35px;
	text-align:left;
	background: #000 url(../img/news/news_bar.jpg);
}

/* CONTENT */
#shop .bloc-content {
	position:relative;
	overflow:hidden;
	padding:0;
	margin:0;
	font-size:13px;
	text-align:center;
	-moz-box-shadow: 0px 3px 12px #000; 
	-webkit-box-shadow: 0px 3px 12px #000; 
	box-shadow: 0px 3px 12px #000;
	border: 1px solid #6a6256;
}

/* TEXT & BTN DOWNLOAD */
#shop .bloc-text,
#shop .btn-download {
	position:absolute;
	z-index:4;
	bottom:8px;
	left:0px;
	width:100%;
	text-align:center;
	font-family: 'lilita_oneregular', Arial, "Helvetica CY", Helvetica, sans-serif;
	font-size:20px; 
	text-align:center;
	font-weight:normal;
	text-transform: uppercase;
	color: #fff;
}
/* BTN DOWNLOAD */
#shop .btn-download {
	left:5%;
	width:90%;
	bottom:15px;
	background: #ea8f00;
	padding:6px 15px;
	text-align:center;
	color: #000;
	cursor:pointer;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#shop .btn-download:hover {
	background:#f0e2d7;
	color: #000;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#shop .btn-download i {
	padding-right:2px;
}

/* PACK (BLOCS PC) */
#shop .bloc-pack {
	position:relative;
	margin:auto;
	width:75%;
	text-align:center;
	cursor:pointer;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#pcdigital:hover .bloc-pack,
#pcdvd:hover .bloc-pack  {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

#shop .bloc-pack img {
	width:auto;
	margin:auto;
}

/* RETAILERS (BLOCS PC) */
#shop .bloc-retailers {
	display: none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:10px; 
}
#shop .bloc-retailers  a {
	position:relative;
	display:block;
	width:100%;
	background: #333;
	color: #fff;
	padding:6px 15px;
	margin-bottom:8px;
	text-align:left;
	font-family: 'helioscondregular', Arial, "Helvetica CY", Helvetica, sans-serif;	
	font-size: 16px;	
	text-transform: uppercase;	
}
#shop .bloc-retailers a:hover {
	background:#f0e2d7;
	color:#000;
}
#shop .bloc-retailers a.btn-back {
	position:absolute;
	bottom:2px;
	left:10px;
	width:100px;
}


/* BACK (BLOCS CONSOLES) */
#shop .bloc-back {
	position:absolute;
	z-index:0;
	top:0px;
	left:50%;
	margin-left: -220px;
} 

/* LOGO (BLOCS CONSOLES) */
#shop .bloc-logo {
	position:absolute;
	z-index:2;
	top:17px;
	right:10px;
	width: 150px;
	text-align: center;
}


/* =============================================================================
   BLOC PCDIGITAL
   ========================================================================== */ 
#pcdigital .bloc-content {	
	padding:3px;
	background: rgba(30,30,30,0.6);
	border-top: none;
	height:355px;
	/* cursor:pointer; */
	-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
#pcdigital:hover .bloc-content {
	border: #dfcdb4 1px solid;
	border-top: none;
	-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}
#pcdigital:hover .bloc-title {
	border: #dfcdb4 1px solid;
	border-bottom: none;
	-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}
#pcdigital .bloc-text  {
	bottom:16px;
}

#pcdigital .bloc-retailers a .icone-steam {	
	position:relative;
	float:left;
	display:inline-block;	
	background: transparent url(../img/shop/icon-steam.png) top left no-repeat;
	width:33px;
	height:20px;
	margin-right:8px;
}
#pcdigital .bloc-retailers a:hover .icone-steam {
	background-position:0px -20px;
}
#pcdigital .bloc-retailers .icon-download-alt {
	margin-right:12px;
	margin-left:8px;
}


/* =============================================================================
   BLOC PCDVD
   ========================================================================== */ 
#pcdvd .bloc-content {	
	padding:3px;
	background: rgba(30,30,30,0.6);
	border-top: none;
	height:355px;
	min-height:355px;
	cursor:pointer;
	-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
#pcdvd:hover .bloc-content {
	border: #dfcdb4 1px solid;
	border-top: none;
	-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}
#pcdvd:hover .bloc-title {
	border: #dfcdb4 1px solid;
	border-bottom: none;
	-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}
#pcdvd .bloc-text  {
	bottom:16px;
}

/* =============================================================================
   BLOC CONSOLES
   ========================================================================== */ 

#consoles {
	float: left;
	width: 46%;
}
   
/* =============================================================================
   BLOC XBLA
   ========================================================================== */ 
#xbla .bloc-content {	
	padding:3px;
	height:185px;
	-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
#xbla .bloc-text {	
	bottom:0px;
	font-size: 18px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	text-transform: uppercase;
	background: rgba(85,153,8,0.9);
	padding: 7px 2px;
}
#xbla:hover .bloc-content {
	border: #dfcdb4 1px solid;
	-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}
#xbla .bloc-logo {
	top: 17px;
}

/* =============================================================================
   BLOC PSN
   ========================================================================== */ 
#psn .bloc-content {	
	padding:3px;
	height:185px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#psn .bloc-text {	
	bottom:0px;
	font-size: 18px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.8);
	text-transform: uppercase;
	background: rgba(4,49,108,0.9);
	padding: 7px 2px;
}
#psn:hover .bloc-content {
	border: #dfcdb4 1px solid;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

