/* Marron foncé : 2d2511
Marron moyen : 3a3017
Marron orangé : 765c1c
Marron clair : cfc692
Orange : C90;
Texte : dbd1b8 */

/* Contenu page
Menu
Formulaire
Page Accueil
Jeu categories
Jeu zones
Pour mobiles */

@charset "UTF-8";

body {
	background-color: #2d2511;
	color: #dbd1b8;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#centrer {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
#contenu {
	/*float: left;*/
	width: 100%;
}
#pied {
	clear: both;
	margin-top: 20px;
	border-top: 2px solid #3a3017;
}
#pied p {
	text-align: center;
}
.fb-like {
	margin-top: 1em;
}
/* ######### Contenu page ########## */
h1 {
	text-shadow: 5px 5px 5px #000;
	background-color: #3a3017;
	padding: 0.1em;
	margin: 0;
	text-align: center;
}
h2 {
	border-top: 2px solid #cfc692;
	padding-top: 0.5em;
}
a {
	color: #cfc692;
}
a:visited {
	color: #ffffff;
}
p {
	text-align: left;
}
.message_fort {
	font-weight: bold;
	color: #C90;
}
.vignette {
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* ########## Menu ########### */
#menu {
	/*width: 100%;
	margin: 0;
    padding: 0;
	line-height: 3em;*/
	border-top: 2px solid #3a3017;
}
#menu {
	/*float: right;
	margin-top: 50px;
	width: 22%;*/
}
#menu ul {
	list-style: none;
	padding: 0;
	text-align:center;
	margin-top: 2em;
	margin-bottom: 2em;
}
#menu li {
	margin: 10px;
	display:inline-block;
	width: 22%;
	height:2em;
}
#menu li a {
	text-decoration: none;
	padding: 10px 20px 10px 70px;
	display: block;
	color: #ffffff;
	box-shadow: 5px 5px 5px #000;
	background-color: #765c1c;
	background-repeat:no-repeat;
	background-position: 10px center;
	background-size: auto 50px;
}
#menu li a.item-categories { background-image: url(/images/biche.png); }
#menu li a.item-zones { background-image: url(/images/lapin.png); }
#menu li a.item-affichage { background-image: url(/images/jumelles.png); }
#menu li a:hover {
	background-color: #3a3017;
	box-shadow: 2px 2px 2px #000;
}
#menu li span {
	display: block;
    visibility: hidden;
}

/* ########## Formulaire ########### */
form {
	position: relative;
	margin: 1em;
}
form p {
	clear: left;
	margin: 0.6em 2px 2px;
}
.label_titre {
	font-weight: bold;
	background-color: #765c1c;
	padding: 3px 10px;
	float: none;
}
input, select, textarea {
	border: none;
	padding: 2px;
	margin-left: 15px;
	font-size: 0.9em;
}
input[type=text] {
	font-size: 1.1em;
	border:4px solid #765c1c;
	padding:0.5em;
	margin-left:0;
}
input[type=submit], input[type=button] {
	/*padding: 5px;
	font-size: 2em;*/
	background-color: #C90;
	box-shadow: 5px 5px 5px #000;
	color: #ffffff;
	border: none;
	margin-top: 2px;
	margin-left: 10px;
	padding: 0 15px;
	cursor: pointer;
	clear: both;
	line-height: 2.4em;
	font-size: 120%;
}
input[type=checkbox] {
	/*padding: 5px;
	font-size: 2em;*/
}
.checkboxes {
	/*display: inline;*/
	padding: 3px;
}
.checkboxes label {
	/*display: inline;*/
	background-color: #3a3017;
	padding: 3px;
	border-right: 1px solid #765c1c;
	white-space: nowrap;
}
.form_options {
	margin-top: 1em;
	/*position: absolute;
	top: 0;
	right: 0;
	float: right;*/
	border: 1px solid #765c1c;
}

