@charset "utf-8";
/*
---------------

Table of Contents:

1) Preloader
2) Titles
3) Home
4) Header
5) About
6) Who We Are
7) Team
8) Separator-Video
9) Fun Facts
10) Separator-Quotes
11) Comité
12) Separateur-comite
13) Portfolio
14) Testimonials
15-a) Clients
15-b) Twitter Feed
16) Get Connected
17) Price List
18) Contact Details
19) Contact Form
20) Google Map
21) Footer
22) Home Pattern / Slideshow
23) Shortcodes
24) Comming Soon Counter

--------------
*/
@import url('https://fonts.googleapis.com/css?family=Courgette');

@font-face {
	font-family: 'ZacharyNormal';
	src: url('fonts/zachary-webfont.eot');
	src: url('fonts/zachary-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/zachary-webfont.woff') format('woff'),
	url('fonts/zachary-webfont.ttf') format('truetype'),
	url('fonts/zachary-webfont.svg#ZacharyNormal') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ForteRegular';
	src: url('fonts/forte-webfont.eot');
	src: url('fonts/forte-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/forte-webfont.woff') format('woff'),
	url('fonts/forte-webfont.ttf') format('truetype'),
	url('fonts/forte-webfont.svg#ForteRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

.samsoft {
	font-family: 'ZacharyNormal', Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}
.samsoft-s {
	font-family: 'ForteRegular', Arial, sans-serif;
	font-size: 22px;
	color: #03f1ee;
	text-shadow: 1px 1px 1px #333;
}
.samsoft2 {
	font-family: 'ZacharyNormal', Arial, sans-serif;
	color: #6c6b6b;
	font-size: 24px;
}
.samsoft2-s {
	font-family: 'ForteRegular', Arial, sans-serif;
	color: #000;
	font-size: 24px;
}


html,
body {
	height: 100%;
	color: #121212;
}
body {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	color: #121212;
}


header {
	height: 100px;
}
.menu {
	position: absolute;
	width: 100%;
	left: 0;
	display: block;
	background: #770d00;
	z-index: 99;
	top: 100px;
}
.menu-fixed {
	position: fixed;
	width: 100%;
	left: 0;
	display: block;
	background: #770d00;
	z-index: 99;
	top: 0px;
}
footer {
	padding: 15px 0 15px 0;
}
.signature {
	font-family: 'Courgette', cursive;
	font-size: 30px;
}

a {
	background: transparent;
	outline: none;
	text-decoration: none;

	-webkit-transition: .4s cubic-bezier(0.25, .46, .45, .94);
	transition: .4s cubic-bezier(0.25, .46, .45, .94);
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}
a:active,
a:hover,
a:focus {
	outline: 0;
	background: transparent;
	color: #121212;
	text-decoration: none;
}
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Voltaire', sans-serif;
	color: #000;
}
h1 small, h2 small, h3 small {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: #121212;
	letter-spacing: 3px;
}
h4 small, h5 small, h6 small {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #121212;
}
.clear {
	clear: both;
}
.shadow {
	text-shadow: 1px 1px 1px #000;
}

/* ==== 1) Preloader ==== */

#preloader {
	position: fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background: #fff;
	z-index: 9999;
}
.preloader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
	text-align: center;
}
.back-logo {
	z-index: -1;
	color: #cea443;
	position: absolute;
	top: 40%;
	left: 45%;
	font-size: 50px;
}

.bloc_img {
	width: 100%;
	display: block;
}
.bloc_img img {
	width: 100%;
}
.rouge {
	color: #770d00;
}
p.small {
	font-size: 11px;
	font-weight: 500;
}

/* ==== 2) Titles ==== */

@media (min-width: 180px) {
	h1 {
		font-size: 32px;

	}

	h1 small {
		font-size: 32px;
	}

	.lead {
		font-size: 16px;
		font-weight: 300;
	}

	h2 {
		font-size: 30px;
		letter-spacing: -2px;

	}

	h2 small {
		font-size: 30px;
	}

	h3 {
		font-size: 20px;
	}

	h3 small {
		font-size: 20px;
	}

	h5 small {
		font-size: 13px;
	}
}
@media (min-width: 480px) {
	h1 {
		font-size: 42px;

	}

	h1 small {
		font-size: 42px;
	}

	.lead {
		font-size: 16px;
		font-weight: 300;
	}

	h2 {
		font-size: 40px;
		letter-spacing: -2px;

	}

	h2 small {
		font-size: 40px;
	}

	h3 {
		font-size: 34px;
	}

	h3 small {
		font-size: 34px;
	}
}
@media (min-width: 768px) {
	h1 {
		font-size: 56px;

	}

	h1 small {
		font-size: 56px;
	}

	.lead {
		font-size: 18px;
		font-weight: 300;
	}

	h2 {
		font-size: 50px;
		letter-spacing: -2px;

	}

	h2 small {
		font-size: 50px;
	}
}
@media (min-width: 992px) {
	h1 {
		font-size: 56px;

	}

	h1 small {
		font-size: 56px;
	}

	.lead {
		font-size: 20px;
		font-weight: 300;
	}

	h2 {
		font-size: 50px;
		letter-spacing: -3px;

	}

	h2 small {
		font-size: 50px;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 78px;
		letter-spacing: -4px;
	}

	h1 small {
		font-size: 66px;
	}

	.lead {
		font-size: 20px;
		font-weight: 300;
	}

	h2 {
		font-size: 50px;
		letter-spacing: -3px;

	}

	h2 small {
		font-size: 50px;
	}
}

