
::-moz-selection{background-color:#222;color:#fff;}
::selection{background-color:#222;color:#fff;}

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size:18px;
	line-height:24px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.image-1 {
	background: url('../img/ville.jpg') no-repeat center center scroll;
}

.image-2 {
	background-image: url('../img/deauville.jpg');
}

.image-3 {
	background-image: url('../img/massage.jpg');
}

.navbar-header {
    text-align: center;
	float:none;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: 0;
    float: none;
    display: inline-block;
}

.image-bg-fluid-height {
	background-color: #222;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	position: relative;
	height:80vh;
}

.text-inner {
    padding: 40px 0;
    display: block;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
}

.text-inner-shadow {
    position: absolute;
    bottom: 0;
    transition: box-shadow 0.4s ease 0s;
    will-change: box-shadow;
    width: 100%;
	height: 100%;
    z-index: 3;
	box-shadow: 0 -20vh 10vh rgba(0,0,0,0.3) inset;
	color:#fff;
}

.frame {
	background: rgba(0,0,0,0.5);
	color:#fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.text-inner-shadow:hover {
	box-shadow: 0 -20vh 10vh rgba(0,0,0,0.6) inset;
}

.box-image-bg-fixed-height {
	height:80vh;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
}

.image-bg-fixed-height {
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
	margin: 30px 0;
    font-size: 3.2em;
	font-weight:700;
}

.section-lead {
    margin-bottom: 60px;
	font-size:1.2em;
	line-height:1.8em;
}

.section-paragraph {
    margin-bottom: 30px;
	font-size:1em;
	line-height:1.6em;
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.caption {
	font-style: italic;
	font-size: 0.8em;
	padding: 10px 20px;
}

.section-caption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8em;
    font-style: italic;
    left: 0;
    line-height: 1.2;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 5;
}

.video-container {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
	margin-bottom: 30px;
}
.video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.share-title {
	color: #999;
    font-style: italic;
    font-weight: lighter;
}

footer {
	background:#e5e5e5;
}

footer .author-footer {
    background: #fafafa;
    border-bottom: 1px solid #eee;
    overflow: hidden;
	padding: 50px 0;
}

footer .infos-footer {
	padding: 0 0 50px 0;
}

footer .author-footer h1 {
	font-size: 1.2em;
}

footer .author-footer h2 {
	font-size: 1em;
}

footer .section-heading {
  font-size:2.2em;
}

footer .thumbnail {
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

footer .thumbnail:hover {
    text-decoration:none;
}

footer .thumbnail .caption {
	font-style: normal;
	padding: 15px;
}

footer .thumbnail .caption .title {
	font-size:20px;
	margin:0 0 15px 0;
	color: #095a7a;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

footer .caption .title:hover, footer .caption .title:focus {
    color: #333;
}

footer .btn-primary {
    color: #fff;
    background-color: #105b74;
    border-color: #0d495e;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

footer .btn-primary:hover, footer .btn-primary:active, footer .btn-primary:focus {
    color: #fff;
    background-color: #0b3f50;
    border-color: #0b3f50;
}

footer .zoom {
  position: relative;
  overflow: hidden;
}

footer .zoom img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer .thumbnail:hover .zoom img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

footer ul.social-buttons {
    list-style: outside none none;
    margin: 25px 0;
    padding: 0;
    text-align: center;
}

footer ul.social-buttons li {
    display: inline-block;
    margin-right: 10px;
}

footer ul.social-buttons li:last-child {
    margin-right: 0;
}

footer .social-btn {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

footer .social-btn:hover, footer .social-btn:focus {
    color: #fff;
    transform: rotate(20deg);
}

footer .social-btn.facebook {
    background: #3b5998 none repeat scroll 0 0;
}

footer .social-btn.twitter {
    background: #54abee none repeat scroll 0 0;
}

footer .social-btn.googleplus {
    background: #d34836 none repeat scroll 0 0;
}

footer .social {
    margin-top: 25px;
}

footer .copy-footer {
	background-color: #222;
    border-color: #080808;
	font-size: 12px;
    color: #fff;
	padding:15px 0 0 0;
}

footer .copy-footer a {
	text-decoration: underline;
    color: #f4f4f4;
}

footer .copy-footer a:hover {
	text-decoration: none;
    color: #fff;
}

@media(max-width:768px) {
	body {
		margin-top: 0;
		font-size: 16px;
		line-height: 20px;
	}
	.navbar-fixed-top {
		position: relative;
	}
	.navbar {
		margin-bottom:0;
	}
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section-heading {
        font-size: 2em;
    }
	h1 {
		font-size:24px;
	}
	h2 {
		font-size:18px;
	}
	.text-inner-shadow {
		box-shadow: 0 -100vh 10vh rgba(0,0,0,0.4) inset
	}
	.text-inner-shadow:hover {
		box-shadow: 0 -100vh 10vh rgba(0,0,0,0.4) inset
	}
	.image-bg-fluid-height, .box-image-bg-fixed-height {
		height: 90vh;
	}
}