/*****************************
GLOBAL
*****************************/
body {
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: #f3f3f1 !important;
}
/*.container { 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}*/
hr {
	margin: 0 !important;
}
/* Contour bleu lors du focus */
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="submit"]:focus, input[type="date"]:focus, input[type="reset"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	outline: none;
}
iframe{
	width:100% !important;
}

/*****************************
HEADING
*****************************/
h1, h2, h3, h4, h5 {
	/*font-family: 'Michroma', Arial, Helvetica, sans-serif !important;*/
}
h1 {
	text-transform: uppercase;
	font-size: 28px !important;
	margin-bottom: 25px !important;
	font-family: 'Michroma', Arial, Helvetica, sans-serif !important;
}
h2 {
	font-size: 24px !important;
	margin-bottom: 20px !important;
}
h3 {
	font-size: 20px !important;
}
h4 {
	font-size: 18px !important;
}
h5 {
	font-size: 16px !important;
}

.bleu h1, .bleu h2, .bleu h3, .bleu h4, .bleu h5 {
	color: #6b9edb;
}
.vert h1, .vert h2, .vert h3, .vert h4, .vert h5 {
	color: #a5c26c;
}
.jaune h1, .jaune h2, .jaune h3, .jaune h4, .jaune h5 {
	color: #fed12a;
}
.violet h1, .violet h2, .violet h3, .violet h4, .violet h5 {
	color: #ac9ac2;
}
.orange  h1, .orange h2, .orange h3, .orange h4, .orange h5 {
	color: #f8a764;
}
.rouge h1, .rouge h2, .rouge h3, .rouge h4, .rouge h5 {
	color: #ff6161;
}

/*****************************
UL
*****************************/

#content ul {
	list-style-type: none;
	padding-left: 0 !important;
}
#content ul li {
	background: url('/images/site2016/h24-puce-noir.png') left 8px no-repeat;
	padding-left: 12px;
}
	#content ul li ul {
		padding-left: 15px !important;
	}
		#content ul li li {
			background: none !important;
			padding-left: 0 !important;
			list-style-type: disc;
		}
.bleu #content ul li {
	background: url('/images/site2016/h24-puce-bleu.png') left 8px no-repeat;
}
.vert #content ul li {
	background: url('/images/site2016/h24-puce-vert.png') left 8px no-repeat;
}
.jaune #content ul li {
	background: url('/images/site2016/h24-puce-jaune.png') left 8px no-repeat;
}
.violet #content ul li {
	background: url('/images/site2016/h24-puce-violet.png') left 8px no-repeat;
}
.orange #content ul li {
	background: url('/images/site2016/h24-puce-orange.png') left 8px no-repeat;
}
.rouge #content ul li {
	background: url('/images/site2016/h24-puce-rouge.png') left 8px no-repeat;
}

/*****************************
A
*****************************/

#content a {
	color: #8e8e83;
}

/*****************************
MENU
*****************************/
.navbar-header {
	display: none;
}
.navbar {
	margin-bottom: 0 !important;
}
.container-fluid { 
	padding: 0 !important;
}
.navbar-collapse {
	padding: 0 !important;
}
#navigation {
	margin-top: 16px;
}
	#navigation li {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		border: 1px solid #fff;
		margin: 0 8px;
		max-width: 150px;
		min-height: 48px;
	}
		#navigation li:first-child {
			margin-left: 0;
		}
		#navigation li:last-child {
			margin-right: 0;
		}
		#navigation li.bleu,
		#navigation li.jaune,
		#navigation li.violet,
		#navigation li.orange {
			line-height: 34px;
		}
		#navigation li a {
		  color: #fff;
		  font-family: "Michroma",Arial,Helvetica,sans-serif;
		  font-size: 11px;
		  line-height: 1rem !important;
		  padding: 17px 10px 0 !important;
		  text-align: center;
		  background:none transparent !important;
		  text-transform: uppercase;
		}
			#navigation li a:hover {
				background: none !important;
			}
		#navigation li.double a {
			padding-top:5% !important;
			line-height:140% !important;
		}
/* Couleurs */
#navigation li.bleu {
	/*background: #558ed5;*/
	background: #6b9edb;
}
#navigation li.vert {
	/*background: #33cc33;*/
	background: #a5c26c;
}
#navigation li.jaune {
	/*background: #ffcc00;*/
	background: #fed12a;
}
#navigation li.violet {
	/*background: #b3a2c7;*/
	background: #ac9ac2;
}
#navigation li.orange {
	background: #ffaa00;
	/*background: #f8a764;*/
}
#navigation li.rouge {
	/*background: #ff4b4b;*/
	background:#ff6161;
}
	#navigation li:hover {
		opacity: 0.7;
	}

