@charset "utf-8";

@import url(bootstrap.css);
@import url(bootstrap-theme.css);
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,300i,400,400i,500,500i,600,600i,700,700i|Barlow+Semi+Condensed:300,300i,400,400i,500,500i,600,600i,700,700i|Barlow:300,300i,400,400i,500,500i,600,600i,700,700i|Merriweather:400,400i,700,700i');
@import url(slick.css);
@import url(slick-theme.css);
/* ------------------------------------------------------------- */
/*                                                               */
/* Sommaire                                                      */
/*                                                               */
/*  1 - Composants                                               */
/*  2 - Balises titres + liens                                   */
/*  3 - Structure générale                                       */
/*  4 - Navigation                                               */
/*  5 - Modules                                                  */
/*  6 - Widgets                                                  */
/*  7 - Formulaires                                              */
/*  8 - Diaporama                                                */
/*  9 - Googlemap                                                */
/* 10 - Spécifique                                               */
/*  X - Tricks                                                   */
/*  X - Fancy Box                                                */
/*                                                               */
/* ------------------------------------------------------------- */


/* ---------------------------------------- */
/* 1 - Components                           */
/* ---------------------------------------- */
.btn a:hover, .btn a { text-decoration: none; }
.btn-primary a:hover, .btn-primary a { color: #FFF; }
.list-group-item.active a { color: #FFF; }

/* ---------------------------------------- */
/* 2 - Balises titres + liens               */
/* ---------------------------------------- */
h2 > a {
	color: inherit;
	text-decoration: none;
}
h2 > a:hover {
	color: #428bca;
	text-decoration: none;
}

/* ---------------------------------------- */
/* 3 - Structure générale                   */
/* ---------------------------------------- */
#signature {
	color: #000;
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: block;
	padding: 5px 0;
	font-size: 11px;
	line-height: 20px;
	background: #fff;
}

/* ---------------------------------------- */
/* 4 - Navigation                           */
/* ---------------------------------------- */
@media screen and (min-width: 768px) {
	.dropdown-submenu { position: relative; }
	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		-webkit-border-radius: 0 6px 6px 6px;
	}
	.dropdown-submenu:hover > .dropdown-menu { display: block; }
	.dropdown-submenu > a:after {
		content: " ";
		float: right;
		display: block;
		width: 0;
		height: 0;
		margin-top: 5px;
		margin-right: -10px;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
	}
	.dropdown-submenu:hover > a:after { border-left-color: #fff; }
	.dropdown-submenu.pull-left { float: none; }
	.dropdown-submenu.pull-left > .dropdown-menu {
		left: -100%;
		margin-left: 10px;
		border-radius: 6px 0 6px 6px;
		-moz-border-radius: 6px 0 6px 6px;
		-webkit-border-radius: 6px 0 6px 6px;
	}
	.navbar-brand { display: none; }
	.sidebar-nav { padding: 9px 0; }
	.dropdown-menu .sub-menu {
		position: absolute;
		left: 100%;
		top: 0;
		margin-top: -1px;
		visibility: hidden;
	}
	.dropdown-menu li:hover > .sub-menu { visibility: visible; }
	.dropdown:hover > .dropdown-menu { display: block; }
	.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu { margin-top: 0; }
	.navbar .sub-menu:before {
		left: -7px;
		top: 10px;
		border-bottom: 7px solid transparent;
		border-left: none;
		border-right: 7px solid rgba(0, 0, 0, 0.2);
		border-top: 7px solid transparent;
	}
	.navbar .sub-menu:after {
		top: 11px;
		left: -6px;
		border-top: 6px solid transparent;
		border-left: none;
		border-right: 6px solid #fff;
		border-bottom: 6px solid transparent;
	}
}

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

}
@media screen and (max-width: 767px) {
	.navbar-brand { display: block; }
}
.pager a#active { font-weight: bold; }

/* ---------------------------------------- */
/* 5 - Modules                              */
/* ---------------------------------------- */

/* Article */
article img { width: 100% }
.intext_left {
	float: left;
	margin: 0 40px 40px 0;
}
.intext_right {
	float: right;
	margin: 0 40px 40px;
}
.above_center, .below_center { text-align: center; }
.above_right, .below_right   { text-align: right; }
.above_left, .below_left     { text-align: left; }
.lead { margin : 40px 0; }
.text {

}
/*.text p { padding: 0; }*/

@media screen and (max-width: 767px) {
	.text {}
}

