@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(nucleo-outline.css);
@import url(nucleo-glyph.css);
@import url(line-awesome.min.css);
*,
a,
a:focus,
a:active,
a:hover {
	outline: none;
}

a:active,
a:hover {
	outline: none;
	color: #22b8c7;
}

html,
body {
	height: 100%;
	outline: none;
	font-size: 12px;
}

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

/* 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;
}

b,
strong {
	font-weight: 600;
}

.verySmall {
	font-size: 12px;
	font-weight: 400;
}

input,
textarea,
select {
	outline: 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;
}

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

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

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

.mbLarge {
	margin-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;
}

.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;
}


/* 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;
}

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

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

nav,
#btnSearch {
	background-color: #000;
	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;
}

#btnSearch {
	top: 56px;
}

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

#fixedMenu {}

nav span,
#btnSearch span {
	background-color: #000;
	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: 10;
	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 a {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	list-style: none;
	margin-bottom: 20px;
	display: inline-block;
}

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

.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;
}

#logoMain img {
	height: 200px;
}

.searchForm {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	left: 0px;
}

.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.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.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 {
	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;
}

.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;
}

.blockBtn {
	position: relative;
}

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

.item::after,
.blockBtn::after {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: " ";
	height: 100%;
	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;
	margin-bottom: 30px;
	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: 13px;
}

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%;
}

.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;
}

.imgPoiBlock .imgPoi {
	border-radius: 50%;
	border: 2px solid #252525;
}

#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 {
	border-color: #55c2e1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.poiBlock.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: 25px;
	margin-right: 10px;
}

.mainContact {
	background-color: #22b8c7;
	color: #fff;
	padding: 20px 0 30px 0;
	display: block;
	margin: 30px 0;
}

.mainImg, .text-ajustement, #col-right, #form-agenda, #up, .breadcrumb {
	display: none;
}

#col-left {
	width: 100% !important;
}

.mainImg.shadow::after {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 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 {
	background-color: #000;
	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;
}

.mainImg h1 {
	position: absolute;
	bottom: 30px;
	left: 10px;
	right: 10px;
	width: 80%;
	color: #fff;
	z-index: 8;
	margin: 0%;
}

.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: #fff;
}

.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: #f7f7f7;
	color: #9d9d9d;
	border: none;
	background-image: none;
	height: 70px;
	text-align: center;
	font-size: 0.857em;
	padding: 0 25px;
}

.mainInfosBtn .nc-icon-outline {
	font-size: 1.743em;
	color: #000;
	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: #fff;
	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: 0;
	background-color: #fff;
}

.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 {
	font-size: 2.286em;
	color: #00aba0;
	margin-bottom: 10px;
	display: none;
}

.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;
}

.contentPage img {
	margin: 20px 0;
}

.contentPage h3 {
	font-size: 18px;
	color: #333;
}

.contentPage h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
}

.contentPage ul {
	padding: 0px;
}

.contentPage ul li {
	border-left: 1px solid #22b8c7;
	padding-left: 15px;
	list-style: none;
	margin-bottom: 20px;
	position: relative;
}

.contentPage ul li::before {
	background-image: url("liPoint.png");
	content: "";
	display: block;
	height: 22px;
	left: -8px;
	position: absolute;
	top: -1px;
	width: 15px;
}


/* 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 {
	color: #959595;
	float: left;
	font-size: 25px;
	margin-right: 20px;
	margin-top: -6px;
	position: relative;
}

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

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

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

.linkMap span {
	font-size: 35px;
	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;
}

#openNav {
	position: relative;
}

@media(max-width:767px) {
	.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;
	}
}

@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: 12px;
	}
}

@media(max-width:769px) {
	#menu .mainMenu li a {
		margin-bottom: 5px;
	}
	.mainInputSearch {
		width: 80%;
	}
	.mainInfosBtn {
		width: 100%;
	}
	.mainImg {
		height: 250px;
	}
	.mainImg h1 {
		font-size: 25px;
	}
	#btnContact {
		width: auto;
	}
	.introSection {
		text-align: center;
	}
	nav span,
	#btnSearch span {
		display: none !important;
	}
	.blockBtn {
		height: 150px !important;
	}
	.blockBtn.last {
		margin-bottom: 3px;
	}
	.blockBtn h3 {
		font-size: 1.2em;
		font-weight: 600;
		line-height: 26px;
	}
	.mlLarge {
		margin-left: 0;
	}
	.mrLarge {
		margin-right: 0;
	}
	.bgTitle span {
		padding: 5px 15px;
	}
	.titleMain {
		margin-top: 60px;
		clear: both;
	}
	.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: static;
		top: 0px;
		width: 100% !important;
	}
	#logoMain img {
		height: 130px;
	}
	.showMobile {
		display: block;
	}
	.searchForm .content {
		background-color: transparent;
	}
	.searchInput {
		margin-bottom: 2px;
		padding: 10px;
		border: none;
	}
	.searchInput:last-child {
		border-right: medium none;
		background-color: #e5007b;
		color: #fff;
	}
	.noMobile {
		display: none;
	}
	.titleMain h1 {
		font-size: 2em;
		line-height: 38px;
	}
	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) {
	.mainMenu {
		margin-top: 30px;
	}
	.mainInputSearch {
		margin-bottom: 20px;
	}
	.mainInfosBtn {
		width: 100%;
	}
	#logoMain {
		clear: both;
		display: block;
		left: 0px;
		margin-top: 50px;
		position: static;
		top: 0px;
		width: 100% !important;
	}
	.titleMain {
		margin-top: 50px;
	}
	.searchForm {
		bottom: 180px;
	}
	h3 {
		font-size: 11px;
		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: static;
	}
}


/* HACK BOOTSTRAP */