/* Options qui se cachent */
.options_container {
	max-height:0;
	overflow:hidden;
}
.nav-trigger {
	position:absolute;
    clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
    z-index: 2;
    width: 30px;
    cursor: pointer;
	color:#fff;
	font-size:30px;
	margin-left:15px;
	line-height: 20px;
	vertical-align:bottom;
}
label[for="nav-trigger"]:hover { color:#ddd; }
label[for="nav-trigger"]::before { content:"+"; } /*content:"\21B4";*/
.nav-trigger:checked ~ .options_container {
	max-height:500px;
    transition: max-height 0.8s;
}
.nav-trigger:not(:checked) ~ .options_container {
	max-height:0px;
    transition: max-height 0.8s;
}

/* ############# Page Accueil ####### */
div.colonne_tiers {
	float: none;
	width: 100%;
	margin: 0;
	margin-bottom: 2px;
}
div.colonne_tiers h2 {
	/*border: none;
	margin: 0;*/
	display:none;
}
div.colonne_tiers a {
	padding: 0.1em;
	height: auto;
}
div.colonne_tiers img {
	height: 50px;
	float: left;
	margin-right:20px;
}
div.colonne_tiers a {
	display: block;
	padding: 0.8em;
	background-color: #765c1c;
}
/* ############# Jeu categories ####### */
.ecran_jeu_categories {
	position: relative;
	margin-top:0;
	border: 2px solid #765c1c;
}
.ecran_jeu_categories .quantite {
	position: absolute;
	top: 15px;
	left: 15px;
}
.ecran_jeu_categories .chrono {
	position: absolute;
	top: 0px;
	left: 40%;
	text-align: center;
}
.ecran_jeu_categories .texte_chrono {
	font-size: 2em;
}
.ecran_jeu_categories .score {
	position: absolute;
	top: 0px;
	right: 15px;
	text-align: center;
}
.ecran_jeu_categories .texte_score {
	font-size: 2em;
}
.ecran_jeu_categories .image {
		margin-top: 40px;
}
.ecran_jeu_categories .image img {
	max-height:200px;
}
.ecran_jeu_categories .boutons {
	position: relative;
	top: auto;
	right: auto;
}
.ecran_jeu_categories .boutons a {
	display:block;
	background-color: #765c1c;
	box-shadow: 5px 5px 5px #000;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 2em;
	margin-top: 5px;
	padding-top: 5px;
}

/* ########## Jeu zones ########### */
img.pointer {
		width: 100%;
}
img.pointer:hover {
	cursor: url(/highslide/graphics/arc.cur), pointer;
}

/* ########## Pour autre que mobiles ########### */
@media (min-width: 600px) {
	#contenu {
		max-width: 1000px;
	}
	div.colonne_tiers {
		float: left;
		width: 29%;
		box-shadow: 5px 5px 5px #000;
		margin: 2em 0.8em;
	}
	div.colonne_tiers p {
		text-align:center;
	}
	div.colonne_tiers a {
		height: 250px;
		text-align: center;
	}
	div.colonne_tiers h2 {
		font-size: 1.4em;
		font-weight: bold;
		border-top: 2px solid #cfc692;
		margin-top:1em;
		display:block;
	}
	div.colonne_tiers img {
		height:120px;
		float:none;
	}
	.label_titre {
		float: left;
	}
	input[type=submit], input[type=button] {
		clear:none;
		line-height:normal;
		font-size: 140%;
		padding: 10px 15px;
	}
	
	/* Accueil */
	#menu li { width:auto; }
	#menu li span { visibility:visible; }
	
	/* Jeux categories */
	.ecran_jeu_categories {
		box-shadow: 5px 5px 5px #000;
		margin-top:1em;
	}
	.ecran_jeu_categories .texte_chrono, .ecran_jeu_categories .texte_score {
		font-size: 3em;
	}
	.ecran_jeu_categories .image {
		margin-top: 80px;
		margin-bottom: 15px;
		margin-left: 15px;
	}
	.ecran_jeu_categories .image img {
		max-height:none;
		height: 460px;
		max-width:400px;
	}
	.ecran_jeu_categories .boutons {
		position: absolute;
		top: 65px;
		right: 15px;
	}
	.ecran_jeu_categories .boutons a {
		margin-top: 15px;
		padding-top: 20px;
		width: 200px;
		height: 50px;
	}
	/* Jeu zones */
	img.pointer {
		max-height: 480px;
		width:auto;
	}
}
/* ########## Pour grands écrans ########### */
@media (min-width: 900px) {
	/* Jeu categories */
	.ecran_jeu_categories .image img {
		max-height:none;
		height: 460px;
		max-width:none;
	}
	/* Jeu zones */
	img.pointer {
		max-height: 680px;
		width:auto;
	}
}

