@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Ballantines';
	font-weight:normal;
	font-style:normal;
	src: url('fonts/Ballantines-Serial-Regular.eot?') format('embedded-opentype'), 
	     url('fonts/Ballantines-Serial-Regular.woff') format('woff'), 
	     url('fonts/Ballantines-Serial-Regular.ttf') format('truetype'),
	     url('fonts/Ballantines-Serial-Regular.svg#Ballantines-Serial-Regular') format('svg');
}
@font-face {
	font-family: 'Ballantines';
	font-weight:bold;
	font-style:normal;
	src: url('fonts/Ballantines-Serial-Medium-Regular.eot?') format('embedded-opentype'), 
	     url('fonts/Ballantines-Serial-Medium-Regular.woff') format('woff'), 
	     url('fonts/Ballantines-Serial-Medium-Regular.ttf') format('truetype'),
	     url('fonts/Ballantines-Serial-Medium-Regular.svg#Ballantines-Serial-Medium-Regular') format('svg');
}
@font-face {
	font-family: 'Futura';
	font-weight:normal;
	font-style:normal;
	src: url('fonts/FuturaLTBook.eot?') format('embedded-opentype'), 
	     url('fonts/FuturaLTBook.woff') format('woff'), 
	     url('fonts/FuturaLTBook.ttf') format('truetype'),
	     url('fonts/FuturaLTBook.svg#FuturaLTBook') format('svg');
}
@font-face {
	font-family: 'Futura';
	font-weight:bold;
	font-style:normal;
	src: url('fonts/FuturaLTBold.eot?') format('embedded-opentype'), 
	     url('fonts/FuturaLTBold.woff') format('woff'), 
	     url('fonts/FuturaLTBold.ttf') format('truetype'),
	     url('fonts/FuturaLTBold.svg#FuturaLTBold') format('svg');
}
@font-face {
	font-family: 'Futura';
	font-weight:normal;
	font-style:italic;
	src: url('fonts/FuturaLTBookOblique.eot?') format('embedded-opentype'), 
	     url('fonts/FuturaLTBookOblique.woff') format('woff'), 
	     url('fonts/FuturaLTBookOblique.ttf') format('truetype'),
	     url('fonts/FuturaLTBookOblique.svg#FuturaLTBookOblique') format('svg');
}
@font-face {
	font-family: 'Futura';
	font-weight:bold;
	font-style:italic;
	src: url('fonts/FuturaLTBoldOblique.eot?') format('embedded-opentype'), 
	     url('fonts/FuturaLTBoldOblique.woff') format('woff'), 
	     url('fonts/FuturaLTBoldOblique.ttf') format('truetype'),
	     url('fonts/FuturaLTBoldOblique.svg#FuturaLTBoldOblique') format('svg');
}
@font-face {
	font-family: 'FuturaExtra';
	font-weight:normal;
	font-style:normal;
	src: url('fonts/FuturaLTExtraBold.eot?') format('embedded-opentype'), 
	     url('fonts/FuturaLTExtraBold.woff') format('woff'), 
	     url('fonts/FuturaLTExtraBold.ttf') format('truetype'),
	     url('fonts/FuturaLTExtraBold.svg#FuturaLTExtraBold') format('svg');
}
@font-face {
	font-family: 'FuturaExtra';
	font-weight:normal;
	font-style:italic;
	src: url('fonts/FuturaLTExtraBoldOblique.eot?') format('embedded-opentype'), 
	     url('fonts/FuturaLTExtraBoldOblique.woff') format('woff'), 
	     url('fonts/FuturaLTExtraBoldOblique.ttf') format('truetype'),
	     url('fonts/FuturaLTExtraBoldOblique.svg#FuturaLTExtraBoldOblique') format('svg');
}
html, body {
	margin:0;
	padding:0;
}
body {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-direction:column;
	position:relative;
	font-size:62.5%;
	color:black;
	background:none;
	text-align:left;
	font-family:Futura, Arial, sans-serif;
}
input, select, textarea, button {
	font-family:Futura, Arial, sans-serif;
	font-size:inherit;
}
header, nav, main, section, aside, article, footer {
	display:block;
}
form, .form {
	margin:0;
	padding:0;
}
button {
	cursor:pointer;
}
img {
	border:none;
	padding:0;
	margin:0;
}
th, td {
	font-size:inherit;
}
p, div, span {
	font-size:inherit;
	margin:0;
	padding:0;
}
p {
	padding:0.5em 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	padding:1em 0;
	margin:0;
	font-weight:normal;
	text-align:left;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	padding-top:0;
}
* {
	box-sizing: border-box;
}
a {
	transition:color 0.2s ease-out;
}
a:link,
a:visited {
	text-decoration:none;
	color:black;
}
a:hover,
a:active,
a:focus {
	text-decoration:underline;
	color:black;
}
.ballantines {
	font-family:Ballantines, Arial, sans-serif;
}
.blocTexte {
	display:inline-block;
	vertical-align:top;
}
.button,
.button:link,
.button:visited,
.button:hover,
.button:active,
.button:focus {
	display: inline-block;
	color:white;
	font-weight: bold;
	text-decoration:none;
	border:solid 1px black;
	background-color:black;
	cursor: pointer;
	padding:0 1em;
	font-size:1em;
	line-height: 200%;
}
.button.or,
.button.or:link,
.button.or:visited,
.button.or:hover,
.button.or:active,
.button.or:focus {
	border:solid 1px rgb(219,172,0);
	background-color:rgb(219,172,0);
	color:white;
}
.table {
	display:table;
	width:100%;
}
.cellule {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
.nobreak {
	clear:both;
}
.erreur {
	color:red!important;
}
.copyrights {
	font-size:0.8em;
	font-weight:normal;
	font-family:Futura, Arial, sans-serif;
}
.obligatoire {
	font-size:1em;
	font-style:italic;
}
.obligatoire > span.fa {
	vertical-align:super;
	font-size:50%;
}
.condensed {
	font-family:Futura, Arial, sans-serif;
}
.voile {
	display:none;
	position:absolute;
	z-index:1000;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.8);
	top:0;
	left:0;
}
.voile .wait_zone {
	display:table;
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
}
.voile .wait_zone .wait {
	display:table-cell;
	position:relative;
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:100%;
	font-size:15px;
	font-weight:bold;
}
.msg_window {
	position:absolute;
	z-index:90;
	display:none;
	background-color:white;
	border:solid 1px lightgray;
	box-shadow:2px 2px 3px black;
	font-size:1em;
	padding:10px;
}
.msg_window .close {
	position:absolute;
	right:-15px;
	top:-15px;
	margin:5px;
}
.msg_window .close a {
	border:solid 1px black;
	color:black;
	border-radius:15px;
	padding:1px 4px 1px 5px;
	background-color:white;
	text-decoration:none;
	font-weight:bold;
}
ul.plansite {
	list-style:none;
	margin:1em 0 0 1em;
	padding:0;
}
ul.plansite li {
	list-style:none;
	margin:0;
	padding:0;
}
ul.plansite li.titre {
	font-weight:bolder;
	font-size:1.2em;
}
ul.plansite li.racine {
	padding-top:0.5em !important;
}
ul.plansite li.racine:first-child {
	padding-top:0 !important;
}
ul.plansite li.sousrubrique {
	padding-top:0.2em;
}
ul.plansite li.sousrubrique:first-child {
	padding-top:0;
}
ul.plansite li .decalage {
	display:inline;
	padding-left:0.1em;
	height:1em;
}
ul.plansite li a {
	text-decoration:none;
}
ul.plansite li a:link, ul.plansite li a:visited {
	color:black;
}
ul.plansite li a:hover, ul.plansite li a:active, ul.plansite li a:focus {
	color:rgba(26,23,28,1);
}
ul.plansite li a.decalage_0 {
	text-transform:uppercase;
	font-weight:bold;
}
ul.plansite li a.decalage_1 {
	text-transform:capitalize;
	font-weight:bold;
}
#cnil {
	display:none;
	position:fixed;
	bottom:0;
	width:100%;
	background-color:white;
	border-top:solid 1px black;
	text-align:center;
	color:black;
}
#cnil h1,
#cnil h2,
#cnil h3,
#cnil h4,
#cnil h5,
#cnil h6 {
	font-weight:bold;
}
#cnil > p {
	padding:1em;
	font-size:1.2em;
}
#cnil a {
	text-decoration:underline;
}
#cnil a:link,
#cnil a:visited {
	color:black;
}
#cnil a:hover,
#cnil a:active,
#cnil a:focus {
	color:black;
}
#cnil a.cnil_aggree {
	display:block;
	text-decoration:underline;
}
#cnil a.cnil_aggree:link,
#cnil a.cnil_aggree:visited {
	color:black;
}
#cnil a.cnil_aggree:hover,
#cnil a.cnil_aggree:active,
#cnil a.cnil_aggree:focus {
	color:black;
}
#cnil_cookies {
	display:none;
	position:absolute;
	font-size:1.4em;
	z-index:1200;
	background-color:white;
	border:solid 1px rgba(0,0,0,0.3);
	color:rgba(26,23,28);
	padding:1em;
	box-shadow:3px 3px 3px rgba(0,0,0,0.3);
	width:90%;
	margin:0 auto;
	overflow:auto;
}
#cnil_cookies a.cnil_close {
	display:block;
	position:absolute;
	text-decoration:none;
	right:10px;
	top:5px;
	font-size:2em;
}
#cnil_cookies a.cnil_close:link,
#cnil_cookies a.cnil_close:visited {
	color:black;
}
#cnil_cookies a.cnil_close:hover,
#cnil_cookies a.cnil_close:active,
#cnil_cookies a.cnil_close:focus {
	color:black;
}
#cnil_cookies > div.cnil_titre {
	font-size:1.4em;
	font-weight:bold;
}
#cnil_cookies .buttons {
	text-align:center;
}
#cnil_cookies a.button {
	display:inline-block;
	font-family:FuturaExtra, Arial, sans-serif;
	cursor:pointer;
	padding:0.7em 1.7em;
	transition:color 0.3s ease-out;
	color:black;
	background-color:white;
	border:solid 1px black;
	font-weight:normal;
	text-transform:uppercase;
}
#erreur {
	position: absolute;
	background-color: #666666;
	z-index: 500;
	left: 30%;
	top: 90px;
}
#erreur #contenu {
	position: relative;
	top: -5px;
	left: -5px;
	color: #CC0000;
	background-color: #FFFFFF;
	display: block;
	padding: 5px;
	width: 450px;
	border: 1px solid #990000;
	text-align: left;
	font-size:1.7em;
}
#erreur #contenu p {
	color:#000000;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom:0px;
	font-size:1.1em;
}
#erreur #contenu .formchampbouton {
	background-color:#ffffff;
	text-align: center;
	height: 20px;
	width: 86px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-width: 0px;
	padding-bottom: 1px;
}
.anythingSlider-default {
	position:relative;
	margin: 0 auto;
	padding:0;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
}
.anythingSlider-default * {
	box-sizing: content-box;
}
/* slider window - top & bottom borders, default state */
.anythingSlider-default .anythingWindow {
	/*border-top: 3px solid #777;*/
	/*border-bottom: 3px solid #777;*/
}
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
	/* top shadow */
	background: #777 url(../images/default.png) center -288px repeat-x;
	color: #000;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
	/*border-color: #7C9127;*/
}
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
	background-color: #7C9127;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #7C9127;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
	top: 50%;
	position: absolute;
	display: block;
}

