/**********************
 *
 *
 *
 * HTML5
 * 
 *
 *
 *********************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
/******************
 *
 *
 *
 *	GENERIC 
 *
 *
 *
 ********************/
*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	color: #3F373A;
	width: 100%;
	min-height: 100vh;
	background: #EDEADE;
	font-size: 10px;
	font-family: Arial, sans-serif;
	position: relative;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #E47315;
	text-decoration: underline;
}
/******************
 *
 *
 *
 *	MAIN 
 *
 *
 *
 ********************/
#main {
	padding-bottom: 100px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 100%;
}
/******************
 *
 *
 *
 *	SLIDER 
 *
 *
 *
 ********************/
.slider {
	float: none;
	margin: 0 auto 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.extra-slider .wrapper {
	overflow: visible;
}
.slider .wrapper {
	width: 100%;
	height: 100%;
}
.slider:before,
.slider:after {
	content: "";
	display: block;
	height: 33px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -33px;
	bottom: auto;
	background: transparent url(../img/visu/ombre_top.png) no-repeat center top;
}
.slider:after {
	top: auto;
	bottom: -33px;
	background: transparent url(../img/visu/ombre_bottom.png) no-repeat center top;
}
.slider li {
	width: 940px;
	height: 300px;
	overflow: hidden;
	display: block;
	float: left;
}
.slider li img {
	display: block;
	margin: auto;
	width: auto;
	height: auto;
}
.slider .navigation {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 2000;
}
.slider .navigation a {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 500;
	background: transparent url(../img/visu/sprite.png) no-repeat 0 -200px;
	width: 40px;
	height: 40Px;
}
.slider .navigation a:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	background: transparent url(../img/visu/sprite.png) no-repeat 0 -200px;
}
.slider .navigation a:hover:after {
	opacity: 1;
}
.slider .navigation a.next {
	background-position: 0 -240px;
}
.slider .navigation a.next:after {
	background-position: 0 -320px;
}
.slider .navigation a.prev:after {
	background-position: 0 -280px;
}
/******************
 *
 *
 *
 *	CONTENT 
 *
 *
 *
 ********************/
#content {
	margin: auto;
	width: 940px;
	max-width: 100%;
}
/******************
 *
 *
 *
 *	WRAPPER 
 *
 *
 *
 ********************/
#wrapper {
	position: relative;
	z-index: 2;
}
/******************
 *
 *
 *
 *	LEFT 
 *
 *
 *
 ********************/
#empty {
	float: left;
	min-height: 300px;
	padding: 20px 40px;
	width: 250px;
}
#left {
	float: left;
	min-height: 300px;
	padding: 20px 40px;
	width: 330px;
	margin-top: -50px;
	background: transparent url(../img/visu/left.png) no-repeat 0 0;
}
#leftempty {
	display: none;
}
#left .submenu ul.children {
	margin-left: 25px;
}
#left .submenu li {
	margin: 10px 0;
	position: relative;
	list-style: none;
}
#left .submenu li a,
#left .submenu li span {
	color: #3F373A;
	display: block;
	font-family: Caudex, Georgia, serif;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	padding: 0 15px;
}
#left .submenu li a:hover {
	color: #E47315;
}
#left .submenu li.parent {
	margin: 0 0 15px 0;
}
#left .submenu li.current_page_item a {
	font-weight: bold;
	color: #E47315;
}
#left .submenu li.current_page_item a:before {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -20px;
	background: transparent url(../img/visu/sprite.png) no-repeat 0 -360px;
}
#left .submenu li.current_page_item a {
	font-weight: bold;
}
#left .submenu li.parent span, #left .submenu li.parent a {
	font-family: Caudex, Georgia, serif;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
	padding: 0;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#left .submenu li.parent span:before {
	background: transparent;
}
/******************
 *
 *
 *
 *	RIGHT 
 *
 *
 *
 ********************/
#right {
	float: left;
	padding: 50px 25px;
	width: 610px;
}
#right .content {
	font-size: 14px;
	line-height: 20px;
}
#right .content h1 {
	font-family: Caudex, Georgia, serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#right .content h2,