.spacer-5 {
	clear: both;
	height: 5px;
}
.spacer-10 {
	clear: both;
	height: 10px;
}
.spacer-20 {
	clear: both;
	height: 20px;
}
.spacer-30 {
	clear: both;
	height: 30px;
}
.spacer-40 {
	clear: both;
	height: 40px;
}
.spacer-50 {
	clear: both;
	height: 50px;
}

.beige {
	color: #ba9338;
	font-weight: 500;
}
ul.ei-slider-thumbs {
	list-style: none;
}
.ombre {
	padding: 0;
	margin: 5px 0;
	-webkit-box-shadow: 0 1px 5px #666;
	box-shadow: 0 1px 5px #666;
}


/* ==== 3) Home ==== */
#home {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
.parallax-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-image: url(../img/pattern.png);
	background-repeat: repeat;
	background-color: rgba(44,62,80,0.6);*/
	z-index: 2;

}
.home-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
}
.home-title {
	position: relative;
	color: #fff;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 0 3px #000;
}
.home-title h1 small {
	padding: 0 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.home-title h3 small {
	padding: 0 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.panel {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.home-btn {
	margin-top: 45px;
}
.btn-home {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.btn-home a {
	display: inline-block;
	padding: 11px 25px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	background-color: #121212;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn-home a:hover,
.btn-home a:focus {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	outline: none;
	opacity: 0.7;
}
.home-bottom {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0.9;
}
.move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;

	-webkit-animation: anim2 ease-in-out 3s infinite alternate;
	-moz-animation: anim2 ease-in-out 3s infinite alternate;
}
@-webkit-keyframes anim2 {
	from {left: 0; -webkit-transform: scale(1.0) rotate(0deg) }
	50% {left: 250px; -webkit-transform: scale(0.8) rotate(10deg) }
	to {left: 500px; -webkit-transform: scale(1.2) rotate(-20deg) }
}
@-moz-keyframes anim2 {
	from {left: 0; -moz-transform: scale(1.0) rotate(0deg) }
	50% {left: 250px; -moz-transform: scale(0.8) rotate(10deg) }
	to {left: 500px; -moz-transform: scale(1.2) rotate(-20deg) }
}
.home-bottom a {
	border-radius: 50%;
	border: 2px solid #000;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	color: #000;

	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
}
.home-bottom a:hover {
	background-color: #fff;
	color: #121212;
	text-decoration: none;
}
.dots {
	z-index: 99;
	margin: auto;
	width: 6px;
	height: 34px;
}

.home-signature {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	bottom: 50px;
	text-align: center;
}

/* counter */
#bloc-counter {
	clear: both;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
#counter {
	width: 400px;
	color: #333;
	text-align: center;
	border-top: 2px solid #cea443;
	margin: 0 auto;
}
#counter span {
	font-size: 28px;
	display: block;
	padding: 0 0 30px;
	min-width: 100px;
	float: left;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	border-left: 1px dotted rgba(255, 255, 255, .2);
}
#counter span:first-child { border-left: none; }
#counter span em {
	font: 11px/18px 'montserrat-regular', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 12px;
	display: block;
	color: #666;
}

/* ==== 4) Header ==== */
#header .navbar.navbar-default.navbar-fixed-top .container .navbar-header .navbar-brand {
	font-family: 'Montserrat', sans-serif;
}
.header-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
}
.header-top .navbar-default {
	position: fixed;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 4;
	top: -100px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#home-slideshow {
	top: -70px;
}
.navbar-brand {
	float: left;
	height: 70px;
	padding: 15px 0 15px 15px;
	font-size: 30px;
	line-height: 20px;
}
.navbar-default .navbar-brand h3 {
	letter-spacing: -2px;
	color: #121212;
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 20px;
}
.navbar {
	min-height: 50px;
	border: none;
}
.navbar-default {
	border-color: transparent;
	border-bottom: none;
	top: 105px;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 100;
	background-color: #770d00;
	opacity: .95;

	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.navbar-right {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px; font-weight:400;
	height: 100%;
	margin-top: 10px;
}
.navbar-collapse {
	margin-top: 6px;
	padding-right: 15px;
	padding-left: 35px;
	color: #fff;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 18px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.navbar-toggle:focus {
	outline: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #999;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;

}
.nav > li > span {
	position: relative;
	display: block;
	padding: 10px 15px;
	cursor: pointer;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li:hover {
	background-color: #fff;
	border-radius: 2px;
}
.navbar-default .navbar-nav > li.active {
	background-color: #fff;
	border-radius: 4px;
	color: #770D00;
}

@media (max-width: 768px) {
	.navbar-collapse {
		max-height: none;
		overflow-x: hidden;
	}
}
.dropdown-menu {
	font-size: 13px;

	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);

}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.menu-padding {
	padding-top: 70px;
}
.content {
	margin-top: 0;
}
.dropdown:hover .dropdown-menu {
	display: block;
}


/* ==== Site Wrapper ==== */
.site-wrapper {
	clear: both;
}
.site-wrapper-video {
	background: #fff;
	z-index: 1;
}

/* ==== 5) About ==== */
#about {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-title-about {
	text-align: center;
	margin-bottom: 30px;
}
h4 {
	font-size: 24px;
}
h4 small {
	font-size: 20px;
}
p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
.about-row {
	margin-bottom: 40px;
}
.about-icon {
	float: left;
}
.about-info {
	padding-left: 50px;
	padding-top: 0;
}
.about-description {
	padding-right: 50px;

}
/* ==== 6) Who We Are ==== */
#who-we-are {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.col-we-are {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #fff;
	z-index: 3;
}
.we-are-info {
	line-height: 1;
}
.p-info {
	line-height: 1.8;
}
.col-md-skills {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #fff;
	z-index: 3;
	height: 300px;
}
.skills-col {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
.skills {
	text-align: left;
	margin: 40px 0;
	padding: 0;
	color: #fff;
}
.skills-col .skills p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 0;
}


