.subheader {
	background: #455540;
	color: white;
	padding: 7px 0;
	transition: all ease-in .3s;
}
.subheader.menuscroll {
	font-size: 14px;
	color: #455540;
	background: white;
}
.subheader ul {
	margin: 0;
}
.subheader ul li {
	display: inline-block;
	margin-right: 10px;
}
.navbar {
	padding: 0;
	margin: 0;
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: url(../images/separator-top.png) top center;

}
.navbar:after {
		background: url(../images/separator-top.png) top center;
	height: 13px;
	content: ' ';
	display: block;
	position: absolute;
	bottom: -13px;
	width: 100%;
	z-index: 98;

}
.navbar-toggleable-md .navbar-collapse {
	background: white;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #455541;
}
body#list {
	background: #f5f5f5;
}
/* font-family: 'Caveat', cursive; */
a.navbar-brand {
	position: absolute;
	left: 0;
	z-index: 99;
	transition: all ease .5s;
	background: transparent;
}
a.navbar-brand.scroll {
	background: white; 
}
a.navbar-brand.scroll img.img-fluid {
	height: 60px;
	width: auto;
	max-width: initial;
}
a.navbar-brand:before {
	background: white;
	content: ' ';
	height: 260px;
	transform: rotate(-20deg);
	display: block;
	position: absolute;
	top: -50%;
	width: 260px;
	z-index: -1;
	transition: all ease .5s;
	opacity: 1;
}
a.navbar-brand.scroll:before {
	transform: rotate(0deg);
	height: 100%;
	width: 100%;
	background: transparent;
}
#slideshow img.img-fluid {
	width: 100%;
	max-height: 100vh;
}
#slideshow .item {
	position: relative;
}
.caveat {
	font-family: 'Caveat', cursive;
}
.blue {
	color: #077fa3;
}
#slideshow {
	position: fixed;
	z-index: 1;
	overflow: hidden;
	height: 90vh;
}
#slideshow .item {
	position: relative;
}
#slideshow .item .lueur {
	background: url(../images/lueur02.png) no-repeat;
	height: 100%;
	z-index: 2;
	content: ' ';
	display: block;
	width: 960px;
	position: absolute;
	right: 0;
	top: 0;
}
.position-relative:before {
	background: url(../images/separator-top.png) top center;
	height: 13px;
	content: ' ';
	display: block;
	position: absolute;
	top: -13px;
	width: 100%;
	z-index: 1;
}
#highlight {
	position: relative;
}
#highlight:after {
	background: url(../images/separator-bottom02.png) top center;
	height: 13px;
	content: ' ';
	display: block;
	position: absolute;
	top: -13px;
	width: 100%;
	z-index: 1;
}

#slideshow .item .caption {
	position: absolute;
	bottom: 20%;
	color: white;
	left: 50%;
	margin-left: -25%;
	z-index: 4;
}
#slideshow h1 {
	font-size: 60px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.75);
	line-height: 40px;
}
#slideshow h2 {
	font-size: 40px;
	text-shadow: 1px 1px 5px rgba(0,0,0,.75);
}
.navbar-nav {
	font-size: 18px;
}
a {
	color: #455540;
	transition: all linear .2s
}
a:hover {
	color: #333;
}
.block {
	padding: 45px 0;
	position: relative;
	z-index: 2;
	background: white;
}
footer {
	position: relative;
	z-index: 9999;
}
.block header {
	margin-bottom: 45px;
	min-height: 75px;
	background: url(../images/gimmick.png) no-repeat center center;
	background-size: 20% 100%;
}
.block header h2 {
	font-size: 60px;
	transform: rotate(-3deg);
	color: #077fa3;
}
.block header h3 {
	font-weight: 300;
	color: #455541;
	margin-left: 200px;
}
#highlight figure {
	position: relative;
}
#highlight .last figure {
	margin-bottom: 0
}
#highlight h4 {
	position: absolute;
	color: white;
	font-size: 30px;
	bottom: 20px;
	line-height: 20px;
	width: 88%;
	transition: all ease .4s;
	margin-left: 5%;
}
#highlight figure:hover h4 {
	color: #455541;
}
#suggests {
	background: #f5f5f5;
	position: relative;
}
#suggests:before {
	background: url(../images/separator-top-grey.png) no-repeat bottom center;
	position: absolute;
	top: -13px;
	z-index: 3;
	display: block;
	content: ' ';
	width: 100%;
	height: 13px;
}
#suggests .item {
	padding: 15px;
}
#suggests .caption {
	background: url(../images/gimmick02.png) no-repeat right;
	padding-top: 90px;
}
#suggests .caption span {
	display: block;
}
#suggests .caption span.date {
	font-size: 18px;
	font-weight: bold;
}
#list .content {
	padding-top: 100px;
}
#carnets {
	position: relative;
}
#carnets:after {
	background: url(../images/separator-bottom02.png) top center;
	height: 13px;
	content: ' ';
	display: block;
	position: absolute;
	top: -13px;
	width: 100%;
	z-index: 1;
}
#carnets h4 {
	font-size: 60px;
	transform: rotate(-3deg);
	color: #077fa3;
}
.owl-carousel .owl-item img.link {
	width: auto;
}
.delay01 {
	animation-delay: .75s;
}
.caption a {
	display: inline-block;
	margin-top: 30px;
}
footer {
	background: #c8d400 url(../images/plan.png) no-repeat top left;
	position: relative;
	min-height: 480px;
	font-size: 14px;
}
footer:before {
	background: url(../images/separator-top-green.png) no-repeat bottom center;
    position: absolute;
    top: -13px;
    z-index: 3;
    display: block;
    content: ' ';
    width: 100%;
    height: 13px;	
}
footer h2 {
	color: white;
}
footer ul,
footer ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
footer .socials p {
	margin:0;
}
footer .socials ul {
	text-align: left;
}
footer .socials ul li {
	display: inline-block;
	text-align: left;
	margin-right: 10px;
}
footer a:hover {
	color: white;
	text-decoration: none;
}
blockquote {
	position: relative;
  quotes: "\201C""\201D""\2018""\2019";
}
.position-relative {
	background: white;
	padding-top: 90vh;
	z-index: 3;
}

