/**********Fonts*****************/

@font-face {
    font-family: 'title';
	src: url('KBREINDEERGAMES.ttf'); 
}
@font-face {
    font-family: 'text';
	src: url('Delius-Regular.ttf'); 
}

/***********Menu***************/

nav{
	float: left;
	display: block;
	width: 140px;
	left: 15px;
	margin: 30px;
	margin-top: 0px;
}
nav ul{
	border-radius: 20px;
	border: 2px #80c0e5 solid;
	background-color: #c5d9e5;
	list-style: none;
	padding:0;
	display: block-inline;
	overflow: hidden;
}
nav li:first-child{
	color: white;
	background-color: #0d1e50;
	padding:5px;
}
nav li a{
	text-decoration: none;
	color: black;
	display:block;
}
nav li a:hover{
	color: white;
}
nav .lien:hover{
	margin-left: auto;
    margin-right: auto;
	background-color: #0d1e50;
	color: white;
}

/*******************Blocks*******************/
body{
	position: relative;
	text-align: center;
	border-radius: 20px;
	font-family: 'text';
	background-image:url(../images/background.jpg);
	background-size: cover;
	background-attachment: fixed;
}
header{
	background-color: white; /*#c5d9e5;*/
	padding: 10px;
	padding-top: 20px;
	margin-bottom: 40px;
	border: 1px black solid;
	border-radius: 20px 20px 0px 0px;
	position: relative;
	overflow: auto;
	background: rgba(255, 255, 255, .8);
}
.content{
	background-color:#c5d9e5;
	border-radius: 20px;
	max-width: 700px;
	margin-bottom:30px;
	margin-left: 220px;
	padding: 20px;
	border: 2px #80c0e5 solid;
	overflow: hidden;
	
}
footer{
	position:relative;
	bottom: 5px;
	margin: auto;
}
#container{
	background-color: #fffeaa;
	border-radius: 20px;
	min-height: 600px;
	margin: auto;
	margin-bottom:30px;
	max-width : 1100px;
	position: relative;
	background: rgba(0, 0, 0, .6);
	overflow: auto;
}
#imgBanniere{
	position: relative;
	float:right;
	height: 200px;
	right: 150px;
	opacity: 0.4;
}

/*****************Global*******************/

h1{
	font-family: 'title';
}


/******************Pages*********************/
/*****Terrarium**********/
.ongletTerra{
	cursor: pointer;
	border-radius: 15px 15px 0px 0px;
	/*width: 100px;*/
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	
}
.contenuOngletTerra{
	background-color: white;
	border-radius: 15px;
	padding:30px;
	padding-top: 20px;
	height: 450px;
	overflow: hidden;
	text-align:left;
}
.presoTerra{
	display:inline-block; 
	width:30%;
	height: 500px;
	margin-left: -20px;
}
.descrTerra{
	 display:inline-block;
	 width:70%; 
	 height: 500px;
	 margin-right: -20px;
}

/*********BHT********/
.presoBht{
	display:inline-block; 
	width:30%;
	height:200px;
}
.descrBht{
	 display:inline-block;
	 width:60%; 
	 height:200px;
	 text-align:left;
}
.imgBht{
	width: 150px;
	border: 1px black solid;
	background-color: white;
	border-radius: 15px;
}







/******************Boutiques*************/

.materiel{
	max-width: 100px;
	max-height: 100px;
}
.tableMateriel{
	width: 175px;
	display: inline-block;
	margin: 10px;
}
.onglet{
	cursor: pointer;
	border-radius: 15px 15px 0px 0px;
	width: 150px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
}
.contenuOnglet{
	background-color: white;
	border-radius: 15px;
	padding:30px;
	padding-top: 20px;
	min-height: 300px;
}

/******************Inventaire*************/
.ongletInv{
	cursor: pointer;
	border-radius: 15px 15px 0px 0px;
	width: 130px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
}
.imageInventaire{
	max-height : 100px;
	max-width: 100px;
	display: block;
	margin: 10px;
}
.tableLeft{
	border-right: 1px black solid;
	width:45%;
	display: inline-block;
}
.tableRight{
	width: 45%;
	display: inline-block;
}

/******************News*************/
.titleNews{
	display: block;
	background-color: white;
	border-radius: 45px 0px 0px 45px;
	margin-right: -20px;
	font-size: 30px;
	text-align: left;
	padding : 10px;
	padding-left: 70px;
	padding-bottom: 5px;
	margin-left : 30px;
	
}
.subtitle{
	color: gray;
	font-size: 12px;
}