@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.5/jquery.bxslider.min.css);
@import url(nucleo-outline.css);
@import url(nucleo-glyph.css);
@import url(line-awesome.min.css);
@import url(cmsFormat.css);
:active {
	/*background: inherit !important;*/
}

*,
*:focus,
a,
a:focus,
a:active,
a:hover {
	outline:0 !important;
	-webkit-overflow-scrolling: touch;
}

a,
a:active,
a:focus,
a:hover {
	outline:0 !important;
	text-decoration: none !important;
	-webkit-overflow-scrolling: touch;
}

a {
	color: #22b8c7;
}
button:focus {
	outline:0 !important;
}
html,
body {
	height: 100%;
	outline: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
}

b,
strong {
	font-weight: 600;
}

.verySmall {
	font-size: 0.857em;
	font-weight: 400;
}

.dNone {
	display: none;
}

input,
textarea,
select {
	outline: none;
	-webkit-appearance: none;
}

a,
a:hover {
	outline: none;
	text-decoration: none;
}

h2 {
	font-size: 2.143em;
	font-weight: 300;
}

h3 {
	font-size: 1.429em;
	font-weight: 600;
	line-height: 30px;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

::-webkit-input-placeholder {
	color: #777;
}

:-moz-placeholder {
	color: #777;
}

::-moz-placeholder {
	color: #777;
}

:-ms-input-placeholder {
	color: #777;
}


/* COLOR */

.green,
.bgTitle.green span {
	color: #3e904d;
}

.pink,
.bgTitle.pink span {
	color: #e5007b;
}

.gold,
.bgTitle.gold span {
	color: #8c8511;
}

.whiteColor {
	color: #fff;
}

.whiteColor:hover,
.whiteColor:focus,
.whiteColor:active,
.whiteColor.active {
	color: rgba(0, 0, 0, 0.5);
}

.facebookColor {
	color: #3b5998;
}

.twitterColor {
	color: #55acee;
}

.shadowText {
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.mbNone {
	margin-bottom: 0px !important;
}

.mbSmall {
	margin-bottom: 5px !important;
}

.mbLight {
	margin-bottom: 10px !important;
}

.mbLarge {
	margin-bottom: 50px !important;
}

.pbLarge {
	padding-bottom: 50px !important;
}

.mtNone {
	margin-top: 0px !important;
}

.mtLight {
	margin-top: 10px !important;
}

.mtLarge {
	margin-top: 60px !important;
}

.mbLarge {
	margin-bottom: 60px;
}

.mbMedium {
	margin-bottom: 30px;
}

.mlLarge {
	margin-left: 60px;
}

.mrLarge {
	margin-right: 60px;
}

.mrLight {
	margin-right: 15px;
}

.weightNormal {
	font-weight: 400 !important;
}

.anim,
.navigation,
.item::after,
.blockBtn::after,
.dropdown-menu,
#menu .mainMenu li a {
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: all;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.displayCenter {
	display: table;
}

.displayMiddle {
	display: table-cell;
	vertical-align: middle;
}

.cesure {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.c-black {
	color: #000 !important;
}

.textLight {
	font-weight: 400 !important;
	font-size: 20px;
	padding-bottom: 20px;
	display: block;
	position: relative;
}
.textLight::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 88px;
	height: 1px;
	background-color: #fff;
	margin-left: -44px;
}


/* HEADER */

#cookiesAlert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	z-index: 99;
}

header {
	clear: both;
	display: table;
	position: relative;
	height: 690px;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
header::after {
background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: " ";
	height: 720px;
	left: 0;
	opacity: 0.25;
	position: absolute;
	right: 0;
	top: 0;
}
#vidContainer {
	height: 720px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99;
}

video#bgvid {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	width: auto;
	z-index: -100;
	background-size: cover;
	background-color: #efefef;
	object-fit: cover;
}

.titleMain {
	margin-top: 350px;
	text-align: center;
	width: 100%;
}

.titleMain h1 {
	font-size: 3.286em;
	font-weight: 600;
	color: #fff;
	line-height: 1.2em;
	
}

#btnSearch {
	background-color: #22b8c7;
	color: #fff;
	cursor: pointer;
	font-size: 19px;
	height: 35px;
	line-height: 30px;
	width: 35px;
	top: 20px;
	position: fixed;
	right: 20px;
	z-index: 9;
	text-align: center;
}

nav {
	background-color: #22b8c7;
	color: #fff;
	cursor: pointer;
	font-size: 19px;
	height: 35px;
	top: 20px;
	position: fixed;
	right: 20px;
	z-index: 9;
	text-align: center;
	padding: 2px 10px;
}

nav span {
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	margin-right: 5px;
}

nav,
#openNav,
.nav span,
#openNav i {
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.text-ajustement {
    position: fixed;
    right: 20px;
    top: 58px;
    width: 76px;
    z-index: 9;
}
.text-ajustement .btn {
    border: medium none;
    font-size: 10px;
    height: 25px;
    line-height: 10px;
    padding: 8px;
    text-align: center;
    width: 26px;
}
#btnSearch {
	top: 56px;
}

nav .nc-icon-glyph,
#btnSearch .glyphicon {
	font-size: 0.7em;
}

#btnSearch span {
	background-color: #22b8c7;
	color: #fff;
	font-size: 11px;
	height: 35px;
	left: -38px;
	padding: 0 2px 0 8px;
	position: absolute;
	text-align: right;
	top: 0;
	font-weight: 600;
	line-height: 35px;
}

#btnSearch span {
	left: -78px;
}

#btnSearch.open span {
	left: -200px;
	padding: 0;
	width: 208px;
}

.menuSearch {
	float: left;
}

.menuSearch {
	display: none;
}

.menuSearch input {
	background-color: #000;
	border: medium none;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	height: 35px;
	padding: 10px;
	width: 200px;
}

.menuSearch input {
	border: none;
	background-color: #000;
	padding: 10px;
}