.skillbar {
	position: relative;
	display: block;
	margin-bottom: 35px;
	width: 100%;
	background: #fff;
	height: 26px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
}

.skillbar-title {
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	top: 0;
	left: 0;
	width: 110px;
	color: #fff;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.skillbar-title span {
	display: block;
	padding: 4px 10px;
	height: 26px;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.skillbar-bar {
	height: 26px;
	width: 0;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.skills-col p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 0;
}


/* ==== 7) Team ==== */
#team {
	padding-bottom: 60px;
	padding-top: 60px;
}
.section-title-team {
	text-align: center;
	margin-bottom: 50px;
}
.team-info {
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
}
.grid {
	padding: 0 0 0 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
.grid li {
	display: inline-block;
	width: 100%;
	position: relative;
}
.grid figure {
	margin: auto;
	position: relative;
}
.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #121212;
	display: table-cell;
	vertical-align: middle;
}
.cbp-l-grid-projects .grid figcaption {
	padding-top: 35.5%;
}
.team-member .grid figcaption {
	padding-top: 37.5%;
}
.grid figcaption a {
	padding: 5px;
	color: #fff;
}

/* Portfolio Hover and Touch Animations */
.cs-style-3 figure {
	overflow: hidden;
}
.cs-style-3 figure img {
	margin-left: auto;
	margin-right: auto;

	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.25);
	transform: scale(1.2);
}
.cs-style-3 figcaption {
	height: 100%;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;

	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: .7;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/* ==== 8) Separator-Video ==== */
#separator-video {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../../medias/images/structure/bg_1.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}
#separator-video-2 {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../../medias/images/structure/bg_3.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}
#separator-video-3 {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../../medias/images/structure/bg_4.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}
.separator-video-content {
	margin-top: 20px;
	margin-bottom: 20px;
}
.video-info {
	line-height: 1;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fluid-width-video-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ==== 9) Fun Facts ==== */
#fun-facts {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
	padding-top: 30px;
	padding-bottom: 30px;
}
.fact-container {
	padding-top: 60px;
	padding-bottom: 13px;
}
.counter {
	font-size: 70px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 0;
}
.fact {
	text-align: center;
}

/* ==== 10) Separator-Quotes ==== */
#separator-quotes {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.quotes {
	color: #fff;
	position: relative;
	z-index: 3;
	text-align: center;
	height: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
.quotes-noir {
	color: #000;
	position: relative;
	z-index: 3;
	text-align: center;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.white {
	color: #fff;
}
.label {
	font-weight: normal;

}
.label-primary {
	background: #770D00;
	padding: 3px;
}
.quotes .fa.fa-quote-left {
	font-size: 26px;
	vertical-align: top;
	margin-top: 2px;
}
.quotes .fa.fa-quote-right {
	font-size: 26px;
	vertical-align: top;
	margin-top: 2px;
}

/* ==== 11) Services ==== */


#comite {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-title {
	text-align: center;
	margin-bottom: 40px;
}
.services-row {

}
.services-container {

}
.service {
	margin-bottom: 40px;
}
.service-icon {
	float: left;
}
.back-icon {
	z-index: -1;
	color: #f0f0f0;
	position: absolute;
	padding-left: 40px;
	left: 0;
	top: 0;
	width: 144px;
	height: 144px;
	line-height: 144px;
	font-size: 144px;
}
.ion-3x {
	font-size: 3em;
}
.service-info {
	padding-left: 60px;
	padding-top: 1px;
}

/* ==== 12) Separator Call to Action ==== */
#separator-purchase {
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../../medias/images/structure/bg_2.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}

.call-action-purchase {
	padding: 20px 0 20px 0;
	vertical-align: middle;
	display: table;
}
@media (max-width: 480px) {
	.action-6-info h3,
	.action-6-info h3 small {
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	.action-6-info h3,
	.action-6-info h3 small {
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	.action-5-info h3,
	.action-5-info h3 small {
		font-size: 20px;
		color: #fff;
	}
}
@media (min-width: 768px) {
	.action-5-info h3,
	.action-5-info h3 small {
		font-size: 22px;
		color: #fff;
	}
}

/* ==== 13) Portfolio ==== */
#our-work {
	padding-top: 60px;
	padding-bottom: 60px;
}
.portfolio-container {
	position: relative;
	margin: 0 auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#filters {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

#filters li {
	float: left;

}

#filters li span {
	display: block;
	padding: 5px 20px;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration: none;
	color: #121212;
	cursor: pointer;
	background-color: #f5f5f5;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-transition: .4s cubic-bezier(0.25, .46, .45, .94);
	transition: .4s cubic-bezier(0.25, .46, .45, .94);
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

#filters li span.active {
	color: #fff;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}
#filters li span:hover,
#filters li span:focus {
	color: #fff;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: none;
	margin-bottom: 15px;
	overflow: hidden;
}
.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
}
.portfolio img {
	max-width: 100%;
	position: relative;
}

