a {
	color: #72879d;
	text-decoration: underline;
}
a:hover {
	color: #49627b;
	text-decoration: underline;
}
body {
	color: #101111;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
nav {
	min-height: 105px;
}
nav h1 {
	margin-top: 5px;
}
.navbar-nav {
	float: right;
}
.navbar-nav > li {
	display: inline-flex;
}
.navbar-nav > li > a {
	padding-top: 40px;
	padding-bottom: 15px;
	color: #382f2e;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.active {
	color: #fff;
	background-color: #72879d;
}
.navbar-nav li .icon {
	font-size: 16px;
}
.navbar-nav li .caption {
	display: none;
}
@media (max-width:1023px) {
	.navbar-nav {
		margin-top: 45px;
		width: 100%;
		float: left;
	}
	.navbar-nav > li {
		width: 100%;
		display: inline;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-nav li .icon {
		display: none;
	}
	.navbar-nav li .caption {
		display: inline;
	}
}
.navbar-toggle {
	margin-top: 18px;
}
.navbar-toggle .icon-bar {
	width: 25px;
    height: 3px;
    background-color: #72879d;
    -webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar-toggle.open .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.open .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.open .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}
.top-headband {
    border-top: 6px solid #edeae3;
    border-bottom: 10px solid #edeae3;
    position: relative;
}
.top-headband::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
    content: " ";
    background-color: rgb(114,135,157,0.7);
    display: block;
    position: absolute;
}
.top-headband.bg1 {
    background: url("../images/la-grange.jpg") no-repeat center center;
    background-size: cover;
}

.top-headband.bg2 {
    background: url("../images/chambre-haut.jpg") no-repeat center center;
    background-size: cover;
}

.top-headband.bg3 {
    background: url("../images/gite.jpg") no-repeat center center;
    background-size: cover;
}

.top-headband.bg4 {
    background: url("../images/maison-neige.jpg") no-repeat center center;
    background-size: cover;
}

.top-headband.bg5 {
    background: url("../images/plan-eau-chatelard.jpg") no-repeat center center;
    background-size: cover;
}

.top-headband.home {
    height: 765px;
}
.top-headband.content {
    height: 465px;
}
.top-headband .container {
	position: relative;
}
.top-headband .legend {
	padding: 25px 80px 25px 28px;
	top: 205px;
	right: 0;
	border-right: 4px solid #fff;
	background-color: rgb(0,0,0,0.3);
	position: absolute;
}
.top-headband h2 {
	margin: 0;
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	line-height: 45px;
}
.top-headband h2 span {
	font-size: 26px;
	font-weight: 200;
}
main {
	font-size: 18px;
	font-weight: 200;
	margin-top: 75px;
	margin-bottom: 70px;
}
main h3 {
	margin-bottom: 30px;
	padding-left: 10px;
	font-size: 30px;
	font-weight: 200;
	border-left: 4px solid #4c83a2;
}
@media (max-width:360px) {
	.specs .col-xs-6 { 
		width: 100%;
	}
}
main .spec {
	margin-top: 40px;
	padding: 20px 0;
	color: #4c83a2;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
	border: 1px solid #4c83a2;
}
main .spec img {
	margin-bottom: 10px;
}
main .spec span {
	font-size: 30px;
}
main .quote {
	margin-top: 35px;
	margin-bottom: 55px;
	padding-left: 30px;
    padding-right: 30px;
	color: #72879d;
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	text-align: center;
}
.bottom-headband {
    height: 765px;
    background: url("../images/mountain.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}
.bottom-headband::after {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
    content: " ";
    background-color: rgb(114,135,157,0.25);
    display: block;
    position: absolute;
}
footer {
	padding-top: 35px;
	padding-bottom: 85px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	background-color: #382f2e;
}
footer img {
	margin-top: 15px;
}
footer a {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	color: #605958;
	text-decoration: underline;
}
@media (max-width:360px) {
	footer .col-xs-4 { 
		width: 100%;
		text-align: left;
	}
}
.form-control, .btn {
	border-radius: 0;
} 
.btn-default {
	color: #fff;
	border-color:  #72879d;
	background-color: #72879d;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.btn-default:hover {
	color: #fff;
	border-color: #49627b;
	background-color: #49627b;
}
