
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color:#fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{ :border-box ;
	webkit-box-sizing :border-box ;
	  -moz-box-sizing :border-box ;
		   box-sizing :border-box ;
}/* permet d"inclure le padding a l intérieur*/


/* fin du reset */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);
html, body {
	height: 100%;
	font-weight: 300;
	line-height: 120%;
}
body{
	background: url(../img/bg.jpg) repeat-x center top #021222;
	font: normal  14px/120% 'Open Sans', Arial, Helvetica, sans-serif;  
	color:#145362;
}
/* HEADER ---------------------------------------------------- */

nav{
	max-width: 955px;
	margin:  0 auto;
	position: relative;
}
#logosHead{
	display: inline-block; vertical-align: top;
	width: 86px;
	height: 128px;
	margin: 15px 3% 0px 30px;
}
a#logo{
	display:block;
	width: 86px;
	height: 111px;
	margin-left: 10px;
	background: url(../img/logo.png) no-repeat center center transparent;
}
a#btnbuy{
	width: 107px;
	height: 46px;
	display: block;
	background: url(../img/buyNow.gif) no-repeat center center transparent;
     -webkit-border-radius:4px;
    	-moz-border-radius:4px;
    		 border-radius:4px;
}
a#btnPR{
	width: 107px;
	height: 56px;
	display: block;
	background: url(../img/dl-PR.gif) no-repeat center center transparent;
     -webkit-border-radius:4px;
    	-moz-border-radius:4px;
    		 border-radius:4px;
}
#baseline{
	position: absolute;
	top:50px;
	right: 0;
	margin: 84px 30px 0 170px;
}
#baseline img{
	width: 100%;
	max-width: 588px;
}
#hesaw {
	width: 123px;
	height: 64px;
	margin: -19px 0 0 0;
	background: url(../img/hesawBig.png) no-repeat center center transparent;
	position: absolute; right: 0;
}
#menu #menuwrap{
	display: inline-block; vertical-align: top;
	max-width: 800px;
	margin: 40px 0 0 0px;
}
nav#menu ul.navigation{display: inline-block;vertical-align: top;}
nav#menu{
	max-width: 955px;
	margin:  0 auto;
	min-height: 140px;
}
nav#menu ul {
}
nav#menu ul li{
	display: inline-block; vertical-align: top;
}
nav#menu ul li a{
	display: inline-block; vertical-align: top;	
	color:#e6e6d5; 
	text-transform: uppercase;
	font-size: 29px;
	font-weight: 708px;
	line-height: 120%;
	padding: 0 9px;
	}
nav#menu ul li a:hover{
	background: url(../img/mactive.png) no-repeat center bottom transparent;

   }
   #mactive{
	background: url(../img/mactive.png) no-repeat center bottom transparent;
   }

/* ------------------------------------------------------- */
section{
	max-width: 955px;
	margin:  0 auto;
	position: relative;
}
article{
	position: relative;
	margin:20px 0;
	padding:23px;
	background-color: #fff;
     -webkit-border-radius:4px;
    	-moz-border-radius:4px;
    		 border-radius:4px;
}
h2{
	text-transform: uppercase;
	font-size: 29px;
	font-weight: 800;
	line-height: 120%;
}
h2 img{max-width: 100%;}
.p2tiers{
	display: inline-block; vertical-align: top;
	width: 66%;	
}
.p1tiers{
	display: inline-block; vertical-align: top;
	width: 33%;	
}
.pmoit{
	width:50%;
	display: inline-block; vertical-align: top;
}
#pttTony{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 33%;
}
article.arttony{
	background: url(../img/bga1.jpg) no-repeat bottom left  #fff;
}
article.artcherry{
	background: url(../img/cherry.jpg) no-repeat center left #fff;
}

article.artEnemies{
	background: url(../img/artEnemies.jpg) no-repeat bottom right  #fff;
}
article.artEnemies div{
	display: inline-block; vertical-align: top;
	width: 33%;	
}
article.artClarence{
	background: url(../img/clarence.jpg) no-repeat bottom right #fff;
}
article p{
	text-align: justify;
	margin-bottom: 10px;
}

strong{
	font-weight: 600;
}
.lesscreens img{
	width: 100%;
	margin: 20px 0 0 0;
     -webkit-border-radius:4px;
    	-moz-border-radius:4px;
    		 border-radius:4px;
     -webkit-box-shadow: 0px 0px 5px #000;
    	-moz-box-shadow: 0px 0px 5px #000;
     		 box-shadow: 0px 0px 5px #000;
}
.coincoin{
     -webkit-border-radius:4px;
    	-moz-border-radius:4px;
    		 border-radius:4px;
     -webkit-box-shadow: 0px 0px 5px #000;
    	-moz-box-shadow: 0px 0px 5px #000;
     		 box-shadow: 0px 0px 5px #000;
}
.imgIntro{
	max-width: 955px;
	height: 412px;
	margin: 20px 0 0 0;
     -webkit-border-radius:4px;
    	-moz-border-radius:4px;
    		 border-radius:4px;
     -webkit-box-shadow: 0px 0px 5px #000;
    	-moz-box-shadow: 0px 0px 5px #000;
     		 box-shadow: 0px 0px 5px #000;
	background: url(../img/home.jpg) no-repeat center right  transparent;	 
}