#right .content h3,
#right .content h4 {
	margin-top: 10px;
}
#right .content p,
#right .content ul,
#right .content ol,
#right .content h1,
#right .content h2,
#right .content h3,
#right .content h4,
#right .content h5,
#right .content h6 {
	padding: 0 0 0.7em 0;
}
#right .content a {
	color: #D98643;
	text-decoration: none;
}
#right .content a:hover {
	text-decoration: underline;
}
#right .content li {
	list-style: disc;
	margin-left: 20px;
}
#right .content img.alignnone,
#right .content img.alignright,
#right .content img.aligncenter,
#right .content img.alignleft {
	border: 1px solid #FFFFFF;
}
/**********************
 *
 *
 *
 * HORAIRES TABLE
 * 
 *
 *
 *********************/
.page-template-template-large #right {
	width: 100%;
}
#right .content table {
	width: 100% !important;
}
#right .content table,
#right .content table * {
	color: rgb(63, 55, 58);
	border: 0 none !important;
	outline: none !important;
	border-collapse: collapse !important;
}
#right .content table th,
#right .content table td {
	border: 3px solid #EDEADE !important;
	padding: 10px !important;
}
#right .content table th {
	background-color: #F7F4E9 !important;
}
#right .content table td {
	background-color: #FFFFFF !important;
}
.date {
	font-weight: bold;
	vertical-align: middle;
}
.heure {
	text-align: center;
}
.visite {
	font-size: 1.2em;
	color: #D98643;
}
/******************
 *
 *
 *
 *	HOME 
 *
 *
 *
 ********************/
.home #left {
	padding: 30px 50px;
	width: 395px;
	margin-top: -150px;
	background: transparent url(../img/visu/left_home.png) no-repeat 0 0;
}
.home #right {
	padding: 0;
	width: auto;
}
/******************
 *	INTRO 
 ********************/
.intro {
	margin-bottom: 30px;
}
.intro h2 {
	font-size: 28px;
	line-height: 30px;
	font-family: Caudex, Georgia, serif;
	font-weight: normal;
	padding-bottom: 29px;
	margin-bottom: 30px;
	border-bottom: 1px solid #F3974A;
}
.intro p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.intro img {
	vertical-align: middle;
}
/******************
 *	PROGRAMME / BLOG 
 ********************/
.programme, .blog {
	padding: 30px 0;
	border-top: 1px solid #F3974A;
}
.programme h3, .blog h3 {
	font-family: Caudex, Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.programme h3:before, .blog h3:before {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: -14px;
	background: transparent url(../img/visu/sprite.png) no-repeat 0 0;
}
.programme h3:before {
	background-position: 0 -160px;
}
.blog h3:before {
	background-position: 0 -120px;
}
.programme li, .blog li {
	list-style: none;
	margin: 0 0 5px 20px;
	font-size: 14px;
	color: #E47315;
	padding: 0;
}
.programme li a:before, .blog li a:before {
	content: "";
	width: 35px;
	height: 15px;
	display: inline-block;
	vertical-align: -4px;
	background: transparent url(../img/visu/sprite.png) no-repeat 0 -95px;
}
.programme li a, .blog li a {
	color: #E47315;
	text-decoration: none;
	padding: 0;
}
.programme li a:hover:before, .blog li a:hover:before {
	background-position: 5px -95px;
}
/******************
 *	RIGHT 
 ********************/
#right .visite, .temoignage {
	margin-top: 20px;
}
#right .visite h2, .temoignage h2 {
	font-family: Caudex, Georgia, serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#right .visite h2:before, .temoignage h2:before {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
	background: transparent url(../img/visu/sprite.png) no-repeat 0 0;
}
#right .visite h2:before {
	background-position: 0 0;
}
#right .temoignage h2:before {
	background-position: 0 -40px;
}
#right .bloc {
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	width: 510px;
	height: auto;
	min-height: 100px;
	border: 1px solid #FFFFFF;
}
#right .bloc .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 100%;
	z-index: 2;
	background-color: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
}
#right .bloc .content:before {
	content: "";
	display: inline-block;
	overflow: hidden;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
#right .bloc .content .inner {
	display: inline-block;
	vertical-align: middle;
	max-width: 230px;
}
#right .bloc .image {
	display: block;
	z-index: 1;
}
#right .bloc .image img {
	width: 100%;
}
#right .bloc .content a {
	text-decoration: none;
}
#right .bloc .content h3 {
	padding: 0 0 0 20px;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