/* ==== 14) Testimonials ==== */

#separator-testimonials {
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../medias/images/structure/bg_5.jpg);
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.testimonials {
	margin-top: 60px;
	margin-bottom: 60px;
	color: #fff;
}
.testimonial-img {
	width: 100px;
	margin-bottom: 20px;
}
.testimonial-img-grand {
	width: 200px;
	margin-bottom: 20px;
	/*border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;*/
}
.testimonials .fa.fa-quote-left {
	font-size: 18px;
	vertical-align: top;
	margin-top: 2px;
}
.testimonials .fa.fa-quote-right {
	font-size: 18px;
	vertical-align: top;
	margin-top: 2px;
}

/* ==== 15-a) Clients ==== */

#clients {
	padding-top: 60px;
	padding-bottom: 80px;
}
.section-title-clients {
	text-align: center;
	margin-bottom: 40px;
}
.clients-logos {

}

/* ==== 15-b) Twitter Feed ==== */
#twitter-feed {
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	padding-top: 60px;
}
.tweet-feed .tweet .date {
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
}
.twitter-logo {
	margin-bottom: 15px;
}
@media (min-width: 180px) {
	.tweet-feed ul li {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 14px;
	}
}
@media (min-width: 480px) {
	.tweet-feed ul li {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 18px;
	}
}
@media (min-width: 769px) {
	.tweet-feed ul li {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 24px;
	}
}
.tweet-feed .flex-control-nav {
	width: 100%;
	position: relative;
	bottom: -10px;
	text-align: center;
}
.blog-widget-container .tweet-feed ul li {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 10px;
}

/* ==== 16) Get Connected ==== */

#get-connected {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.connected-row {
	margin-top: 60px;
	margin-bottom: 80px;
	color: #fff;
	position: relative;
	z-index: 3;
}
.connected-icons {
	margin: 60px 60px;
	display: inline-block;
	list-style: none;

	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	padding: 0;
}
.connected-icons li {
	display: inline-block;
	padding: 15px 15px;
}
.connected-icon a .fa-stack.fa-lg.fa-4x .fa.fa-circle {
	opacity: 0.2;

	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.connected-icon a:focus .fa-stack.fa-lg.fa-4x .fa.fa-circle,
.connected-icon a:hover .fa-stack.fa-lg.fa-4x .fa.fa-circle {
	opacity: 1;

}
.connected-icon a {

}
.connected-icon a:focus,
.connected-icon a:hover {

}
.ion-5x {
	font-size: 5em;
}

/* ==== 17) Price List ==== */

#price-list {
	padding-top: 60px;
}
.section-title-price {
	text-align: center;
	margin-bottom: 40px;
}
.price-container {
	margin-bottom: 80px;
}
.price-box {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 15px;
	background-color: #f2f2f2;
}
.price-box-big {

	background-color: #f1f1f1;
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
}
.price-box-info h2 span {
	font-size: 36px;
}
.price-box-info h2 small {
	font-size: 24px;
	color: #121212;
}
.price-box-info h3 span {
	font-size: 36px;
}
.price-box-info h3 small {
	font-size: 24px;
	color: #121212;
}
.ion-6x {
	font-size: 6em;
}
.price-box-info {
	margin: 15px 15px;
}
.price-box-offer {
	margin-bottom: 35px;
	margin-top: 20px;
}
.offer-list {
	list-style-type: none;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	padding: 0;
}
.ion-2x {
	font-size: 2em;
}
.offer-list li {
	list-style: none;
	font-size: 16px;
	margin-bottom: 10px;
}
.offer-list li span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.sign-up-btn {
	margin-bottom: 30px;
}

/* ==== 18) Contact Details ==== */

#contact-details {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.details {
	margin-top: 80px;
	margin-bottom: 80px;
	color: #fff;
	z-index: 3;
}
.phone-info {
	line-height: 0;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0;
}


/* ==== 19) Contact Form ==== */

#contact-form {
	padding-top: 0;
	padding-bottom: 60px;
}


#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #fff; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }


/* Form style */

.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #474747;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.form-control:focus {
	border-color: #ac00ae;
	outline: 0;
}
.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #666;
}
.form-control::-webkit-input-placeholder {
	color: #666;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}
textarea.form-control {
	padding: 6px 12px;
	height: auto;
}

.form-erreur {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #474747;
	background-color: #fff;
	border: 1px solid #b60000;
	border-radius: 2px;
}
.form-erreur:focus {
	border-color: #b60000;
	outline: 0;
}
.form-erreur::-moz-placeholder {
	color: #b60000;
	opacity: 1;
}
.form-erreur:-ms-input-placeholder {
	color: #b60000;
}
.form-erreur::-webkit-input-placeholder {
	color: #b60000;
}

textarea.form-erreur {
	height: auto;
}

#message {
	margin: 10px 0;
	padding: 0;
}
.error_message {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color: #8a1f11;
	-webkit-border-radius: 5px;
	background-color: #fbe3e4;
}

.loader {
	padding: 0 10px;
}
acronym {
	border-bottom: 1px dotted #ccc;
}

/* Billet Form style */