.closeBtn {
	border: 1px solid transparent;
	color: #fff;
	cursor: pointer;
	height: 35px;
	line-height: 33px;
	width: 35px;
	position: fixed;
	right: 20px;
	text-align: center;
	top: 20px;
	z-index: 9;
	font-size: 1.5em;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: all;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.closeBtn:hover,
.closeBtn:focus,
.closeBtn:active {
	border: 1px solid #fff;
	font-size: 0.7em;
}

#menu {
	background-color: #22b8c7;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999999;
	text-align: center;
	display: none;
	overflow-y: auto;
}

.mainMenu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menuCategories a {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	list-style: none;
	margin-bottom: 10px;
	display: inline-block;
}

#menu .mainMenu li {
	height: 45px;
	display: table;
	width: 100%;
}

#menu .mainMenu li a {
	font-size: 1.286em;
	font-weight: 300;
	color: #fff;
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#menu .mainMenu li a:hover {
	font-size: 30px;
	font-weight: 600;
}

#menu .mainMenu li.diviser {
	border-top: 1px solid #fff;
	height: 1px;
	/* 
	margin: 10px auto 20px;
    */
	margin: 15px auto;
	text-align: center;
	width: 3%;
	display: block;
}

.mainInputSearch {
	padding: 10px 20px;
	border: 1px solid #fff;
	background-color: transparent;
	margin-bottom: 40px;
	color: #fff;
	width: 50%;
	border-radius: 0;
	position: relative;
}

.mainInputSearch::-webkit-input-placeholder {
	color: #fff;
}

.mainInputSearch::-moz-placeholder {
	color: #fff;
}

.mainInputSearch::-moz-placeholder {
	color: #fff;
}

.mainInputSearch::-ms-input-placeholder {
	color: #fff;
}

.mainInputSearch {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mainBtnSearch {
	background-color: transparent;
	border: 1px solid #fff;
	border-left: none;
	margin-left: -4px;
	padding: 10px 20px;
	color: #fff;
}

#logoMain {
	position: absolute;
	top: 20px;
	left: 20px;
	width: auto;
	z-index: 10;
}

#logoMain img {
	height: 200px;
	z-index: 10;
}

#logoMainInt {
	position: absolute;
	top: 20px;
	left: 90px;
	width: auto;
	z-index: 10;
}

#logoMainInt img {
	height: 120px;
}

.searchForm {
	position: absolute;
	bottom: 80px;
	width: 100%;
	text-align: center;
	left: 0px;
	z-index: 10;
}

.bgTitle {
	position: relative;
	z-index: 5;
	text-decoration: none;
}

.bgTitle span {
	padding: 5px 15px;
	background: transparent url("bgTitle.png") no-repeat scroll left bottom / cover;
	color: #000;
	text-align: center;
	* background-color: #fff \0/IE9;
	* background: transparent \0/IE9;
}

.bgTitle.sans span {
	background-image: none;
	padding: 5px 15px;
	color: #fff;
	text-align: center;
	* background-color: #fff \0/IE9;
	* background: transparent \0/IE9;
	font-weight: 700;
	padding: 0px;
}

.bgTitle.bgBlue span {
	background: transparent url("bgTitle-blue.png") no-repeat scroll left bottom / cover;
	color: #fff;
}

.bgTitle.bgGreen span {
	background: transparent url("bgTitle-green.png") no-repeat scroll left bottom / cover;
	color: #fff;
}

.bgTitle.bgGreenC span {
	background: transparent url("bgTitle-greenC.png") no-repeat scroll left bottom / cover;
	color: #fff;
}

.bgTitle.bgPurple span {
	background: transparent url("bgTitle-purple.png") no-repeat scroll left bottom / cover;
	color: #fff;
}

.bgTitle.bgJade span {
	background: transparent url("bgTitle-jade.png") no-repeat scroll left bottom / cover;
	color: #fff;
}

.bgTitle.bgOrange span {
	background: transparent url("bgTitle-orange.png") no-repeat scroll left bottom / cover;
	color: #fff;
}

.bgTitle.bgdarkBlue span {
	background: transparent url("bgTitle-darkBlue.png") no-repeat scroll left bottom / cover;
	color: #fff;
}

.bgTitle.bgRed span {
	background: transparent url("bgTitle-red.png") no-repeat scroll left bottom / cover;
	color: #fff;
}

.searchForm .content,
.searchBlock .content {
	background-color: #fff;
	text-align: left;
	padding: 20px 0;
	clear: both;
	display: inline-block;
	width: 100%;
}

.searchInput {
	background-color: #fff;
	border: none;
	padding: 0px 20px;
	background-image: none;
	border-right: 1px solid #8f8f8f;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.modelBtn {
	background-color: transparent;
	border: medium none;
	font-size: 1.3em;
	height: 30px !important;
	line-height: 32px;
	text-align: center;
}

.mainMenu {
	margin-top: 60px;
}

.searchInput option:not(:checked) {
	color: black;
}

select {
	color: #767676;
}

.searchInput:last-child {
	border-right: none;
}

