@font-face {
    font-family: 'amsterdamone';
    src: url('../fonts/amsterdamone-webfont.woff2') format('woff2'),
         url('../fonts/amsterdamone-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body, html {
	font-family: 'Montserrat', serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #ffffff;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
	letter-spacing: 2px;
	background-color: #1F2014;
}
.logo-hp {
	height: 275px;
}
.logo-op {
	height: 180px;
}
.page-title{
	margin: 10px 0;
}
h2 {
	font-family: 'amsterdamone', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #B4954E;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	letter-spacing: 0px;
	line-height: 2;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 30px;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
.big-text {
	font-size: 25px;
	line-height: 1.2 !important;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ffffff;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
.active-menu {
	font-weight: bold !important;
}
.active-menu::after {
	position: absolute;
	content: "";
	background: #ffffff;
	height: 4px;
	width: 20px;
	bottom: -5px;
	margin-left: -12px;
	left: 50%;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #eee;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 2px;
	margin: 0 10px 5px 10px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	font-weight: bold;
}
.on {
	background-color: rgba(14, 14, 14, 0.80) !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #d43031 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #d43031;
	border-color: #d43031;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
	text-align: center;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-outlined {
	color: #ffffff;
	background-color: none;
	padding: 14px 24px;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 0;
	border: 2px #fff solid;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-outlined:hover, .btn-custom-outlined:focus, .btn-custom-outlined.focus, .btn-custom-outlined:active, .btn-custom-outlined.active {
	color: #ffffff;
	background-color: rgb(255,255,255,0.2);
}
.btn-custom {
	color: #ffffff;
	background-color: #B09659;
	padding: 14px 24px;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #ddd;
	background-color: #A18448;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
}
.intro-hp {
	overflow: hidden;
	background: url("../img/glint-hp-hero.jpg") center center no-repeat;
    background: url("../img/glint-hp-hero.jpg") center center no-repeat; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro-particuliers {
	overflow: hidden;
	background: url("../img/particuliers.jpg") top center no-repeat;
    background: url("../img/particuliers.jpg") top center no-repeat; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro-groupes {
	overflow: hidden;
	background: url("../img/groupes.jpg") top center no-repeat;
    background: url("../img/groupes.jpg") top center no-repeat; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro-entreprises {
	overflow: hidden;
	background: url("../img/entreprises.jpg") top center no-repeat;
    background: url("../img/entreprises.jpg") top center no-repeat; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro-contact {
	overflow: hidden;
	background: url("../img/contact.jpg") top center no-repeat;
    background: url("../img/contact.jpg") top center no-repeat; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: linear-gradient(rgb(31,32,20,0.6), rgb(31,32,20,1)); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(rgb(31,32,20,0.6), rgb(31,32,20,1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
h1 {
	font-family: 'amsterdamone', sans-serif;
	font-weight: 400;
	font-size: 50px;
	color: #B4954E;
	position: relative;
	margin-top: 0;
	letter-spacing: 0px;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #B4954E;
	font-size: 25px;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 100px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
header .intro-text {
	padding-top: 150px;
	padding-bottom: 50px;
	text-align: center;
}
header .header-pages {
	padding-top: 100px;
	padding-bottom: 125px;
	text-align: center;
}
.padding-m {
	padding-bottom: 30px;
}
/* Introduction Section */
#introduction {
	padding: 120px 0;
}
#introduction p {
	line-height: 24px;
	margin: 10px 0 10px;
}
#introduction .container {
	padding: 0 30px;
}
/* Outro Section */
#outro {
	padding: 100px 0 120px;
}
#outro p {
	line-height: 24px;
	margin: 10px 0 10px;
}
#outro .container {
	padding: 0 30px;
}
/* Presentation Section */
#presentation {
	padding: 0 0 80px;
}
#presentation p {
	line-height: 24px;
	margin: 10px 0 10px;
}
#presentation .container {
	padding: 0 30px;
}
#presentation img {
	width: 100%;
	max-width: 520px;
}
/* Features Section */
#features {
	padding: 0 0 120px;
}
#features h3 {
	margin-bottom: 10px;
}
#features .icon {
	margin-bottom: 0px;
}
#features .fa {
	font-size: 30px;
}
#features ul {
	list-style-position: outside;
	list-style-type: "• ";
	margin-left: 12px;
}
#features li {
	display: list-item;
	text-align: match-parent;
}
#features .features-item {
	margin: 0 20px;
}
#features img {
	margin: 30px auto 20px;
}
#features .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#features p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* About Section */
#about {
	padding: 0;
	background: #f6f6f6;
}
#about h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#about .about-text {
	padding: 80px 0;
}
#about .about-img {
	background: #444 url(../img/gallery-bg.jpg) center center no-repeat;
	background-size: cover;
	height: 570px;
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Menu Section */
#restaurant-menu {
	padding: 100px 0 60px 0;
}
#restaurant-menu img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
}
#restaurant-menu h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-menu .menu-section hr {
	margin: 0 auto;
}
#restaurant-menu .menu-section {
	margin: 0 20px 80px;
}
#restaurant-menu .menu-section-title {
	font-size: 32px;
	display: block;
	font-weight: 400;
	color: #444;
	margin: 20px 0;
	text-align: center;
}
#restaurant-menu .menu-item {
	margin: 45px 0;
	font-size: 18px;
}
#restaurant-menu .menu-item-name {
	font-weight: 400;
	font-size: 20px;
	color: #444;
	margin-bottom: 10px;
}
#restaurant-menu .menu-item-description {
	font-size: 15px;
	width: 85%;
}
#restaurant-menu .menu-item-price {
	float: right;
	font-weight: 400;
	color: #555;
	margin-top: -36px;
}
/* Gallery Section */
#gallery {
	padding: 0;
}
#gallery .gallery-item {
	margin: 0 -15px;
}
/* Quote Section */
#quote {
	display: table;
	width: 100%;
	padding: 0;
	overflow: hidden;
	background: url("../img/hp-quote.jpg") center center no-repeat;
    background: url("../img/hp-quote.jpg") center center no-repeat; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-top: 50px;
	margin-bottom: 100px;
}
#quote .overlay {
	background: rgb(31,32,20,0.8); /* Chrome 10-25, Safari 5.1-6 */
	background: rgb(31,32,20,0.8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#quote .quote-space {
	margin-top: 150px;
	margin-bottom: 150px;
	text-align: center;
}
#quote .big-text {
	font-style: italic;
}
#quote .quote-name{
	font-size: 16px;
}
#quote .quote-item {
	margin: 0 -15px;
}
#quote .container {
	padding: 0 30px;
}
/* Offers Section */
#offers {
	padding: 50px 0;
}
#offers .offer-line {
	padding: 20px 0;
}
#offers .offer-text {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 30px;
}
#offers .offer-detail {
	text-align: left;
}
#offers .offer-detail h3 {
	margin-bottom: 5px;
}
#offers img {
	max-width: 550px;
	width: 100%;
}
#offers .team-img {
	display: inline-block;
	position: relative;
}
#offers .price {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
}
#offers .book {
	font-size: 14px;
	margin-top: 20px;
	list-style-type: none;
	margin-bottom: 5px;
}
#offers ul {
	font-size: 14px;
	list-style-position: outside;
	margin-left: 12px;
	list-style-type: "• ";
}
#offers ul .sublist {
	margin-left: 20px;
}
#offers li {
	display: list-item;
	text-align: match-parent;
}
#offers .small-text {
	font-size: 12px;
}
.display-flex-center {
    display:flex;
    align-items:center;
}
#offers .offer-line {
	grid-template-areas: "b a"
	display: grid;
}
@media (max-width: 768px) {
	.display-flex-center {
		display:inline-block;
		align-items:center;
	}
	#offers .offer-line {
		grid-template-areas: "a b"
	}
}
.offer-image-right {
	grid-area: a;
  }