blockquote:before {
    content: open-quote;
    font-size: 4em;
    position: absolute;
    padding: 0 10px;
    margin-top: -20px;
    margin-left: -10px;
   }
blockquote p {
	margin-left: 25px;
}

@keyframes translateX {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(100%);

	}
}
li.nav-item {

}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#0060c8!important;
}
.navbar .dropdown-menu li a {
	color: white;
}
.navbar-toggleable-md .navbar-nav .nav-link {
	position: relative;
}
.navbar-toggleable-md .navbar-nav .nav-link:before,
.navbar-toggleable-md .navbar-nav .nav-link:after {
	height: 2px;
	background: #455540;
	position:absolute;
	width: 50%;
	content: ' ';
	display: block;
	transform: scaleX(0);
	transition: all ease .5s;
	transform-origin: center right;
	bottom: .5rem;
	left: 0;
}
.navbar-toggleable-md .navbar-nav .dropdown-menu .nav-link:before, .navbar-toggleable-md .navbar-nav .dropdown-menu .nav-link:after {
	background: white;
}

.navbar-toggleable-md .menuscroll .navbar-nav .nav-link:before, .navbar-toggleable-md .menuscroll .navbar-nav .nav-link:after {
	bottom: .3rem;
}
.navbar-toggleable-md .navbar-nav .nav-link:after {
	left: 50%;
	transform-origin: center left;
}
.navbar-toggleable-md .navbar-nav .nav-link:hover:before,
.navbar-toggleable-md .navbar-nav .nav-link:hover:after {
	transform: scaleX(1);
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
	.navbar {
	  padding-top:0px;
	  padding-bottom:0px;
	}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
	.navbar .nav-item {
	  padding:.5rem .5rem;
	  margin:0 .25rem;
	}

/* makes the dropdown full width  */
	.navbar .dropdown {position:static;}

	.navbar .dropdown-menu {
	  width:100%;
	  left:0;
	  right:0;
	}
  
  /* shows the dropdown menu on hover */
	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	  display:block!important;
	}
	  
	.navbar .dropdown-menu {
	    border: 1px solid rgba(0,0,0,.15);
	    background-color: #fff;
	    opacity: 0;
	    transition: all ease-in .25s;
	    transform: scaleY(0);
	    display: block;
	    transform-origin: top center;
	    z-index: 94;
	}
	.navbar .showMenu .dropdown-menu {
	   	opacity: 1;
		transform: scaleY(1) translateY(0);
		display: block;
	}

}
.navbar .dropdown-menu {
	background: #455540 !important;
	border: 0;
	border-radius: 0;
}
.navbar .nav-item {
	padding: 0;;
}
.navbar-toggleable-md .menuscroll .navbar-nav .nav-link {
	padding: .3rem .5rem;
	font-size: 14px;;
}
video {
	max-height: 100%;
	max-width: 100%;
}
#mapid {
	height: 100vh;
	background: #455540;
}
.inner {
	position: relative;
	padding:15px;
}
.inner p.caption {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 10px;
	color: #455540;
	font-weight: bold;
}
h4 {
	font-size: 1.2rem;
}
.pincontainer .item {
	margin-bottom: 30px;
	padding:0;
}
#details.block {
	position: relative;
	padding: 80px 0 0;
}
#details .owl-dots,
#details .owl-nav {
	position: absolute;
}
#detailHeader {
	position: absolute;
	top: 0;
	background: #f5f5f5;
	z-index: 99;
	left: 50%;
	margin-left: -16.6667%;
	padding-top: 15px
}
#detailHeader p {
	margin-bottom: 0;
}
#detailHeader h2 {
	font-weight: bold;
	font-size: 1.6rem;
}
#details .owl-carousel {
	position: relative;
	overflow: hidden;
	height: 360px;
}
#details .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	font-size: 80px;
	color:white;
	position: absolute;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}
#details .owl-carousel .owl-dots {
	display: none;
}
.zecontent {
	position: relative;
}
.zecontent:after {
    background: url(../images/separator-bottom02.png) top center;
    height: 13px;
    content: ' ';
    display: block;
    position: absolute;
    top: -13px;
    width: 100%;
    z-index: 998;
}
#coords {
	background: #f5f5f5;
	position: relative;
	top: -30px;
	z-index: 999;
}
.blockaside h3 {
	padding: 10px;
}
.last {
	margin-top: 15px;
}
#mapdetail {
	height: 300px;
	margin-bottom: 30px;
}