/* Calendrier */
.calendar {
	margin-bottom: 0;
	border: 1px solid #ccc;
}
.calendar caption {
	padding: 5px 0;
	color: #fff;
	background: #428bca;
}
.calendar thead { background: #eee; }
.calendar.table > tbody > tr > td {
	height: 40px;
	padding: 0;
	line-height: 0;
	background: #fff;
	text-align: center;
}
.calendar > tbody td a {
	display: block;
	height: 40px;
	padding: 0 8px;
	line-height: 40px;
}
.calendar tbody td a:hover { background-color: #d9edf7; }
.calendar tbody td.today { font-weight: bold; }
.calendar tbody td.today a {
	color: #fff;
	background: #428bca;
}
.calendar.table > tbody > tr > td.no_day { background: #f6f6f6; }

/* News */
.thumbnail img { min-width: 100%; }
.ratings form > div > div { width: 100%; }
.caption img { width: 100%; }

/* Blog */
.confirmMsg {
	padding: 0 10px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	color: #39c12a;
	background-color: rgba(57,193,42,.1);
}
.authorMetas { font-size: 0.9em; }
#authorBillet .googleplus, #authorBillet .twitter, #authorBillet .siteweb {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	background: url(/common_images/community/community_pictos.png) 0 -540px no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#authorBillet .twitter { background-position: -20px -540px; }
#authorBillet .siteweb { background-position: -40px -540px; }
#authorBillet .googleplus:hover { background-position: 0 -520px; }
#authorBillet .twitter:hover    { background-position: -20px -520px; }
#authorBillet .siteweb:hover    { background-position: -40px -520px; }

/* Notation */
.ui-stars-star {
	float: left;
	display : block;
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url("../images/star-off.png") no-repeat -2px 0;
}
.ui-stars-star:nth-child(even) { background-position: -10px 0; }
.ui-stars-star-on { background: url("../images/star-on.png") no-repeat -2px 0; }
.ui-stars-star-hover { background: url("../images/star-on.png") no-repeat -2px 0; }
.rating-stars {
	display: inline-block;
	height: 15px;
}
.nb_ratings { color: #737373; }
.rating-value { margin-left: 20px; }

/* Annuaire */
.directoryEntryTags .glyphicon, .postTags .glyphicon { font-size: 14px; }
.directoryEntryTagsLink, .postTags > .postTag {
	display: inline-block;
	height: 24px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 24px;
	color: #aaa;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
}
.directoryEntryTagsLink:hover {
	color: #fff;
	text-decoration: none;
	background: #428bca;
	border-color: #428bca;
}

/* ---------------------------------------- */
/* 6 - Widgets                              */
/* ---------------------------------------- */
aside .widget { padding: 10px; }
#wrapperInner .widget { margin-bottom: 0px; }

/* RSS */
.widgetRssItemTitle {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Auteurs */
.pageElement .widgetBlogAuthors ul {
	list-style-type: none;
	padding: 0;
}
.pageElement .widgetBlogAuthors ul li { display: inline-block; }
.pageElement .widgetBlogAuthors ul li a {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
}

/* Calendrier */
.widgetCalendar .calendar.table > tbody > tr > td { line-height: 40px; border: none; }
#wrapperInner .widgetCalendar .calendar { width: 260px; }
#wrapperInner .size1_3 .widgetCalendar .calendar,
#wrapperInner .size1_4 .widgetCalendar .calendar,
#wrapperInner .size1_5 .widgetCalendar .calendar,
#wrapperInner .size1_6 .widgetCalendar .calendar,
#wrapperInner .size1_7 .widgetCalendar .calendar,
#wrapperInner .size1_8 .widgetCalendar .calendar { width: 100%; }

/* Mise en avant de billets */
aside .widgetHighlightPosts .col-sm-6 { width: 100%; }
aside .widgetHighlightPosts .widgetHighlightDescription { padding: 10px 0 0; }
aside .widgetHighlightPosts .borderTop,
aside .widgetHighlightPosts .widgetHighlightRating,
aside .widgetHighlightPosts .widgetHighlightCommentsLink,
.size1_3 .widgetHighlightRating label,
.size1_4 .widgetHighlightRating label,
.size1_5 .widgetHighlightRating label,
.size1_6 .widgetHighlightRating label,
.size1_7 .widgetHighlightRating label,
.size1_8 .widgetHighlightRating label { display: none; }
.widgetRssItem .widgetRssItemDate,
	.widgetHighlightDate {
	padding-bottom: 10px;
	color: #999;
}
.pageElement .widgetHighlightPosts .widgetHighlightThumbnail { margin-bottom: 10px; }
.pageElement .widgetHighlightPosts .linksmore + div { margin-top: 10px; }
.size1_3 .widgetHighlightRating, .size1_3 .widgetHighlightCommentsLink,
.size1_4 .widgetHighlightRating, .size1_4 .widgetHighlightCommentsLink,
.size1_5 .widgetHighlightRating, .size1_5 .widgetHighlightCommentsLink,
.size1_6 .widgetHighlightRating, .size1_6 .widgetHighlightCommentsLink,
.size1_7 .widgetHighlightRating, .size1_7 .widgetHighlightCommentsLink,
.size1_8 .widgetHighlightRating, .size1_8 .widgetHighlightCommentsLink { padding-top: 5px; }

/* Widget Annuaire - Recherche avancée */
.directoryAdvancedSearch .dateElement .form-control {
	display: inline-block;
	width: auto;
}
.directoryAdvancedSearch .dateElement label { font-weight: normal; }
.directoryAdvancedSearch .dateElement span {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.directoryAdvancedSearch .dateElement span:hover {
	color: #428bca;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Widget Annuaire - Publier des fiches */
.boxdirectories > div { float: none; }

/* Widget de connexion */
.socialNetworkConnect { padding-top: 10px; }
a.facebookConnect, a.twitterConnect, a.googleConnect {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
	height: 31px;
	font: normal 12px/30px 'Roboto', 'Lucida Grande', Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #5f78ab;
	border: 1px solid #405a91;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.twitterConnect {
	background-color: #55acee;
	border-color: #4998d5;
}
a.googleConnect {
	background-color: #cc3732;
	border-color: #b62b26;
}
a.facebookConnect:hover { background-color: #6895c4; }
a.twitterConnect:hover  { background-color: #6bcbf8; }
a.googleConnect:hover   { background-color: #e94d48; }
a.facebookConnect .iconSocialNetwork, a.twitterConnect .iconSocialNetwork, a.googleConnect .iconSocialNetwork {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background: url(/common_images/skins/DefaultSkins1.5/icon_socialNetworks.png) 0 0 no-repeat;
}
a.twitterConnect .iconSocialNetwork { background-position: -30px 0; }
a.googleConnect .iconSocialNetwork  { background-position: -60px 0; }
a.facebookConnect > span, a.twitterConnect > span, a.googleConnect > span {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
a.facebookConnect > span { border-left: 1px solid #405a91; }
a.twitterConnect > span { border-left: 1px solid #4998d5; }
a.googleConnect > span { border-left: 1px solid #b62b26; }
a.googleConnect iframe { display: none; }

/* Newsletter */
.mailingSubscribe, .mailingSubscribeSuccess { text-align: center; }
.mailingSubscribe:before, .mailingSubscribeSuccess:before {
	content: '\e013';
	display: block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	margin: 10px auto 30px;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size: 4rem;
	line-height: 98px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Widget météo */
.weatherForecast {
	padding-top: 20px;
	overflow: hidden;
}
.weatherTown .item, .weatherForecast .item {
	position: relative;
	float: left;
	padding: 10px 10px 10px 80px;
	border-right: 1px solid #ccc;
}
.weatherTown .item:last-child,
.weatherForecast .item:last-child { border: none; }
.weatherTown .itemPicture, .weatherForecast .itemPicture {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 80px;
	text-align: center;
}

/* ---------------------------------------- */
/* 7 - Formulaire                           */
/* ---------------------------------------- */
form .row {
	margin-right: 0;
	margin-left: 0;
}
.help-block > p {
	padding: 0;
	color: #aaa;
}
.has-error .errorForm, .error .errorForm, .loginError {
	font-size: 9pt;
	color: #a94442;
}
.error { color: #a94442; }
.error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.loginError {
	padding: 0 5px;
	margin-bottom: 10px;
	line-height: 20px;
	border: 1px solid #a94442;
}
.multi_checkbox, .multi_radio {
	display: block;
	padding: 2px 5px !important;
}
.multi_checkbox input[type="checkbox"],
.multi_radio input[type="radio"] {
	display: inline-block;
	margin-right: 5px;
}
.other ul {
	display: inline-block;
	list-style-type: none;
}
.obligatory { color: red; }
.form-group:last-child { margin-bottom: 0; }

/* Champ Select avec visuels */
.selectWithVisual .row {
	position: relative;
	display: inline-block;
}
.selectWithVisual .row input[type="checkbox"] {
	position: absolute;
	bottom: 0;
	right: 0;
	visibility: hidden;
}
.selectWithVisual .row img { padding: 5px; }
.selectWithVisual .row img:hover    { background: #9bccf7; }
.selectWithVisual .row img.selected { background: #428bca; }
.selectWithVisual .row label > .glyphicon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	padding: 10px;
	color: #fff;
	background: #428BCA;
}
.selectWithVisual .row label > .label { display: none; }

/* Champ Calendrier */
.insertDate {
	position: absolute;
	top: 9px;
	right: 10px;
}
#overDiv.calendar { margin: 0 0 0 -300px; }

.btn-primary { margin: 10px 0; }
.form_creator_header {
	padding: 10px 0 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #999;
}
.form_creator_footer {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 2px solid #999;
}
legend { margin-bottom: 10px; }
.formQcmLegend {
	padding: 5px;
	border: 1px solid #ccc;
}
#formsQcm ul { padding: 10px 0 10px 20px; }
#formsQcm ul li { padding: 2px 0; }
#formsQcm ul li span, .formQcmLegend span {
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background: #ee4736;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.formQcmLegend span { margin-right: 5px; }
#formsQcm ul li.good span, .formQcmLegend .good { background: #60c24a; }

/* Datepicker */
.ui-datepicker {
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 0 7px rgba(0,0,0,.2);
}
.ui-datepicker-header {
	height: 30px;
	background: #009A91 !important;
	border-color: #009A91 !important
}
.ui-datepicker-next, .ui-datepicker-prev {
	float: left;
	display: inline-block;
	width: 30px;
	height: 30px;
	font: normal 100 20px 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 100;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker-next { float: right; }
.ui-datepicker-prev span, .ui-datepicker-next span {
	display: block;
	text-indent: -9999px;
}
.ui-datepicker-prev:after {
	content: "\e079";
}
.ui-datepicker-next:after { content: "\e080"; }
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	color: #fff;
	text-decoration: none;
	background: #428bca;
}
.ui-datepicker-title {
	line-height: 30px;
	text-align: center;
}
.ui-datepicker-title select { margin: 0 5px; }
.ui-datepicker-calendar { border: 1px solid #ccc; }
.ui-datepicker-calendar thead {
	height: 30px;
	padding: 0 8px;
	line-height: 30px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.ui-datepicker-calendar thead th {
	padding: 0 8px;
	text-align: center;
}
.ui-datepicker tr > td {
	height: 30px;
	padding: 0;
	line-height: 0;
	border-bottom: 1px solid #ccc;
}
.ui-datepicker tr > td.ui-state-disabled { background: #f6f6f6; }
.ui-datepicker tr > td a {
	display: block;
	height: 30px;
	padding: 0 5px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #000 !important
}
.ui-datepicker tr > td a:hover { background-color: #009A91; }
.ui-datepicker tr > td a.ui-state-active {
	color: #fff !important;
	background: #666;
}
.ui-datepicker tr > td.ui-datepicker-today a {
	color: #fff !important;
	text-decoration: none;
	background: #009A91;
	border-color: #009A91 !important
}

/* ---------------------------------------- */
/* 8 - Diaporama                            */
/* ---------------------------------------- */
.diaporamaSimpleSlideshow { margin: 20px 0; }
.diaporamaSlide { background: #eee; }
.diaporamaControlPrev, .diaporamaControlNext {
	padding: 0px;
	margin-top: -30px;
	cursor: pointer;
	line-height: 1;
	background: #009A91;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.diaporamaControlNext {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.diaporamaControlPrev:hover {
	background: #e8e8e8;
}
.diaporamaControlNext:hover {
	background: #e8e8e8;
}
.diaporamaSimpleSlideshow  div.wrap-nav  span {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}
.diaporamaSimpleSlideshow .diaporamaControlPrev::before,
.diaporamaSimpleSlideshow .diaporamaControlNext::before {
	position: relative;
	top: 0px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.diaporamaSimpleSlideshow .diaporamaControlPrev:hover::before,
.diaporamaSimpleSlideshow .diaporamaControlNext:hover::before{
	color: #009A91;
}

.diaporamaSimpleSlideshow .diaporamaControlPrev::before { content: '\e257'; }
.diaporamaSimpleSlideshow .diaporamaControlNext::before { content: '\e258'; }
.diaporamaSimpleSlideshow .diaporamaDots > div {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	line-height: 9px;
	background: none;
}
.diaporamaSimpleSlideshow .diaporamaDots > div::before, .diaporamaSimpleSlideshow .diaporamaDots > div::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -20px;
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-bottom: 30px solid #fff;
	display: none;
}
.diaporamaSimpleSlideshow .diaporamaDots > div::after {
	left: auto;
	right: -20px;
	border-left: none;
	border-right: 20px solid transparent;
}
.diaporamaSimpleSlideshow .diaporamaDots span {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 3px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.diaporamaSimpleSlideshow .diaporamaDots span:hover,
.diaporamaSimpleSlideshow .diaporamaDots span.diaporamaDotActive { background: #009A91; }
.diaporamaExtra > div {
	/*display: inline-block;
	padding: 10px;
	color: #222;
	text-align: left;
	background: rgba(255,255,255,.8);*/
}
.diaporamaExtraMiddleLeft,
.diaporamaExtraMiddleRight,
.diaporamaExtraMiddleCenter {
	padding: 0 0px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50% !important;
}
.diaporamaExtraTopLeft,
.diaporamaExtraTopRight,
.diaporamaExtraTopCenter { padding: 10px; }
.diaporamaExtraBottomLeft,
.diaporamaExtraBottomRight,
.diaporamaExtraBottomCenter { padding: 10px 10px 40px; }

.diaporamaExtraTopCenter,
.diaporamaExtraBottomCenter,
.diaporamaExtraMiddleCenter,
.diaporamaExtra.diaporamaExtraTopCenter > div,
.diaporamaExtra.diaporamaExtraBottomCenter > div,
.diaporamaExtra.diaporamaExtraMiddleCenter > div { text-align: center; }

.diaporamaExtraTopRight,
.diaporamaExtraMiddleRight,
.diaporamaExtraBottomRight { text-align: right; }
.diaporamaExtra strong { display: block; }

/* ---------------------------------------- */
/* 9 - Googlemap                            */
/* ---------------------------------------- */
.map .gm-style img { max-width: none; }
.map > div { max-width: 100%; }

/* ---------------------------------------- */
/* 10 - Spécifique                          */
/* ---------------------------------------- */
.monuments { margin: 0 -25px; }
.monumentEntry .map > div { margin: 0!important; }
.monumentEntryDescription {
	height: 60px;
	text-overflow: ellipsis;
}
.monumentEntryLocalisation { color: #999; }
.monumentEntryLink {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 40px;
	height: 40px;
	font-size: 1.2em;
	line-height: 45px;
	color: #999;
}
.monumentEntryLink:hover {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.monumentEntryDetailHeader { min-height: 40px; }
.monumentEntryDetailHeadingLabel {
	position: absolute;
	left: 5%;
	z-index: 2;
	width: 90%;
	margin-top: -40px;
	color: #fff;
	background: #428bca;
}
.monumentEntryDetail h1 {
	margin: 0;
	background: #222;
}
.monumentEntryDetailCity { line-height: 40px; }
.monumentEntryDetailCity span { margin-right: 5px; }
.monumentEntryDetailMap {
	width: 300px;
	border-right: 1px solid #fff;
}
.monumentEntryDetailMainImage { width: 840px; }
.monumentEntryDetailContent { padding-top: 50px; }
.monumentEntryDetailMetas { width: 90%; }
.monumentEntryDetailGallery ul { padding-left: 0; }
.monumentEntryDetailGallery ul:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.monumentEntryDetailGallery li {
	list-style-type: none;
	float: left;
	padding-right: 10px;
}
.monumentEntryDetailGallery li a {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-transition: border-color .2s ease-out;
	-moz-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
}
.monumentEntryDetailGallery li a img {
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.monumentEntryDetailGallery li a:hover { border-color: #428bca; }
.monumentEntryDetailGallery li a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}
#leftbar .monumentEntry, #rightbar .monumentEntry {
	padding-right: 0;
	padding-left: 0;
}
#leftbar .monumentEntry, #leftbar .monumentEntry > div > div,
#rightbar .monumentEntry, #rightbar .monumentEntry > div > div { width: 100%!important; }
#leftbar .monumentEntry > div > div:first-child, #rightbar .monumentEntry > div > div:first-child { display: none; }
#leftbar .monumentEntry h3, #leftbar .monumentEntryDescription,
#rightbar .monumentEntry h3, #rightbar .monumentEntryDescription { padding: 0; }
#leftbar .monumentEntryLocalisation,
#rightbar .monumentEntryLocalisation { padding: 20px 0 0; }

/* ---------------------------------------- */
/* X - TRICKS                               */
/* ---------------------------------------- */

/* Colors */
.bg-blue  { background: #0000FF; }
.bg-green { background: #00FF00; }
.bg-red   { background: #FF0000; }
.bg-black { background: #000; }
.bg-gray-light { background: #F5F5F5; }
.bg-gray-dark  { background: #777; }
.bg-dark       { background: #333; }

/* Misc */
.margin-bottom { margin-bottom: 20px; }
.margin-top    { margin-top: 20px; }

.bg-margin-bottom { margin-bottom: 60px; }
.bg-margin-top    { margin-top: 60px; }

.sm-margin { margin: 10px; }
.md-margin { margin: 20px; }
.lg-margin { margin: 40px; }

.sm-padding { padding: 10px; }
.md-padding { padding: 20px; }
.lg-padding { padding: 40px; }

.no-padding { padding: 0; }

p { padding: 10px 0; }

.banner h4 { display: none; }

.shadow-hover {
	-webkit-transition: box-shadow 0.3s ease-out;
	-moz-transition: box-shadow 0.3s ease-out;
	-o-transition: box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out;
}
.shadow-hover:hover { box-shadow: 0 0 15px 15px rgba(0,0,0,.1); }

img, video, audio { max-width: 100%; }

.mod   { overflow: hidden; }
.inbl  {
	display: inline-block;
	vertical-align: top;
}
.inblM {
	display: inline-block;
	vertical-align: middle;
}
.hide  { display: none; }
.clear {
	border: 0;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.static   { position: static; }
.relative { position: relative; }

.txtLeft   { text-align: left; }
.txtCenter { text-align: center; }
.txtRight  { text-align: right; }

.borderAll    { border: 1px solid #999; }
.borderTop    { border-top: 1px solid #999; }
.borderRight  { border-right: 1px solid #999; }
.borderBottom { border-bottom: 1px solid #999; }
.borderLeft   { border-left: 1px solid #999; }

.posLeft   { float: left; }
.posMiddle { margin: 0 auto; }
.posRight  { float: right; }

.ligneElement:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.size1_1 { width: 100%; padding: 0 1%; }
.size1_2 { width: 50%;  padding: 0 1%; }
.size1_3 { width: 33.33%; padding: 0 1%; }
.size1_4 { width: 25%; padding: 0 1%; }
.size1_5 { width: 20%; padding: 0 1%; }
.size1_6 { width: 16.66%; padding: 0 1%; }
.size1_7 { width: 14.285%; padding: 0 1%; }
.size1_8 { width: 12.5%; padding: 0 1%; }

/*#content [class *="col-xs"],
#content [class *="col-sm"],
#content [class *="col-md"] { width: 100%; */
.pa0  { padding: 0; }
.pa10 { padding: 10px; }
.pa20 { padding: 20px; }
.pt0  { padding-top: 0; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pr0  { padding-right: 0; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.pb0  { padding-bottom: 0; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pl0  { padding-left: 0; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }

.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mb0  { margin-bottom: 0; }
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }

.w25  { width: 25%; }
.w50  { width: 50%; }
.w75  { width: 75%; }
.w100 { width: 100%; }

#overDiv {
	position: absolute;
	font-size: 12pt;
	background: #FFF;
	box-shadow: 0 0 7px 7px rgba(0,0,0,.2);
	border-radius: 6px;
	z-index: 1000;
}
.overlibheader {
	padding: 10px 20px;
	font-size: 300 13pt "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #d9edf7;
	border-radius: 6px 6px 0 0;
}
.overlibclose {
	position: absolute;
	top: 10px;
	right: 20px;
}
#overlibcontent { padding: 20px; }
#overlibfooter { display: none; }

/* ---------------------------------------- */
/* X - Fancy Box                            */
/* ---------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	vertical-align: top;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	background: #f9f9f9;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error {
	padding: 15px;
	margin: 0;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url(/common_images/fancyBox/fancybox_sprite.png); }
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 8060;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	cursor: pointer;
	opacity: 0.8;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/common_images/fancyBox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 8040;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	z-index: 8040;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/common_images/fancyBox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	z-index: 8040;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	visibility: hidden;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8010;
	display: none;
	background: url(/common_images/fancyBox/fancybox_overlay.png);
	overflow: hidden;
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	position: relative;
	z-index: 8050;
	font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: none;
	visibility: hidden;
}
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	z-index: 8050;
	margin-bottom: -35px;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	font-weight: bold;
	line-height: 24px;
	color: #FFF;
	text-shadow: 0 1px 2px #222;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/common_images/fancyBox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/common_images/fancyBox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/*--------------------------------------------------------------------------------------------------------
                            style suctom
--------------------------------------------------------------------------------------------------------*/
body{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 16px;
  color:#000;
	margin: 0;
	padding:0;
	line-height: normal;
	overflow-x: hidden;
	width: 100%;
}
input, button, select, textarea{
	/*border: 1px solid #ccc;
	padding: 5px 10px;
	width: 100%;*/
}
.form-row{
	margin: 0 0 20px;
}

input[type="radio"], input[type="checkbox"]{
	width: auto !important;
	/*display: inline-block !important;*/
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  margin: 0px 0 15px;
  padding: 0;
  font-weight:600;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
h1, .h1{
  font-size: 40px;
  text-transform: uppercase;
  color: #009A91;
  line-height: 100%;
}
h2, .h2{
	font-size: 25px;
	color: #000;
	font-family: 'Merriweather', serif;
	font-weight: bold;
	text-transform: uppercase;
}
h3, .h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
p{
	margin: 0 0 15px;
	padding: 0;
}
a, a:link, a:visited{
  color:#009A91;
  text-decoration:none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
a:hover{
  color:#009A91;
  text-decoration:none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.d-table{
	display: table;
	width: 100%;
	margin: 0 auto;
}
.table-cell{
	display: table-cell;
	float: none;
	vertical-align: middle;
}
/*.btn-more,
.btn-more:link, .btn-more:visited {
    border: 1px solid #009A91;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 0;
}
.btn-more:hover{
	background: #009A91;
	color: #fff;
	border-color: #009A91;
}*/
.btn{
	font-family: 'Merriweather', serif;
	padding:10px 40px 10px 15px;
	position: relative;
}
.btn:after{
	content: "";
	color:#fff;
	font-size: 30px;
	line-height: 0;
	position: absolute;
	right: 5px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border-radius: 0;
}
.btn-default{
	background:#fff;
	border-color: #009A91;
	color: #009A91;
	font-size: 14px;
	text-shadow: none;
	border-radius: 0;
	padding: 10px 15px;
	transition: all 1s;
}
.btn-default:hover{
	background: #009A91;
	color: #fff;
	border-color: #fff;
}
.btn-primary{
	background:#009A91;
	border-color: #009A91;
	text-shadow: 0 0px 0 #fff;
	border-color: #009A91;
	color: #fff !important;
	font-size: 14px;
	border-radius: 0;
	padding: 10px 15px;
	transition: all 1s;
}
	.btn-primary:hover{
		background: #e8e8e8;
		border-color: #e8e8e8;
		color: #009A91 !important;
	}
/*-------------header--------------*/

/* @changelog 2022-12-26 [EVOL] (Nicolas) Modification du header */
#header{
	position: relative;
  background: transparent;
  color:#fff;
  width: 100%;
  backdrop-filter: blur(15px);
	border-bottom: 3px solid #009A91;

  z-index: 2;
}

	body.home #header:not(.affix) {
		border-bottom: none;
	}

		@media (min-width: 768px) {
			body.home #header:not(.affix) {
				position: absolute;
			}
		}

#header.affix{
	position: fixed;
	background-color: #fff;
	z-index: 1000;
}

	@media (max-width: 767px) {
		#header.affix{
			position: relative;
		}
	}

#header .lang{
  padding-top:10px;
  float: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header.affix .lang{
	float: right;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header #logo{
  margin-bottom:0;
  float: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header.affix #logo {
    /* float: left;
    margin: 15px 20px 0; */
}
#header.affix #logo img{
    /* max-height: 30px; */
}
#header #nested{
  background: none;
  border: none;
  margin: 0;
}
#header .navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size:15px;
  text-transform:uppercase;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  font-weight:500;
  padding: 15px 20px;
  border-top:3px solid transparent;
}
	@media (min-width: 768px) {
		#header .navbar-inverse .navbar-nav > li > a {
			color: #000;
		}
	}
#header .navbar-inverse .navbar-nav > li.home > a,
#header .navbar-inverse .navbar-nav > li.accueil > a{
	width: 23px;
	/* height: 50px; */
	font-size: 0;
	display: block;
	background: url(/modeles/fr/Modele1/images/Noir/home.svg) no-repeat center !important;
	margin-left: 15px;
}
#header .navbar-inverse .navbar-nav > li:hover > a,
#header .navbar-inverse .navbar-nav > li.active > a,
#header .navbar-inverse .navbar-nav > li > a:hover{
  border-color:#009A91;
  background: none;
}
#header .navbar-nav > li > .dropdown-menu {
  border:none;
  background:#000;
  border-radius:0;
}
#header .navbar-nav > li > .dropdown-menu > li > a{
  font-size:15px;
  padding:10px 20px;
  color:#009A91;
}
#header .navbar-nav > li > .dropdown-menu > li > a:hover,
#header .navbar-nav > li > .dropdown-menu > li.active > a{
  color:#fff;
  background:#009A91;
}
#header .reso-top{
  padding-top:8px;
}
#header .reso-top p{
  margin:0;
}
#header .reso-top p a{
  display:inline-block;
  margin:0 5px;
}
@media (min-width: 768px) {
	#navbarCollapse {
		padding: 0;
	}
}
#wrapperInner{
	padding: 0;
	width: 100%;
}

/* @changelog 2022-12-26 [EVOL] (Nicolas) Modification du header */
.d-flex {
	display: flex;
}
  @media (min-width: 768px) {
    .d-md-flex {
      display: flex;
    }
  }

.flex-wrap {
	flex-wrap: wrap;
}
.flex-column-reverse {
	flex-direction: column-reverse;
}
@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row;
	}
}
.jcc {
  justify-content: center;
}
.aifs {
	align-items: flex-start;
}
.aic {
	align-items: center;
}
.float-none {
	float: none;
}
.mx-auto {
	margin: 0 auto;
}
.p-0 {
	padding: 0;
}
.px-0 {
	padding-left: 0;
	padding-right: 0;
}



.header__lang {
	display: flex;
}

.header__lang a {
	margin: 0 3px;
}


/*------------footer------------------*/
.widget-content {
  width:100%;
  overflow-x:hidden;
}
.w-coordonnee{
	background: #009A91;
	padding: 60px 20px 40px;
	position: relative;
	min-height: 508px;
	color: #fff;
}
.w-coordonnee:before{
	background: #009A91;
	content: "";
	left: -300%;
	top:0;
	width: 300%;
	height: 100%;
	position: absolute;
}
.w-coordonnee .text{
	max-width: 260px;
	float: right;
}
.w-coordonnee h3{
	font-size: 50px;
	text-transform: uppercase;
	line-height: 100%;
	margin-bottom: 30px;
	color: #fff;
}
.w-coordonnee h4{
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	margin:30px 0 10px;
}
.w-coordonnee p{
	font-size: 13px;
}
.ico-marker{
	padding-left: 23px;
	background: url(../images/ico-marqueur.png) no-repeat left top;
}
.ico-phone{
	padding-left: 23px;
	background: url(../images/ico-phone.png) no-repeat left top;
	min-height: 17px;
}
.w-map{
	padding: 0;
}
.w-map p{
	margin-bottom: 0;
}
.w-map .map > div{
	width: 100% !important;
	margin:0 !important;
}
.w-partner {
	text-align: center;
}
.w-partner p{
	padding-top: 15px;
}
.w-partner .w-title{
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #009A91;
	text-transform: uppercase;
	margin:0 20px 0 0;
}
.w-partner .text{
	vertical-align: middle;
	display: inline-block;
}
.w-partner .text img{
	display: inline-block;
	vertical-align: middle;
	margin:0 10px 10px;
}
#footer{
	clear: both;
	font-size: 12px;
	text-transform: uppercase;
	color: #757575;
	background: #242424;
}
#footer a{
	text-transform: uppercase;
	color: #757575;
}
#footer a:hover{
	color: #fff;
}
.w-footer p{
	margin-bottom: 0;
	padding: 10px 0;
}

#rightbar{
	position: fixed;
	right: 0;
	top: 150px;
	/*top: 396px;*/
	/*top: 14vh;*/
	width: 0;
	z-index: 99;
}
#rightbar .widget{
	background: #fff;
	color: #362d33;
	font-size: 12px;
	font-size: 14px;
	left: -65px;
	margin-bottom: 5px;
	padding: 20px 20px 20px;
	position: relative;
	/*right: -300px;*/
	width: 300px;
	z-index: 99;

	-moz-transition: left 0.5s linear;
	-webkit-transition: left 0.5s linear;
	transition: left 0.5s linear;
	border-left: 65px solid #000;
}
/*.home #rightbar .widget, */#rightbar .widget:hover, #rightbar .widget:focus{
	/*right: 0;*/
	left: -300px;

	-moz-transition: left 0.5s linear;
	-webkit-transition: left 0.5s linear;
	transition: left 0.5s linear;
}

#rightbar .widget .w-title{
	display: block;
	content: ' ';
	left: -84px;
	position: absolute;
	top: 100px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	color: #ba9142;
	font-size: 14px;
	text-transform: uppercase;
}
#rightbar .widget:before{
	background-position: center top;
	background-repeat: no-repeat;
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: -52px;
	top: 10px;
}
.box-info{
	min-height: 170px;
}
.box-info:before{
	background-image: url('../images/ico-info.png');

}

.box-info ul{
	margin: 0;
	padding: 0
}
.box-info li{
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 22px 22px;
	list-style: none;
	min-height: 22px;
	padding-left: 30px;
	line-height: 140%;
}
.box-info li:nth-child(1){
	background-image: url('../images/ico-sb-adresse.png');
	margin-bottom: 15px;
}
.box-info li:nth-child(2){
	background-image: url('../images/ico-sb-tel.png');
	margin-bottom: 15px;
}
.box-info li:nth-child(3){
	background-image: url('../images/ico-sb-dl.png');
}
.box-resa{
	min-height: 145px;
	padding: 15px !important;
}
.box-resa:before{
	background-image: url('../images/ico-calendar.png');
}
#rightbar .box-resa .w-title{
	left: -91px;
}
.box-resa p{
	margin: 0;
}
.box-resa .widgetContainer{
	/*height: 215px;
	overflow: scroll;*/
}
.box-resa .title-form{
	/*font-size: 14px;*/
}
.box-resa .help-block {
    display: inline-block;
}
.box-resa .help-block p{
	color: #000;
}
.box-resa .field-form{
	display: inline-block;
}
.box-resa .field1 .form-control{
	width: 100px;
}
.box-resa .field2id .form-control{
	width: 40px;
	display: inline-block;
}
.box-resa .field3 .control-label{
	display: none;
}
#lienresa input, #lienresa select {
    background: #e7e7e7;
    border: none;
    color: #453940;
    padding: 5px;
}
#lienresa input#submit-resa{
	background: #009A91;
	background: #009A91 url(../images/ico-plus.png) no-repeat calc(100% - 10px) center;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	padding: 10px 35px 10px 15px;
}
#lienresa #global > div{
	margin-bottom: 10px;
}
.box-liens{
	min-height: 105px
}
.box-liens::before{
	background-image: url('../images/ico-hearth.png');
}
#rightbar .box-liens .w-title{
	left: -44px;
	top: 67px;
}

.box-liens ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.box-liens li{
	display: inline-block;
	list-style: none;
	margin-right: 3%;
	/*max-width: 18%;*/
	vertical-align: top;
}
.box-liens li:nth-child(5){
	margin-right: 0;
}

.box-liens li a{
	background-position: top left;
	background-repeat: no-repeat;
	/*background-size: 56px 46px;*/
	background-size: 48px 39px;
	display: block;
	/*height: 46px;*/
	height: 39px;
	/*width: 56px;*/
	width: 48px;
	text-indent: -999em;
}
.box-liens li:nth-child(1) a{ background-image: url('../images/picto-sb-tripadvisor-hover.png') }
/*.box-liens li:nth-child(1) a:hover, .box-liens li:nth-child(1) a:focus{ background-image: url('../images/picto-sb-tripadvisor-hover.png') }*/

.box-liens li:nth-child(2) a{ background-image: url('../images/picto-sb-avis.png') }
/*.box-liens li:nth-child(2) a:hover, .box-liens li:nth-child(2) a:focus{ background-image: url('../images/picto-sb-avis-hover.png') }*/

.box-liens li:nth-child(3) a{ background-image: url('../images/picto-sb-camping-qualite.png') }
/*.box-liens li:nth-child(3) a:hover, .box-liens li:nth-child(3) a:focus{ background-image: url('../images/picto-sb-camping-qualite-hover.png') }*/

.box-liens li:nth-child(4) a{ background-image: url('../images/picto-sb-qualite-tourisme.png') }
/*.box-liens li:nth-child(4) a:hover, .box-liens li:nth-child(4) a:focus{ background-image: url('../images/picto-sb-qualite-tourisme-hover.png') }*/

.box-liens li:nth-child(5) a{
	background-image: url('../images/picto-sb-fb.png');
	/*background-size: 28px 46px;*/
	background-size: 24px 39px;
	/*width: 28px;*/
	width: 24px;
}
/*.box-liens li:nth-child(5) a:hover, .box-liens li:nth-child(5) a:focus{ background-image: url('../images/picto-sb-fb-hover.png') }*/
.form-control{
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
#rightbar .box-resa-en .w-title,
#rightbar .widget.box-info-en .w-title{
	left: -71px;
}
#rightbar .box-liens-en .w-title {
    left: -47px;
}
/*-----------------------homepage---------------------*/
.diaporama {
	margin: 0 auto;
}
.slide-home .diaporama{
	/*max-height: 750px;*/
	height: 80vh !important;
}
.diaporamaSlide{
	padding: 0 !important;
}
.diaporamaSlide img{
	width: 100% !important;
	height: auto !important;
}
.wrap-nav{
	position: relative;
}
.diaporamaExtra{
	padding: 0 0px;
	margin-top: 50px;
}
.diaporamaExtra .container > div{
	width: 100%;
	max-width: 450px;
}
.outer-wrap-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.section-slide .diaporamaControlPrev, .section-slide .diaporamaControlNext {
	margin-top: -100px;
	top: 0 !important;
}
.title-diapo{
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
	background: rgba(0,0,0,0.5);
	padding: 5px 15px
}
.title-diapo:after{
	content: "";
	width: 300%;
	left: -200%;
	bottom: 0;
	position: absolute;
	background: #fff;
	height: 2px;
	margin-top:5px;
}
.desc-diapo{
	color: #fff;
	font-size: 35px;
	position: relative;
	margin-bottom: 0px;
	font-family: 'Merriweather', serif;
	background: rgba(0,0,0,0.5);
	padding: 5px 15px;
}
.section {
	padding: 50px 0;
}
.section-edito{
	background-color: #009A91;
	position: relative;
	z-index: 1;
}
.inner-bloc-camping{
	background: #fff;
	padding: 20px 40px;
	position: relative;
	margin-top:-130px;
	line-height: 140%;
}
.item-commodite.table-cell {
    width: 20%;
    padding: 0 6px;
    vertical-align: top;
    font-family: 'Merriweather', serif;
    font-size: 12px;
    line-height: 120%;
}
.item-commodite.table-cell img {
	width: 64px;
}
.list-commodite{
	margin-bottom: 40px;
}
.plus a{
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 0;
	/* background:url(../images/ico-plus.png) no-repeat center #009A91; */
	background-color: #009A91;
	color: #fff;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

	.plus a::after {
		content: "+";
		color: #fff;
		font-family: 'Barlow Semi Condensed';
		font-size: 40px;
		line-height: 0;
		height: 0px;
		vertical-align: sub;
		position: absolute;
		right: 9px;
		top: 43%;
		transform: translateY(-50%);
		transition: all 1s;
	}

	.plus a:hover{
		background-color: #e8e8e8;
		transition: all 1s;
	}

		.plus a:hover::after {
			color: #009A91;
		}

.inner-bloc-camping .btn-more{
	margin: 0 0 -20px -40px;
}
.btn-more a{
	position: relative;
	display: inline-block;
	/* background: #000 url(../images/ico-plus.png) no-repeat calc(100% - 10px) center; */
	color: #fff;
	font-family: 'Merriweather', serif;
	font-size: 14px;
	padding: 10px 35px 10px 15px;
}
	.btn-more a::after {
		content: "+";
		font-family: 'Barlow Semi Condensed';
		font-size: 40px;
		line-height: 0;
		height: 0px;
		vertical-align: sub;
		position: absolute;
		right: 9px;
		top: 43%;
		transform: translateY(-50%);
	}
.btn-more a:hover{
	/* background: #4e4e4e url(../images/ico-plus.png) no-repeat calc(100% - 10px) center; */
}
.btn-green a {
	background-color:#009A91;
}
.btn-green a:hover{
	background-color:#e8e8e8;
	color: #009A91;
}
.btn-white a {
	background-color: #fff;
	color: #009A91;
}
	.btn-white a:hover {
		background-color: #009A91;
		color: #fff;
	}
.btn-border a {
	border: 1px solid;
}
.diapo-bloc .diaporama{
	height: 295px !important;
}
.title-bloc-actus h2{
	font-weight: 600;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	line-height: 100%;
	margin-bottom: 30px;
}
.list-actu .inner-widgetHighlightPost{
	background: #fff;
	padding:15px 15px 50px;
	position: relative;
	min-height: 240px;
}
.list-actu .inner-widgetHighlightPost h3 a{
	color: #000;
}
.list-actu .inner-widgetHighlightPost h3 a:hover{
	color: #009A91;
}
.widgetHighlightDate{
    font-family: 'Merriweather', serif;
    font-size: 12px;
}
.list-actu .widgetHighlightThumbnail a{
	display: block;
	height: 200px;
	background-size: cover;
}
.list-actu .widgetHighlightDescription{
	font-size: 13px;
}
.section-sejours{
	padding-bottom: 0;
}
.section-sejours h2{
	font-weight: 600;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color: #009A91;
	line-height: 120%;
	margin-bottom: 0px;
}
.subtitle{
	font-family: 'Merriweather', serif;
	font-size: 25px;
	font-weight: bold;
	color:#000;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.img-mobilhome,
.img-emplacement{
	height: 370px;
	background-size:cover;
	background-color:#009A91;
	position: relative;
	display: table;
	width: 100%;
}
.link-mobilhome,
.link-emplacement{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.link-mobilhome a,
.link-emplacement a{
	display: block;
	height: 370px;
	background: rgba(0,0,0,0.8) url(../images/ico-plus2.png) no-repeat center;
	color: #fff;
	line-height: 290px;
	font-size: 20px;
	font-family: 'Merriweather', serif;
	display: none;
}
.inner-bloc-mobilhome:hover .link-mobilhome a,
.inner-bloc-emplacement:hover .link-emplacement a{
	display: block;
}
.desc-mobilhome,
.desc-emplacement{
	width: 80%;
	margin: -60px auto 40px;
	background: #fff;
	padding: 15px;
	text-align: center;
	position: relative;
}
.desc-mobilhome h3,
.desc-emplacement h3{
	margin: 10px auto;
}
.desc-mobilhome .elementText,
.desc-emplacement .elementText{
	color: #757575;
	font-size: 13px;
}
.section-region h2{
	font-weight: 600;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color: #009A91;
	line-height: 120%;
	margin-bottom: 15px;
}
.section-region .btn-more{
	margin-bottom: 50px;
}
.list-actu-region{
	position:relative; ;
	width: 120%;
	background: #fff;
	z-index: 2;
}
.list-actu-region .widgetHighlightThumbnail,
.list-actu-region .widgetHighlightDate{
	display: none;
}
.list-actu-region h3 a{
	color: #000;
}
.list-actu-region h3 a:hover{
	color: #009A91;
}
.list-actu-region .widgetHighlightDescription{
	color: #757575;
	font-size: 13px;
}
.list-actu-region .widgetHighlightPost {
	position: relative;
	padding-bottom: 50px;
	padding-right: 10vw;
	min-height: 216px;
}
.slick-prev, .slick-next{
	position: absolute;
	left: 0;
	bottom:0;
	top: inherit;
	-webkit-transform: translate(0);
    -ms-transform: translate(0);
	transform: translate(0);
	background: #e8e8e8;
	width: 40px;
	height: 40px;
	z-index: 10;
	text-align: center;
}
.slick-prev::before, .slick-next::before{
	opacity: 1;
	color: #009A91;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
}
.slick-next{
	left: 50px;
}
.slick-prev::before{
	content: '\e257'
}
.slick-next::before{
	content: '\e258';
}
.slick-prev:hover, .slick-next:hover{
	background:  #009A91;
}
.slick-prev:hover:before, .slick-next:hover:before{
	color:  #e8e8e8;
}
.section-video{
	background: url(../images/bg-video.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.section-video h2{
	font-weight: 600;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 52px;
	text-transform: uppercase;
	color: #fff;
	line-height: 120%;
	margin-bottom: 50px;
}
/*-------------------page camping----------------*/
.banner-top {
	background-size: cover;
	background-position: center;
	padding-top: 140px;
	background-color: #009A91;
}
.banner-top .container{
	padding: 15px;
	text-align: center;
	background: rgba(0,0,0,0.8);
	color: #fff;
}
.breadcrumb {
    padding:0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb > li a{
	color: #fff;
	font-size: 12px;
}
.breadcrumb > li + li::before {
    content: ">";
    padding: 0 5px;
    color: #fff;
}
.section-edito-camping{
	background: url(../images/MOTIF-HP.jpg) repeat center #87b04d;
	position: relative;
	z-index: 1;
	padding: 0 0 50px;
	font-size: 13px;
	color: #757575;
}
.section-edito-camping .container{
	background: #fff;
	padding: 30px 15px;
}
.lst-star ul{
	margin: 0;
	padding:0;
	list-style: none;
}
.lst-star ul li{
	position: relative;
	padding-left: 20px;
	color:#009A91;
	font-weight: 600;
	margin-bottom: 10px;
}
.colonne-2 ul li{
	display: inline-block;
	width: 49%;
}

.lst-star ul li:before{
	position: absolute;
	left: 0;
	top:0;
	width: 12px;
	height: 14px;
	content: "";
	background: url(../images/ico-stars.png) no-repeat center;
}
.bouton-edito-camping .btn-more{
	display: inline-block;
	margin-right:30px;
	margin-bottom: 30px;
}
.section-document{
	background: #000;
	color: #fff;
	padding-top: 30px;
}
.section-document h3{
	font-size: 25px;
	color: #fff;
	text-align: right;
}
.section-document h3::first-word{
	display: block;
}
.section-document .btn-more{
	display: inline-block;
	margin-right:30px;
	margin-bottom: 30px;
}
.section-camping-activite{
	padding: 40px 0;
	font-size: 13px;
	color: #757575;
}
.section-camping-activite h2{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 600;
}
/*---------page produit---------------*/
.section-product{
	background: #e6e6e6 url(../images/MOTIF-HP2.jpg) repeat center;
}
.item-mobilehome{
	margin-bottom: 30px;
	font-size: 13px;
	color: #757575;
	background: #fff;
	padding: 30px 15px 0 15px;
}
.item-mobilehome:nth-child(odd) .wrap-img-product{
	float: right;
}
.heading-product{
	margin-bottom: 15px;
}
.price-product{
	float: left;
	width: 126px;
	padding: 0 15px;
}
.wrap-price{
	width: 96px;
	height: 96px;
	background: #000;
	color: #fff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	overflow: hidden;
	text-align: center;
	padding: 22px 10px;
	line-height: 150%;
	font-weight: 600;
}
.price{
    font-size: 30px;
    font-weight: 600;
    color: #009A91;
}
.title-product{
	width: calc(100% - 126px);
	padding:15px 15px;
}
.heading-product h2{
	margin-bottom: 0;
}
.heading-product .surface{
	color: #009A91;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.slick-dots{
	bottom: 25px;
}
.slick-dots li button::before{
	font-size: 46px;
	opacity: 1;
	color: #fff;
}
.slick-dots li:hover button::before,
.slick-dots li.slick-active button::before{
	color: #009A91;
}
.btn-product .btn-more{
	display: inline-block;
	margin-bottom: 30px;
}
.text-mention{
	padding: 10px 15px;
}
.contact-form .title-form{
	display: none;
}
.contact-form .item-form{
	display: inline-block;
	width: 49.5%;
	padding:0 15px;
}
.contact-form .item-form.field10id,
.contact-form .item-form.field15{
	width: 99.5%;
}
.contact-form .form-submit{
	padding: 0 15px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f1fce1;
}
.tarifs .structured_text_semantique_text h2{
	color: #009A91;
}
.p-sitemap .structured_text_semantique_text ul li{
	display: block;
	margin-bottom:10px;
}
.p-sitemap .structured_text_semantique_text > ul > li > a{
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	display: block;
}
.p-sitemap .structured_text_semantique_text > ul > li > ul{
	margin-top: 10px;
}


@media screen and (min-width: 992px) and (max-width: 1199px){
	#header .navbar-inverse .navbar-nav > li > a{font-size: 14px;padding: 15px 10px;}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.navbar-collapse{ clear: both ;padding: 0}
	.navbar-toggle{border: none;margin: 0 0 0px;}
	.navbar-toggle .icon-bar{width: 35px;height: 4px;}
	.navbar-toggle .icon-bar + .icon-bar {margin-top: 5px;}
	#header .navbar-nav > li {float: none;}
	#header .navbar-inverse .navbar-nav > li > a{padding: 10px;}
	.dropdown:hover > .dropdown-menu {display: none;}
	.open:hover > .dropdown-menu{display: block;}
	#header .navbar-nav > li > .dropdown-menu > li > a{padding: 10px;}
	.slide-home{width: 100%; overflow-x: hidden;}
	.slide-home .diaporama {height: 750px !important;}
	.slide-home .diaporamaSlide img {width: auto !important;height: 750px !important; max-width: inherit;}
	.diaporamaExtra{margin: 0 ;}
	.section-slide .diaporamaControlPrev, .section-slide .diaporamaControlNext {margin-top:-150px;}
	.bloc-camping{margin-bottom: 50px;}
	.img-region img{width: 120%;max-width: inherit;margin-left: -20%;margin-top: 100px;}
	.list-actu-region{padding: 20px 0px 0 0;}
	.section-region .btn-more {margin-bottom: 0px; position: absolute;left: 100%;top: 0;text-align: right;z-index: 10;}
	.section-video .btn-more{text-align: right;}
}


@media screen and (max-width: 767px){
	#header.affix{position: relative;}
	#header .lang{text-align: center;}
	#header #logo{padding: 10px 0;}
	.navbar{min-height: 0;}
	.navbar-header{float: left;}
	#navbarCollapse{clear: both;position: absolute;left: -15px;top: 100%;background: #009A91;width: calc(100% + 30px);
	border:none;}
	.navbar-inverse .navbar-brand{display: none;}
	.navbar-toggle{background-color: #009A91;border: none;margin: 0 0 0px;}
	.navbar-toggle .icon-bar{width: 35px;height: 4px;}
	.navbar-toggle .icon-bar + .icon-bar {margin-top: 5px;}
	#header .reso-top {padding-top: 0;position: absolute;right: 0; bottom: 0;}
	#header .navbar-inverse .navbar-nav > li > a{padding: 10px 20px;}
	.navbar-nav {margin: 0 -15px;}
	#rightbar{position: relative;top: 0;width: 100%;}
	.slide-home{width: 100%; /*overflow-x: hidden;*/}
	.slide-home .diaporama {height: 320px !important;}
	.slide-home .diaporamaSlide img {width: auto !important;height: 320px !important; max-width: inherit;}
	.diaporamaExtra{margin: 0 ;}
	.title-diapo {color: #fff;font-size: 30px;font-weight: 600;text-transform: uppercase;position: relative;margin-bottom: 20px; padding: 0 0 10px; border-bottom: 3px solid #fff;}
	.title-diapo:before{display: none;}
	.desc-diapo{font-size: 24px;}
	.section-slide .diaporamaControlPrev, .section-slide .diaporamaControlNext {margin-top: 0;top: 280px !important;}
	.section-edito{padding: 0;}
	.bloc-camping{background: #fff;}
	.inner-bloc-camping{padding: 15px 0;margin: 0;}
	h1, .h1 {font-size: 26px;}
	.inner-bloc-camping .btn-more {margin: 0 0 -20px -0px;}
	.title-bloc-actus h2{margin-top: 30px;}
	.list-actu-region{width: 100%}
	.diapo-bloc{margin: 0 -15px;}
	.diapo-bloc .diaporamaSlide img{height: 295px !important;}
	.inner-bloc-camping .btn-more{margin: 0 0 -15px -15px;}
	.inner-bloc-camping .plus a{right: -15px;}
	.list-actu .widgetHighlightPost {margin-bottom: 30px;}
	.w-coordonnee .text {max-width: 100%;}
	#rightbar .box-info,
	#rightbar .box-resa,
	#rightbar .box-liens,
	#rightbar .widget{width: 100%;left: 0; height: 64px ; min-height: inherit ; overflow: hidden; border: none;padding: 0px; margin-bottom: 2px;}
	#rightbar .widget.show{height: auto;}
	#rightbar .widget .text{padding: 20px 20px 10px;}
	/*#rightbar .widget:hover {height: auto ;}*/
	.box-info::before{display: none;}
	#rightbar .widget .w-title {
	    display: block;
	    content: ' ';
	    left: 0;
	    position: relative;
	    top: 0;
	    transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    color: #ba9142;
	    font-size: 14px;
	    text-transform: uppercase;
	    height: 64px;
	    background: #000;
	    line-height: 64px;
	    padding-left: 60px;
	    cursor: pointer;
	}
	#rightbar .box-info .w-title{
		background: url('../images/ico-info.png') no-repeat 10px center #000;
	}
	#rightbar .box-resa .w-title{
		background: url('../images/ico-calendar.png') no-repeat 10px center #000;
	}
	#rightbar .box-liens .w-title{
		background: url('../images/ico-hearth.png') no-repeat 10px center #000;
	}
	#rightbar .widget:hover, #rightbar .widget:focus{left: 0}
}


/* @changelog 2020-08-03 (Anne-Lyse) Contexutalisation du nouveau module de réservation */

	.searchBox{
		margin: 20px 0;
		width: 100%;
	}
		@media (min-width: 768px) {
			.searchBox{
				flex: 1;
			}
		}
	#header.affix .flexcontainer *{
		float: none;
	}

	@media (min-width:1024px){
		#header.affix .flexcontainer{
			display: flex;
			width: 100%;
			align-items: center;
		}

		#header.affix .flexcontainer #logo{
			order: 1;
			margin: 0 20px;
		}
		#header.affix .flexcontainer .lang{
			order: 3;
			padding: 0;
			margin: 0;
		}
		#header.affix .flexcontainer .searchBox{
			order: 2;
			padding: 0 20px;
			max-width:70%;
			flex: 1 0 70%;
		}


	}

	/* Fiche détail hébergement */
	.widgetResa{
		padding: 0 15px;
		margin: 0 auto;
		clear: both;
	}


	.v-application--wrap{
		margin: 0 auto !important;
		float: none;
	}

	.glamping .widgetResa,
	.tentes_et_cyclo .widgetResa,
	.location_emplacement .widgetResa,
	.tent_bicycle .widgetResa,
	.motorhome_caravan .widgetResa{
		display: none;
	}

	.donnees_personnelles_exercez_vos_droits .field-form, .estheticienne_bien_etre .field-form {
		display: flex;
	}
	.donnees_personnelles_exercez_vos_droits .field-form input[type="checkbox"], .estheticienne_bien_etre  .field-form input[type="checkbox"] {
		margin-right: 10px;
	}
	#tarteaucitronAlertSmall #tarteaucitronManager {
		display: none!important;
	}



/* @changelog 2022-12-27 [EVOL] (Nicolas) Hébergement - Fiche résumée */

.directory__filters {
	float: left;
}

  body.emplacements_nus .d-none-custom {
    display: none;
  }

  body.emplacements_nus .col-md-custom {
    width: calc(100 / (12 / 8));
  }

	@media (max-width: 767px) {
		.directory__filters {
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
      padding: 15px;
			margin-bottom: 15px;
		}

    .directory__filters:not(.active) {
      opacity: 0;
      visibility: hidden;
      height: 0;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
    }
	}

.directory__filters__title {
	color: #D7D7D7;
	border-bottom: 2px solid #D7D7D7;
	font-size: 25px;
	margin-bottom: 40px;
	padding-bottom: 32px;
}

  @media (max-width: 767px) {
    .directory__filters__title {
      display: none;
    }
  }

.directory__filters-button {
  position: relative;
  display: block;
  background-color: #009A91;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px 35px 10px 15px;
  text-transform: uppercase;
}

  @media (min-width: 768px) {
    .directory__filters-button {
      display: none;
    }
  }

  .directory__filters-button::after {
    content: "+";
    font-family: 'Barlow Semi Condensed';
    font-size: 40px;
    line-height: 0;
    height: 0px;
    vertical-align: sub;
    position: absolute;
    right: 9px;
    top: 43%;
    transform: translateY(-50%);
    /* transition: transform .4s; */
  }

    .directory__filters-button.active::after {
      right: 7px;
      transform: rotate(45deg) translateY(-50%);
    }

.directory__filters__filter {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #d7d7d7;
}

	@media (min-width: 768px) {
		.directory__filters__filter {
			margin-bottom: 40px;
			padding-bottom: 30px;
		}
	}

.directory__filters__filter label {
	color: #4E4D4D;
	border: 2px solid #D7D7D7;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	padding: 8px 16px;
}

.directory__filters__filter label img {
	margin-right: 15px;
}

.directory__filters__filter select {
    background-color: #F6F6F6;
    border: 2px solid #d7d7d7;
    border-radius: 5px;
    font-size: 20px;
    margin-top: -2px;
    padding: 8px 16px;
}

.directory__filters__reset {
	text-align: center;
}

	@media (min-width: 768px) {
		.directory__filters__reset {
			margin-top: -20px;
		}
	}

.directory__filters__reset a {
	color: #000;
	font-weight: 500;
	text-decoration: underline;
}

	.directory__filters__reset a:hover {
		text-decoration: none;
	}



/* Card Hebergement */
.card-hebergement {
	display: flex;
	flex-direction: column;
	border: 2px solid #D7D7D7;
	border-radius: 15px;
	margin-bottom: 30px;
	height: 100%;
}

.card-hebergement__img {
	border-radius: 15px;
	overflow: hidden;
}

.card-hebergement__content {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	padding: 15px;
}

.card-hebergement__title h3 {
	font-weight: 700;
	margin-bottom: 5px;
}

.card-hebergement__description {
	font-size: 18px;
	margin-bottom: 15px;
}

.card-hebergement__pictos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0;
	margin-top: auto;
}

.card-hebergement__pictos__picto,
.card-hebergement__pictos li {
    display: flex;
    align-items: center;
    color: #009A91;
	font-size: 8px;
    font-weight: 700;
    margin-right: 10px;
}

.emplacements_nus .d-none--emplacement {
  display: none;
}


/* @changelog 2022-12-27 [EVOL] (Nicolas) Hébergement - Fiche détaillée */

/* Images */
@media (min-width: 768px) {
	.single-mobil-home .grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 40px;
		margin-bottom: 30px;
	}
}

.single-mobil-home .grid__item,
.single-mobil-home .sub-grid > a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

  @media (max-width: 767px) {
    .single-mobil-home .grid__item,
    .single-mobil-home .sub-grid > a {
      margin-bottom: 10px;
    }
  }

.single-mobil-home .grid__item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.single-mobil-home .grid__item.item-big {
	grid-column: span 2;
}

.single-mobil-home .sub-grid {
  display: none;
}

  @media (min-width: 768px) {
    .single-mobil-home .sub-grid {
      display: grid;
      grid-template-rows: repeat(2, 1fr);
      gap: 30px;
    }
}

.single-mobil-home .sub-grid a:nth-child(n+3) {
  display: none;
}

.single-mobil-home .grid__item.item-360 {
	position: relative;
}

	.single-mobil-home .grid__item.item-360::before {
		content: "";
		position: absolute;
		inset: 0;
		background-color: rgba(0, 0, 0, 0.15);
		background-image: url(/modeles/fr/Modele1/images/360.svg);
		background-position: center;
		background-repeat: no-repeat;
	}

/* Pictos */
.single-mobile-home__pictos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 30px 0 50px;

}

	@media (max-width: 767px) {
		.single-mobile-home__pictos {
			justify-content: center;
			margin: 10px 0 20px;
		}
	}

.single-mobile-home__pictos__picto {
	display: flex;
	align-items: center;
	color: #009A91;
	font-weight: 600;
	margin-right: 20px;
}

.single-mobile-home__pictos__sub-pictos ul {
	display: flex;
	align-items: center;
}

.single-mobile-home__pictos ul {
	margin: 0;
	padding: 0;
}

.single-mobile-home__pictos ul li {
	list-style: none;
	margin-right: 20px;
}

/* Contenu */
.single-mobil-home__content > div {
	margin-bottom: 30px;
}

	@media (min-width: 768px) {
		.single-mobil-home__content > div {
			margin-bottom: 45px;
		}
	}

.single-mobil-home__content__label {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