.section {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.item {
	margin-bottom: 30px;
	display: table;
	position: relative;
	text-decoration: none;
}

.overlayBlue:hover::after {
	background-color: #58c2dd !important;
	opacity: 0.5 !important;
}

.overlayPurple:hover::after {
	background-color: #960d81 !important;
	opacity: 0.5 !important;
}

.overlayGreen:hover::after {
	background-color: #b9d532 !important;
	opacity: 0.5 !important;
}

.overlayJade:hover::after {
	background-color: #00aca0 !important;
	opacity: 0.5 !important;
}

.overlayOrange:hover::after {
	background-color: #f69301 !important;
	opacity: 0.5 !important;
}

.overlayDarkBlue:hover::after {
	background-color: #036db9 !important;
	opacity: 0.5 !important;
}

.overlayRed:hover::after {
	background-color: #be181c !important;
	opacity: 0.5 !important;
}

.overlayBlack:hover::after {
	background-color: #000 !important;
	opacity: 0.5 !important;
}

.blockBtn {
	position: relative;
}

.item:hover::after,
.overlayBlack:hover::after,
.blockBtn:hover::after {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: " ";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
}

.item::after,
.overlayBlack::after,
.blockBtn::after {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: " ";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
}

.gridMain .item:nth-child(1) {
	float: left;
	height: 300px;
	width: 750px;
}

.gridMain .item:nth-child(2) {
	width: 360px;
	height: 630px;
	float: right;
}

.gridMain .item:nth-child(3) {
	width: 360px;
	height: 630px;
	float: left;
	margin-right: 30px;
}

.gridMain .item:nth-child(4) {
	width: 360px;
	height: 300px;
	float: left;
}

.gridMain .item:nth-child(5) {
	width: 750px;
	height: 300px;
	float: left;
}

.gridMain .item:nth-child(6),
.gridMain .item:nth-child(7),
.gridMain .item:nth-child(8) {
	width: 360px;
	height: 300px;
	float: left;
	margin-right: 30px;
}

.gridMain .item:nth-child(8) {
	margin-right: 0px;
}

.gridSecond .item:nth-child(1),
.gridSecond .item:nth-child(5) {
	float: left;
	height: 300px;
	width: 750px;
}

.gridSecond .item:nth-child(2),
.gridSecond .item:nth-child(6) {
	float: right;
	height: 300px;
	width: 360px;
}

.gridSecond .item:nth-child(3) {
	float: left;
	height: 300px;
	width: 360px;
}

.gridSecond .item:nth-child(4) {
	float: right;
	height: 300px;
	width: 750px;
}

.fullImg {
	width: 100%;
	clear: both;
	display: table;
}

footer {
	color: #c1c1c1;
	padding-bottom: 20px;
}

footer .filed {
	border-right: 1px solid #e0e0e0;
	height: 100px;
}

footer a {
	text-transform: uppercase;
	color: #c1c1c1;
	text-decoration: none;
	margin-right: 10px;
	font-size: 0.786em;
	display: inline-block;
	margin-bottom: 30px;
}

footer a:hover {
	color: #22b8c7;
	text-decoration: none;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
	background-color: #22b8c7 !important;
	background-image: linear-gradient(to bottom, #22b8c7, #22b8c7) !important;
}

.datepicker td,
.datepicker th {
	border-radius: 0px !important;
}

.dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 3px !important;
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1) !important;
	padding: 20px;
}

.dropdown-menu.light {
	padding: 5px 0;
	font-size: 13px;
}

.dropdown-menu.light > li > a {
	padding: 5px 20px;
}

.datepicker-dropdown::after,
.datepicker-dropdown::before,
.datepicker-dropdown::before {
	display: none;
}

.showMobile {
	display: none;
}


/* MAP CSS */

#map {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#listBlock {
	background-color: #f2f2f2;
	position: absolute;
	left: 0px;
	width: 420px;
	bottom: 0px;
	top: 0px;
}

#mapBlock {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 420px;
	bottom: 0px;
	background-color: #f2f2f2;
	z-index: 7;
}

.menuMap {
	padding: 0px 25px;
	background-color: #fff;
	min-height: 70px;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 420px;
	min-height: auto;
	position: fixed;
	z-index: 8;
	padding: 20px;
}

#submitMap {
	border: none;
	background-color: transparent;
}

.searchMap .subMenu {
	font-size: 1.3em;
	margin-right: 10px;
}

.subMenuMap {
	background-color: #fff;
	padding: 5px 20px 20px;
}

.subMenuMap.show {
	position: relative;
	z-index: 8;
}

.subMenuMap.fixed {
	margin-top: 80px;
}

#listPoi {
	height: 100%;
	padding-top: 140px;
}

#listPoi .content {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.poiBlock {
	border-bottom: 1px solid #d9d9d9;
	clear: both;
	display: table;
	float: left;
	padding: 25px 15px;
	width: 100%;
}

.poiBlock:hover,
.poiBlock:active,
.poiBlock:focus,
.poiBlock.active {
	background-color: #fefefe;
}

.imgPoiBlock {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width: 22%;
	height: 100%;
	text-align: center;
}

.imgPoiBlock .pictoCategory {
	position: absolute;
}

.contentPoiBlock {
	display: table-cell;
	vertical-align: middle;
	width: 78%;
	height: 100%;
}

.contentPoiBlock p {
	font-size: 12px;
	color: #252525;
}

.contentPoiBlock p span {
	color: #8c8c8c;
}

.contentPoiBlock h3 {
	font-size: 0.929em;
	line-height: 1.286em;
	margin-top: 0px;
	margin-bottom: 5px;
}

.imgPoi {
	border-radius: 50%;
	border: 2px solid #22b8c7;
}

#openMapBtn {
	color: #000;
}

.categorieBtn {
	clear: both;
	display: block;
	line-height: 1.42857;
	padding: 5px 20px;
	white-space: nowrap;
}

.categorieBtn,
.checkMapCategories label {
	font-size: 13px;
	font-weight: 400;
}

.categorieBtn input {
	display: none;
}

.categorieBtn img {
	margin-right: 5px;
}

.categorieBtn label {
	font-weight: 400 !important;
	margin: 0 !important;
	cursor: pointer;
}

.checkMapCategories [type="checkbox"] {
	display: none;
}

input[type="checkbox"]:checked + label {
	color: #e5007b;
	outline: 0 none;
	text-decoration: none;
}


/* COLOR POI */

.poiBlock.visites h3,
.visitesColor {
	color: #55c2e1;
}

.poiBlock.visites .imgPoi,
.poiInline.visites .imgPoi {
	border-color: #55c2e1;
}

.poiBlock.sentiers h3,
.sentiersColor {
	color: #00aba0;
}

.poiBlock.sentiers .imgPoi,
.poiInline.sentiers .imgPoi {
	border-color: #00aba0;
}

.poiBlock.lieux h3,
.lieuxColor {
	color: #951b81;
}

.poiBlock.lieux .imgPoi,
.poiInline.lieux .imgPoi {
	border-color: #951b81;
}

.poiBlock.chantiers h3 {
	color: #95c11f;
}

.poiBlock.chantiers .imgPoi,
.poiInline.chantiers .imgPoi {
	border-color: #95c11f;
}

.poiBlock.ateliers h3,
.ateliersColor {
	color: #c3d200;
}

.poiBlock.ateliers .imgPoi,
.poiInline.ateliers .imgPoi {
	border-color: #c3d200;
}

