body {
	font-size: 16px;
	line-height: 1.5;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	background: #e7e5e3;
}

.container {
	width: 100%;
	max-width: 1170px;
	position: relative;
}

a { text-decoration: none; }

.clear { clear: both; }

.error_messages {
	font-size: 12px;
	color: red;
}

.popup {
	display: block;
	text-align: center;
	position: fixed;
	z-index: 1000;
	background: #fff;
	border: 3px solid #009ddf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
}

.overlay {
	position: absolute;
	display: none;
	z-index: 999;
	background: #fff;
	opacity: .5;
	width: 100%;
	height: 100%;
}

/* --- BOOTSTRAP --- */

.row { margin-left: 0; margin-right: 0;}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #1f1d1c;}
.open>.dropdown-menu { background-color: #1f1d1c;}
ul.dropdown-menu li { width: 100%; }
ul.dropdown-menu li a { font-size: 12px; padding: 8px 0;}

/* --- HEADER --- */

#header h1 a {
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	width: 100%;
	max-width: 285px; height: 125px;
	background: url(../images/logo_transparant.png) no-repeat;
}

#header h1 span {
	text-transform: uppercase;
	font-size: 12px;
	color: #009ddf;
	text-align: center;
	display: block;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

#header .langues {
	position: absolute;
	top: 4px; right: 0;
	font-size: 12px;
}

#header .langues a { color: #009ddf; padding-bottom: 2px;}
#header .langues a:hover { border-bottom: 1px solid #009ddf; }

#header .nav {
	background: #1f1d1c;
	padding: 4px 0;
}

#header .nav ul li {
	font-size: 14px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia, serif;
}

#header .nav ul li a { color: #fff; }
#header .nav ul li a:hover { color: #009ddf; }

#header .nav ul li a.lienActif { color: #009ddf; }


/*#header .nav .sousmenu { overflow: hidden; display: none; }

#header .nav .dropdown:hover .soumenu { display: block;}*/

/* --- CONTENT --- */

#content h2 { 
	font-size: 30px; 
	color: #504d4d;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

#content h3 { 
	font-size: 24px; 
	color: #504d4d;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	margin: 30px 15px 20px ;
}
#content .infos { margin: 30px 0 20px;}

#content .imgCover {
	height: 100%;
	max-height: 600px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

#content .imgCover img { width: 100%;}
#content #map {
	width: 100%;height: 300px;
	position: relative;
	margin-bottom: 20px;
}
#content .ulUn { margin-top: 30px;}
#content .ulDeux { margin-top: 30px;}

#content .container p { margin-bottom: 16px; }
#content .thumbs img { width: 100%; margin-bottom: 20px;}
#content .act li { margin-bottom: 10px;}
#content .act a {  color: #009ddf; padding-bottom: 2px; }
#content .act a:hover { border-bottom: 1px solid #009ddf;}
#content #message { height: 100px;}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td { border: 1px solid #999;}
.tabBold { font-weight: bold;}
.saison { font-size: 14px;}
.colorNouvelan { background-color: #53868b;}
.colorBasse { background-color: #82C46C;}
.colorMoyennea { background-color: #e4c172;}
.colorWk { background-color: #757274;}
.colorHaute { background-color: #E9383F;}
.colorNoel { background-color: #8ca4c0;}
.colorMoyenneb { background-color: #ffa500;}

#content .circle { list-style: disc; margin-left: 15px;}

#content .formContact { font-size: 21px; margin-top: 0; margin-bottom: 35px; }
#content .contactBtn { display: block; width: 100%; background: #009ddf; text-transform: uppercase; color: #fff;}
#content .contactBtn:hover { background: #0251a0;}

/* --- FOOTER --- */

#footer { 
	margin-top: 40px; 
	border-top: 1px solid #999;
	font-size: 12px;
}

#footer .row { margin: 10px 0;}
#footer a { color: #009ddf; padding-bottom: 1px;}
#footer a:hover { border-bottom: 1px solid #009ddf;}

#footer .social { margin-right: 10px;}


/* ---------- RESPONSIVE ---------- */

@media screen and (max-width: 773px) {

	#header h1 a { background: url(../images/logo-resp.png) no-repeat; width: 200px; height: 106px;}
	#header .nav ul li { text-align: left; margin-bottom: 10px; }
	#header .nav ul li:first-child { margin-top: 10px;}
	#header .nav .col-xs-12 { padding: 0 0 0 10px;}

	#content h2 { font-size: 24px; }
	#content .imgCover { margin-bottom: 10px;}
	#content .light .col-xs-12 { padding: 0;}
	#content .light img { margin-left: -15px;}
	#content .contactPers { margin-top: 20px;}
	#content .ulUn { margin-top: 0;}

	#footer a { float: none;}
}


