body{
	font-family: 'fertigo_proregular';
	background: url(../img/bg03.jpg) fixed no-repeat center;
	background-size: cover;
	/*background: grey;*/
	text-align: center;
	margin: 0px;
	cursor: default;
}
h1,h2,h3{
	color: rgba(200,200,200,1);
    text-shadow: 0px 0px 5px rgba(255,0,0,1), 0px 0px 10px rgba(255,0,0,1);
}
#main-container{
	/*display: flex;*/
	flex-direction: column;
}
/***************HEADER****************/
header{
	display: flex;
	width: 100%;
	position: fixed;
	top:0px;
	left:0px;
	background: rgba(0,0,0,0.5);
}
header div{
	display: flex;
/*	justify-content: space-around;*/
	align-self: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 0px 0px 0px 25px;
	/*background: rgba(0,0,0,0.5);*/
}
header img{
	border-radius: 20px 3px 20px 3px;
	max-width: 100px;
	max-height: 100px;
}
header nav{
	/*display: flex;*/
/*	justify-content: space-around;
	align-items: flex-end;*/
	/*flex-wrap: wrap;*/
	width: 500px;
	padding-bottom: 5px;
	background: rgba(0,0,0,0.5);
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 2px 8px 0px rgba(255,0,0,1);
/*	background-color: blue;*/
}
nav ul{
	/*position: relative;
	top:16px;*/
	display: flex;
/*	justify-content: space-between;*/
	flex-wrap: wrap;
	flex: auto;
	/*align-items: flex-end;*/
	/*flex: 1;*/
	/*margin: 0px 15px 0 15px;*/
	/*width: 350px;*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*background: rgba(100,100,100,0.5);*/
}
nav li{
	/*display: flex;*/
	/*justify-content: space-around*/;
	/*align-items: center;*/
	/*flex-wrap: wrap;*/
	/*margin: 0px 10px 0px 10px;*/
	margin: 2px;
	/*padding: 0px;*/
}
nav span{
/*	box-shadow: 0px 0px 6px red;*/
	font-size: 1.5em;
/*	text-decoration: none;*/
	color: rgba(200,200,200,1);
	text-shadow: 0px 0px 5px rgba(255,0,0,1), 0px 0px 10px rgba(255,0,0,1);
	font-weight: bold;
}
nav span:hover {
	/*box-shadow: 0px 2px 5px 0px rgba(0,0,255,1);*/
/*	box-shadow: 0px 0px 10px 1px rgba(0,0,255,1);*/
	box-shadow: 0px 2px 0px 0px rgba(0,0,255,1);
	border-radius: 0px 0px 5px 5px;
	padding: 0px 5px 0px 5px;
/*	color:black;
	background-color: rgba(255,0,0,1);*/
}



/**************LES BLOCS***************/
#home{
/*	height: 913px;*/
	height: 800px;
	width: 100%;
	/*background: rgba(0,0,0,0.5) url("../img/home_bg.jpg") center 50% no-repeat local;*/

/*	background-color:gold;
	opacity: 0.1;*/
}
/*.raintest{
	background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  	background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  	color:transparent;
    -webkit-background-clip: text;
  	background-clip: text;
}*/
#home div{
	background: rgba(0,0,0,0.5);
	/*font-size: 2em;*/