#billet input, select {
	width: 100%;
	padding: 13px;
	color: #444;
	background: #fff;
	border: 1px solid #ccc;
	margin: 7px 0;
	-webkit-border-radius: 2px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: transparent;
	box-shadow: none;
	outline: 0 none;
}
textarea {
	width: 100%;
	height: 165px;
	padding: 13px;
	color: #444;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 7px;
	margin-right: 15px;
	-webkit-border-radius: 2px;
}
#billet input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color: #333;
}

#billet input.submit {
	width: 185px;
	margin: 15px 0;
	cursor: pointer;
	background: #cea443;
	color: #000;
	border-radius: 3px;
	border-color: transparent;
	-webkit-transition: .4s cubic-bezier(0.25, .46, .45, .94);
	transition: .4s cubic-bezier(0.25, .46, .45, .94);
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}
#billet input.submit:hover {
	background: #000;
	color: #fff;
}
#billet input[type="submit"][disabled] { background: #888; }

#billet span.required {
	font-size: 13px;
	color: #f00;
}
#message_billet {
	margin: 10px 0;
	padding: 0;
}
.error_message_billet {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color: #8a1f11;
	-webkit-border-radius: 5px;
	background-color: #fbe3e4;
}

/* ==== 20) Google Map ==== */

#map {
	height: 480px;
	width: auto;
}

/* ==== 21) Footer ==== */

#footer {
	background-color: #121212;
	padding-bottom: 15px;
}
.back-to-top {
	display: block;
	background: #121212;
	width: 45px;
	height: 40px;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	color: #770D00;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-transform: translateZ(0);
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	transition: 0.2s all linear;
	cursor: pointer;
}
.footer-social {
	margin-top: 60px;
	margin-bottom: 10px;
	color: #770D00;
}
.footer-social li a {
	color: #770D00;
}
.footer-social li a:hover {
	color: #fff;
}
.footer-info {
	margin-bottom: 20px;
}
.footer-copyright {
	font-size: 13px;
}
footer p {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #f5f5f5;
}
.footer-logo a {
	color: #f5f5f5;
}
footer .footer-menu {
	margin-top: 45px;
	border-top: 1px solid #333;
	padding-top: 30px;
	font-size: 12px;
	font-weight: 400;
	height: 64px;
	color: #999;
}
footer .footer-menu a {
	color: #999;
	margin-left: 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
footer .footer-menu a:hover {
	color: #fff;
}
footer .connected-icons {
	margin: 0;
	display: inline-block;
	list-style: none;
}
footer .connected-icons li {
	display: inline-block;
	padding: 17px 17px;
}
footer .connected-icons li .fa-2-5x {
	font-size: 2.5em;
}
.btn-buy {
	padding: 1px 5px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 3px;
}
/* ==== 22) Home-Pattern ==== */
#home-pattern {
	background-color: #444;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}

#home-slideshow {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}

/* ==== 23) Shortcodes ==== */
.btn, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-partage {
	text-shadow: none;
	border: 0;
	background-image: none;
	font-weight: 300;
	border-radius: 3px;
	border-color: transparent;
	-webkit-transition: .4s cubic-bezier(0.25, .46, .45, .94);
	transition: .4s cubic-bezier(0.25, .46, .45, .94);
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	box-shadow: none;
}
.btn:hover, .btn-primary:hover, .btn-success:hover, .btn-info:hover, .btn-warning:hover, .btn-danger:hover {
	background-color: #121212;
	border-color: transparent;
}
.btn:focus, .btn-primary:focus, .btn-success:focus, .btn-info:focus, .btn-warning:focus, .btn-danger:focus {
	background-color: #999;
	border-color: transparent;
}
.btn:active, .btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active {
	background: #121212;
	border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #121212;
	border-color: #121212;
	outline: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border: 1px solid #999;
}
.btn-default:hover {
	color: #fff;
}
.btn-partage {
	color: #1326d6;
	background-color: #fff;
	border: 1px solid #1326d6;
}
.btn-partage:hover {
	color: #fff;
	border-color: #000;
}
.open .dropdown-toggle.btn-primary {
	border-color: transparent;
}

blockquote p {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}
ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before,
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
	display: inline-block;
	width: 40px;
	margin-left: -40px;
	text-align: center;
	line-height: inherit;
	font-family: FontAwesome;
}
ul.check-list-1,
ul.check-list-2,
ul.check-list-3,
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list,
ul.caret-list {
	list-style: none;
}
ul.check-list-1 li:before {
	font-size: 13px;
	content: '\f00C';

}
ul.check-list-2 li:before {
	font-size: 13px;
	content: '\f058';

}
ul.check-list-3 li:before {
	font-size: 13px;
	content: '\f14a';

}
ul.chevron-list-1 li:before {
	font-size: 13px;
	content: '\f054';

}
ul.chevron-list-2 li:before {
	font-size: 13px;
	content: '\f138';

}
ul.dot-circle-list li:before {
	font-size: 13px;
	content: '\f192';

}
ul.caret-list li:before {
	font-size: 13px;
	content: '\f152';

}
.btn-link:hover,
.btn-link:focus {
	color: #121212;
	text-decoration: underline;
	background-color: transparent;
}
.post-title a {
	color: #121212;
}
.post-img {
	margin-bottom: 10px;
}
.project-img {
	margin-bottom: 10px;
}
.tags-list {
	list-style: none;
	padding: 0;
}
.tags-list li {
	font-size: 13px;
	margin-top: 5px;
	display: inline-block;
	padding: 3px 9px;
	border: 1px solid #e8e8e8;
}
.blog-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.blog-list li {
	background-color: #f2f2f2;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
	border-radius: 3px;
}
.blog-list li a {
	color: #121212;
}
.blog-list li a:hover {
	color: #fff;
}
.blog-list li:hover a {
	color: #fff;
}
.blog-widget-container {
	margin-bottom: 60px;
}
.form-control:focus {
	border-color: #121212;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control {
	border-radius: 0;
}
.blog-author {
	margin: 60px 0 60px 0;
}
.author-img {
	max-height: 100px;
	float: left;
	margin-right: 20px
}
#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 25px;
	right: 40px;
	display: none;
	cursor: pointer;
}
#back-to-top a {
	color: #770D00;
}
#back-to-top a:hover {
	color: #999;
}
.action-btn {
	margin: 20px 0 20px 0;
}
.call-action-1 {
	background: #272727;
	padding: 20px;
	margin: 20px 0 20px 0;
}
.call-action-2 {
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px 0 20px 0;
}
.call-action-3 {
	background: #272727;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
}
.call-action-4 {
	border: 1px solid #ccc;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
}
.call-action-5 {
	background: #272727;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
	vertical-align: middle;
	display: table;
}
.call-action-6 {
	border: 1px solid #ccc;
	padding: 20px 40px 20px 40px;
	margin: 20px 0 20px 0;
	vertical-align: middle;
	display: table;
}
@media (min-width: 768px) {
	.action-5-btn {
		padding: 20px 0 20px 20px;
	}

	.action-5-info {
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding: 0;
	}

	.action-5-btn {
		text-align: right;
		display: table-cell;
		vertical-align: middle;
	}
}
@media (max-width: 180px) {
	.action-5-btn {
		padding: 20px 0 20px 20px;
	}
}
@media (max-width: 480px) {
	.btn-responsive {
		font-size: 90%;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.btn-responsive {
		font-size: 100%;
	}
}
.panel-title:hover {
	cursor: pointer;
}
.panel-body {
	background-color: #f5f5f5;
	padding-left: 30px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: none;
}
.nav-tabs > li > a:hover {
	border: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	color: #fff;
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #121212;
	background-color: #f5f5f5;
	cursor: default;
	border: none;
	border-bottom-color: transparent;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: none;
	background-color: #fff;
	color: #121212;
	border-radius: 4px 4px 0 0;
}
.tab-pane {
	padding: 15px;
	background-color: #f5f5f5;
}
.nav-tabs {
	border: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #121212;
	text-decoration: none;
	background-color: #f5f5f5;
	outline: 0;
}
.nav-tabs-dark > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #272727;
	cursor: default;
	border: none;
	border-bottom-color: transparent;
}
.tab-pane-dark {
	padding: 15px;
	color: #fff;
	background-color: #272727;
}