.artsynop{
	background: url(../img/bgSyn.png) no-repeat 25px bottom #fff;
}
.artgameplay{
		background: url(../img/bga2.jpg) no-repeat bottom right  #fff;
}
#btnCommunity{
	background: url(../img/bgcommunity.jpg) no-repeat center center transparent;
	height: 489px;
	width: 100%;
     -webkit-border-radius:4px;
    	-moz-border-radius:4px;
    		 border-radius:4px;
}
#btnCommunity p, #fb-root{
	position: absolute;
	bottom: 80px;
	width: 100%;
	text-align: center;
}
#btnCommunity p a{
	margin: 0 6.5%;
     -webkit-box-shadow: 0px 0px 5px #000;
    	-moz-box-shadow: 0px 0px 5px #000;
     		 box-shadow: 0px 0px 5px #000;
}
/* home ------------------------------------- */

#strip{
	display: inline-block; vertical-align: top;
	width: 50%;	
	height: 1080px;
	background: url(../img/strip.png) no-repeat center top transparent;
}
#lahome ul{
	width: 100%;
	padding-top: 150px;
}
#lahome ul li{
	width: 100%;
	background-color: rgba(255,255,255,1);
	margin: 10px 0;
	padding: 10px;
     -webkit-border-radius:4px;
    	-moz-border-radius:4px;
    		 border-radius:4px;
}
#lahome ul li:hover{
		background-color: rgba(232,232,232,1);

}
#lahome ul li a,
#lahome ul li p
{
	display:inline-block;
	vertical-align: top;
	width: 73%;
}
#lahome ul li p >a{
	width: inherit;
}
#lahome ul li a, #lahome ul li a:hover{
	color:#165a6d;
}
#lahome ul li a img{
	float:left;
	margin-right: 10px;
}
#lahome ul li span{ 
	display:inline-block;
	vertical-align: top;
	width: 23%;
}
#lahome ul li em{
	display: block; 
	margin-left: 22%;
	font-style: italic;
}


/* footer ----------------------------------- */

footer{
	color:#fff;
	font-size: 10px;
	max-width: 955px;
	margin:  20px auto;
	position: relative;
	text-align: center;
}
#contactmail{
	text-transform:uppercase;
	color:#fff;
	font-size: 120%;
}
@media screen and (min-width: 720px) and (max-width: 955px){
	.cacheMid{display:none!important;}
}

@media screen and (max-width: 862px){

	nav#menu ul li a{padding:0;}
	#baseline{display: none;}
	#slide-menu {
	    	margin-left: -200px; 
	    left: 0;
	    top:0;
	    width: 200px;
	    height: 100%;
	    background: #222;
	    position: fixed;
	    overflow-y: auto;
	    z-index: 1000;
	    color: #fff;
	}
	nav#menu ul {
		margin-top: 0px;
	}
	.navigation {
	    position: absolute;
	    top: 0;
	    width: 200px;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}

	.navigation li {
	    line-height: 30px;
	    text-indent: 15px;
	    margin: 20px 0 0;
	    text-transform: uppercase;
	}
	.navigation li a {
	    color: #fff;
	    display: block;
	    padding: 20px 0;
	    text-decoration: none;
	}
	.navigation li a:hover {
	    padding-left: 20px;
	}
	#push { 
		position: absolute;
		right: 20px;
		top:20px;
		margin: 1rem ;
		text-align:right; 
		width: 44px; height: 32px; 
		background: url(../img/smartMenu.png) no-repeat center center transparent;
	}
	#hesaw{
		display: none!important;
	}
}
/* menu smartphone */
@media screen and (max-width: 720px){

	.imgcache{
		overflow: hidden;
	}
	.imgnone{
		display: none!important;
	}
	.adroite{float:right;}
	.agauche{float:left;}
	body{
		background: url(../img/bgSmartphone.jpg) repeat-x left top #021222;
	}
	.p1tiers{width: 100%;}
	.p2tiers{width: 100%;}
	.pmoit{width: 100%;}
	.artcherry {
		background-position: left bottom!important;
		padding-bottom: 300px;
	}
	.arttony{
		background-position: left bottom!important;
		padding-bottom: 340px;
	}
	.artEnemies{
		background-position: center bottom!important;
		padding-bottom: 310px;
	}
	article.artEnemies div{
		width: 100%;	
	}
	.artsynop{
		background-position: center bottom!important;
		padding-bottom: 300px;
	}
	.artgameplay{
		background-position: right bottom!important;
		padding-bottom: 460px;
	}
	.artClarence{
		background-position: right bottom!important;
		padding-bottom: 360px;
	}
	#btnCommunity p a{
		display: inline-block;
		margin: 10px 6.5%;
	}
	#btnCommunity p{
		bottom: 40px;
	}
	#buynow{
	border:none;

	}
	#strip{
		display: none;
	}
	#lahome ul{
		padding-top: 0px;
	}
}
/*fin  menu smartphone */
#agecontrolGlobal{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 99998;
}
#agecontrol{
	position: absolute;
	z-index: 99999;
	left: 50%;
	width:90%;
	max-width: 500px;
	margin-left: -250px;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	margin-top: 20%;
	padding: 30px;
	
}
#agecontrol #submit{
	background-color: #fff;
	border:none;
}
#toobad{
	position: absolute;
	z-index: 99;
	left: 50%;
	width:90%;
	max-width: 500px;
	margin-left: -250px;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	margin-top: 20%;
	padding: 30px;
}
section#btnAchat{
	text-align: center;
}
section#btnAchat a,section#btnAchat span {
	width: 156px;height: 82px;
	background-color: rgba(4,19,32,.8);
	display: inline-block;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      transition: all 0.3s;
      border-radius: 4px;
}
section#btnAchat a:hover{

	background-color: rgba(4,19,32,1);
}