#right .bloc .content h3 a {
	color: #3F373A;
}
#right .bloc .content h3 a:hover {
	padding-left: 5px;
	color: #3F373A;
}
#right .bloc .content h4 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
#right .bloc .content h4 a:before {
	content: "";
	width: 35px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: transparent url(../img/visu/sprite.png) no-repeat 0 -95px;
}
#right .bloc .content h4 a {
	color: #E47315;
	text-decoration: none;
}
#right .bloc .content h4 a:hover:before {
	background-position: 5px -95px;
}
/**********************
 *
 *
 *
 * CONTACT
 * 
 *
 *
 *********************/
#right .wpcf7 {
	padding: 20px 0;
}
.wpcf7-text, textarea {
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 10px 0 0 0;
	width: 250px;
	border: 3px solid #FFFFFF;
}
.wpcf7-text:focus, textarea:focus {
	border: 3px solid #F2964A;
	outline: none;
}
textarea {
	width: 300px;
	height: 100px;
	resize: none;
}
.wpcf7-submit {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
	padding: 10px;
	margin: 0;
	cursor: pointer;
	background: #F2964A;
}
.wpcf7-submit:hover {
	background: #FFFFFF;
	color: #F2964A;
}
/**********************
 *
 *
 *
 * TRANSITIONS
 * 
 *
 *
 *********************/
header .main-title a span,
header nav li a,
.programme li a,
.blog li a,
.programme li a:before,
.blog li a:before,
.bloc .content h4 a,
.bloc .content h4 a:before,
.bloc .content h3 a,
.slider .arrow span,
#footer a,
#left .submenu li a,
.wpcf7-submit,
.wpcf7-text,
textarea {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
header nav li.normal > a {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
/**********************
 *
 *
 *
 * EASY CLEARING
 * 
 *
 *
 *********************/
header:after,
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/**********************
 *
 *
 *
 * RESPONSIVE
 *
 *
 *
 *********************/
@media only screen and (max-width: 940px) {
	#header,
	.slider,
	#content,
	#main,
	#right{
		width: 100%;
	}
	.slider,
	.slider .wrapper {
		overflow: hidden;
		width: 100%;
	}
	.slider li {
		width: auto;
		height: auto;
	}
	.home #left {
		background: transparent;
		float: none;
		margin: 0 auto;
		padding: 30px 50px;
		width: 100%;
	}
	.home #right {
		background: transparent;
		float: none;
		margin: 0 auto;
		padding: 30px 50px;
		width: 100%;
	}
	#right .bloc,
	#right .bloc .image,
	#right .bloc .image img {
		position: relative;
		width: 100%;
		height: auto;
	}
	#right .bloc .content {
		height: 100%;
	}
	#footer {
		position: relative;
	}
	#footer .wrapper {
		height: auto;
	}
	#footer ul li {
		display: block;
		padding: 10px;
	}
	#footer ul .separator {
		display: none;
	}
	#header {
		background: white;
		display: block;
		overflow: auto;
		position: fixed;
		top: 0;
		right: auto;
		bottom: 0;
		left: 0;
		z-index: 20;
		width: 320px;
		max-width: 100%;
	}
	#header .main-title {
		margin: 0 auto;
		position: relative;
	}
	#header nav {
		float: none;
		margin: 25px 0;
		text-align: center;
		width: 100%;
	}
	#header nav li,
	#header nav li:first-child{
		display: block;
		float: none;
		text-align: left;
	}
	#header nav li .sub-menu {
		position: relative;
		width: auto;
		text-indent: -15px;
		margin-left: 20px;
	}
	#menu-navigation-principale {
		display: block;
		padding: 0 30px;
	}
	#menu-navigation-principale:after {
		content: '';
		display: inline-block;
		width: 100%;
	}
	#switch-mobile-menu {
		display: block;
	}
	.menu-open body {
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	#left {
		display: none;
	}
	#header nav li.current-menu-item a,
	#header nav li.current-menu-item a:hover,
	#header nav li.current-menu-ancestor a,
	#header nav li.current-menu-ancestor a:hover {
		background-color: transparent;
		color: #E47315;
	}
	#header nav li.current-menu-item a,
	#header nav li.current-menu-item a:hover {
		color: #3F373A;
	}
	#header nav li {
		height: auto;
	}
}
@media only screen and (min-width: 783px) {
	.admin-bar #footer {
		bottom: 32px;
	}
}