/* ==================================================
   Tooltip
================================================== */

.tooltip {
	position: absolute;
	z-index: 99999;
	display: block;
	visibility: visible;
	padding: 5px;
	font-weight: 500;
	font-size: 14px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip.top {
	margin-top: -3px;
}

.tooltip.right {
	margin-left: 3px;
}

.tooltip.bottom {
	margin-top: 3px;
}

.tooltip.left {
	margin-left: -3px;
}

.tooltip-inner {
	padding: 16px;
	max-width: 300px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #770d00;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	border-width: 10px 10px 0;
	border-top-color: #770d00;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -15px;
	border-width: 10px 10px 10px 0;
	border-right-color: #770d00;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -15px;
	border-width: 10px 0 10px 10px;
	border-left-color: #770d00;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -15px;
	border-width: 0 10px 10px;
	border-bottom-color: #770d00;
}


/* ==================================================
   Breadcrumb
================================================== */

.breadcrumb {
	clear: both;;
	padding: 8px 15px;
	margin: 40px 0 20px 0;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb > .active {
	color: #999;
}

/* ==================================================
   Formulaire
================================================== */

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #474747;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	/*
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
	*/
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #666;
	outline: 0;
	/*
	-webkit-box-shadow: inset 0 1px 1px #999, 0 0 8px #999;
	      box-shadow: inset 0 1px 1px #999, 0 0 8px #999; 
	*/
}
.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #666;
}
.form-control::-webkit-input-placeholder {
	color: #666;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}

.form-control-erreur {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #474747;
	background-color: #fff;
	border: 1px solid #b60000;
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-erreur:focus {
	border-color: #b60000;
	outline: 0;
}
.form-control-erreur::-moz-placeholder {
	color: #b60000;
	opacity: 1;
}
.form-control-erreur:-ms-input-placeholder {
	color: #b60000;
}
.form-control-erreur::-webkit-input-placeholder {
	color: #b60000;
}

textarea.form-control-erreur {
	height: auto;
}


/* ==================================================
   Location
================================================== */


.panel-body img {
	width: 100%;
}
.panel-body h4 {
	text-align: center;
}
.loc_table {
	font-family: 'montserrat-regular', sans-serif;
	background: #e4e3e4;
	border-bottom: 1px #999 solid;
}
.loc_table_clair {
	font-family: 'montserrat-regular', sans-serif;
	background: #efefef;
	border-bottom: 1px #999 solid;
}


/* ==================================================
   Livre d'Or
================================================== */


.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}
.media,
.media .media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media-object {
	display: block;
}
.media-heading {
	margin: 0 0 5px;
}
.media-heading small {
	font-size: 13px;
	color: #666;
}
.media > .pull-left {
	margin-right: 10px;
}
.media > .pull-right {
	margin-left: 10px;
}
.media-left {
	float: left;
	display: inline-block;
	width: 10%;
}
.media-left img {
	width: 90%;
	vertical-align: top;
}
.media-body {
	float: left;
	display: inline-block;
	width: 80%;
}

/********************************************************************************************************************************************
 Pagination
*********************************************************************************************************************************************/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #c61f2a;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #333;
	border-color: #333;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

/********************************************************************************************************************************************
 Animation
*********************************************************************************************************************************************/

.methode {
	display: inline-block;
	font-size: 11px;
}


/* Social icons block
---------------------------------- */
.social-links {
	list-style: none;
	font-size: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0;
}
.social-links li {
	display: inline-block;
	margin: 0 2px 2px 0;
}
.social-links li a {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	font-size: 18px;
	border: 1px solid #e7e7e7;
	color: #cdcdcd;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
}
.social-links li a i {
	line-height: 40px;
}
.social-links li a:hover {
	background-color: transparent;
	border-color: #0c9ec7;
	color: #0c9ec7;
}
.social-links.animated-effect-1 li a {
	-webkit-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
	position: relative;
	z-index: 1;
}
.social-links.animated-effect-1 li a:hover {
	color: #fff !important;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.social-links.animated-effect-1 li a:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	background-color: #09afdf;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s;
	transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0;
	filter: alpha(opacity=0);
}
.social-links.animated-effect-1 li a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: -webkit-transform 0s, opacity 0.3s, background-color 0.3s;
	-moz-transition: -moz-transform 0s, opacity 0.3s, background-color 0.3s;
	transition: transform 0s, opacity 0.3s, background-color 0.3s;
}
.social-links.animated-effect-1:not(.circle) li a:after {
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
}