.poiBlock.fetes h3 {
	color: #be1622;
}

.poiBlock.fetes .imgPoi,
.poiInline.fetes .imgPoi {
	border-color: #be1622;
}

.poiBlock.conferences h3,
.conferencesColor {
	color: #1d71b8;
}

.poiBlock.conferences .imgPoi,
.poiInline.conferences .imgPoi {
	border-color: #1d71b8;
}

.poiBlock.expositions h3,
.expositionsColor {
	color: #f39000;
}

.poiBlock.expositions .imgPoi,
.poiInline.expositions .imgPoi {
	border-color: #f39000;
}

.swithMap {
	display: none;
}

.c-visites {
	color: #55c2e1 !important;
}

.c-sentiers {
	color: #00aba0 !important;
}

.c-lieux {
	color: #951b81 !important;
}

.c-chantiers {
	color: #95c11f !important;
}

.c-ateliers {
	color: #c3d200 !important;
}

.c-fetes {
	color: #be1622 !important;
}

.c-conferences {
	color: #1d71b8 !important;
}

.c-expositions {
	color: #f39000 !important;
}

.bc-visites {
	border-color: #55c2e1 !important;
}

.bc-sentiers {
	border-color: #00aba0 !important;
}

.bc-lieux {
	border-color: #951b81 !important;
}

.bc-chantiers {
	border-color: #95c11f !important;
}

.bc-ateliers {
	border-color: #c3d200 !important;
}

.bc-fetes {
	border-color: #be1622 !important;
}

.bc-conferences {
	border-color: #1d71b8 !important;
}

.bc-expositions {
	border-color: #f39000 !important;
}


/* POI DETAIL */

.wrap,
#moreImg,
.mainMapContent {
	margin-bottom: 50px;
}

.mainSocialIcn {
    font-size: 16px;
    margin-right: 3px;
}
.socialLink {
	display: block;
}
.mainContact {
	background-color: #22b8c7;
	color: #fff;
	padding: 20px 0 30px 0;
	display: none;
}

.mainImg {
	width: 100%;
	height: 450px;
	clear: both;
	position: relative;
	height: 450px;
}
.mainImg.small {
	height: 150px;
}
.mainImg.shadow::after {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	bottom: 0;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
}

#forward,
#up {
	background-color: #22b8c7;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	position: fixed;
	left: 20px;
	text-align: center;
	top: 20px;
	width: 35px;
	z-index: 9;
}

#up {
	top: 56px;
	background-color: #22b8c7;
	display: none;
}

.mainImg h1 {
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	width: 100%;
	color: #fff;
	z-index: 8;
	margin: auto;
	padding: 0 0px;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 2.571em;
}

.whiteContainer {
	background-color: #fff;
	border-bottom: 1px solid #e9ebeb;
	padding: 20px 0;
}

#mainInfos.fixed {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 5;
	width: 100%;
}

.wrap {
	background-color: #f7f7f7;
}

.categoryInfo p {
	font-size: 1.143em;
	font-weight: 600;
	margin-top: 8px;
}

.servicesInfo span {
	margin-right: 15px;
	font-size: 0.857em;
	color: #333333;
	white-space: nowrap;
}

.servicesInfo span .nc-icon-outline {
	font-size: 1.143em;
}

#mainInfos h2 {
	font-size: 1.429em;
	line-height: 1.429em;
	margin: 25px 0;
}

.mainInfosBtn {
	background-color: #22b8c7;
	color: #fff;
	border: none;
	background-image: none;
	height: 70px;
	text-align: center;
	font-size: 0.857em;
	padding: 0 25px;
}
.mainInfosBtn:hover {
	color:#fff;
}
.mainInfosBtn .nc-icon-outline {
	font-size: 1.743em;
	color: #fff;
	clear: both;
}

#mainInfosBtn .btn-default.active,
#mainInfosBtn .btn-default:active,
#mainInfosBtn .open > .dropdown-toggle.btn-default,
#mainInfosBtn .btn-default.active:hover,
#mainInfosBtn .btn-default.active:focus,
#mainInfosBtn .btn-default:active:focus,
#mainInfosBtn .open,
#mainInfosBtn .dropdown-toggle.btn-default:hover,
#mainInfosBtn .dropdown-toggle.btn-default:focus,
#mainInfosBtn .dropdown-toggle.btn-default:active {
	border-color: transparent !important;
	background-color: transparent !important;
}

.mainInfosBtn.active {
	background-color: #22b8c7 !important;
	color: #fff !important;
}

#mainInfos .open .mainInfosBtn .nc-icon-outline,
.mainInfosBtn.active .nc-icon-outline {
	color: #fff;
}

.mainInfosBtn span {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 5px;
}

.mainIntro {
	padding: 40px 0;
	background-color: #fbfbfb;
	border-bottom: 1px solid #e9ebeb;
}

.mainIntro.ariane {
	padding: 0px 0;
	background-color: #fbfbfb;
	border-bottom: 1px solid #e9ebeb;
}

.mainIntro h2,
.mainContact h2 {
	margin: 0 !important;
	font-size: 1.429em;
	line-height: 1.5em;
	color: #000;
}

.mainContact h2 {
	color: #fff;
}

.mainContact h4 {
	margin: 0;
	margin-bottom: 10px;
}

.mainDetails {
	margin-top: 55px;
}

.mainDetails section {
	padding: 35px 0px;
	border-bottom: 1px solid #dce0e0;
}

.mainDetails section:first-child {
	padding-top: 0px;
}

.mainDetails section:last-child {
	border-bottom: 0px solid #dce0e0;
	margin-bottom: 30px;
}

.introSection p {
	color: #555;
}

.detailSection p:last-child {
	margin: 0px;
}

.introSection .nc-icon-outline, .introSection .fa, .img-icn  {
	font-size: 2.286em;
	color: #22b8c7;
	margin-bottom: 10px;
}

.detailSection {
	color: #565a5c;
}

.Collage img {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
	opacity: 1;
	border: 1px solid #FFF;
}

#btnContact {
	width: 300px;
}

#mainMap {
	width: 100%;
	height: 300px;
}


/* PAGE */

