html{
height: 100%;
padding: 0;
margin-top: 0;
width: 100%;
}
body{
color: #f0f0f0;
font-family: "Open Sans","Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
/*line-height: 18px;*/
margin: 0px;
padding: 0px;
outline: 0px;
background-color:#090909;
width: 100%;
height: 100%;
min-width: 320px;
min-width: 620px;
position: absolute;
overflow: hidden;
background-image: url("../img/design/site/villeenruine1.jpg");
background-repeat:no-repeat;
background-size:cover;
background-attachment: fixed;
background-position: center center;
background-origin: content-box;
}
input,textarea,select{
display: block;
border: 0px;
/* margin: 4px; */
padding: 4px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
border-radius: 2px;
color: #ddd;
box-shadow: inset 0px 1px 0px #000, 0px 1px 0px #2c2c2c;
outline: none;
font-family: "Open Sans";
}
a,a:active, a:target, a:focus{
text-decoration: none;
color: #f0f0f0;
outline: none;

}
.cantselect{
-webkit-user-select: none; 
-khtml-user-select: none;
-moz-user-select: none; 
-o-user-select: none;
user-select: none; 
}
.hide{
display: none;
}
/*couleurs*/
.orange,.ora{
color: #e38c11;   
}
.bleue,.ble{
color: #5DC8CD;
}
.grisbleu,.grble{
color: #4B5C5B;
}
#bloc_page{
width: 100%;
height: 100%;
display: inline-block;
/*transform:translateX(0px);*/
transition-duration: 0s;
}
#fix{
position: absolute;
width: 100%;
height: 100%;
display: inline-block;
/*transform:translateX(0px);*/
}
#accueil,#gestion_compte{
width: 100%;
height: 100%;
position: relative;
transition-duration: 0.1s;

}
/*
Header*/
#header{
width: 100%;
height: 55px;
line-height: 55px;
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(55%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.9) 55%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.9) 55%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.9) 55%,rgba(0,0,0,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.9) 55%,rgba(0,0,0,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ab000000',GradientType=0 ); /* IE6-9 */
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 5000;
box-shadow: 0px 3px 1px 0px #070707;
}
#menu_ecran{
font-size: 18px;
font-family: "Open Sans";
font-variant: small-caps;
position: relative;
display: inline-block;
margin-left: 25px;
overflow: auto;
/*transition:all 0.1s linear 0s;*/
}
#menu_ecran a{
margin-left: 15px;
text-decoration: none;
transition:all 0.5s linear 0s;
}
/*LOGO*/
#logo{
font-family: "Open Sans";
font-style:italic;
font-weight:800;	
font-size: 25px;
float: left;
margin-left: 20px;
color:#d0d0d0;
}
.cybtownlogoo{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: auto;
overflow: visible;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
color: rgba(255,255,255,1);
text-decoration: normal;
text-align: center;
-o-text-overflow: clip;
text-overflow: clip;
white-space: pre;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: 0 0 1px rgba(255,255,255,1) , 0 0 2px rgba(255,255,255,1) , 0 0 2px #00ffff , 0 0 3px #00ffff , 0 0 4px #00ffff , 0 0 5px #00ffff;
-webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
-webkit-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
}
.cybtownlogoo:hover, #logo:focus .cybtownlogoo,#logo:active .cybtownlogoo{
text-shadow: 0 0 1px rgba(255,255,255,1) , 0 0 2px rgba(255,255,255,1) , 0 0 2px #e38c11 , 0 0 3px #e38c11 , 0 0 4px #e38c11 , 0 0 5px #e38c11;
}
/*Container site*/
#main_container{
position:relative;
display: block;
height: 100%;
width: 100%;
top:55px;
left:0;
background-color: rgba(0,0,0,0.1);
transform:translateX(0px);
}
.ecran_cover{
position: relative;
display: block;
width: 100%;
height:100%;
background-repeat:no-repeat;
background-size:cover;
background-attachment: fixed;
background-position: center center;
background-origin: content-box;
overflow-y:auto;
overflow-x:hidden;
/*transition-duration: 0.1s;*/
/*will-change:transform;*/
/*transform:translateX(0px);*/
}
.premiereimage{
background-image: url("../img/design/site/legrandflash4.jpg");
}
.secondeimage{
/*background-image: url("../img/design/site/villeenruine1.jpg");*/
}
.troisiemeimage{
background-image: url("../img/design/site/attaque-coyottes.jpg");
}

