@font-face {
	font-family: 'oswaldbold';
	src: url('font/oswald.bold_0-webfont.eot');
	src: url('font/oswald.bold_0-webfont.eot?#iefix') format('embedded-opentype'), url('font/oswald.bold_0-webfont.woff2') format('woff2'), url('font/oswald.bold_0-webfont.woff') format('woff'), url('font/oswald.bold_0-webfont.ttf') format('truetype'), url('font/oswald.bold_0-webfont.svg#oswaldbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'oswaldlight';
	src: url('font/oswald.light-webfont.eot');
	src: url('font/oswald.light-webfont.eot?#iefix') format('embedded-opentype'), url('font/oswald.light-webfont.woff2') format('woff2'), url('font/oswald.light-webfont.woff') format('woff'), url('font/oswald.light-webfont.ttf') format('truetype'), url('font/oswald.light-webfont.svg#oswaldlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'oswaldregular';
	src: url('font/oswald.regular-webfont.eot');
	src: url('font/oswald.regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/oswald.regular-webfont.woff2') format('woff2'), url('font/oswald.regular-webfont.woff') format('woff'), url('font/oswald.regular-webfont.ttf') format('truetype'), url('font/oswald.regular-webfont.svg#oswaldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'benchnineregular';
	src: url('font/BenchNine-Regular-webfont.eot');
	src: url('font/BenchNine-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/BenchNine-Regular-webfont.woff2') format('woff2'), url('font/BenchNine-Regular-webfont.woff') format('woff'), url('font/BenchNine-Regular-webfont.ttf') format('truetype'), url('font/BenchNine-Regular-webfont.svg#benchnineregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'benchninebold';
	src: url('font/BenchNine-Bold-webfont.eot');
	src: url('font/BenchNine-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/BenchNine-Bold-webfont.woff2') format('woff2'), url('font/BenchNine-Bold-webfont.woff') format('woff'), url('font/BenchNine-Bold-webfont.ttf') format('truetype'), url('font/BenchNine-Bold-webfont.svg#benchninebold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'benchninelight';
	src: url('font/BenchNine-Light-webfont.eot');
	src: url('font/BenchNine-Light-webfont.eot?#iefix') format('embedded-opentype'), url('font/BenchNine-Light-webfont.woff2') format('woff2'), url('font/BenchNine-Light-webfont.woff') format('woff'), url('font/BenchNine-Light-webfont.ttf') format('truetype'), url('font/BenchNine-Light-webfont.svg#benchninelight') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Bases  */

body {
	margin:0;
	padding:0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
.position-fixed {
	z-index:9999999999999999;
	width:100%;
	position:absolute;
}
/*.slide1 {
	background-image: url(images/slide_1.jpg);
	background-size:cover;
}
.slide2 {
	background-image: url(images/slide_2.jpg);
	background-size:cover;
}
.slide3 {
	background-image: url(images/slide_3.jpg);
	background-size:cover;
}
.slide4 {
	background-image: url(images/slide_4.jpg);
	background-size:cover;
}
.slide5 {
	background-image: url(images/slide_5.jpg);
	background-size:cover;
}
.slide6 {
	background-image: url(images/slide_6.jpg);
	background-size:cover;
}
.slide7 {
	background-image: url(images/slide_7.jpg);
	background-size:cover;
}*/
h1 {
	font-size: 2em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.5em;
	margin-top: 0;
	text-align: center;
}
h3 {
	margin-top: 0;
	font-size: 1.3em;
}
a {
	color:#000;
}
#date3 {
	bottom:10px;
	z-index:5000000;
	position:absolute;
}
#myInput {
	background-color: #cecece;padding: 6px;margin: 10px 10px 0px 10px; border:none;
}
.shareSpace {
	text-align: right;
	padding-right: 10px;
}
.relative {
	position:relative;
}
.disponible, .Nondisponible {
	display: inline-block;
	width: 150px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
.disponible {
	background-color:#88ff88;
}
.Nondisponible {
	background-color:#ff8080;
}
.row:after {
	content:'';
	display: block;
	clear: both;
}
.section {
	/*
	padding:80px 0;
	*/
	margin:auto;
	/*max-width:1620px;*/
	padding: 0;
}
.wrapper {
	/*
	margin:0 auto;
	max-width:1200px;
	padding:0 5%;
	*/
	margin:0;
	max-width:100%;
	padding:0;
}
/* Bases pour le responsive */

div {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	width: auto; /* avoid ie8 bug */
}
iframe {
	max-width: 100%;
}
/* Flex */ 
.arange {
	-webkit-justify-content :space-around;
	-ms-flex-pack :distribute;
	justify-content :space-around;
}
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: center;
}
.flex-container > * {
/* padding: 10px;
  flex: 1 100%;*/
}
/* flex standard */
.bloc_flex1 {
    display: flex;
    vertical-align: middle;
    width: 100%;
    background-color: #eee;
    align-content: center;
    align-items: center;
}
.bloc_flex1 img {
	width: 190px !important;
}
.f1, .f2, .f3, .f0, .f0_photo {
	margin: 5px;
}
.f1.no_margin, .f2.no_margin, .f3.no_margin {
	margin: 0px;
}
.f0 {
	-webkit-box-flex : 0;
	-webkit-flex : 0 0 24%;
	-ms-flex : 0 0 24%;
	flex : 0 0 24%;
}
.f0_photo {
	-webkit-box-flex:0;
	-webkit-flex:0;
	-ms-flex:0;
	flex:0;
}
.f1 {
	/*
	
	-webkit-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;*/
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.f2 {
	/*
	flex: 2 1 auto;*/
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
.f3 {
	/*
	flex: 3 1 auto;*/
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3
}
.reset_size_flex {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}
.no_wrap {
	text-wrap:none;
}
.reset_size_flex2 {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}
.btn-rest-connect:before {
	content: " ";
	background-image: url(images/bg_connect.png);
	background-color:#FFF;
	background-repeat: no-repeat;
	height: 50px;
	width: 32px;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
.btn-rest-connect:after {
	content: " ";
	background-image: url(images/bg_connect2.png);
	background-color:#FFF;
	background-repeat: no-repeat;
	height: 50px;
	width: 32px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}
.btn-rest-connect {
	position:relative;
	background-color: #1f2f65;
	display:inline-block;
	padding-left:32px;
	padding-right:32px;
	height: 50px;
	font-size:18px;
	text-align:center;
	line-height:50px;
	cursor:pointer;
}
.max_taille1 {
	max-width: 0px;
}
.cover {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
/* buttons 

.button {
	display: inline-block;
	padding: 8px;
	background: #70c43a;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 3px 0 #5ca42e;
}
*/
/*  Pages */
.header__recherche_form {
	float: right;
}
.bloc.no_border {
	border:none;
}
.margin_img_right {
	margin-right: 10px;
}
.margin_bottom {
	margin-bottom: 5px;
}
.no_margin_bottom {
	margin-bottom:0;
}
.no_margin_top {
	margin-top:0;
}
.sous_titre {
	font-size:14px;
}
.margin_16 {
	padding-bottom: 16px;
	padding-top: 16px;
}
.f1.padding_16, .f2.padding_16, .f3.padding_16 {
	padding-bottom: 16px;
	padding-top: 16px;
}
.valign_baseline {
	vertical-align:baseline;
}
.valign_absmiddle {
	vertical-align:middle;
}
.col1 {
/*background: gold;*/
}
.col2 {
/*background: hotpink;*/
}
.col3 {
/*background: green;*/
}
.col4 {
/*background: #0CC;*/
}
.triangle {
	position:absolute;
	bottom: 0;
	left : 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
}
.triangle__bleu {
	border-color: transparent transparent #1f2f65 transparent;
}
.triangle__orange {
	border-color: transparent transparent #f19301 transparent;
}
.triangle__blanc {
	border-color: transparent transparent #fff transparent;
}
/* HEADER */
.header {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.header .f1, .header .f2, .header .f3, .f1.bloc_info {
	-webkit-flex-shrink : 1;
	-ms-flex-negative : 1;
	flex-shrink : 1;
	-webkit-flex-basis : auto;
	-ms-flex-preferred-size : auto;
	flex-basis : auto;
}
.header__logo {
}
.header__slogan {
	margin-bottom: auto;
	margin-top: auto;
	font-size: 18px;
	font-style: italic;
}
.header__espace_pro {
	font-size:14px;
	font-family: 'oswaldregular';
	text-align:right;
}
.header__espace_pro a {
	text-decoration:none;
	color:#FFF;
}
.header__langue {
	text-align:right;
	padding-right:15px;
}
.header__recherche {
}
.header__recherche_titre span {
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	background-color:#1f2f65;
}
.header__recherche_titre {
	text-transform:uppercase;
	width:100%;
	background-image: url(images/pt_blanc.gif);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
}
.header__menu {
	margin-bottom: 0;
	margin-top: auto;
}
.header__menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.header__menu ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 4px;
	border-left-style: solid;
}
.header__menu ul li a {
	font-size:18px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'oswaldbold';
}
.header__menu ul li.decouvrir, .header__menu ul li.decouvrir a {
	color:#83aacd;
	border-color:#83aacd;
}
.bg_decouvrir {
	color: #fff;
	background-color: #83aacd;
}
.triangle__decouvrir {
	border-color: transparent transparent #83aacd transparent;
}
.header__menu ul li.deguster, .header__menu ul li.deguster a {
	color:#ac57f6;
	border-color:#ac57f6;
}
.bg_deguster {
	color: #fff;
	background-color: #ac57f6;
}
.triangle__deguster {
	border-color: transparent transparent #ac57f6 transparent;
}
.header__menu ul li.bouger, .header__menu ul li.bouger a {
	color:#f29504;
	border-color:#f29504;
}
.bg_bouger {
	color: #fff;
	background-color: #f29504;
}
.triangle__bouger {
	border-color: transparent transparent #f29504 transparent;
}
.header__menu ul li.sejourner, .header__menu ul li.sejourner a {
	color:#59d9ff;
	border-color:#59d9ff;
}
.bg_sejourner {
	color: #fff;
	background-color: #59d9ff;
}
.triangle__sejourner {
	border-color: transparent transparent #59d9ff transparent;
}
.header__menu ul li.ou_manger, .header__menu ul li.ou_manger a {
	color:#f45e20;
	border-color:#f45e20;
}
.titre {
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
}
.bold {
	font-weight:bold;
}
.img_right {
	float:right;
}
.img_left {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.fb_accueil {
	display: flex;
	align-items: center;
}
.lien_2lignes {
	padding: 10px;
}
/* Blocs*/
.bloc {
	border: 1px solid #D6D6D6;
}
.bloc2 {
	padding: 5px;
}
.bd1{
	border: 1px solid #D6D6D6;
}
.bloc > a, .bloc2 > a {
	color:inherit;
	display:block;
	text-decoration:none;
}
.bloc__image {
	position:relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}
.taille_bloc5 .bloc__image img {
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
}
.bloc__titre {
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	text-align:justify;
	min-height:55px;
	padding:10px;
}
.bloc__titre .no_bold {
	font-weight:normal;
	text-transform:none;
}
.taille1__image {
	height: 350px;
}
.taille2__image {
	height: 135px;
}
.taille3__image {
	height: 150px;
}
.taille_bloc4 .bloc__image, .taille4__image {
	height: 406px;
}
.taille_bloc4 {
/*min-width:303px;*/
}
.taille_bloc5 .bloc__image, .taille5__image {
	height: 305px;
	line-height:305px;
}
.taille_bloc5 {
	-webkit-flex-basis:303px;
	-ms-flex-preferred-size:303px;
	flex-basis:303px;
}
.taille_bloc6 .bloc__image {
	height: 120px;
}
.taille_bloc6 {
	-webkit-flex-basis:210px;
	-ms-flex-preferred-size:210px;
	flex-basis:210px;
}
.taille_bloc7 .bloc__image {
	height: 251px;
}
.taille_bloc7 {
	-webkit-flex-basis:303px;
	-ms-flex-preferred-size:303px;
	flex-basis:303px;
}
.max_height1 {
	height:300px;
}
.max_height2 {
}
.lien_bold_noir {
	color:#000000;
	font-weight:bold;
}
.padding {
	padding:5px;
}
.padding2 {
	padding:25px;
}
.bloc_agenda {
	position:relative;
}
.bloc_agenda__btn {
	position:absolute;
	bottom:0px;
	width:100%
}
.tr_titre {
	width:100%;
	background-image: url(images/pt_gris.gif);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
}
.tr_titre span {
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}
.margin_top1 {
	margin-top:30px;
}
.margin_content {
	margin-left:2%;
	margin-right:2%;
}
.col {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
}
.content {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.footer {
	font-size:12px;
	text-align:justify;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
	padding: 10px;
}
.footer li a {
	color:#FFFFFF;
}
.footer ul {
	list-style-image: none;
	list-style-type: none;
	padding:0px;
}
.footer ul li {
	margin-top:2px;
}
.footer li.lv1 {
	padding-left : 2px;
}
.footer li.lv2 {
	padding-left : 7px;
}
.uppercase {
	text-transform:uppercase;
}
/* Couleurs */
.bg_color1 {
	background-color: #1f2f65;
}
.color1 {
	color:#FFFFFF;
}
.bg_color2 {
	background-color: #f19301;
}
.color2 {
	color:#1f2f65;
}
.bg_color3 {
	background-color: #fff;
}
.color3 {
	color:#000;
}
.bg_color4 {
	background-color:#8e8e8e;
}
.bg_color5 {
	background-color:#f0f0f0;
}
.bg_color6 {
	background-color:#868080;
}
.bg_color7 {
	background-color:#f45e20;
}
.bg_color8 {
	background-color:#d8d8d8;
}
.bg_color9 {
	background-color:#e41c75;
}
.bg_color10 {
	background-color:#bc5ecd;
}
.bg_color11 {
	background-color:#99b90f;
}
.bg_color12 {
	background-color:#2ecae9;
}
.bg_color13 {
	background-color:#ff561c;
}
.bg_color14 {
	background-color:#ed3e53;
}
.bg_color15 {
	background-color:#de7a0e;
}
.bg_color16 {
	background-color:#ff7d23;
}
.color4 {
	color: #f19301;
}
.clear {
	clear:both;
}
.txt_align_left {
	text-align:left;
}
.txt_align_justify {
	text-align:justify;
}
div.align_middle {
	position: relative;
	top: 40%;
}
.temp_meteo {
	color:#1a6395;
	font-size:30px;
	font-weight:bold;
}
.autre_meteo {
	color:#5a5956;
	font-size:12px;
}
ul.news_liste {
	width:100%;
	list-style:none;
	text-decoration:none;
}
a.no_link {
	text-decoration:none;
}
ul.news_liste a {
	text-decoration:none;
}
.news_liste li {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.news_liste__titre {
	color:#f19301;
	font-size:14px;
}
.news_liste__nom {
	font-family: 'benchninebold';
	font-size:21px;
}
.news_liste__resume {
	font-size:14px;
}
.news_liste__titre span {
	display:inline-block;
	padding-left:2px;
	padding-right:2px;
	margin-right: 5px;
	font-size:10px;
	color:#FFFFFF;
	background-color:#f19301;
}
.img_slide {
	width:100%;
	height:auto;
}
.liste_etab {
	margin-left:30px;
	margin-right:30px;
	background-color:#f6f7f8;
}
.liste_etab_reset {
	margin-left:30px;
	margin-right:30px;
	background-color:#fff;
}
.liste_etab .liste_etab__image {
	height: 220px;
	background-position: center;
	background-size:contain;
	background-repeat:no-repeat;
	margin-top: 40px;
}
.liste_etab .liste_etab__texte {
	font-weight:bold;
	font-size:18px;
	text-align:left;
	min-height:55px;
	padding:10px;
}
.liste_etab .no_bold {
	font-weight:normal;
	text-transform:none;
}
.fiche_etab {
	background-color:#f6f7f8;
}
.fiche_etab .no_bold {
	font-weight:normal;
	text-transform:none;
}
.telecharger {
	text-transform: none;
	background-image: url(images/telechargement.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: underline;
}
.txt_centre {
	text-align:center;
}
#btnmap {
	cursor:pointer;
}
.inline-flex {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.auto-wrap {
	width:100%
}
.auto-wrap .f1.liste_etab {
	/*min-width: 21%;*/
	-webkit-flex-basis : 21%;
	-ms-flex-preferred-size : 21%;
	flex-basis : 21%;
}
.auto-wrap .f1.liste_etab2 {
	/*min-width: 21%;*/
	-webkit-flex-basis : 30%;
	-ms-flex-preferred-size : 30%;
	flex-basis : 30%;
}

.margin_lf_rt_1 {
	margin-left:20%;
	margin-right:20%;
}
.pgwSlideshow.slide {
	width: 50%;
}
.route, .avion, .train {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 80px;
}
.route {
	background-image:url(images/venir_voiture.png);
}
.avion {
	background-image:url(images/venir_avion.png);
}
.train {
	background-image:url(images/venir_train.png);
}
.box {
	position:                   relative;
	display:                    block;
	max-height:                     7em;
	min-height:                     2em;
	overflow:                   hidden;
}
.box.text {
	overflow:                   hidden;
	text-align:     			justify;
}
.box.text:after {
	content:                    ' ';
	position:                   absolute;
	display:                    block;
	width:                      100%;
	height:                     1em;
	bottom:                     0px;
	left:                       0px;
	background:                 #f6f7f8;
}
.box.text:before {
	bottom: 15px;
	content: "...";
	display: block;
	height: 20px;
	padding-bottom: 5px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 2em;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(246,247,248,0)), color-stop(38%, rgba(246,247,248,1)), color-stop(99%, rgba(246,247,248,1)));
	background: -webkit-linear-gradient(left, rgba(246,247,248,0) 0%, rgba(246,247,248,1) 38%, rgba(246,247,248,1) 99%);
	background: linear-gradient(to right, rgba(246,247,248,0) 0%, rgba(246,247,248,1) 38%, rgba(246,247,248,1) 99%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F7F8', endColorstr='#F6F7F8', GradientType=1 );
}
.num_ligne {
	display:inline-block;
	width: 80px;
}
/* a trier*/
.ui-icon {
	height: 18px;
	width: 18px;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-size: auto auto;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	background-attachment: scroll;
	background-color: #6F727B;
	background-image: url("jquery-mobile/images/icons-18-white.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	right: 10px;
	margin-top: -9px;
	position: absolute;
	top: 50%;
}
.ui-btn-inner {
	position:relative;
}
.ui-btn-inner2 {
	/*display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	
	padding-left: 10px;
	margin-right: 7px;
	margin-bottom:7px;
	
	*/
	padding-bottom: 0.6em;
	padding-top: 0.6em;
	position: relative;
	padding-right: 10px;
	white-space: nowrap;
}
.ui-btn-innerRetour {
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 0.6em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0.6em;
	position: relative;
	white-space: nowrap;
	margin-right: 7px;
}
.ui-icon-arrow-r {
	background-position: -108px 50%;
}
.ui-icon-shadow {
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.ui-corner-all {
/*-moz-border-radius: 1em ;
	-webkit-border-radius: 1em ;
	border-radius: 1em ;*/
}
.ui-btn-inline {
	display: inline-block;
}
.ui-btn-up-c {
/*border: 1px solid  		#ccc ;
	background:  			#eee ;
	font-weight: bold;
	color:  					#2F3E46 ;
	text-shadow:  0  1px   1px   #f6f6f6 ;
	background-image: -webkit-gradient(linear, left top, left bottom, from(  #fdfdfd  ), to(  #eee  )); 
	background-image: -webkit-linear-gradient(  #fdfdfd  ,  #eee  ); 
	background-image:    -moz-linear-gradient(  #fdfdfd  ,  #eee  ); 
	background-image:     -ms-linear-gradient(  #fdfdfd  ,  #eee  ); 
	background-image:      -o-linear-gradient(  #fdfdfd  ,  #eee  ); 
	background-image:         linear-gradient(  #fdfdfd  ,  #eee  );
	*/
}
.form_contact input[type=text], .form_contact textarea {
	width:100%;
	height:30px;
	border-radius: 5px;
}
.form_contact input, .form_contact textarea {
	background-color: #c9d1de;
	color:#666;
	padding: 5px;
	box-sizing:border-box;
}
.form_contact textarea {
	height:60px;
}
/* AGENDA*/
.date_agenda {
	font-weight:bold;
	float:right;
}
.btn_info {
	float:right;
}
/* ANIMATIONS*/
.zoom:hover, .zoom:focus {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-ms-box-shadow: 0px 0px 15px 10px #747992;
	-o-box-shadow: 0px 0px 15px 10px #747992;
	box-shadow: 0px 0px 15px 10px #747992;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/* mask*/
.view-first img {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.view-first h2 {
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-first p {
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.view-first a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-first:hover h2, .view-first:hover p, .view-first:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.view-first:hover p {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.view-first:hover a.info {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
/*Flip*/
/* entire container, keeps perspective */
.flip-container {
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flip-container:hover .front {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip-container, .front, .back {
	width: 100%;
}
.back a {
	text-decoration: none;
}
.aligntext {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
/* flip speed goes here */
.flipper {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}
/* hide back of pane during swap */
.front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	font-size : 12px;
	position: absolute;
	top: 0;
	left: 0;
}
/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
/* back, initially hidden pane */
.back {
	font-size:14px;
	padding:5px;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
/* 
	Some vertical flip updates 
*/
.vertical.flip-container {
	position: relative;
}
.vertical .back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.vertical.flip-container:hover .back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.vertical.flip-container:hover .front {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
/*Animation du pied de page*/
#onglet_footer {
	display:none;
}
/*Pour éviter d'avoir une bande blanche de 5 px sur ie et firefox*/
#onglet_footer_2 {
	height:5px;
}
/*image phototheque*/
.imgPhototheque {
	text-align:center;
}
/* btn a+ a-*/
.btnsize {
	position:fixed;
	z-index:15000;
	right:15px;
}
.button {
	background-color: crimson;
	background-image: -webkit-linear-gradient(top, crimson, crimson);
	background-image: -moz-linear-gradient(top, crimson, crimson);
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-decoration: none !important;
	padding: 5px 6px;
	line-height: inherit;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.button:hover {
	opacity: 0.9;
}
#incfont, #print {
	background-color: orange;
	background-image: -webkit-linear-gradient(top, orange, orange);
	background-image: -moz-linear-gradient(top, orange, orange);
	color:black;
}
#decfont {
	background-color: orange;
	background-image: -webkit-linear-gradient(top, orange, orange);
	background-image: -moz-linear-gradient(top, orange, orange);
	color:black;
}
#fontlinks {
	margin-left:30%;
	margin-right:30%;
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
}
.buttonfont {
	color:dimgrey;
}
 @media all and (max-width: 800px) {
.auto-wrap .f1, .auto-wrap .f2, .auto-wrap .f3 {
	min-width: 51%;
}
.auto-wrap .f1.liste_etab, .auto-wrap .f1.liste_etab_reset {
	min-width: 51%;
}
.content-index > .col1 {
	-webkit-box-ordinal-group : 4;
	-webkit-order : 3;
	-ms-flex-order : 3;
	order : 3;
}
.content-index > .col2 {
	-webkit-box-ordinal-group : 3;
	-webkit-order : 2;
	-ms-flex-order : 2;
	order : 2;
}
.content-index > .col3 {
	-webkit-box-ordinal-group : 2;
	-webkit-order : 1;
	-ms-flex-order : 1;
	order : 1;
}
.content-index > .col4 {
	-webkit-box-ordinal-group : 5;
	-webkit-order : 4;
	-ms-flex-order : 4;
	order : 4;
}
}


.block {
	margin-bottom: 1rem;
	border: 1px solid slateblue;
	border-radius: .125rem;
	box-shadow: 0 2px 4px gainsboro;
	overflow: hidden;
	transition: height 500ms;
}

.block p {
	margin: 0;
	line-height: 1.4;
}

.block p + p {
	margin-top: 1em;
}

.block__title {
	position: relative;
	padding: 1rem;
	padding-right: 2rem;
	line-height: 1rem;
	font-weight: bold;
	
	cursor: pointer;
	user-select: none;
	color: white;
}

.block__title:hover {
	opacity: .8;
}

.block__title h3 {
	margin: 0;
	color: white;
}

.block__title::after {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	width: .75em;
	height: 100%;
	padding-right: 1rem;
	font-size: 1.17em;
	
}
.block__title.bg0 {
	background-color: #406868;
	
}
.block__title.bg1 {
	background-color: slateblue;
}

.block.is-collapsed .block__title::after {
	content: '+';
}

.block.is-expanded .block__title::after {
	content: '-';
}

.block__content {
	padding: 1rem;
}
.btnh150 {
	height: 100px;
	display: grid;
    justify-content: center;
    align-items: center;
	 
}
.fb-as-end {
	align-self: flex-end;
}
.btnaccueil .bloc2 > a {
	display: inline-grid;
	width: 100%;
	height: 100%;
}



/***definition des colonnes***/
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-push-12 {
	margin-left: 100%;
}
.col-xs-push-11 {
	margin-left: 91.66666667%;
}
.col-xs-push-10 {
	margin-left: 83.33333333%;
}
.col-xs-push-9 {
	margin-left: 75%;
}
.col-xs-push-8 {
	margin-left: 66.66666667%;
}
.col-xs-push-7 {
	margin-left: 58.33333333%;
}
.col-xs-push-6 {
	margin-left: 50%;
}
.col-xs-push-5 {
	margin-left: 41.66666667%;
}
.col-xs-push-4 {
	margin-left: 33.33333333%;
}
.col-xs-push-3 {
	margin-left: 25%;
}
.col-xs-push-2 {
	margin-left: 16.66666667%;
}
.col-xs-push-1 {
	margin-left: 8.33333333%;
}
.col-xs-push-0 {
	margin-left: 0;
}
/** ORDER **/
.order-xs-1
{
	-webkit-box-ordinal-group:2;
	-webkit-order:1;
	    -ms-flex-order:1;
	        order:1;	
}
.order-xs-2
{
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	    -ms-flex-order:2;
	        order:2;	
}
.order-xs-3
{
	-webkit-box-ordinal-group:4;
	-webkit-order:3;
	    -ms-flex-order:3;
	        order:3;	
}

@media (min-width: 768px) {
	.col4 {order: 1}
	
	.col2 {order: 2}
	.col1 {order: 2}
	
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-push-12 {
	margin-left: 100%;
}
.col-sm-push-11 {
	margin-left: 91.66666667%;
}
.col-sm-push-10 {
	margin-left: 83.33333333%;
}
.col-sm-push-9 {
	margin-left: 75%;
}
.col-sm-push-8 {
	margin-left: 66.66666667%;
}
.col-sm-push-7 {
	margin-left: 58.33333333%;
}
.col-sm-push-6 {
	margin-left: 50%;
}
.col-sm-push-5 {
	margin-left: 41.66666667%;
}
.col-sm-push-4 {
	margin-left: 33.33333333%;
}
.col-sm-push-3 {
	margin-left: 25%;
}
.col-sm-push-2 {
	margin-left: 16.66666667%;
}
.col-sm-push-1 {
	margin-left: 8.33333333%;
}
.col-sm-push-0 {
	margin-left: 0;
}
/** ORDER **/
.order-sm-1
{
	-webkit-box-ordinal-group:2;
	-webkit-order:1;
	    -ms-flex-order:1;
	        order:1;	
}
.order-sm-2
{
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	    -ms-flex-order:2;
	        order:2;	
}
.order-sm-3
{
	-webkit-box-ordinal-group:4;
	-webkit-order:3;
	    -ms-flex-order:3;
	        order:3;	
}
}

@media (min-width: 992px) {
.col4 {order: 1}
	
	.col2 {order: 2}
	.col1 {order: 2}
	.hidden-md-2 {display: none}

.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-push-12 {
	margin-left: 100%;
}
.col-md-push-11 {
	margin-left: 91.66666667%;
}
.col-md-push-10 {
	margin-left: 83.33333333%;
}
.col-md-push-9 {
	margin-left: 75%;
}
.col-md-push-8 {
	margin-left: 66.66666667%;
}
.col-md-push-7 {
	margin-left: 58.33333333%;
}
.col-md-push-6 {
	margin-left: 50%;
}
.col-md-push-5 {
	margin-left: 41.66666667%;
}
.col-md-push-4 {
	margin-left: 33.33333333%;
}
.col-md-push-3 {
	margin-left: 25%;
}
.col-md-push-2 {
	margin-left: 16.66666667%;
}
.col-md-push-1 {
	margin-left: 8.33333333%;
}
.col-md-push-0 {
	margin-left: 0;
}
/** ORDER **/
.order-md-1
{
	-webkit-box-ordinal-group:2;
	-webkit-order:1;
	    -ms-flex-order:1;
	        order:1;	
}
.order-md-2
{
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	    -ms-flex-order:2;
	        order:2;	
}
.order-md-3
{
	-webkit-box-ordinal-group:4;
	-webkit-order:3;
	    -ms-flex-order:3;
	        order:3;	
}
}

@media (min-width: 1200px) {
	
.col4 {order: 1}
	
	.col2 {order: 1}
	.col1 {order: 1}	
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-push-12 {
	margin-left: 100%;
}
.col-lg-push-11 {
	margin-left: 91.66666667%;
}
.col-lg-push-10 {
	margin-left: 83.33333333%;
}
.col-lg-push-9 {
	margin-left: 75%;
}
.col-lg-push-8 {
	margin-left: 66.66666667%;
}
.col-lg-push-7 {
	margin-left: 58.33333333%;
}
.col-lg-push-6 {
	margin-left: 50%;
}
.col-lg-push-5 {
	margin-left: 41.66666667%;
}
.col-lg-push-4 {
	margin-left: 33.33333333%;
}
.col-lg-push-3 {
	margin-left: 25%;
}
.col-lg-push-2 {
	margin-left: 16.66666667%;
}
.col-lg-push-1 {
	margin-left: 8.33333333%;
}
.col-lg-push-0 {
	margin-left: 0;
}
/** ORDER **/
.order-lg-1
{
	-webkit-box-ordinal-group:2;
	-webkit-order:1;
	    -ms-flex-order:1;
	        order:1;	
}
.order-lg-2
{
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	    -ms-flex-order:2;
	        order:2;	
}
.order-lg-3
{
	-webkit-box-ordinal-group:4;
	-webkit-order:3;
	    -ms-flex-order:3;
	        order:3;	
}
}
/**** fin definition des colonnes***/

.img100 {
	max-width: 100%;
}
.img100p
{
	width:100%;
}
.flex-1
{
	-webkit-box-flex:1;
  -webkit-flex:1 1 0%;
      -ms-flex:1 1 0%;
          flex:1 1 0%;	
}
.flex-2
{
	-webkit-box-flex:2;
  -webkit-flex:2 1 0%;
      -ms-flex:2 1 0%;
          flex:2 1 0%;	
}
.flex-3
{
	-webkit-box-flex:3;
  -webkit-flex:3 1 0%;
      -ms-flex:3 1 0%;
          flex:3 1 0%;	
}
.fb-fd-column
{
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.fb-as-flex-end
{
	-webkit-align-self:flex-end;
    -ms-flex-item-align:end;
        align-self:flex-end;
}
/*** JUSTIFY-CONTENT ***/
.fb-jc-flex-end
{
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.fb-jc-center
{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fb-jc-spaceAround
{
	-webkit-justify-content:space-around;
	    -ms-flex-pack:distribute;
	        justify-content:space-around;	
}
.fb-jc-spaceBetween
{
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	    -ms-flex-pack:justify;
	        justify-content:space-between;	
}
/*** FIN JUSTIFY-CONTENT ***/
.fb-ai-center
{
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.fb-ai-start
{
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	    -ms-flex-align:start;
	        align-items:flex-start;	
}
.fb-as-center
{
	-webkit-align-self:center;
	    -ms-flex-item-align:center;
	        align-self:center;	
}
@media (max-width: 767px) {
	.fb-fd-column-xs
	{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
			-ms-flex-direction:column;
				flex-direction:column;	
	}
	.xs-center {
		text-align: center;
	}

	.fb-wrap-xs
	{
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	.hidden-xs
	{
		display:none;	
	}
	.blc-menu-xs {
		position: absolute;
		top: 0;
		left : -5px;
	}
}


/***** NAV *****/

#menu-xs{
  position: fixed;
  left: 10px;
  top: 10px;
  background-color: #4f81bd;
border:1px solid #fff;
  z-index: 10001;
  padding: 10px;
  border-radius: 7px;
	cursor: pointer;
	
}
.icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
}
.icon-bar + .icon-bar {
  margin-top: 3px;
}
.btnMenu {
  background-color: transparent;
  background-image: none;
  border: 0px;
  cursor: pointer;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btnMenu .txt{
  text-transform: uppercase;
  color:#fff;
  font-size: 12px;
  margin-top: 6px;
}
/***** FIN NAV *****/
.display-md {
		display: none;
	}
	
@media(min-width:992px){
	#menu-xs{
	  display: none;
	}
}
@media(max-width:991px){
		.btnaccueil .titre {
	font-size: 14px;
}
	.header__recherche_form {
    float: none;
}
	.header__slogan {
   
    font-size: 16px;
	}
	#menu-lg{
		position: absolute;
		left:-360px;
		transition-duration: 1s;
		width:340px;
		padding:80px 10px 10px;
  		z-index: 10000;
		background-color: #1f2f65;
	}
	#menu-lg .f1{
		width: 100%;
	}
	#menu2{display: none;}
	.header__logo.f1 img {
		width: 50%;
	}
	.header__menu ul li:first-child, .header__menu ul li:last-child  {
		border-color: transparent;
	}
	.fp-navArrow.fp-next {
		display: none;
	}
	.display-md {
		display: block
	}
	.hidden-md {display: none}
}


@media(max-width:1600px){


}






