.contentPage {
	line-height: 22px;
	color: #565a5c;
	margin-bottom: 50px;
}


/* SIDEBAR */

.navigationSideBar {
	list-style: none;
	margin: 0 0 50px 0;
	padding: 0;
}

.navigationSideBar li {
	display: block;
	margin-bottom: 15px;
}

.navigationSideBar li a {
	font-size: 1.143em;
	color: #000;
	font-weight: 600;
}

.navigationSideBar li a span,
.titleAgenda span {
	color: #959595;
	float: left;
	font-size: 25px;
	margin-right: 20px;
	margin-top: -6px;
	position: relative;
}

.titleAgenda span {
	margin-top: 2px;
}

.navigationSideBar li a:hover,
.navigationSideBar li a:focus {
	color: #22b8c7;
}

.navigationSideBar li a:hover span,
.navigationSideBar li a:focus span {
	color: #22b8c7;
	margin-right: 10px;
}

.navigationSideBar li a:active,
.navigationSideBar li a.active {
	color: #22b8c7;
}

.navigationSideBar li a:active span,
.navigationSideBar li a.active span {
	color: #22b8c7;
}

.linkMap {
	background-color: #f9fafa;
	border: 1px solid #e5e5e5;
	padding: 20px;
	text-align: center;
	display: block;
	font-size: 1.071em;
	color: #000;
}

.linkMap span {
	font-size: 2.500em;
	color: #4c4c4c;
	margin-bottom: 15px;
}

.linkMap:hover,
.linkMap:focus,
.linkMap:active {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.linkMap:hover span,
.linkMap:focus span,
.linkMap:active span {
	color: #22b8c7;
	margin-bottom: 15px;
}


/* AGENDA */

.titleAgenda {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 30px;
}


/* POIS LISTING */

.poiListingImg,
.poiListingText {
	float: left;
}

.poiListingImg {
	width: 100px;
}

.poiListingText {
	width: 75%;
}

.poiListing {
	margin-bottom: 40px;
}

.poiListing h4 {
	font-size: 1.143em;
	margin-top: 0px;
	font-weight: 400;
	line-height: 23px;
}

.poiListing h4 a {
	color: #000;
}

.poiListing h4 a:hover {
	color: #22b8c7;
}

.imgPoiInline .pictoCategory {
	top: 0px !important;
}

.poiListing p {
	font-size: 0.929em;
	font-weight: 300;
	color: #565a5c;
}

.poiListingText.infos {
	border-left: 1px solid #b3b3b3;
	padding-left: 10px;
	width: 100%;
	color: #000;
	font-weight: 400;
}


/* PARTENAIRES */

.logo-partenaires img {
	margin-right: 20px;
}

.logo-partenaires {
	/*display: table;*/
}

.logo-partenaires a {
	/*display: table-cell;
	vertical-align: middle;*/
}
.title-infos {
	    margin-top: 35px !important;
	    font-weight: 700;
	}
	.title-infos.first{
	    margin-top: 35px !important;
	}
@media(min-width:1200px) {
	.title-infos {
	    margin-top: 0px !important;
	    font-weight: 700;
	}
	.title-infos.first{
	    margin-top: 0px !important;
	}
}
@media(max-width:767px) {
	
	.mainSlider li a {
		padding: 0 50px;
	}
	#menu .mainMenu li a {
		font-size: 1em;
	}
	#menu .mainMenu li {
		height: 30px;
	}
	.logo-partenaires a {
		display: inline-block;
	}
	.logo-partenaires img {
		margin-right: 10px;
		height: 30px;
		margin-bottom: 0px;
	}
	
	.mainInfosBtnContent {
		margin-top: 20px;
		border-top: 1px solid #ececec;
		padding-top: 20px;
	}
	.navigation.round {
		top: 20px !important;
	}
	.swithMap {
		display: block;
	}
	#listBlock,
	.menuMap {
		width: 100%;
	}
	.menuMap.fixed {
		width: 100%;
	}
	#mapBlock {
		left: 0px;
		top: 138px;
	}
	.searchMap {
		padding-right: 80px;
	}
	.searchMap input {
		width: auto;
	}
	.imgPoiBlock {
		width: 35%;
	}
	.contentPoiBlock {
		width: 65%;
	}
	.contentPoiBlock h3 {
		font-size: 1.014em;
	}
	.contentPoiBlock p {
		font-size: 12px;
	}
}
.title-infos {
	    font-weight: 700;
	}
@media(min-width:750px) and (max-width:970px) {
	.mainImg h1 {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 970px;
	}
}