/*texte accueil - bouton jouer;*/
#textaccueil, .textaccueil{
position: relative;
top:25%;
margin: auto;
padding: 20px;
font-size: 15px;
width: 33%;
color:#FFF;
min-width: 250px;
text-align: center;
font-weight: 700;
line-height: 0px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
}
#boutonjouer{
position: relative;
top:40%;
margin: auto;
padding: 15px;
width: 5%;
min-width: 220px;
border-top: 4px solid #d0d0d0;
border-bottom: 4px solid #d0d0d0;
border: 1px solid #d0d0d0;
text-align: center;
font-weight: 700;
box-shadow: 0px 2px 11px 5px #ffffff;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
cursor: pointer;
z-index: 499;
}
#boutonjouer:hover{
box-shadow: 0px 2px 20px 10px #ffffff;
}
#boutonjouerjoue{
display: block;
font-size: 220%;
line-height: 24px;
}
#boutonjouergrat{
display: block;
font-size: 95%;
font-variant: small-caps;
}
/*texte accueil - bouton jouer;*/

/*Ecran responsive milieu pour connection.*/
#ecran{
position: relative;
margin: auto;
width: 33%;
min-height: 33%;
overflow: auto;
top:20%;
padding: 15px;
color:#FFF;
min-width: 260px;
min-height: 150px;
text-align: center;
line-height: 0px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);

}
#activation{
line-height: 25px;
font-size: 18px;
}
#Co_form > input,#ins_Form2 > input{
margin-top: 15px;
background: none repeat scroll 0 0 #e0e0e0;
box-shadow: none;
color: #666;
display: inline-block;
font-size: 100%;
}
#ins_Form > input {
margin-top: 15px;
background: none repeat scroll 0 0 #e0e0e0;
box-shadow: none;
color: #666;
display: block;
font-size: 100%;
position: relative;
display: block;
width: 95%;
}
#ins_Form{
padding: 5px;
}
.btn_a{
display: block;
margin: auto;
padding: 5px 12px 5px 12px;
font-weight: 700;
background: none ;
border-radius: 5px;
cursor: pointer;
font-variant: small-caps;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
border: 1px solid #5C5A44;
color: #f0f0f0;
}
.btn_b{
display:inline-block;
margin: auto;
padding: 5px 12px 5px 12px;
font-weight: 700;
background: none ;
border-radius: 5px;
cursor: pointer;
font-variant: small-caps;
text-align: center;
/*margin-top: 15px;
margin-bottom: 15px;*/
border: 1px solid #5C5A44;
color: #f0f0f0;
}
.btn_a:hover{

}
#btnins{

}
#pasencoreinscrit{
font-variant: small-caps;
font-size: 12px;
left: 0;
text-align: left;

font-weight: lighter;
}
#mdpPerdu{
	font-variant: small-caps;
	font-size: 12px;
	font-weight: lighter;
	left: 30px;
	}
#reponseco{
color: red;
display: inline-block;
font-size: 70%;
line-height: 20px;
margin-bottom: 20px;
position: relative;
padding: 5px;
}
.entetebox{
text-align: left;
margin-bottom: 10px;
font-size: 16px;
font-weight: 700;
line-height: 30px;
font-variant: small-caps;
color: #a0a0a0;
font-family: "Verdana";
}
#ecran_inscription,#ecran_CGU,#ecran_credit{
position: relative;
margin: auto;
overflow: hidden;
top:8%;
padding: 20px;
color:#FFF;
line-height: 0px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
position: relative;
margin: auto;
width: 300px;
color:#FFF;
}
#ecran_CGU{
top:5%;
min-width: 70%;
max-width: 800px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
padding: 0px
}
#CGU{
font-size: 13px;
line-height: 14px;
color: #000;
}
#CGU div{
margin-bottom:25px;
padding: 15px;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
}
#CGU span,#credit span{
display: block;
margin:15px;
color:#101010;
}
#CGU #siret{
margin: 0px;
padding: 0px;
font-size : 10px;
}
#ecran_credit{
top:5%;
min-width: 60%;
max-width: 750px;
font-size: 13px;
line-height: 16px;
width: 240px;
}
#credit, .ctwin{
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
padding: 15px;
color: #303030;
}
.ctwin div{
font-variant: normal;

}
#credit span{
display: block;
margin:10px;
color:#303030;
}
#evalink{
color: #5C5A44;
}
/*#recupmdp,#recupvalid{
position: relative;
margin: auto;
overflow: auto;
padding: 25px;
font-size: 14px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
line-height: 15px;
}*/

/*inscription*/
#inscription{
margin:auto;
}

.inscritips{
line-height: 15px;
display: none;
padding: 5px;
width: 100%;
height: 100%;
padding: 10px;
font-size: 12px;
}
.ins_message{
font-size: 13px;
color: #ed5c6b;
line-height: 13px;
font-variant: small-caps;
}
#ins_Form > input[type=checkbox] {
	width: 13px;
    height: 13px;
}
#cguinscription{
font-size: 12px;
}
/*inscription fin*/

/*footer ?*/
.foote{
display: block;
font-size: 10px;
text-align: center;
width: 100%;
margin-top: 30px;
margin-bottom: 25px;
}
#infoconnectes{
position: absolute;
right: 25px;
bottom: 10px;
display: block;
margin: 5px;
text-align: right;
font-weight: 100;
font-size: 15px;
}

