/*
.header .tmp {
	clear: right;
	float: right;
	padding-bottom: 5px;
}
.header .tmp > div {
	min-width: 30px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #808080;
}
*/
/*
	Styles adaptés au device
*/
@media screen and (min-width: 1180px) {
	/* Common panels */
	.left, .center, .right {
		padding: 10px;
	}
	.left {
		width: 480px;
		float: left;
	}
	.right {
		width: 200px;
		float: right;
	}

	.header img.logo {
		width: 500px;
		float: left;
	}
	.header .title hr {
		background-color: #b1b53d;
		height: 22px;
		border: none;
	}
	.header .title > :not(hr) {
		padding-right: 220px;
	}
	.main .left, .main .right {
		margin-bottom: 2px;
		background-color: #b1b53d;
		height: 350px;
	}
	#galery img, .main .right img {
		width: 100%;
	}
	.main img.lang {
		display: none;
	}
	.main .left img {
		border: 10px solid #b1b53d;
	}
	.main .center, .footer:not(.mode3) .center {
		margin: 0px 220px 0px 500px;
	}
	.footer.mode3 .left {
		height: 290px;
		display: flex;
		flex-direction: column;
	}
	.footer.mode3 .center {
		margin: 0px 0px 0px 500px;
		padding: 0px !important;
		text-align: center;
	}
	.footer.mode3 .center img {
		height: 290px;
	}
}

@media screen and (max-width: 1179px) {
	.header img.logo {
		max-width: 500px;
		width: 100%;
	}
	.header .title {
		clear: both;
	}
	.header .title span { display: block; height: 0px; }
	.header .title hr { display: none; }
	.left, .right {
		padding: 0px;
	}
	.main {
		text-align: center;
	}
	#galery {
		display: inline-block;
	}
	#galery img {
		width: 100%;
	}
	.main .right {
		/*float: right;*/
		text-align: center;
		margin-top: 10px;
	}
	.main .center {
		padding: 0px 10px;
		clear: both;
	}
	.header img.lang, .main .right :not(.lang) {
		display: none;
	}
	.footer.mode3 .center img {
		width: 100%;
		max-width: 600px;
	}
}

/*
	Styles généraux
*/

body {
	background-color: #e8d7af;
	margin: 0px;
	padding: 0px;
}

.header {
	text-align: center;
}
.header .title {
	font-size: 1.5em;
	padding: 20px 0px;
}
.header .lang {
	float: right;
}
img.lang {
	height: 20px;
	display: inline-block;
	margin: 0px 15px;
	cursor: pointer;
}

.main {
	clear: both;
}
.main .center, .footer:not(.mode3) .center {
	text-align: center;
}
.main .center h2 {
	text-align: center;
	text-transform : uppercase;
}
.main .center ul {
	padding-left: 0px;
}
.main .center li {
	list-style: none;
}

.footer {
	clear: both;
	background-color: #b1b53d;
	text-align: center;
	padding: 5px;	/*5px 220px 5px 500px;*/
}
.footer > div > *:not(img) {
	padding: 5px 10px;
	display: inline-block;
	flex: 1;
}
.footer .name, .footer .tel, .footer .email {
	font-weight: bold;
	font-size: 1.2em;
}

.footer.mode1 .center {
	padding: 0px !important;
}

/* Galery */
#galery {
	overflow: hidden;	
}
#galery img {
	max-width: 480px;
	/*position: absolute;*/
	z-index: 1;
}