@media(min-width:768px) and (max-width:992px) {
	#menu .mainMenu li a {
		margin-bottom: 5px;
	}
	.mainInputSearch {
		width: 90%;
	}
	#listBlock,
	.menuMap {
		width: 280px;
	}
	.menuMap {
		position: fixed;
		z-index: 999;
	}
	.menuMap.fixed {
		width: 280px;
	}
	#mapBlock {
		left: 280px;
	}
	.imgPoiBlock {
		width: 35%;
	}
	.contentPoiBlock {
		width: 65%;
	}
	.contentPoiBlock h3 {
		font-size: 1.014em;
	}
	.contentPoiBlock p {
		font-size: 0.857em;
	}
}
@media(max-width:769px) {
	.searchForm .content,
	.searchBlock .content {
		background-color: transparent;
	}
	.searchInput {
		margin-bottom: 2px;
		padding: 10px;
		border: none;
		width: 100%;
	}
	.searchInput.date {
		width: 66.6667%;
	}
	.searchInput:last-child {
		border-right: medium none;
		background-color: #e5007b;
		color: #fff;
		width: 33.3333%;
	}
	.noMobile {
		display: none;
	}
	.searchInput {
    border: medium none;
    margin-bottom: 2px;
    padding: 10px;
}
	.searchForm .content, .searchBlock .content {
    background-color: transparent;
}
}
@media(max-width:769px) {
	.title-infos {
	    margin-top: 35px !important;
	    font-weight: 700;
	}
	.title-infos.first{
		margin-top: 0px !important;
	}
	.mainSlider h3 {
		font-size: 0.9em !important;
		line-height: 1.3em !important;
		margin: 0 30px;
	}
	.modelBtn {
		background-color: #e5007b;
		height: auto !important;
		line-height: normal;
		padding: 10px;
		color: #fff;
		text-align: center;
		font-size: 1em;
	}
	.titleAgenda {
		font-size: 1em;
	}
	.titleAgenda span {
		margin-top: -6px;
	}
	.whiteContainer h2 {
		padding: 0px;
	}
	.poiListing {
		margin-bottom: 40px;
		padding: 0 30px;
		text-align: center;
	}
	.poiListingImg {
		width: 100%;
		margin-bottom: 10px;
	}
	.poiListingText {
		width: 100%;
	}
	.poiListingText.infos {
		border-bottom: 1px solid #e5e5e5;
		border-left: 0 solid #b3b3b3;
		padding-bottom: 20px;
		padding-left: 0;
		width: 100%;
	}
	.imgPoiInline .pictoCategory {
		left: auto !important;
		top: 25px;
	}
	#menu .mainMenu li a {
		margin-bottom: 5px;
	}
	.mainInputSearch {
		width: 80%;
	}
	.mainInfosBtn {
		width: 100%;
	}
	.mainImg {
		height: 250px;
	}
	.mainImg h1 {
		font-size: 1.786em;
		padding: 0 15px;
	}
	#btnContact {
		width: auto;
	}
	.introSection {
		text-align: center;
	}
	nav span,
	#btnSearch span, 
	.text-ajustement {
		display: none !important;
	}
	.blockBtn.last {
		margin-bottom: 3px;
	}
	.blockBtn h3 {
		font-size: 1.2em;
		font-weight: 600;
		line-height: 26px;
	}
	.mlLarge {
		margin-left: 0;
	}
	.bgTitle span {
		padding: 5px 15px;
	}
	.titleMain {
		margin-top: 60px;
		clear: both;
	}
	
	.titleMain h1 {
		font-size: 1.5em;
		line-height: 27px;
		margin: 0 10px;	
	}
	.searchForm {
		bottom: 120px;
		left: 0;
		position: absolute;
		text-align: center;
		width: 100%;
	}
	#partenaires {
		width: 95%;
	}
	h2 {
		font-size: 1.5em;
	}
	#logoMain {
		clear: both;
		display: block;
		left: 0px;
		margin-top: 60px;
		position: relative;
		top: 0px;
		width: 100% !important;
		z-index: 10;
	}
	#logoMain img {
		height: 130px;
		z-index: 10;
	}
	.showMobile {
		display: block;
	}
	
	.noMobile {
		display: none;
	}
	.titleMain h1 {
		font-size: 1.5em;
		line-height: 27px;
		margin: 0 10px;	
	}
	h3 {
		font-size: 0.8em;
		font-weight: 600;
		line-height: 18px;
	}
	.item {
		margin-bottom: 3px;
	}
	.gridMain .item:nth-child(1) {
		float: left;
		height: 150px !important;
		width: 50%;
	}
	.gridMain .item:nth-child(2) {
		width: 49%;
		height: 150px !important;
		float: right;
	}
	.gridMain .item:nth-child(3) {
		width: 50%;
		height: 150px !important;
		float: left;
		margin-right: 0px;
	}
	.gridMain .item:nth-child(4) {
		width: 49%;
		height: 150px !important;
		float: right;
		margin-right: 0px;
	}
	.gridMain .item:nth-child(5) {
		width: 49%;
		height: 150px !important;
		float: right;
		margin-right: 0px;
	}
	.gridMain .item:nth-child(6) {
		width: 50%;
		height: 150px !important;
		float: left;
		margin-right: 0;
	}
	.gridMain .item:nth-child(7) {
		width: 49%;
		height: 150px !important;
		float: right;
		margin-right: 0;
	}
	.gridMain .item:nth-child(8) {
		width: 50%;
		height: 150px !important;
		float: left;
		margin-right: 0;
	}
	.gridSecond .item:nth-child(1),
	.gridSecond .item:nth-child(5) {
		width: 50%;
		height: 150px !important;
		float: left;
		margin-right: 0px;
	}
	.gridSecond .item:nth-child(2),
	.gridSecond .item:nth-child(6) {
		width: 49%;
		height: 150px !important;
		float: right;
		margin-right: 0px;
	}
	.gridSecond .item:nth-child(3) {
		width: 50%;
		height: 150px !important;
		float: left;
		margin-right: 0px;
	}
	.gridSecond .item:nth-child(4) {
		width: 49%;
		height: 150px !important;
		float: right;
		margin-right: 0px;
	}
}

@media(min-width:770px) and (max-width:1184px) {
	.blockBtn.last {
		margin-bottom: 10px;
	}
	.item {
		margin-bottom: 10px;
	}
	.gridMain .item:nth-child(1) {
		float: left;
		height: 300px;
		width: 50%;
	}
	.gridMain .item:nth-child(2) {
		width: 49%;
		height: 300px !important;
		float: right;
	}
	.gridMain .item:nth-child(3) {
		width: 50%;
		height: 300px !important;
		float: left;
		margin-right: 0px;
	}
	.gridMain .item:nth-child(4) {
		width: 49%;
		height: 300px !important;
		float: right;
		margin-right: 0px;
	}
	.gridMain .item:nth-child(5) {
		width: 49%;
		height: 300px !important;
		float: right;
		margin-right: 0px;
	}
	.gridMain .item:nth-child(6) {
		width: 50%;
		height: 300px !important;
		float: left;
		margin-right: 0;
	}
	.gridMain .item:nth-child(7) {
		width: 49%;
		height: 300px !important;
		float: right;
		margin-right: 0;
	}
	.gridMain .item:nth-child(8) {
		width: 50%;
		height: 300px !important;
		float: left;
		margin-right: 0;
	}
	.gridSecond .item:nth-child(1),
	.gridSecond .item:nth-child(5) {
		width: 50%;
		height: 300px !important;
		float: left;
		margin-right: 0px;
	}
	.gridSecond .item:nth-child(2),
	.gridSecond .item:nth-child(6) {
		width: 49%;
		height: 300px !important;
		float: right;
		margin-right: 0px;
	}
	.gridSecond .item:nth-child(3) {
		width: 50%;
		height: 300px !important;
		float: left;
		margin-right: 0px;
	}
	.gridSecond .item:nth-child(4) {
		width: 49%;
		height: 300px !important;
		float: right;
		margin-right: 0px;
	}
	#partenaires {
		width: 95%;
	}
}