.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: 12px;
}

.form-control:focus {
	border-color: #ededed;
	background-color: #f8f8f8;
	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 {
	box-shadow: none;
	background-color: #56c1de;
	border-color: #56c1de;
	color: #fff;
}

.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: #ededed;
}

.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: 12px;
}

.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;
}

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

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

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

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

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


/* 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: 10px;
	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;
}


/* 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");
}

.navigation,
	.shareBlock,
	#forward,
	#menu,
	.footer,
	.mainMapContent,
	.mainInfosBtn,
	.close,
	.mainMenu {
		display: none !important;
	}
a[href]:after {
    content: none !important;
  }




/* TERRITORIUM CSS */

.contentContainer {
	margin: 0 -20px;
}

.contentContainer img {
	margin: 0px 0;
}

.anchor {
	display: inline-block;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 1px;
	float: left;
}

.one-fifth {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.four-fifths {
	width: 80%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.one-third {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
}

.two-thirds {
	width: 66.6%;
	display: inline-block;
	vertical-align: top;
}

.full {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.half {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.one-fourth {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.three-fourths {
	width: 75%;
	display: inline-block;
	vertical-align: top;
}

.full h3 {
	margin-top: 20px !important;
}

div [block-type="text"],
div [block-type="image"],
div [block-type="download"],
div [block-type="embed"] {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}

div [block-type="text"],
div [block-type="embed"] {
	margin-bottom: 20px;
}

div [block-type="text"] h3 {
	color: #333;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}

div [block-type="text"] ul {
	padding: 0px;
}

div [block-type="text"] ul li {
	border-left: 1px solid #22b8c7;
	padding-left: 15px;
	list-style: none;
	margin-bottom: 10px;
	position: relative;
	margin-left: 5px;
}

div [block-type="text"] ul li::before {
	background-image: url("liPoint.png");
	content: "";
	display: block;
	height: 22px;
	left: -8px;
	position: absolute;
	top: -1px;
	width: 15px;
}

.download {
	background-color: #f9fafa;
	border: 1px solid #e5e5e5;
	display: block;
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.download {
	color: #000;
	font-size: 1.143em;
	font-weight: 600;
	position: relative;
}

.download .preview {
	float: left;
	margin: 0;
	margin-right: 15px;
	font-size: 2.5em;
	color: #e5e5e5;
}

.download .filename {
	color: #959595;
	font-size: 0.8em;
	font-weight: 400;
}

.download span {
	margin-left: 10px;
	display: none;
	font-weight: 300;
}

.download:hover span {
	display: inline-block;
}

.download:hover,
.download:hover a {
	background-color: #fff;
	color: #22b8c7;
}

.download:hover .filename {
	color: #000;
}

.caption {
	color: #b7b7b7;
	display: block;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

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


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
	.one-fifth {
		width: 50%;
	}
	.four-fifths {
		width: 100%;
	}
	.one-third {
		width: 50%;
	}
	.two-thirds {
		width: 100%;
	}
	.half {
		width: 100%;
	}
	.one-fourth {
		width: 50%;
	}
	.three-fourths {
		width: 100%;
	}
	div [block-type="text"]:blank {
		display: none;
	}
	.contentContainer {
		margin: 0px;
	}
	.full {}
	.one-fifths:empty, .one-fourth:empty, .one-third:empty {
  		display: none;
	}
	div [block-type="text"] h3 {
	line-height: 25px;
}
}


.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;
}



/* 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;
}

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

.imgPoiInline {
	position: relative;
}

.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;
}

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


.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;
}

.introSection p {
	color: #555;
}

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

.introSection .nc-icon-outline {
	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;
}

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

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}