.colored .social-links li a {
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.01);
	color: #fff;
}

.social-links.animated-effect-1 li.twitter a:hover {
	border-color: #55acee;
}
.social-links:not(.animated-effect-1) li.twitter a:hover,
.colored.social-links li.twitter a,
.social-links.animated-effect-1 li.twitter a:after,
.btn.twitter {
	background-color: #55acee;
	border-color: #55acee;
	color: #fff;
}

.social-links.animated-effect-1 li.googleplus a:hover {
	border-color: #dd4b39;
}
.social-links:not(.animated-effect-1) li.googleplus a:hover,
.colored.social-links li.googleplus a,
.social-links.animated-effect-1 li.googleplus a:after,
.btn.googleplus {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff;
}

.social-links.animated-effect-1 li.facebook a:hover {
	border-color: #3b5998;
}
.social-links:not(.animated-effect-1) li.facebook a:hover,
.colored.social-links li.facebook a,
.social-links.animated-effect-1 li.facebook a:after,
.btn.facebook {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}

.circle {
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
}


.white-bg {
	background-color: #fff;
}
.mb-20 {
	margin-bottom: 20px;
}
.bordered {
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Custom Grid
---------------------------------- */
.grid-space-20 {
	margin-right: -10.5px;
	margin-left: -10.5px;
}
.grid-space-20 .col-lg-6,
.grid-space-20 .col-lg-4,
.grid-space-20 .col-lg-3,
.grid-space-20 .col-md-6,
.grid-space-20 .col-md-4,
.grid-space-20 .col-md-3,
.grid-space-20 .col-sm-6,
.grid-space-20 .col-sm-4,
.grid-space-20 .col-sm-3,
.grid-space-20 .col-xs-6,
.grid-space-20 .col-xs-4,
.grid-space-20 .col-xs-3 {
	padding-left: 10px;
	padding-right: 10px;
}
.grid-space-10 {
	margin-right: -6px;
	margin-left: -6px;
}
.grid-space-10 .col-lg-6,
.grid-space-10 .col-lg-4,
.grid-space-10 .col-lg-3,
.grid-space-10 .col-md-6,
.grid-space-10 .col-md-4,
.grid-space-10 .col-md-3,
.grid-space-10 .col-sm-6,
.grid-space-10 .col-sm-4,
.grid-space-10 .col-sm-3,
.grid-space-10 .col-xs-6,
.grid-space-10 .col-xs-4,
.grid-space-10 .col-xs-3 {
	padding-left: 5px;
	padding-right: 5px;
}
.grid-space-0 {
	margin-right: 0;
	margin-left: 0;
}
.grid-space-0 .col-lg-6,
.grid-space-0 .col-lg-4,
.grid-space-0 .col-lg-3,
.grid-space-0 .col-md-6,
.grid-space-0 .col-md-4,
.grid-space-0 .col-md-3,
.grid-space-0 .col-sm-6,
.grid-space-0 .col-sm-4,
.grid-space-0 .col-sm-3,
.grid-space-0 .col-xs-6,
.grid-space-0 .col-xs-4,
.grid-space-0 .col-xs-3 {
	padding-left: 0;
	padding-right: 0;
}
.grid-space-0 > div {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*Listing Items
---------------------------------- */
.listing-item .overlay-container .badge {
	position: absolute;
	border: 1px solid #09afdf;
	background-color: rgba(255, 255, 255, 0.90);
	color: #09afdf;
	font-weight: 400;
	padding: 4px;
	top: 10px;
	right: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.listing-item .body {
	min-height: 150px;
	padding: 15px;
}
.listing-item .body h3 {
	margin-top: 0;
	font-size: 16px;
	line-height: 1.4;
}
.listing-item .elements-list {
	position: absolute;
	bottom: 25px;
	right: 10px;
	font-family: 'Voltaire', sans-serif;
	font-size: 12px;
}
.listing-item .price {
	font-size: 20px;
	margin-top: 1px;
	display: inline-block;
	font-weight: 400;
}
.listing-item .price del {
	font-size: 14px;
	color: #999;
	padding-right: 5px;
}
.listing-item .overlay-to-top {
	padding: 10px 0 !important;
}
.listing-item .overlay-to-top .btn-sm-link {
	padding: 5px;
}

/********************************************************/

.blog-widget-container .price {
	font-size: 35px;
	margin-top: 30px;
	display: inline-block;
	font-weight: 400;
}
.blog-widget-container .price del {
	font-size: 25px;
	color: #999;
	padding-right: 15px;
}

.blog-widget-container .price2 {
	font-size: 15px;
	margin-top: 5px;
	color: #666;
	display: block;
	font-weight: 400;
}


/*Images and Overlays
---------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}
.overlay-container img {
	width: 100%;
	overflow: hidden;
}
.overlay-bottom,
.overlay-top {
	position: absolute;
	top: auto;
	padding: 15px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(30, 30, 30, 0.5);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
	height: 0;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-bottom.links,
.overlay-to-top.links {
	z-index: 11;
}
.overlay-to-top {
	position: absolute;
	top: auto;
	padding: 10px;
	bottom: -30px;
	left: 0;
	right: 0;
	background-color: rgba(30, 30, 30, 0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
	color: #fff;
}
.overlay-top {
	top: 0;
}
.overlay-visible .overlay-bottom,
.overlay-visible .overlay-top {
	opacity: 1;
	filter: alpha(opacity=100);
	height: auto !important;
	padding-bottom: 20px;
}
.overlay-visible.overlay-container:hover .overlay-bottom:not(.links),
.overlay-visible.overlay-container:hover .overlay-top {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.overlay-top a,
.overlay-bottom a,
.overlay-to-top a {
	color: #fff;
}
.overlay-container .text {
	padding: 0 20px;
	position: relative;
}
.overlay-container .text h3,
.overlay-container .text h3 .small {
	margin-top: 0;
	color: #fff;
}
.overlay-container .text a:hover {
	color: #fff;
}
.overlay-bottom .btn,
.overlay-top .btn {
	color: #fff;
	border-color: #fff;
	margin: 0;
}
.overlay-bottom .btn:hover,
.overlay-top .btn:hover {
	color: #777;
	background-color: #fff;
}
.overlay-container:hover .overlay-top,
.overlay-container:hover .overlay-bottom,
.image-box.style-2:hover .overlay-top,
.image-box.style-2:hover .overlay-bottom {
	height: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-container:hover .overlay-to-top,
.image-box:hover .overlay-to-top {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-link {
	position: absolute;
	z-index: 10;
	top: 0;
	padding: 15px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(30, 30, 30, 0.5);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
	color: #fff;
}
.overlay-link i {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	font-size: 32px;
	line-height: 80px;
}
.overlay-link i:hover {
	background-color: #fff;
	color: #777;
}
.overlay-link.small i {
	width: 25px;
	height: 25px;
	margin: -12.5px 0 0 -12.5px;
	font-size: 14px;
	line-height: 25px;
}
.overlay-container:hover .overlay-link {
	height: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
	.overlay-container .text {
		top: 30%;
	}
}
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
	.overlay-container .text {
		top: 30%;
	}

	.overlay-container .text p {
		display: none;
	}
}
/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (min-width: 480px) and (max-width: 1199px) {
	.overlay-container:not(.overlay-visible) .overlay-top ~ .overlay-bottom {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.owl-item .overlay-container:hover .overlay-top {
		height: 71%;
	}

	.owl-item .overlay-container:hover .overlay-bottom {
		height: 29%;
	}
}

/* Isotope filtering
---------------------------------- */
.isotope-container {
	display: none;
}
.isotope-container-fitrows {
	display: none;
}
/* Small devices (tablets, phones less than 991px) */
@media (max-width: 991px) {
	.isotope-item,
	.masonry-grid-item {
		max-width: 100%;
	}
}
/* Affix Menu
---------------------------------- */
.sidebar.affix {
	position: static;
}
/* Show and affix the side nav when space allows it */
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.col-md-4 .sidebar.affix,
	.col-md-4 .sidebar.affix-bottom {
		width: 293px;
	}

	.col-md-3 .sidebar.affix,
	.col-md-3 .sidebar.affix-bottom {
		width: 213px;
	}

	.sidebar.affix {
		position: fixed;
		top: 20px;
	}

	.fixed-header-on .sidebar.affix {
		top: 65px;
	}

	.sidebar.affix-bottom {
		position: absolute;
	}

	.sidebar.affix-bottom .affix-menu,
	.sidebar.affix .affix-menu {
		margin-top: 0;
		margin-bottom: 0;
	}

	.affix-menu {
		padding-top: 20px;
	}

	h3.title ~ .affix-menu {
		padding-top: 0;
	}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
	.col-md-4 .sidebar.affix,
	.col-md-4 .sidebar.affix-bottom {
		width: 390px;
	}

	.col-md-3 .sidebar.affix,
	.col-md-3 .sidebar.affix-bottom {
		width: 263px;
	}
}

p.ref {
	font-family: 'Voltaire', sans-serif;
	color: #666;
}