@media (max-width:330px) {
	.mainSlider li a {
		padding: 0 50px;
	}
	#logoMainInt img {
		height: 80px;
	}
	.poiInline.agenda {
		text-align: center;
	}
	.mainMenu {
		margin-top: 30px;
	}
	.mainInputSearch {
		margin-bottom: 20px;
	}
	.mainInfosBtn {
		width: 100%;
	}
	#logoMain {
		clear: both;
		display: block;
		left: 0px;
		margin-top: 80px;
		position: static;
		top: 0px;
		width: 100% !important;
	}
	.titleMain {
		margin-top: 50px;
	}
	.searchForm {
		bottom: 180px;
	}
	h3 {
		font-size: 0.786em;
		font-weight: 600;
		line-height: 18px;
	}
	.bgTitle span {
		padding: 5px 15px;
		white-space: nowrap;
	}
	.item,
	.blockBtn.last {
		margin-bottom: 10px;
	}
	.gridMain .item:nth-child(1) {
		float: left;
		height: 100px !important;
		width: 100%;
	}
	.gridMain .item:nth-child(2) {
		width: 100%;
		height: 100px !important;
		float: right;
	}
	.gridMain .item:nth-child(3) {
		width: 100%;
		height: 100px !important;
		float: left;
		margin-right: 0px;
	}
	.gridMain .item:nth-child(4) {
		width: 100%;
		height: 100px !important;
		float: right;
		margin-right: 0px;
	}
	.gridMain .item:nth-child(5) {
		width: 100%;
		height: 100px !important;
		float: right;
		margin-right: 0px;
	}
	.gridMain .item:nth-child(6) {
		width: 100%;
		height: 100px !important;
		float: left;
		margin-right: 0;
	}
	.gridMain .item:nth-child(7) {
		width: 100%;
		height: 100px !important;
		float: right;
		margin-right: 0;
	}
	.gridMain .item:nth-child(8) {
		width: 100%;
		height: 100px !important;
		float: left;
		margin-right: 0;
	}
	.gridSecond .item:nth-child(1),
	.gridSecond .item:nth-child(5) {
		width: 100%;
		height: 100px !important;
		float: left;
		margin-right: 0px;
	}
	.gridSecond .item:nth-child(2),
	.gridSecond .item:nth-child(6) {
		width: 100%;
		height: 100px !important;
		float: right;
		margin-right: 0px;
	}
	.gridSecond .item:nth-child(3) {
		width: 100%;
		height: 100px !important;
		float: left;
		margin-right: 0px;
	}
	.gridSecond .item:nth-child(4) {
		width: 100%;
		height: 100px !important;
		float: right;
		margin-right: 0px;
	}
	#menu .mainMenu li a {
		margin-bottom: 5px;
	}
}

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


/* HACK BOOTSTRAP */

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

.btn.active,
.btn:active {
	background-image: none;
	box-shadow: none;
	outline: 0 none;
}

.form-control {
	border-color: #ededed;
	border-radius: 0px;
	box-shadow: none;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: all;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	font-size: 0.857em;
}

.form-control:focus {
	border-color: #ededed;
	background-color: #fff;
	box-shadow: none;
}

.smallLabel {
	position: relative;
}

.smallLabel label {
	background-color: #fff;
	color: #565656;
	display: block;
	font-size: 10px;
	font-weight: 600;
	left: 5px;
	padding: 0 5px;
	position: absolute;
	top: -7px;
	z-index: 5;
}

.input-group-addon {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 0px;
	color: #808080;
}

.btn {
	border-radius: 0px;
}

.btn-default {
	border-color: #ededed;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	box-shadow: none !important;
	background-color: #22b8c7 !important;
	border-color: #22b8c7 !important;
	color: #fff !important;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default:active:focus,
.open,
.dropdown-toggle.btn-default:hover,
.dropdown-toggle.btn-default:focus,
.dropdown-toggle.btn-default:active {
	background-color: #ededed;
	border-color: transparent;
	color: #000;
}

.btn-default.active:focus,
.btn-default.active:hover {
	box-shadow: none;
	background-color: #22b8c7;
	border-color: #22b8c7;
	color: #fff;
}

.input-group .form-control {
	border-right: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	background-color: #efefef;
	color: #252525;
	outline: 0 none;
	text-decoration: none;
}

.btn.active,
.btn:active,
{
	background-image: none;
	box-shadow: none;
	outline: 0 none;
	background-color: #22b8c7;
	color: #fff;
}

.list-group-item {
	background-color: #fbfbfb;
	border: 1px solid #efefef;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative;
}

.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.list-group-item:last-child {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: 0;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0px;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 8px 0px;
	font-size: 0.857em;
}

.breadcrumb li a {
	color: #22b8c7;
}

.affix {
	top: 30px;
}

.poiBlock.active {
	background: #e9e9e9;
}

.well.light {
	background-color: transparent;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
}

.well.smooth {
	background-color: #f9fafa;
	border: 1px solid #e5e5e5;
	display: block;
	padding: 20px 20px 10px 20px;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 50px;
}

.well.white {
	background-color: #fff;
	border: none;
	display: block;
	padding: 20px;
	box-shadow: none;
	border-radius: 0;
}

.well.light.nopadding {
	padding: 0px;
}

.tooltip-inner {
	background-color: #333;
	color: #fff;
	border-radius: 0;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #333;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #333;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #333;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #333;
}

.thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 10px;
	padding: 0px;
}

.thumbnail a > img,
.thumbnail > img {
	margin: 0;
}

.thumbnail .caption {
	color: #333;
	padding: 10px;
}

.Caption {
	color:#ffffff;
	font-size:10px;
}
.Caption_Content {
	padding:5px 10px;
}

.imgPoiInline {
	position: relative;
}

.imgPoiInline .pictoCategory {
	left: 0;
	position: absolute;
	top: 25px;
}