/*****************************
WIDGETS
*****************************/
.widget h4 { 
	display: none;
}
#topWidgets {
	background: #8e8e83;
	padding: 5px 0;
}
.box_liens_top {
	text-align: right;
}
	.box_liens_top ul {
		padding-left: 0;
		margin: 0;
	}
		.box_liens_top ul li {
			display: inline-block;
			padding: 0 10px;
			margin: 0 -2px;
		}
			.box_liens_top ul li a {
				color: #fff;
				text-decoration: none;
				font-size: 12px;
			}
				.box_liens_top ul li a:hover {
					text-decoration: underline;
				}
			.box_liens_top ul li img {
				margin-top: -3px;
			}
				.box_liens_top ul li img:hover {
					opacity: 0.7;
				}
			.box_liens_top ul li:last-child {
				border-left: 1px solid #fff;
			}
				
/*****************************
RIGHTBAR
*****************************/
#rightbar{
	border-radius:10px;
}
	#rightbar {
	background: #dcd6cb;
	padding: 0px 20px;
}
	#rightbar h3 {
		text-transform: uppercase;
		color: #8e8e83;
		font-size: 16px !important;
		margin-bottom: 20px !important;
		font-family: 'Michroma', Arial, Helvetica, sans-serif;
	}
.box_plan,
.box_contact,
.box_visite,
.box_galerie  {
	border-bottom: 2px solid #8e8e83;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden
}
.galerie_photos #wrapperTop{
	display:none;
}
	.box_plan p {
		margin: 0;
	}
	.box_galerie {
		border-bottom: none;
	}
	.box_galerie .more {
		background: #8e8e83 !important;
	}

/*****************************
HEADER
*****************************/			
#headerInner #logo {
	float: left;
	margin-right: 2%;
	margin-top: -20px;
}
#headerInner #menu {
	float: right;
}

/*****************************
WRAPPER
*****************************/	
#wrapperTop {
	margin-bottom: 40px;
	margin-top: 15px;
}
.intro {
	font-size:  16px;
	font-weight: 700;
}