.questionfaq{
font-weight: 700;
font-style:italic;
margin: 8px;
text-decoration: underline;
}
.reponsefaq{

}
.reponsefaq a{
	color : #01A9DB;
	text-decoration: underline;
	font-style:italic;
}

/*affichage responsive petit ecran*/


		
	#header{
		/*z-index: auto;*/
		position: fixed;
	}

	#accueil{
		overflow: hidden;
	}

	#header_menu_icon{
		position: relative;
		display: block;
		float: left;
		width: 55px;
		height: 55px;
		cursor: pointer;
	}
	#header_menu_icon:after{
		content:"";
		position: absolute;
		display: block;
		box-shadow: 0 10px 0 1px #f0f0f0, 0 16px 0 1px #f0f0f0, 0 22px 0 1px #f0f0f0;
		height: 0;
		width: 16px;
		top: 12px;
		left:15px;
	}
	#logo{
		margin-left: 0px;
		outline: none;
	}
	
	#menu_ecran{
		position: absolute;
		left: 0;
		top:0;
		bottom: 0;
		width: 250px;
		margin-left: 0px;
		background-color: #090909;
		z-index: 5001;
		font-size: 16px;
		transform:translateX(-250px);
		 
	}
	#menu_ecran a{
		display: block;
		text-align: center;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #171717;
		margin-left: 0px;
	}
	#menu_ecran a.hide{
		display: none;
		
	}
	#menu_ecran a:focus,#menu_ecran a:hover,#menu_ecran a:active{
		outline: none;
		border-bottom: 1px solid #5C5A44;
	}

	#header_menu_icon:focus:after{
		outline: none;
		box-shadow: 0 10px 0 1px #c0c0c0, 0 16px 0 1px #a0a0a0, 0 22px 0 1px #c0c0c0;
	}
	#header_menu_icon:active:after{
		outline: none;
		box-shadow: 0 10px 0 1px #666666, 0 16px 0 1px #666666, 0 22px 0 1px #666666;
	}
	.sidebar_menu{


	}
	.sidebar_menu #header{
		/*-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform:translateX(0px);*/
	}
	.sidebar_menu #bloc_page{
		-moz-transform: translateX(250px);
		-ms-transform: translateX(250px);
		-webkit-transform: translateX(250px);
		transform:translateX(250px);

	}
	#main_container{

		top: 0px;	
	/*	overflow-y:auto;*/
/*		-webkit-overflow-scrolling:touch;*/

	}
	#textaccueil,.textaccueil{

		min-width: 280px;
		top:15%;
	}

	

	
	.main_gestion_compte {

		min-width: 400px;
	}
	




/*animation page sur le jeu.
du texte qui vient ce placer sur la page avec 
un effet de transformation/rotation en appliquant des classes

*/
.rotate{
	
-moz-transition: all 1s ease;

-webkit-transition: all 1s ease;

-o-transition: all 1s ease;

transition: all 1s ease;
background-color: #040404;
}

.rotate5{
 -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
  /*  transform:translateX(100px);*/
}

.rotate5n{
 -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
}



#maincontent{
	height: 100%;
	width: 100%;
}
/* select, option{
		max-width: 90%;
	} */
@media screen and (max-width: 450px){

	#textaccueil, .textaccueil{
		font-size: 15px;
		min-width: 270px;
		top:15%;
		padding-left: 5px;
		padding-right: 5px;
	}

	#ecran_inscription,#ecran_CGU{
		top:2%;
		width: 240px;
	}
	.entetebox{
		font-size: 14px;
	}
	#credit span{
		margin: 5px;
	}

	.ecran_cover{
		overflow-x:auto;
	}
	
}

@media screen and (max-height: 400px){

	#ecran_inscription{
		top:0;
	}
	
}

@media screen and (max-width: 1200px){
.ecran_cover{
		overflow-x:auto;
	}
}

.module_faq{
top:5px;
max-width: 90%;
font-size: 12px;

}
#showmecat,#showmeart,#showmeobj{
font-size: 18px;
font-variant: small-caps;
}
#loadarticle{
font-variant: normal;
padding: 15px;
padding-top: 5px;
background-color: #ddd;
color: #333;
}
.article_hover{
cursor: pointer;
margin-right: 5px;
}
.article_hover:hover{
color:#5ec4cd;
}
#loadarticle img{
max-width: 80%;
}

.up{
cursor: pointer;
bottom: 1%;
border: 1px solid #000000;
color: #000000;
position: fixed;
left: 25px;
background-color: #ddd;
padding: 5px;
}
#racc{
position: absolute;
}
.closefaq{
position: absolute;
right:5px;
top: 5px;
width:26px;
height:26px;
display: block;
background:url('../img/design/close.png') no-repeat;
z-index: 300;
opacity: 0.5;
}
.closefaq:hover{
cursor: pointer;
opacity: 0.8;
}
.hover{
cursor: pointer;
}