.poiInline .imgPoi {
	margin-top: 20px;
	border: 2px solid #000;
}


/* HOVER */

#rollover,
#markerClick {
	position: absolute;
	top: -1000px;
	left: -1000px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	width: 300px;
	max-height: 250px;
	font-size: 0.714em;
	z-index: 99999;
}

#rollover {
	overflow: hidden;
}

#markerClick {
	overflow: auto;
}

#mask {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 99998;
	display: none;
}

.poiHover {
	position: relative;
	padding: 10px 25px 10px 75px;
	min-height: 70px;
	height: 70px;
	display: table;
	z-index: 100;
	width: 100%;
	border-top: solid 1px #dedede;
	color: inherit;
	font-weight: inherit;
	background: #f2f2f2;
}

.poiHover:hover {
	background: #ffffff;
}

.poiHover:first-child {
	border-top: none;
}

.poiHover .text {
	display: table-cell;
	vertical-align: middle;
}

.poiHover .text strong {
	display: block;
	margin-bottom: 5px;
}

.poiHover .text i {
	display: block;
	margin-bottom: 5px;
}

.poiHover .text span {
	display: block;
}

.poiHover .imgPoi {
	position: absolute;
	top: 10px;
	left: 10px;
	border: solid 3px #000000;
}

.no-results {
	margin: 10px;
	display: block;
	padding: 15px;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	color: #666666;
	font-size: 0.9em;
}

#rolloverCluster {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 99999;
	display: table;
}

#rolloverCluster .content {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	height: 70px;
	width: 70px;
	background: #ffffff;
	font-size: 0.714em;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.cluster-count {
	font-size: 3em;
	color: #f22b8f;
}


/* FANCYBOX SKIN */

.fancybox-skin {
	background: #fff none repeat scroll 0 0;
	border-radius: 0px;
	color: #333;
	position: relative;
	text-shadow: none;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("fancybox_sprite.png");
}


/* SLIDER */

.bx-wrapper {
	background: #fff none repeat scroll 0 0;
	border: 0px solid #fff;
	box-shadow: none;
}

.bx-wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	margin-bottom: 30px;
}

.bx-wrapper .bx-next {
	background: rgba(0, 0, 0, 0) url("controls.png") no-repeat scroll -43px -32px;
	right: 10px;
}

.bx-wrapper .bx-prev {
	background: rgba(0, 0, 0, 0) url("controls.png") no-repeat scroll 0 -32px;
	left: 10px;
}

.mainSlider li a {
	height: 100% !important;
}

.menuMap input[type="text"]:disabled {
	background: #ffffff !important;
	cursor: pointer !important;
}

.input-mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	z-index: 100;
	cursor: pointer;
}

.caret-reversed {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#closeOverlay {
	background-color: transparent;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
}
.caret{
	color:#22b8c7;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px dashed;
}
.blueColor {
	color: #22b8c7 !important;
}

.children-page-container {
	padding: 40px 0;
}


.children-page {
	background-color: #f9fafa;
	border: 1px solid #e5e5e5;
	padding: 10px;
	position: relative;
	margin-bottom: 30px;
	display: block;
	transition-property: all;
	transition-duration: 0.3s;
}

.children-page:hover .children-page-box {
	background-color:#95c11f;
}

.children-page-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	position: relative;
	width: 100%;
	color:#fff;
	overflow: hidden;
	transition-property: all;
	transition-duration: 0.3s;
}

.children-page-box {
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	top:auto;
	padding: 15px 20px;
	background-color:#22b8c7;
	font-size: 14px;
	font-weight: 500;
	transition-property: all;
	transition-duration: 0.3s;
}


/* V2 */

.box {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}


.large-box {
	width: 66.66666667%;
}

.square-box {
	width: 33.33333333%;
}
.fb-box {
	width: 33.33333333%;
	float: right;
}


.grid {
	margin-right: -15px;
	margin-left: -15px;
}

.grid::after {
	clear: both;
}

.grid::before {
	display: table;
	content: " ";
}

.top-container-box {
	height: 308px;
	background-color: #F6F7F9;
	color:#fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.top-container-box.bgBlue {
	background-color: #22B8C7;
}

.top-container-box.with-image {
	position: relative;
}

.top-container-box.with-image::after {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: all;
	-moz-transition-duration: 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.top-container-box.with-image:hover::after {
	background-color: rgba(0,0,0,0.3);
}

.top-container-box h3 {
	font-weight: 600;
	font-size: 25px;
	padding: 0 50px;
	margin: 0;
	line-height: 1.2;
}

.top-container-box.max-height {
	height: 646px;
}

.center-box {
	position: absolute;
	top:50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}

.center-box a {
	color:#fff;
	display:block;
	margin: 0 auto;
	text-align: center;
}

.grey-bg {
	background-color: #F5F5F5;
	margin: 80px 0;
}

.social-btn {
	display: inline-block !important;
	margin-top: 30px !important;
	margin-right: 20px !important;
}
.social-btn:last-child {
	margin-right: 0px !important;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}



@media(max-width:767px) {
	
	
	.large-box {
		width: 100%;
	}
	
	.square-box {
		width: 100%;
	}

	.fb-box {
		width: 100%;
	}
	
	#menu .mainMenu li {
		margin-bottom: 20px;
	}
	#menu .mainMenu li a {
		font-weight: 600;
		font-size: 1.3em;
	}
	
}

.zoom-box {
	color:#fff;
	position: relative;
	z-index: 2;
}
.zoom-box:hover,
.zoom-box:focus,
.zoom-box:active {
	color:#fff;
}

.zoom-header {
	font-size: 30px;
	display: block;
	font-weight: 600;
}

.zoom-title {
	font-size: 25px;
	font-weight: 500;
	position: relative;
	padding-bottom: 20px;
	margin: 0 50px;
	margin-bottom: 20px;
}

.zoom-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #fff;
	left: 50%;
	margin-left: -20px;
}

.zoom-infos {
	font-size: 20px;
	font-weight: 500;
}

.scroll-block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	text-align: center;
	z-index: 10;
}


.scroll-block span {
	color: #fff;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
}