.anythingSlider-default .arrow a {
	display: block;
	width: 45px;
	height: 39px;
	margin: -20px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url('../images/slider-fleches-diaporama.png') no-repeat;
}

/* back arrow */
.anythingSlider-default .back { left: 0px; }
.anythingSlider-default .back a { background-position: left center; }
.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover { background-position: left center; }
/* forward arrow */
.anythingSlider-default .forward { right: 0px; }
.anythingSlider-default .forward a { background-position: right center; }
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover { background-position: right center; }

/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; }
.anythingSlider-default .anythingControls ul { margin: 0; padding: 0; float: left; }
.anythingSlider-default .anythingControls ul li { display: inline; }
.anythingSlider-default .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
	top: 50%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background-color: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background-color: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0s;
	-o-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
}
#vidimg_view {
	position:absolute;
	display:none;
	z-index:1900;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
	background-color:rgba(0,0,0,0.85);
}
#vidimg_view_wait {
	position:absolute;
	display:block;
	z-index:2000;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
	background-image:url('../images/wait_img.gif');
	background-position:center center;
	background-repeat:no-repeat;
}
#vidimg_view .next {
	position:absolute;
	right:50px;
	z-index:10;
	visibility:hidden;
}
#vidimg_view .back {
	position:absolute;
	left:50px;
	z-index:10;
	visibility:hidden;
}
#vidimg_view .next a, #vidimg_view .back a {
	display:block;
	width:45px;
	height:39px;
	margin:0;
	background-repeat:no-repeat;
	background-image:url('../images/slider-fleches-diaporama.png');
	transition:opacity 0.3s ease-out;
	opacity:0;
}
#vidimg_view .next a {
	background-position:right top;
}
#vidimg_view .next a:hover {
	background-position:right bottom;
}
#vidimg_view .back a {
	background-position:left top;
}
#vidimg_view .back a:hover {
	background-position:left bottom;
}
#vidimg_view:hover .next a,
#vidimg_view:hover .back a {
	opacity:1;
}
#vidimg_view img {
}
#vidimg_view .img {
	opacity:0;
	display:inline-block;
	padding:10px;
	/*border:solid 1px black;*/
	background-color:white;
	border-radius:10px;
	/*box-shadow:0 0 2px 2px gray inset;*/
}
#vidimg_view .img .close {
	position:absolute;
/*	border-top:solid 1px black;
	border-right:solid 1px black;
	border-left:none;
	border-bottom:none;*/
	background-color:white;
	border-radius:25px;
	font-weight:bold;
	font-size:15px;
	z-index:100;
	text-align:center;
	width:25px;
	line-height:25px;
	cursor:pointer;
/*	box-shadow:0 0 1px 1px gray inset;*/
}

/* Couleurs */
.blanc {
	color:white;
}
a.blanc {
}
a.blanc:link,
a.blanc:visited {
	color:white;
}
a.blanc:hover,
a.blanc:active,
a.blanc:focus {
	color:white;
}
.or {
	color:rgb(219,172,0);
}
a.or {
}
a.or:link,
a.or:visited {
	color:rgb(219,172,0);
}
a.or:hover,
a.or:active,
a.or:focus {
	color:rgb(219,172,0);
}
/* Fin Couleurs */
.th-blanc {
	background-color:white;
}
.th-rose {
	background-color:rgb(236,229,219);
}
.th-gris {
	background-color:rgb(236,237,237);
}
.th-or {
	background-color:rgb(219,172,0);
}
/* Thèmes */