.offer-text-left {
	grid-area: b;
}
@media (min-width: 992px) {
	.md-hidden {
		display:none;
	}
}
@media (max-width: 992px) {
	.sm-hidden {
		display:none;
	}
}
/* Contact Section */
#contact {
	padding: 100px 0;
}
#contact .contact-item p {
	font-size: 16px;
	color: #ffffff;
}
#contact .section-title {
	margin-top: 60px;
	margin-bottom: 40px;
}
#contact form {
	padding: 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 20px 15px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #fff;
	background-color: rgba(255,255,255,.0);
	background-image: none;
	border-color: #fff;
	border: 1;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control:-moz-placeholder {
color: #999;
}
.form-control::-moz-placeholder {
color: #999;
}
.form-control:-ms-input-placeholder {
color: #999;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .no-padding {
	padding-left: 0;
	padding-right: 0;
}
#contact .container {
	margin-bottom: 100px;
}
#contact .done {
    display: none;
}
.contactform .done {
	margin-top:10px; 
	font-size:14px;
	color:rgba(53, 249, 214, 0.42);
}
/* Footer Section*/
#footer {
	padding: 60px 0 40px 0 !important;
	display: table;
	width: 100%;
	padding: 0;
	overflow: hidden;
	/* background: url("../img/fond-kaki.jpg") center center no-repeat;
    background: url("../img/fond-kaki.jpg") center center no-repeat; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-color: #11120A;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-top: 50px;
	margin-bottom: 100px;
}
#footer strong {
	font-weight: 600;
}
#footer .info-footer {
	margin-bottom: 20px;
}
#footer .footer-item{
	margin-bottom: 50px;
}
#footer .social {
	font-size: 40px;
}
#footer i {
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer i:hover {
	color: #ccc;
}
#footer p {
	font-size: 14px;
	color: #fff;
}
#footer h4 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