/*	color: rgba(150,150,150,1);
    text-shadow: 0px 0px 10px rgba(255,0,0,1);*/
}
section{
/*	color: rgba(150,150,150,1);
	text-shadow: 0px 0px 10px rgba(0,0,255,1);*/
	font-size: 1.3em;
}
section article{
	/*min-height: 600px;*/
	width:100%;
	background: rgba(0,0,0,0.5);
	margin: 30px auto;
}
.tab_main{
	display: flex;
/*	justify-content: space-between;*/
	flex-wrap: wrap;
	width: 80%;
/*	background-color: green;*/
	margin: auto;
}
input[type="range"]:after, input[type="range"]:before {
    position: relative;
    top: 1em;
    color: rgba(200,200,200,1);
    text-shadow: 0px 0px 5px rgba(0,0,255,1), 0px 0px 10px rgba(0,0,255,1);
}
input[type="range"]:before {
    left:0em;
    content: attr(min);
}
input[type="range"]:after {
    right: 0em;
    content: attr(max);
}
select{
	background: rgba(0,0,0,0);
    color: rgba(200,200,200,1);
    text-shadow: inherit;
    border-radius: 5px 0px 5px 0px;
    font-family: 'fertigo_proregular';
}
select:disabled , input:disabled {
	color: rgba(200,200,200,0.5);
    border-color: rgba(200,200,200,0.5);
    opacity: 0.5;
    text-shadow: none;
    cursor: not-allowed;
}
select optgroup{
	/*background: rgba(0,0,0,1);
    color: rgba(0, 0, 255, 1);*/
    background: rgba(0,0,100,1);
    color: rgba(200,200,200,1);
}
.rank_img{
	max-width: 200px;
	margin: 10px auto;
	border-radius: 20px 0px 20px 0px;
}
#wrong_rank{
	max-width: 235px;
	font-size: 0.7em;
}
#prices{
	padding-bottom: 30px;
}
#result_prices{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	width: 100%;
}
#result_prices div{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	/*background-color: rgba(90,90,90,1);*/
	background: rgba(0,0,0,0.5);
/*	border-radius: 20px  0px 20px 0px;*/
/*	box-shadow: inherit;*/
	width: 155px;
	min-width: 155px;
	/*height: 200px;*/
	margin: 10px 4px 10px 4px;
}
#result_prices div:hover{
	box-shadow: 0px 0px 8px rgba(0,0,255,1);
	cursor: help;
}
#result_prices p{
}
#result_prices i{
	font-size: 3em;
	color: rgba(35,35,255,1);
	text-shadow: inherit;
}
#add_friend a {
	/*font-size: 2em;*/
	color: inherit;
    text-decoration: inherit;
}
footer{
/*	color: rgba(150,150,150,1);
    text-shadow: 0px 0px 5px rgba(255,0,0,1);*/
}


/****** Multi use class *******/

.flex_columns{
	display: flex;
	flex-direction: column;
}
.flex_margin{
	margin: 3px;
}
.border_red_rad{
	/*border: 2px solid red;*/
	box-shadow: 0px 0px 8px rgba(255,0,0,1);
	border-radius: 20px 0px 20px 0px;
}
.padding_10px{
	padding: 10px;
}
.flex_space_around{
	justify-content: space-around;
}
.flex_space_between{
	justify-content: space-between;
}
.flex_center{
	justify-content: center;
}
.width_100{
	width: 100%;
}
.max_width_70{
	max-width: 90%;
}
.margin_top_inherit{
	margin-top: inherit;
}
.margin_15_auto{
	margin: 15px auto;
}
.text_blue{
	color: rgba(200,200,200,1);
	text-shadow: 0px 0px 5px rgba(0,0,255,1), 0px 0px 10px rgba(0,0,255,1);
}
.text_red{
	color: rgba(200,200,200,1);
	text-shadow: 0px 0px 5px rgba(255,0,0,1), 0px 0px 10px rgba(255,0,0,1);
}
/*#win_piloted_boost{
	justify-content: center;
}
#win_result_prices div{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background-color: rgba(90,90,90,1);
	border-radius: 20px  0px 20px 0px;
	width: 150px;
	min-width: 150px;
	height: 200px;
	margin: 3px;
}
#win_result_prices p{
}
#win_result_prices i{
	font-size: 3em;
	color: rgba(150,0,200,1);
}*/
/*:target:before {
content:"";
display:block;
height:90px;
margin:-90px 0 0;
visibility: hidden;
}*/