/*****************************
HOME
*****************************/	
.home h1 {
	display: none;
}
.home h2,
.bloc_acces h3 {
	font-family: 'Michroma', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.bgBlanc {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
}
.bloc_presentation {
	margin-top: 30px
}
	.bloc_presentation h2,
	.bloc_acces h3 {
		color: #fff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		padding: 10px 20px;
		font-size: 14px !important;
		width: 185px;
		margin-top:0;
		margin-bottom: 0 !important;
		text-align: center;
	}
	.bloc_presentation h3 {
		font-size: 16px !important;
		text-transform: uppercase;
		font-weight: 700;
	}
	.bloc_presentation .border,
	.bloc_acces .border {
		height: 3px;
		display: block;
		margin-top: -13px;
		margin-left: 10px;
	}
	.more {
		color: #fff !important;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		padding: 5px 15px;
		font-family: 'Michroma', Arial, Helvetica, sans-serif;
		font-weight: 700;
		font-size: 16px;
		float: right;
		margin-top: 15px;
	}
	.bloc_presentation .more {
		margin-top: 0;
	}
		.more:hover {
			text-decoration: none !important;
			opacity: 0.8;
		}
	.bloc_presentation.jaune h2 {
		background: #fed12a;
	}
		.bloc_presentation.jaune .border {
			background: #fed12a;
		}
		.jaune .more {
			background: #fed12a;
			background-image:-moz-linear-gradient(to top, #fed12a, #ffe655);
			background-image:-webkit-linear-gradient(to top, #fed12a, #ffe655);
			background-image:-o-linear-gradient(to top, #fed12a, #ffe655);
			background-image:linear-gradient(to top, #fed12a, #ffe655);
		}
	.bloc_presentation.rouge h2,
	.bloc_acces.rouge h3 {
		background: #ff6161;
	}
		.bloc_presentation.rouge .border,
		.bloc_acces.rouge .border {
			background: #ff6161;
		}
		.rouge .more {
			background: #ff6161;
			background-image:-moz-linear-gradient(to top, #ff6161, #ec6061);
			background-image:-webkit-linear-gradient(to top, #ff6161, #ec6061);
			background-image:-o-linear-gradient(to top, #ff6161, #ec6061);
			background-image:linear-gradient(to top, #ff6161, #ec6061);
		}
	.bloc_presentation.bleu h2 {
		background: #6b9edb;
	}
		.bloc_presentation.bleu .border {
			background: #6b9edb;
		}
		.bleu .more {
			background: #6b9edb;
			background-image:-moz-linear-gradient(to top, #6b9edb, #2b7bff);
			background-image:-webkit-linear-gradient(to top, #6b9edb, #2b7bff);
			background-image:-o-linear-gradient(to top, #6b9edb, #2b7bff);
			background-image:linear-gradient(to top, #6b9edb, #2b7bff);
		}
	.bloc_presentation.violet h2 {
		background: #ac9ac2;
	}
		.bloc_presentation.violet .border {
			background: #ac9ac2;
		}
		.violet .more {
			background: #ac9ac2;
			background-image:-moz-linear-gradient(to top, #ac9ac2, #8c58b0);
			background-image:-webkit-linear-gradient(to top, #ac9ac2, #8c58b0);
			background-image:-o-linear-gradient(to top, #ac9ac2, #8c58b0);
			background-image:linear-gradient(to top, #ac9ac2, #8c58b0);
		}
	.bloc_presentation.vert h2 {
		background: #a5c26c;
	}
		.bloc_presentation.vert .border {
			background: #a5c26c;
		}
		.vert .more {
			background: #a5c26c;
			background-image:-moz-linear-gradient(to top, #a5c26c, #0a0);
			background-image:-webkit-linear-gradient(to top, #a5c26c, #0a0);
			background-image:-o-linear-gradient(to top, #a5c26c, #0a0);
			background-image:linear-gradient(to top, #a5c26c, #0a0);
		}
	.bloc_presentation.marron h2 {
		background: #8e8e83;
	}
		.bloc_presentation.marron .border {
			background: #8e8e83;
		}
		.marron .more {
			background: #8e8e83;
			background-image:-moz-linear-gradient(to top, #6b6b62, #8e8e83);
			background-image:-webkit-linear-gradient(to top, #6b6b62, #8e8e83);
			background-image:-o-linear-gradient(to top, #6b6b62, #8e8e83);
			background-image:linear-gradient(to top, #6b6b62, #8e8e83);
		}
	.bloc_presentation.orange h2 {
		background: #f8a764;
	}
		.bloc_presentation.orange .border {
			background: #f8a764;
		}
		.orange .more {
			background: #f8a764;
			background-image:-moz-linear-gradient(to top, #f8a764, #ffc655);
			background-image:-webkit-linear-gradient(to top, #f8a764, #ffc655);
			background-image:-o-linear-gradient(to top, #f8a764, #ffc655);
			background-image:linear-gradient(to top, #f8a764, #ffc655);
		}
	.bloc_presentation.orange h3 {
		margin-bottom: 0 !important
	}
		.bloc_presentation.orange h3 a {
			color: #f8a764 !important;
		}
	.box_event .date {
		margin-bottom: 5px;
	}
	.box_event .news {
		overflow: hidden;
	}
	.box_event .more {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-o-border-radius: 8px;
		border-radius: 8px;
		padding: 3px 10px;
		margin-top: 5px;
	}
	
ul.services {
	padding-left: 0;
}
	ul.services li {
		display: inline-block;
		margin-right: 5px;
		background: none !important;
		padding-left: 0 !important;
	}
		ul.services li:last-child {
			margin: 2px 5px 2px 0;
		}
		
#slider {
  border-right: 25px solid #f3f3f1;
}

/*****************************
RÉSERVATION
*****************************/	
#reservation {
	background: #dcd6cb;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	padding: 30px 2%;
	-moz-box-shadow: 0px 5px 10px 0px #c4c4c4;
	-webkit-box-shadow: 0px 5px 10px 0px #c4c4c4;
	-o-box-shadow: 0px 5px 10px 0px #c4c4c4;
	box-shadow: 0px 5px 10px 0px #c4c4c4;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#c4c4c4, Direction=180, Strength=10);
}
#reservation h3 {
	font-family: 'Michroma', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px !important;
	color: #000;
}
#reservation label {
	margin-top: 0;
}
#reservation input {
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: none;
	color: #dcd6cb;
	padding: 10px;
}
#reservation .texte {
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: none;
	text-align: center;
	color: #868479;
	padding: 10px;
}
	#reservation .texte .prix {
		color: #000;
		font-weight: 700;
		font-size: 36px;
	}
	#reservation .texte span{
		display:inline-block;
		width:48%;
		margin:0;
		padding:0;
		text-align:left;
	}
#reservation .picto_date {
	background: url('/images/site2016/h24-picto-calendrier.png') 92% center no-repeat #fff;
}
#reservation .picto_lit {
	background: url('/images/site2016/h24-picto-lit.png') 97% center no-repeat #fff;
}
#reservation input[type="submit"] {
	background: #f8a764;
	background-image:-moz-linear-gradient(to top, #f8a764, #ee9f00);
	background-image:-webkit-linear-gradient(to top, #f8a764, #ee9f00);
	background-image:-o-linear-gradient(to top, #f8a764, #ee9f00);
	background-image:linear-gradient(to top, #f8a764, #ee9f00);
	color: #fff;
	width: 100%;
}
#reservation .border {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	margin: 20px 0;
}

/*****************************
ACCÈS
*****************************/	
.acces #content h2 {
	margin-bottom: 8px !important;
	text-transform: uppercase;
	font-size: 18px !important;
}

/*****************************
EVENEMENTS
*****************************/	
.date {
	font-style: italic;
	color: #8e8e83;
	background: url('/images/site2016/h24-picto-horloge.png') center left no-repeat;
	padding-left: 15px;
}
.newsContainer {
	border-bottom: 1px solid #8e8e83;
	padding: 0 0 20px 0;
	overflow: hidden;
}
.newsContainer + .newsContainer {
	padding-top: 20px;
}
.newsContainer:nth-child(6) {
	border-bottom: none;
}
.newsContainer h2 {
	margin-top: 0 !important;
}

/*****************************
FORMULAIRE
*****************************/	
.form_creator_footer {
	margin-top: 20px;
	font-style: italic;
	color: #8e8e83;
	font-size: 11px;
}
input,
textarea {
	width: 100%;
	border: 1px solid #8e8e83;
	background: none;
	padding: 5px 0;
	line-height: normal !important;
}
label {
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 16px;
}
.obligatory {
	color: #ff6161;
	font-weight: 700;
}
	input[type="text"]:focus,
	textarea:focus {
		background: #f8f8f6;
	}
#captcha {
	margin: 10px 0;
}
	#captcha a {
		display: block;
		font-style: italic;
	}
input[type="submit"],
input[type="reset"] {
	color: #fff;
	width: initial;
	width: inherit;
	padding: 5px 20px;
	font-family: 'Michroma', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
	input[type="submit"]:hover,
	input[type="reset"]:hover {
		opacity: 0.8;
	}
input[type="submit"] {
	background: #8e8e83;
}
input[type="reset"] {
	background: #7d7d72;
}
.submit {
	text-align: center;
	margin-top: 20px;
}
.errorForm {
	color: #ff6161;
	font-style: italic;
}

/*****************************
PAGER
*****************************/	
.pager a {
	background: #8e8e83;
	color: #fff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
	.pager a:hover {
		color: #fff;
		opacity: 0.8;
		text-decoration: none;
	}
.back a {
	background: #f8a764;
	color: #fff !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 8px 15px;
}
	.back a:hover {
		opacity: 0.8;
		color: #fff;
		text-decoration: none;
	}

/*****************************
FOOTER
*****************************/	
#footerInner {
	background: #f8f8f6;
	padding: 25px 15px;
	margin-top: 30px;
}
	.box_footer {
		text-align: center;
		background: url('/images/site2016/h24-couleurs-footer.png') center bottom no-repeat;
		padding-bottom: 30px;
	}
		.box_footer p {
			margin: 0;
			color: #8e8e83;
		}
		.box_footer a {
			color: #8e8e83;
			text-transform: uppercase;
			text-decoration: underline;
		}
			.box_footer a:hover {
				text-decoration: none;
				color: #000;
			}

/*****************************
GO TOP
*****************************/				
.go_top {
    background: url('/images/site2016/h24-go-top.png') center center no-repeat #8e8e83;
    display: none;
    position: fixed;
    width: 100px;
    height: 90px;
    bottom: 80px;
    right: -10px;
    text-indent: -9999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
	.go_top:hover {
		opacity: 0.8;
	}