/* Fin Thèmes */
@media (min-width: 992px) {
	#mobile {
		display:block;
	}
	#cnil_cookies {
		display:none;
	}
	body > header {
		position:fixed;
		display: block;
		width: 100%;
		font-size:1em;
		background-color:white;
		z-index:1000;
	}
	body > header > nav,
	body > header > .row {
		display:table;
		border-collapse: collapse;
		width:100%;
	}
	body > header > .row > div:first-child {
		display:table-cell;
		width:10%;
		vertical-align: middle;
		text-align: center;
		font-size:1.2em;
		text-transform: uppercase;
		cursor: pointer;
	}
	body > header #mobile {
		display: none;
	}
	body > header #mobile > span {
		vertical-align: middle;
	}
	body > header #logo {
		display:table-cell;
		width:80%;
		vertical-align: middle;
	}
	body > header #logo a {
		font-weight:normal;
		text-align:justify;
		display:block;
		text-decoration:none;
	}
	body > header #logo img {
		width:auto;
		height:100px;
	}
	body > header #logo #slogan {
		font-family:Ballantines, Arial, sans-serif;
		font-size:8em;
		text-align:center;
		font-weight:bold;
		color:rgb(219,172,0);
	}
	body > header #logo #slogan p {
		padding: 0;
	}
	body > header > .row > div:last-child {
		display:table-cell;
		width:10%;
		vertical-align: middle;
		text-align:center;
		font-size:1.2em;
		text-transform: uppercase;
		cursor: pointer;
	}
	body > header #localisation {

	}
	body > header #localisation a {
		text-decoration: none;
	}
	body > header nav > #menu {
		display:block;
		font-size:1.2em;
		padding-bottom:1em;
	}
	body > header nav > #menu > ul {
		display:table;
		list-style:none;
		margin:0 auto;
		padding:0;
	}
	body > header nav > #menu > ul.mob {
		display:none!important;
	}
	body > header nav > #menu > ul > li {
		display:table-cell;
		vertical-align:middle;
		margin:0 1%;
		padding:0 1%;
		text-align: center;
		white-space: nowrap;
	}
	body > header nav > #menu > ul > li:first-child {
	}
	body > header nav > #menu > ul > li.mob {
		display:none!important;
	}
	body > header nav > #menu > ul > li > a {
		display: inline-block;
		transition:color 0.2s ease-out;
		text-transform:uppercase;
		text-align:center;
		font-size:1em;
		padding:0 1em;
		margin:0;
		position:relative;
		color:#b22222;
	}
	body > header nav > #menu > ul > li > a:link,
	body > header nav > #menu > ul > li > a:visited {
		text-decoration: none;
	}
	body > header nav > #menu > ul > li > a:hover,
	body > header nav > #menu > ul > li > a:active,
	body > header nav > #menu > ul > li > a:focus {
		text-decoration: underline;
	}
	body > header nav > #menu > ul > li > a > span {
	}
	body > header nav > #menu > ul > li.selected {
	}
	body > header nav > #menu > ul > li.selected > a {
		font-weight: bold;
	}
	body > header nav > #menu > ul > li.selected > a:link,
	body > header nav > #menu > ul > li.selected > a:visited {
		text-decoration:underline;
	}
	body > header nav > #menu > ul > li.selected > a:hover,
	body > header nav > #menu > ul > li.selected > a:active,
	body > header nav > #menu > ul > li.selected > a:focus {
		text-decoration:underline;
	}
	body > header nav > #menu > ul > li.selected > a > span {
	}
	body > header nav > #menu > ul > li ul {
		display:none;
		position:absolute;
		list-style:none;
		margin:0;
		padding:0.5em 0 0 0;
		background-color:rgba(255,255,255,0.7);
	}
	body > header nav > #menu > ul > li ul > li {
		display:block;
		list-style:none;
		margin:0;
		padding:0;
	}
	body > header nav > #menu > ul > li ul > li > a {
		display:block;
		transition:color 0.2s ease-out;
		text-decoration:none;
		text-transform:uppercase;
		text-align:center;
		font-size:1.2em;
		line-height:200%;
	}
	body > header nav > #menu > ul > li ul > li > a:link,
	body > header nav > #menu > ul > li ul > li > a:visited {
		color:black;
	}
	body > header nav > #menu > ul > li ul > li > a:hover,
	body > header nav > #menu > ul > li ul > li > a:active,
	body > header nav > #menu > ul > li ul > li > a:focus {
		color:black;
	}
	body > header nav > #menu > ul > li ul > li > a > span {
	}
	body > header nav > #menu > ul > li ul > li.selected {
		display:block;
		list-style:none;
		margin:0;
		padding:0;
	}
	body > header nav > #menu > ul > li ul > li.selected > a {
		display:block;
		transition:color 0.2s ease-out;
		text-decoration:none;
		text-transform:uppercase;
		text-align:center;
		font-size:1.1em;
	}
	body > header nav > #menu > ul > li ul > li.selected > a:link,
	body > header nav > #menu > ul > li ul > li.selected > a:visited {
		color:black;
	}
	body > header nav > #menu > ul > li ul > li.selected > a:hover,
	body > header nav > #menu > ul > li ul > li.selected > a:active,
	body > header nav > #menu > ul > li ul > li.selected > a:focus {
		color:black;
	}
	body > header nav > #menu > ul > li ul > li.selected > a > span {
	}
	
	body > header nav > #submenu {
		display:block;
		font-size:1.3em;
		padding-bottom:1em;
	}
	body > header nav > #submenu > ul {
		display:table;
		list-style:none;
		margin:0 auto;
		padding:0;
	}
	body > header nav > #submenu > ul.mob {
		display:none!important;
	}
	body > header nav > #submenu > ul > li {
		display:table-cell;
		vertical-align:middle;
		margin:0 1%;
		padding:0 1%;
		text-align: center;
		white-space: nowrap;
		border-left:solid 1px rgb(219,172,0);
	}
	body > header nav > #submenu > ul > li:first-child {
		border-left:none;
	}
	body > header nav > #submenu > ul > li.mob {
		display:none!important;
	}
	body > header nav > #submenu > ul > li > a {
		display: inline-block;
		transition:color 0.2s ease-out;
		text-align:center;
		font-size:1em;
		padding:0 1em;
		margin:0;
		position:relative;
	}
	body > header nav > #submenu > ul > li > a:link,
	body > header nav > #submenu > ul > li > a:visited {
		text-decoration: none;
	}
	body > header nav > #submenu > ul > li > a:hover,
	body > header nav > #submenu > ul > li > a:active,
	body > header nav > #submenu > ul > li > a:focus {
		text-decoration: underline;
	}
	body > header nav > #submenu > ul > li > a > span {
	}
	body > header nav > #submenu > ul > li.selected {
	}
	body > header nav > #submenu > ul > li.selected > a {
		font-weight: bold;
	}
	body > header nav > #submenu > ul > li.selected > a:link,
	body > header nav > #submenu > ul > li.selected > a:visited {
		text-decoration:underline;
	}
	body > header nav > #submenu > ul > li.selected > a:hover,
	body > header nav > #submenu > ul > li.selected > a:active,
	body > header nav > #submenu > ul > li.selected > a:focus {
		text-decoration:underline;
	}
	body > header nav > #submenu > ul > li.selected > a > span {
	}


	body > main {
		display:flex;
		justify-content:space-between;
		flex-direction:column;
		align-items:stretch;
		font-size:1.2em;
		margin:0;
		padding:0;
	}
	body > main > article {

	}
	body > main > article .diaporama {
		width:100%;
		height:300px;
		overflow-y: hidden;
	}
	body > main > article .no-diaporama {
		display: none;
	}
	body > main > article .diaporama.gd {
		height:450px;
	}
	body > main > article .diaporama ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	body > main > article .diaporama ul > li {
		margin: 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size:cover;
	}
	body > main > article .diaporama ul > li > div * {
		box-sizing: border-box;
	}
	body > main > article .diaporama ul > li .limit {
		height: 100%;
	}
	body > main > article .diaporama ul > li .cols {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: nowrap;
	}
	body > main > article .diaporama ul > li .col {
		width:100%;
		height: 100%;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	body > main > article .diaporama ul > li .col img {
		height:100%;
		width: auto;
	}
	body > main > article .diaporama ul > li.img-milieu {
		background-position: center center;
	}
	body > main > article .diaporama ul > li.img-haut {
		background-position: center top;
	}
	body > main > article .diaporama ul > li.img-bas {
		background-position:center bottom;
	}
	body > main > article .diaporama ul > li.entiere {
		background-size:auto 300px;
	}
	body > main > article .diaporama.gd ul > li.entiere {
		background-size:auto 450px;
	}
	body > main > article .diaporama ul > li.moitie {
		background-size:50% auto;
		background-position:left center;
	}
	body > main > article .diaporama ul > li.milieu .col {
		align-self: center;
	}
	body > main > article .diaporama ul > li.haut .col {
		align-self:flex-start;
	}
	body > main > article .diaporama ul > li.bas .col {
		align-self:flex-end;
	}
	body > main > article .diaporama ul > li a.bouton,
	body > main > article .diaporama ul > li a.bouton:link,
	body > main > article .diaporama ul > li a.bouton:visited,
	body > main > article .diaporama ul > li a.bouton:active,
	body > main > article .diaporama ul > li a.bouton:hover,
	body > main > article .diaporama ul > li a.bouton:focus {
		display: inline-block;
		color:white;
		font-weight: bold;
		text-decoration:none;
		border:solid 1px white;
		background-color:rgba(0,0,0,0.45);
		text-transform: uppercase;
		cursor: pointer;
		padding:0 1em;
		font-size:1em;
		line-height: 200%;
	}
	body > main > article .diaporama ul > li .col ul {
		margin:2em 1em;
		padding: 0;
		list-style: none;
		vertical-align: middle;
	}
	body > main > article .diaporama ul > li .col ul > li {
		display: block;
		margin: 0;
		padding: 0;
	}
	body > main > article .diaporama ul > li .col ul > li > a {
		display: block;
		font-size:1.4em;
		font-weight: bold;
		line-height: 200%;
	}
	body > main > article .diaporama ul > li .col ul > li > a:link,
	body > main > article .diaporama ul > li .col ul > li > a:visited {
		text-decoration: none;
	}
	body > main > article .diaporama ul > li .col ul > li > a:hover,
	body > main > article .diaporama ul > li .col ul > li > a:active,
	body > main > article .diaporama ul > li .col ul > li > a:focus {
		text-decoration: underline;
	}
	body > main > article .diaporama ul > li .col ul > li > a > span {

	}
	body > main > article .diaporama ul > li .col ul > li.selected {

	}
	body > main > article .diaporama ul > li .col ul > li.selected > a {

	}
	body > main > article .diaporama ul > li .col ul > li.selected > a:link,
	body > main > article .diaporama ul > li .col ul > li.selected > a:visited {
		text-decoration: underline;
	}
	body > main > article .diaporama ul > li .col ul > li.selected > a:hover,
	body > main > article .diaporama ul > li .col ul > li.selected > a:active,
	body > main > article .diaporama ul > li .col ul > li.selected > a:focus {
		text-decoration: underline;
	}
	body > main > article .diaporama ul > li .col ul > li.selected > a > span {
		
	}
	body > main > article header {

	}
	body > main > article header h1 {
		font-size:2.2em;
		font-weight:normal;
		text-align: center;
		text-transform: uppercase;
	}
	body > main > article section {
		padding:1em 0;
		font-size:1.2em;
	} 
	body > main > article section h2,
	body > main > article section h3,
	body > main > article section h4,
	body > main > article section h5,
	body > main > article section h6 {
		color:#b22222;
		font-family:FuturaExtra, Arial, sans-serif;
	}
	body > main > article section h2 {
		font-size:1.4em;
	}
	body > main > article section h3 {
		font-size:1.2em;
	}
	body > main > article section h4,
	body > main > article section h5,
	body > main > article section h6 {
		font-size:1em;
	}
	body > main > article section ul {
		list-style: none;
		margin:0.5em 0;
		padding: 0 1em;
	}
	body > main > article section ul li {
	}
	body > main > article section ul li:before {
		content:"•";
		color:rgb(219,172,0);
		display: inline-block;
		width: 1em;
		margin-left: -1em;
	}
	body > main > article section ol {
		list-style: none;
		counter-reset: li;
		margin:0.5em 0;
		padding:0 1.7em;
	}
	body > main > article section ol li {
		counter-increment: li;
		margin:0.5em 0;
	}
	body > main > article section ol li:before {
		content:counter(li);
		background-color: rgb(219,172,0);
		color:white;
		border-radius: 100%;
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		line-height: 1.5em;
		text-align: center;
		vertical-align: middle;
		margin-left: -1.7em;
		margin-top:-0.3em;
		margin-right:0.2em;
		font-family: FuturaExtra, Arial,sans-serif;
	}
	body > main > article section .cols {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: nowrap;
		height:100%;
	}
	body > main > article section .col {
		width:100%;
		height: 100%;
	}
	body > main > article section .folio {
		display:flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap:wrap;
	}
	body > main > article section .folio div {
		width:23.5%;
		text-align:center;
		font-size:1.1em;
		font-weight: bold;
		margin-left:1%;
		margin-right:1%;
		margin-bottom:2.5%;
	}
	body > main > article section .folio div:nth-child(4n) {
		margin-right:0;
	}
	body > main > article section .folio div:nth-child(4n+1) {
		margin-left:0;
	}
	body > main > article section .folio div > p {
		padding: 0;
	}
	body > main > article section .folio div > img {
		width:100%;
		height:auto;
		cursor:pointer;
	}
	body > footer {
		font-size:1.4em;
		color:black;
		background-color:#d9ab00;
		padding:2em 0 0 0;
	}
	body > footer p {
		margin:0;
		padding:0.5em 0;
	}
	body > footer nav {
		display:block;
		background-color:white;
		border-collapse:collapse;
		padding:1em 0;
	}
	body > footer nav > ul {
		display:flex;
		justify-content: center;
		align-items: stretch;
		list-style:none;
		margin:0;
		padding:0;
		border-collapse:collapse;
	}
	body > footer nav > ul > li {
		display:block;
		list-style:none;
		margin:0;
		padding:0 5%;
		border-collapse:collapse;
		border-left:solid 1px black;
	}
	body > footer nav > ul > li:first-child {
		border-left:none;
	}
	body > footer nav > ul > li > a {
		display:block;
		font-size:0.9em;
		margin:0;
		padding:0;
		text-align: center;
	}
	body > footer nav > ul > li > a:link,
	body > footer nav > ul > li > a:visited {
		color:black;
		text-decoration:none;
	}
	body > footer nav > ul > li > a:hover,
	body > footer nav > ul > li > a:active,
	body > footer nav > ul > li > a:focus {
		color:black;
		text-decoration:none;
	}
	body > footer nav > ul > li > a > span {
	}
	body > footer nav > ul > li > ul {
		display:block;
		list-style:none;
		margin:1em 0 0 0;
		padding:0;
	}
	body > footer nav > ul > li > ul > li {
		display:block;
		margin:0;
		padding:0;
	}
	body > footer nav p {
		color:rgb(156,158,159);
		font-weight:normal;
	}
	body > footer nav > ul > li > ul > li > a {
		display:block;
		font-size:1.1em;
	}
	body > footer nav > ul > li > ul > li > a:link,
	body > footer nav > ul > li > ul > li > a:visited {
		color:gray;
		text-decoration:none;
	}
	body > footer nav > ul > li > ul > li > a:hover,
	body > footer nav > ul > li > ul > li > a:active,
	body > footer nav > ul > li > ul > li > a:focus {
		color:black;
		text-decoration:underline;
	}
	body > footer nav > ul > li > ul > li > a > span {
	}
	body > footer nav > ul.reseaux > li {
		text-align:right;
		margin-bottom:5px;
	}
	body > footer nav > ul.reseaux > li > a {
		display:block;
		transition:color 0.3s ease-out;
	}
	body > footer nav > ul.reseaux > li > a:link,
	body > footer nav > ul.reseaux > li > a:visited {
		color:rgba(255,255,255,0.5);
		text-decoration:none;
	}
	body > footer nav > ul.reseaux > li > a:hover,
	body > footer nav > ul.reseaux > li > a:active,
	body > footer nav > ul.reseaux > li > a:focus {
		color:rgba(255,255,255,1);
		text-decoration:none;
	}
	body > footer nav > ul.reseaux > li > a > span {
		display:inline-block;
		border:solid 1px white;
		border-radius:100%;
		width:24px;
		height:24px;
		text-align:center;
		font-size:20px;
		line-height:24px;
		transition:border-color 0.3s ease-out;
	}
	body > footer nav > ul.reseaux > li > a:link > span,
	body > footer nav > ul.reseaux > li > a:visited > span {
		border-color:rgba(255,255,255,0.5);
	}
	body > footer nav > ul.reseaux > li > a:hover > span,
	body > footer nav > ul.reseaux > li > a:active > span,
	body > footer nav > ul.reseaux > li > a:focus > span {
		border-color:rgba(255,255,255,1);
	}
}
@media (min-width: 1200px) {
	.limit {
		width:1150px;
		margin:0 auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.limit {
		width:980px;
		margin:0 auto;
	}
}
@media (min-width: 676px) and (max-width: 991px) {
	.limit {
		width:95%;
		margin:0 auto;
	}
	#mobile {
		display:block;
	}
	#cnil_cookies {
		display:none;
	}
	body > header {
		position:fixed;
		display: block;
		width: 100%;
		font-size:1em;
		background-color:white;
		z-index:1000;
	}
	body > header > nav,
	body > header > .row {
		display:table;
		border-collapse: collapse;
		width:100%;
	}
	body > header > .row > div:first-child {
		display:table-cell;
		width:10%;
		vertical-align: middle;
		text-align: center;
		font-size:1.2em;
		text-transform: uppercase;
		cursor: pointer;
	}
	body > header #mobile {
		display:none;
	}
	body > header #mobile > span {
		vertical-align: middle;
	}
	body > header #logo {
		display:table-cell;
		width:80%;
		vertical-align: middle;
	}
	body > header #logo a {
		font-weight:normal;
		text-align:justify;
		display:block;
		text-decoration:none;
	}
	body > header #logo img {
		width:auto;
		height:100px;
	}
	body > header #logo #slogan {
		font-family:Ballantines, Arial, sans-serif;
		font-size:8em;
		text-align:center;
		font-weight:bold;
		color:rgb(219,172,0);
	}
	body > header #logo #slogan p {
		padding:0;
	}
	body > header > .row > div:last-child {
		display:table-cell;
		width:10%;
		vertical-align: middle;
		text-align:center;
		font-size:1.2em;
		text-transform: uppercase;
		cursor: pointer;
	}
	body > header #localisation {

	}
	body > header #localisation a {
		text-decoration: none;
	}
	body > header nav > #menu {
		display:block;
		font-size:1.2em;
		padding-bottom:1em;
	}
	body > header nav > #menu > ul {
		display:table;
		list-style:none;
		margin:0 auto;
		padding:0;
	}
	body > header nav > #menu > ul.mob {
		display:none!important;
	}
	body > header nav > #menu > ul > li {
		display:table-cell;
		vertical-align:middle;
		margin:0 1%;
		padding:0 1%;
		text-align: center;
		white-space: nowrap;
	}
	body > header nav > #menu > ul > li:first-child {
	}
	body > header nav > #menu > ul > li.mob {
		display:none!important;
	}
	body > header nav > #menu > ul > li > a {
		display: inline-block;
		transition:color 0.2s ease-out;
		text-transform:uppercase;
		text-align:center;
		font-size:1em;
		padding:0 1em;
		margin:0;
		position:relative;
		color:#b22222;
	}
	body > header nav > #menu > ul > li > a:link,
	body > header nav > #menu > ul > li > a:visited {
		text-decoration: none;
	}
	body > header nav > #menu > ul > li > a:hover,
	body > header nav > #menu > ul > li > a:active,
	body > header nav > #menu > ul > li > a:focus {
		text-decoration: underline;
	}
	body > header nav > #menu > ul > li > a > span {
	}
	body > header nav > #menu > ul > li.selected {
	}
	body > header nav > #menu > ul > li.selected > a {
		font-weight: bold;
	}
	body > header nav > #menu > ul > li.selected > a:link,
	body > header nav > #menu > ul > li.selected > a:visited {
		text-decoration:underline;
	}
	body > header nav > #menu > ul > li.selected > a:hover,
	body > header nav > #menu > ul > li.selected > a:active,
	body > header nav > #menu > ul > li.selected > a:focus {
		text-decoration:underline;
	}
	body > header nav > #menu > ul > li.selected > a > span {
	}
	body > header nav > #menu > ul > li ul {
		display:none;
		position:absolute;
		list-style:none;
		margin:0;
		padding:0.5em 0 0 0;
		background-color:rgba(255,255,255,0.7);
	}
	body > header nav > #menu > ul > li ul > li {
		display:block;
		list-style:none;
		margin:0;
		padding:0;
	}
	body > header nav > #menu > ul > li ul > li > a {
		display:block;
		transition:color 0.2s ease-out;
		text-decoration:none;
		text-transform:uppercase;
		text-align:center;
		font-size:1.2em;
		line-height:200%;
	}
	body > header nav > #menu > ul > li ul > li > a:link,
	body > header nav > #menu > ul > li ul > li > a:visited {
		color:black;
	}
	body > header nav > #menu > ul > li ul > li > a:hover,
	body > header nav > #menu > ul > li ul > li > a:active,
	body > header nav > #menu > ul > li ul > li > a:focus {
		color:black;
	}
	body > header nav > #menu > ul > li ul > li > a > span {
	}
	body > header nav > #menu > ul > li ul > li.selected {
		display:block;
		list-style:none;
		margin:0;
		padding:0;
	}
	body > header nav > #menu > ul > li ul > li.selected > a {
		display:block;
		transition:color 0.2s ease-out;
		text-decoration:none;
		text-transform:uppercase;
		text-align:center;
		font-size:1.1em;
	}
	body > header nav > #menu > ul > li ul > li.selected > a:link,
	body > header nav > #menu > ul > li ul > li.selected > a:visited {
		color:black;
	}
	body > header nav > #menu > ul > li ul > li.selected > a:hover,
	body > header nav > #menu > ul > li ul > li.selected > a:active,
	body > header nav > #menu > ul > li ul > li.selected > a:focus {
		color:black;
	}
	body > header nav > #menu > ul > li ul > li.selected > a > span {
	}
	
	body > header nav > #submenu {
		display:block;
		font-size:1.3em;
		padding-bottom:1em;
	}
	body > header nav > #submenu > ul {
		display:table;
		list-style:none;
		margin:0 auto;
		padding:0;
	}
	body > header nav > #submenu > ul.mob {
		display:none!important;
	}
	body > header nav > #submenu > ul > li {
		display:table-cell;
		vertical-align:middle;
		margin:0 1%;
		padding:0 1%;
		text-align: center;
		white-space: nowrap;
		border-left:solid 1px rgb(219,172,0);
	}
	body > header nav > #submenu > ul > li:first-child {
		border-left:none;
	}
	body > header nav > #submenu > ul > li.mob {
		display:none!important;
	}
	body > header nav > #submenu > ul > li > a {
		display: inline-block;
		transition:color 0.2s ease-out;
		text-align:center;
		font-size:1em;
		padding:0 1em;
		margin:0;
		position:relative;
	}
	body > header nav > #submenu > ul > li > a:link,
	body > header nav > #submenu > ul > li > a:visited {
		text-decoration: none;
	}
	body > header nav > #submenu > ul > li > a:hover,
	body > header nav > #submenu > ul > li > a:active,
	body > header nav > #submenu > ul > li > a:focus {
		text-decoration: underline;
	}
	body > header nav > #submenu > ul > li > a > span {
	}
	body > header nav > #submenu > ul > li.selected {
	}
	body > header nav > #submenu > ul > li.selected > a {
		font-weight: bold;
	}
	body > header nav > #submenu > ul > li.selected > a:link,
	body > header nav > #submenu > ul > li.selected > a:visited {
		text-decoration:underline;
	}
	body > header nav > #submenu > ul > li.selected > a:hover,
	body > header nav > #submenu > ul > li.selected > a:active,
	body > header nav > #submenu > ul > li.selected > a:focus {
		text-decoration:underline;
	}
	body > header nav > #submenu > ul > li.selected > a > span {
	}

	
	body > main {
		display:flex;
		justify-content:space-between;
		flex-direction:column;
		align-items:stretch;
		font-size:1.2em;
		margin:0;
		padding:0;
	}
	body > main > article {

	}
	body > main > article .diaporama {
		width:100%;
		height:200px;
		overflow-y: hidden;
	}
	body > main > article .no-diaporama {
		display: none;
	}
	body > main > article .diaporama.gd {
		height: 350px;
	}
	body > main > article .diaporama ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	body > main > article .diaporama ul > li {
		margin: 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size:cover;
	}
	body > main > article .diaporama ul > li > div * {
		box-sizing: border-box;
	}
	body > main > article .diaporama ul > li .limit {
		height: 100%;
	}
	body > main > article .diaporama ul > li .cols {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: nowrap;
	}
	body > main > article .diaporama ul > li .col {
		width:100%;
		height: 100%;
	}
	body > main > article .diaporama ul > li .col img {
		height:100%;
		width: auto;
	}
	body > main > article .diaporama ul > li.img-milieu {
		background-position: center center;
	}
	body > main > article .diaporama ul > li.img-haut {
		background-position: center top;
	}
	body > main > article .diaporama ul > li.img-bas {
		background-position:center bottom;
	}
	body > main > article .diaporama ul > li.entiere {
		background-size:auto 300px;
	}
	body > main > article .diaporama.gd ul > li.entiere {
		background-size: auto 450px;
	}
	body > main > article .diaporama ul > li.moitie {
		background-size:50% auto;
		background-position:left center;
	}
	body > main > article .diaporama ul > li.milieu .col {
		align-self: center;
	}
	body > main > article .diaporama ul > li.haut .col {
		align-self:flex-start;
	}
	body > main > article .diaporama ul > li.bas .col {
		align-self:flex-end;
	}
	body > main > article .diaporama ul > li a.bouton,
	body > main > article .diaporama ul > li a.bouton:link,
	body > main > article .diaporama ul > li a.bouton:visited,
	body > main > article .diaporama ul > li a.bouton:active,
	body > main > article .diaporama ul > li a.bouton:hover,
	body > main > article .diaporama ul > li a.bouton:focus {
		display: inline-block;
		color:white;
		font-weight: bold;
		text-decoration:none;
		border:solid 1px white;
		background-color:rgba(0,0,0,0.45);
		text-transform: uppercase;
		cursor: pointer;
		padding:0 1em;
		font-size:1em;
		line-height: 200%;
	}
	body > main > article .diaporama ul > li .col ul {
		margin:2em 1em;
		padding: 0;
		list-style: none;
		vertical-align: middle;
	}
	body > main > article .diaporama ul > li .col ul > li {
		display: block;
		margin: 0;
		padding: 0;
	}
	body > main > article .diaporama ul > li .col ul > li > a {
		display: block;
		font-size:1.4em;
		font-weight: bold;
		line-height: 200%;
	}
	body > main > article .diaporama ul > li .col ul > li > a:link,
	body > main > article .diaporama ul > li .col ul > li > a:visited {
		text-decoration: none;
	}
	body > main > article .diaporama ul > li .col ul > li > a:hover,
	body > main > article .diaporama ul > li .col ul > li > a:active,
	body > main > article .diaporama ul > li .col ul > li > a:focus {
		text-decoration: underline;
	}
	body > main > article .diaporama ul > li .col ul > li > a > span {

	}
	body > main > article .diaporama ul > li .col ul > li.selected {
		
	}
	body > main > article .diaporama ul > li .col ul > li.selected > a {

	}
	body > main > article .diaporama ul > li .col ul > li.selected > a:link,
	body > main > article .diaporama ul > li .col ul > li.selected > a:visited {
		text-decoration: underline;
	}
	body > main > article .diaporama ul > li .col ul > li.selected > a:hover,
	body > main > article .diaporama ul > li .col ul > li.selected > a:active,
	body > main > article .diaporama ul > li .col ul > li.selected > a:focus {
		text-decoration: underline;
	}
	body > main > article .diaporama ul > li .col ul > li.selected > a > span {
		
	}
	body > main > article header {

	}
	body > main > article header h1 {
		font-size:2.2em;
		font-weight:normal;
		text-align: center;
		text-transform: uppercase;
	}
	body > main > article section {
		padding:1em 0;
		font-size:1.2em;
	} 
	body > main > article section h2,
	body > main > article section h3,
	body > main > article section h4,
	body > main > article section h5,
	body > main > article section h6 {
		color:#b22222;
		font-family:FuturaExtra, Arial, sans-serif;
	}
	body > main > article section h2 {
		font-size:1.4em;
	}
	body > main > article section h3 {
		font-size:1.2em;
	}
	body > main > article section h4,
	body > main > article section h5,
	body > main > article section h6 {
		font-size:1em;
	}
	body > main > article section ul {
		list-style: none;
		margin:0.5em 0;
		padding: 0 1em;
	}
	body > main > article section ul li {
	}
	body > main > article section ul li:before {
		content:"•";
		color:rgb(219,172,0);
		display: inline-block;
		width: 1em;
		margin-left: -1em;
	}
	body > main > article section ol {
		list-style: none;
		counter-reset: li;
		margin:0.5em 0;
		padding:0 1.7em;
	}
	body > main > article section ol li {
		counter-increment: li;
		margin:0.5em 0;
	}
	body > main > article section ol li:before {
		content:counter(li);
		background-color: rgb(219,172,0);
		color:white;
		border-radius: 100%;
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		line-height: 1.5em;
		text-align: center;
		vertical-align: middle;
		margin-left: -1.7em;
		margin-top:-0.3em;
		margin-right:0.2em;
		font-family: FuturaExtra, Arial,sans-serif;
	}
	body > main > article section .cols {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: nowrap;
		height:100%;
	}
	body > main > article section .col {
		width:100%;
		height: 100%;
	}
	body > main > article section .folio {
		display:flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap:wrap;
	}
	body > main > article section .folio div {
		width:23.5%;
		text-align:center;
		font-size:1.1em;
		font-weight: bold;
		margin-left:1%;
		margin-right:1%;
		margin-bottom:2.5%;
	}
	body > main > article section .folio div:nth-child(4n) {
		margin-right:0;
	}
	body > main > article section .folio div:nth-child(4n+1) {
		margin-left:0;
	}
	body > main > article section .folio div > p {
		padding: 0;
	}
	body > main > article section .folio div > img {
		width:100%;
		height:auto;
		cursor: pointer;
	}
	body > footer {
		font-size:1.4em;
		color:black;
		background-color:#d9ab00;
		padding:2em 0 0 0;
	}
	body > footer p {
		margin:0;
		padding:0.5em 0;
	}
	body > footer nav {
		display:block;
		border-collapse:collapse;
		padding:1em 0;
	}
	body > footer nav > ul {
		display:flex;
		justify-content: center;
		align-items: stretch;
		list-style:none;
		margin:0;
		padding:0;
		border-collapse:collapse;
	}
	body > footer nav > ul > li {
		display:block;
		list-style:none;
		margin:0;
		padding:0 5%;
		border-collapse:collapse;
		border-left:solid 1px black;
	}
	body > footer nav > ul > li:first-child {
		border-left:none;
	}
	body > footer nav > ul > li > a {
		display:block;
		font-size:0.9em;
		margin:0;
		padding:0;
		text-align: center;
	}
	body > footer nav > ul > li > a:link,
	body > footer nav > ul > li > a:visited {
		color:black;
		text-decoration:none;
	}
	body > footer nav > ul > li > a:hover,
	body > footer nav > ul > li > a:active,
	body > footer nav > ul > li > a:focus {
		color:black;
		text-decoration:none;
	}
	body > footer nav > ul > li > a > span {
	}
	body > footer nav > ul > li > ul {
		display:block;
		list-style:none;
		margin:1em 0 0 0;
		padding:0;
	}
	body > footer nav > ul > li > ul > li {
		display:block;
		margin:0;
		padding:0;
	}
	body > footer nav p {
		color:rgb(156,158,159);
		font-weight:normal;
	}
	body > footer nav > ul > li > ul > li > a {
		display:block;
		font-size:1.1em;
	}
	body > footer nav > ul > li > ul > li > a:link,
	body > footer nav > ul > li > ul > li > a:visited {
		color:gray;
		text-decoration:none;
	}
	body > footer nav > ul > li > ul > li > a:hover,
	body > footer nav > ul > li > ul > li > a:active,
	body > footer nav > ul > li > ul > li > a:focus {
		color:black;
		text-decoration:underline;
	}
	body > footer nav > ul > li > ul > li > a > span {
	}
	body > footer nav > ul.reseaux > li {
		text-align:right;
		margin-bottom:5px;
	}
	body > footer nav > ul.reseaux > li > a {
		display:block;
		transition:color 0.3s ease-out;
	}
	body > footer nav > ul.reseaux > li > a:link,
	body > footer nav > ul.reseaux > li > a:visited {
		color:rgba(255,255,255,0.5);
		text-decoration:none;
	}
	body > footer nav > ul.reseaux > li > a:hover,
	body > footer nav > ul.reseaux > li > a:active,
	body > footer nav > ul.reseaux > li > a:focus {
		color:rgba(255,255,255,1);
		text-decoration:none;
	}
	body > footer nav > ul.reseaux > li > a > span {
		display:inline-block;
		border:solid 1px white;
		border-radius:100%;
		width:24px;
		height:24px;
		text-align:center;
		font-size:20px;
		line-height:24px;
		transition:border-color 0.3s ease-out;
	}
	body > footer nav > ul.reseaux > li > a:link > span,
	body > footer nav > ul.reseaux > li > a:visited > span {
		border-color:rgba(255,255,255,0.5);
	}
	body > footer nav > ul.reseaux > li > a:hover > span,
	body > footer nav > ul.reseaux > li > a:active > span,
	body > footer nav > ul.reseaux > li > a:focus > span {
		border-color:rgba(255,255,255,1);
	}
}
@media (max-width: 675px) {
	.limit {
		width:90%;
		margin:0 auto;
	}
	#mobile {
		display:block;
	}
	#cnil_cookies {
		display:none;
	}
	body > header {
		position:fixed;
		display: block;
		width: 100%;
		font-size:1em;
		background-color:white;
		z-index:1000;
	}
	body > header nav,
	body > header .row {
		display:table;
		border-collapse: collapse;
		width:100%;
	}
	body > header > .row > div:first-child {
		display:table-cell;
		width:15%;
		vertical-align: middle;
		text-align: center;
		font-size:1em;
		text-transform: uppercase;
		cursor: pointer;
	}
	body > header #mobile {
		display: block;
	}
	body > header #mobile > span {
		vertical-align: middle;
	}
	body > header #logo {
		display:table-cell;
		width:70%;
		vertical-align: middle;
	}
	body > header #logo a {
		font-weight:normal;
		text-align:justify;
		display:block;
		text-decoration:none;
	}
	body > header #logo img {
		width:auto;
		height:100px;
	}
	body > header #logo #slogan {
		font-family:Ballantines, Arial, sans-serif;
		font-size:3.2em;
		text-align:center;
		font-weight:bold;
		color:rgb(219,172,0);
	}
	body > header #logo #slogan p {
		padding:0;
	}
	body > header > .row > div:last-child {
		display:table-cell;
		width:15%;
		vertical-align: middle;
		text-align:center;
		font-size:1em;
		text-transform: uppercase;
		cursor: pointer;
	}
	body > header #localisation {

	}
	body > header #localisation a {
		text-decoration: none;
	}
	body > header nav > #menu {
		display:none;
		position:absolute;
		font-size:1.2em;
		width:100%;
		z-index:1000;
		background-color:white;
	}
	body > header nav > #menu > ul {
		display:block;
		list-style:none;
		margin:0 auto;
		padding:0;
	}
	body > header nav > #menu > ul.mob {
		display:none!important;
	}
	body > header nav > #menu > ul > li {
		display:block;
		margin:0;
		padding:0;
		text-align: center;
		white-space: nowrap;
		border-bottom:solid 1px gray;
	}
	body > header nav > #menu > ul > li:first-child {
		border-top:solid 1px gray;
	}
	body > header nav > #menu > ul > li.mob {
	}
	body > header nav > #menu > ul > li > a {
		display: block;
		transition:color 0.2s ease-out;
		text-decoration:none;
		text-transform:uppercase;
		text-align:center;
		font-size:1.1em;
		padding:0 1em;
		position:relative;
		line-height: 250%;
	}
	body > header nav > #menu > ul > li > a:link,
	body > header nav > #menu > ul > li > a:visited {
	}
	body > header nav > #menu > ul > li > a:hover,
	body > header nav > #menu > ul > li > a:active,
	body > header nav > #menu > ul > li > a:focus {
	}
	body > header nav > #menu > ul > li > a > span {
	}
	body > header nav > #menu > ul > li > a > span.fa {
		float:right;
		line-height: 250%;
	}
	body > header nav > #menu > ul > li.selected {
		display:block;
		margin:0;
		padding:0;
	}
	body > header nav > #menu > ul > li.selected > a {
		display:block;
		transition:color 0.2s ease-out;
		text-decoration:none;
		text-align:center;
	}
	body > header nav > #menu > ul > li.selected > a:link,
	body > header nav > #menu > ul > li.selected > a:visited {
	}
	body > header nav > #menu > ul > li.selected > a:hover,
	body > header nav > #menu > ul > li.selected > a:active,
	body > header nav > #menu > ul > li.selected > a:focus {
	}
	body > header nav > #menu > ul > li.selected > a > span {
	}
	body > header nav > #menu > ul > li ul {
		display:none;
		list-style:none;
		margin:0;
		padding:0;
		background-color:rgb(240,240,240);
	}
	body > header nav > #menu > ul > li ul > li {
		display:block;
		list-style:none;
		margin:0;
		padding:0;
		border-top:solid 1px gray;
	}
	body > header nav > #menu > ul > li ul > li > a {
		display:block;
		transition:color 0.2s ease-out;
		text-decoration:none;
		text-align:center;
		font-size:1.1em;
		line-height:200%;
	}
	body > header nav > #menu > ul > li ul > li > a:link,
	body > header nav > #menu > ul > li ul > li > a:visited {
	}
	body > header nav > #menu > ul > li ul > li > a:hover,
	body > header nav > #menu > ul > li ul > li > a:active,
	body > header nav > #menu > ul > li ul > li > a:focus {
	}
	body > header nav > #menu > ul > li ul > li > a > span {
	}
	body > header nav > #menu > ul > li ul > li.selected {
		display:block;
		list-style:none;
		margin:0;
		padding:0;
	}
	body > header nav > #menu > ul > li ul > li.selected > a {
		display:block;
		transition:color 0.2s ease-out;
		text-decoration:none;
		text-align:center;
		font-size:1.1em;
	}
	body > header nav > #menu > ul > li ul > li.selected > a:link,
	body > header nav > #menu > ul > li ul > li.selected > a:visited {
	}
	body > header nav > #menu > ul > li ul > li.selected > a:hover,
	body > header nav > #menu > ul > li ul > li.selected > a:active,
	body > header nav > #menu > ul > li ul > li.selected > a:focus {
	}
	body > header nav > #menu > ul > li ul > li.selected > a > span {
	}
	body > header nav > #submenu {
		display: none;
	}
	
	body > main {
		display:flex;
		justify-content:space-between;
		flex-direction:column;
		align-items:stretch;
		font-size:1.2em;
		margin:0;
		padding:0;
	}
	body > main > article {

	}
	body > main > article .diaporama {
		width:100%;
		height:400px;
		overflow-y: hidden;
	}
	body > main > article .no-diaporama {
		display: none;
	}
	body > main > article .diaporama ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	body > main > article .diaporama ul > li {
		margin: 0;
		padding: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size:cover!important;
	}
	body > main > article .diaporama ul > li > div * {
		box-sizing: border-box;
	}
	body > main > article .diaporama ul > li .limit {
		width:100%;
		height: 100%;
	}
	body > main > article .diaporama ul > li .cols {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: nowrap;
	}
	body > main > article .diaporama ul > li .col {
		width:100%;
		height: 100%;
	}
	body > main > article .diaporama ul > li .col img {
		height:auto!important;
		width: 100%!important;
	}
	body > main > article .diaporama ul > li.img-milieu {
		background-position: center center;
	}
	body > main > article .diaporama ul > li.img-haut {
		background-position: center top;
	}
	body > main > article .diaporama ul > li.img-bas {
		background-position: center bottom;
	}
	body > main > article .diaporama ul > li.entiere {
		background-size:auto 600px;
	}
	body > main > article .diaporama ul > li.milieu .col {
		align-self: center;
	}
	body > main > article .diaporama ul > li.haut .col {
		align-self: flex-start;
	}
	body > main > article .diaporama ul > li.bas .col {
		align-self: flex-end;
	}
	body > main > article .diaporama ul > li a.bouton,
	body > main > article .diaporama ul > li a.bouton:link,
	body > main > article .diaporama ul > li a.bouton:visited,
	body > main > article .diaporama ul > li a.bouton:active,
	body > main > article .diaporama ul > li a.bouton:hover,
	body > main > article .diaporama ul > li a.bouton:focus {
		display: inline-block;
		color:white;
		font-weight: bold;
		text-decoration:none;
		border:solid 1px white;
		background-color:rgba(0,0,0,0.45);
		text-transform: uppercase;
		cursor: pointer;
		padding:0 1em;
		font-size:1em;
		line-height: 200%;
	}
	body > main > article .diaporama ul > li .col ul {
		display: none;
	}
	body > main > article header {

	}
	body > main > article header h1 {
		font-size:2.2em;
		font-weight:normal;
		text-align: center;
		text-transform: uppercase;
	}
	body > main > article section {
		padding:1em 0;
		font-size:1.2em;
	} 
	body > main > article section h2,
	body > main > article section h3,
	body > main > article section h4,
	body > main > article section h5,
	body > main > article section h6 {
		color:#b22222;
		font-family:FuturaExtra, Arial, sans-serif;
	}
	body > main > article section h2 {
		font-size:1.4em;
	}
	body > main > article section h3 {
		font-size:1.2em;
	}
	body > main > article section h4,
	body > main > article section h5,
	body > main > article section h6 {
		font-size:1em;
	}
	body > main > article section ul {
		list-style: none;
		margin:0.5em 0;
		padding: 0 1em;
	}
	body > main > article section ul li {
	}
	body > main > article section ul li:before {
		content:"•";
		color:rgb(219,172,0);
		display: inline-block;
		width: 1em;
		margin-left: -1em;
	}
	body > main > article section ol {
		list-style: none;
		counter-reset: li;
		margin:0.5em 0;
		padding:0 1.7em;
	}
	body > main > article section ol li {
		counter-increment: li;
		margin:0.5em 0;
	}
	body > main > article section ol li:before {
		content:counter(li);
		background-color: rgb(219,172,0);
		color:white;
		border-radius: 100%;
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		line-height: 1.5em;
		text-align: center;
		vertical-align: middle;
		margin-left: -1.7em;
		margin-top:-0.3em;
		margin-right:0.2em;
		font-family: FuturaExtra, Arial,sans-serif;
	}
	body > main > article section .cols {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: nowrap;
		height:100%;
	}
	body > main > article section .col {
		width:100%;
		height: 100%;
	}
	body > main > article section .folio {
		display:flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap:wrap;
	}
	body > main > article section .folio div {
		width:47%;
		text-align:center;
		font-size:1.1em;
		font-weight: bold;
		margin-bottom:1.5%;
	}
	body > main > article section .folio div > p {
		padding: 0;
	}
	body > main > article section .folio div > img {
		width:100%;
		height:auto;
		cursor:pointer;
	}
	body > footer {
		font-size:1.1em;
		color:black;
		background-color:#d9ab00;
		padding:0 0 2em 0;
	}
	body > footer p {
		margin:0;
		padding:0.5em 0;
	}
	body > footer nav {
		display:none;
	}
}