/************************* */
/* IMPORT */
/************************* */
@import url('css/normalize.css');
@import url('css/bootstrap.min.css');
@import url('css/portfolio.css');
@import url('css/flat.css');
@import url('css/jquery.mCustomScrollbar.css');
@import url('css/animate.css');
@import url('css/owl.theme.css');
@import url('css/owl.carousel.css');
@import url('css/owl.transitions.css');
@import url('css/font-awesome.min.css');
@import url('css/magnific-popup.css');
@import url('css/color-schemes/bordeaux.css');


/************************* */
/* 1. BASE */
/************************* */
body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size:16px;
	color: #000000;
	line-height: 28px;
}

a, button {
    outline: medium none !important;
    text-decoration: none !important;
}

b, strong {
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Raleway", sans-serif;
	font-weight: 200;
	color:#161616;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: "Raleway", sans-serif;
	color: #fbeacc;
}

h1{
	color:#000;
	font-size:20px;
	letter-spacing:0.3px;
	display:table;
	position:relative;
	margin:20px 15px;
	padding:10px 18px;
}

h1:before{
	position:absolute;
	content:'';
	top:6px;
	left:-8px;
	width:60%;
	height:100%;
	background-color:#000000;
	z-index:-2;

}

h1:after{
	position:absolute;
	content:'';
	top:6px;
	left:-8px;
	width:60%;
	height:100%;
	background:black;
	opacity:0.5;
	z-index:-2;
}

h1 span{
	display: inline-block;
	transform: skew(15deg);
    -o-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -webkit-transform: skew(15deg);
}

h1 small{
	font-size:66px;
}

h2{
	position:relative;
    width: auto;
    height: auto;
	font-size:80px;
	font-weight:900;
	text-transform:uppercase;
    padding-top: 0;
	margin-top:0;
}

.decalage {
	margin-left: 15px;
}

h2:after {
	position: relative; 
    content: "";
    display: block;
	width: 105px;
    height: 4px;
    margin: 15px 0 20px;     
	background-color:#161616;
}

h3{
	font-size:22px;
	font-weight:600;
}

h3 small{
	font-size:20px;
}

.title-shadow{
	font-size: 125px;
	font-weight:900;
	text-transform:uppercase;
    left: 0;
    opacity: 0.05;
    position: absolute;
    top: -45px;
}

.main-title{
	transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
}

.background-overlay {
	background-image: url("images/pattern.png");
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.gray-background{
	background-color:#fbeacc;	
}

.margin-top15{
	margin-top:15px !important;
}

.margin-top40{
	margin-top:40px !important;
}

.margin-top50{
	margin-top:50px;
}

.margin-top70{
	margin-top:70px;
}

::selection {
  color:#fff;
}

::-moz-selection {
  color:#fff;
}

.white {
    color: #fff;
}

.line{
	width:100%;
}

.line-1{
	width:100%;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.btn {
	position:relative;
	color: #161616;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;	
	cursor: pointer;
	padding: 8px 30px;
	margin:50px 0 0;
	border:1px solid #565656;
	border-radius:0;
	display: inline-block;
    transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
	transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
}

.btn:focus{
	border-color:inherit;
	color:#161616;
	border: 1px solid #161616;
}

.btn:hover{
	color: #fff;
}

.btn:after {
    background: #161616;
    content: "";
	width: 0;
    height: 102%;    
    position: absolute;
    top: 0;
	left: 0;
    transition: all 0.2s ease 0s;    
	z-index:-1;
}

.btn:hover:after {
    width: 100%;
	background:#161616;
}

.btn span{
	display:inline-block;
	transform: skew(15deg);
    -o-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -webkit-transform: skew(15deg);	
}

.main-content {
	padding:60px 0;
}

.contact {
	padding:0px 0;
}

.description {
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	padding: 0;
}
.clignoter {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	color: #de3926;
}
@-moz-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
@keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}	

.justify {
	text-align:left;
	word-spacing:0px;
} 

/***************** */
/* 2. LOADER */
/***************** */
#loader {
	position: fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background: #fff;
	z-index: 99999;
}

.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
	text-align: center;
}


/************************* */
/* 3. NAVIGATION BAR */
/************************* */
header .navigation-bar {
	width:100%;
	z-index:1000;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0 1px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow:         0 1px 3px 0 rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, 1);
	transition: box-shadow 0.5s ease 0s, opacity 0.3s ease 0s, min-height 0.4s ease 0s;
}

.alert {
	display: inline-block;
	padding: 7px;
	margin: 9px;
	background-color: #000000;
	color: white;
	font-family: 'Arial', sans-serif;
}

header .navigation-bar .container {
	max-width:1180px;
	margin:0 auto;
	padding:0;
}

.logo {
    float: left;
    line-height: normal;
    padding: 9px 0;
}

.logo a{
    color: #161616;
    font-size: 40px;
    font-weight: 600;
}

.navbar{
	border:none;
	background: transparent;
	margin:0;
}

.navbar-brand {
	display:none;
	color:#404040;
}

.navbar-collapse{
	padding-left:0;
	padding-right:0;
}

.navbar-default .navbar-nav > li > a {
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
	color:#000000;
	position:relative;
	padding:25px 18px;
	border-bottom:1px solid transparent;
    transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li.active,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{
	background-color:transparent;
}

.navbar-default .navbar-nav > li.dropdown > a:hover{
	border-color:transparent;
}

.navbar-default .navbar-nav > li.active.dropdown,
.navbar-default .navbar-nav > .active.dropdown > a{
	color:#555555;
	border-color:transparent;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{
	border-bottom: none;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-nav.pull-right > li > .dropdown-menu, 
.navbar-nav > li > .dropdown-menu.pull-right {
    left: 0;
    right: auto;
}

.navigation li ul {
    position: absolute;
    height: auto;
    min-width: 200px;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    top: 130px;
    z-index: 1000;
}

.navigation li ul:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 23%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.navigation li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 100px;
}

.dropdown-menu{
	border-radius:0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border:0;
	top:70px;
}

.dropdown-menu > li > a {
	text-transform:uppercase;
    color: #555555;
    padding: 12px 20px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background-color:#fff;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    background-color: #fff;
    color: #555555;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
	border:0;
}

#container {
	background:#FFF;
	/*overflow:hidden;*/
}

.home{
	position:relative;
	display:table;
	width:100%;
	color:#fff;
	background:url("images/background/background1.jpg") repeat center top;
	background-size:cover;
}

.home-text-content{
	display:table-cell;
	vertical-align:middle;
	margin:0 auto;
}

.home-text{
	color:#fff;
	position:relative;
}

.home-text h2{
	color:#fff;
}

.home-text h2:after{
	background-color:#fff;
}


/************************* */
/* 4. ABOUT US */
/************************* */
.heading{
	margin-bottom:65px;
}

.services-description {
    font-size: 15px;
}

/************************* */
/* 8. STATISTIC */
/************************* */
.statistic {
	position:relative;
	width:100%;
	background:url("images/background/background3.jpg") repeat center top;
	background-size:cover;
}

.statistic-post{
	color:#fff;
}

.timer{
    display: block;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 25px;
}

.statistic-title{
	color:#fff;
	font-size:20px;
}


/************************* */
/* 9. PORTFOLIO */
/************************* */
.mfp-button-content{
	position:fixed;
	top:0;
	right:16px;
	z-index:1;
}

.portfolio-info{
	color:#161616;
	margin-bottom: 30px;
}

.portfolio-info i{
	padding:0 2px 0 15px;
}

.portfolio-info i:first-child{
	padding-left:0;
}

.portfolio-images img{
	margin-bottom:20px;
}

/************************* */
/* 13. CONTACT */
/************************* */
#forms input, 
#forms textarea,
#comment-form input, 
#comment-form textarea {
    border:1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#000000;
    font-size:18px;
    font-weight:300;
    height:auto;
	width:100%;
    letter-spacing:0.5px;
    margin-bottom:18px;
    outline:none;
    padding:10px 15px 10px;   
	transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

#forms textarea,
#comment-form textarea{
	height:185px;
	margin-bottom: 0;
}

#forms button.send,
#comment-form button.send{
	width:auto;
	border-radius:0;
	background-color:#fff;
}

#forms input:hover, 
#forms textarea:hover, 
#forms input:focus, 
#forms textarea:focus,
#comment-form input:hover, 
#comment-form textarea:hover, 
#comment-form input:focus, 
#comment-form textarea:focus {
    border-color: #404040;
}

#forms .required:after,
#comment-form .required:after {
    content: "Champ requis";
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 10px;
    transition: all 0.2s ease 0s;
    z-index: 15;
}

#forms .required.error:after,
#comment-form .required.error:after {
    opacity: 1;
}

.notification{
	display:none;
	cursor:pointer;
}


/************************* */
/* 14. MAP */
/************************* */
#map-canvas {
	width: 100%;
    height: 350px;
}

/************************* */
/* 16. FOOTER */
/************************* */
footer{
	overflow:hidden;
	text-align:center;
	padding:40px 0;
	background:#fbeacc;
}

footer .logo {
    float: none;
    line-height: normal;
    padding: 0;
}

footer p{
	color:#808080;
	margin:0;
	padding:15px 0 0;
	font-size:12px;
}

footer a{
	color:#808080;
	transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -webkit-transition: all 250ms linear;
}

footer .social {
	padding: 10px 0 0 0;
	text-align: center;
}

footer .social:before {
    content: "";
    display: block;
	width: 56px;
    height: 2px;
    margin: 10px auto 23px;
    position: relative;    
}

footer .social ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

footer .social ul li a {
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid #808080;
    height: 32px;
    line-height: 32px;
    width: 32px;
    display: inline-block;
}

/*** 22. RESPONSIVE DESIGN ***/

@media screen and (max-width: 991px) {
.title-shadow{
	font-size: 100px;
}
	
.navbar-default .navbar-nav > li > a{
	padding-left:11px;
	padding-right:11px;
}

/************************* */
/* About us */
/************************* */

.services{
	margin-bottom:40px;
}

.services:last-child{
	margin-bottom:0;
}


/************************* */
/* Portfolio */
/************************* */
.single-image{
	margin-top:35px;
}


/************************* */
/* Statistic */
/************************* */
.statistic-post {
    margin-bottom: 40px;
}

.timelineFlat .t_left, .timelineFlat .t_right {
	width:40px;
	opacity:1;
}	
}

@media screen and (max-width: 640px){
h1 small {
    font-size:36px;
}

h2 {
    font-size: 30px;
}

h2 small {
    font-size: 26px;
}

h3 small {
    font-size: 16px;
}

.slide-button {
	margin-top:30px;
}

.title-shadow{
	font-size: 40px;
	top:-10px !important;
}
/************************* */
/* ABOUT US */
/************************* */
a.about-icon {
    margin: 0 auto 20px;
}


/************************* */
/* Magnific popup */
/************************* */
.mfp-close-btn{
	width:35px !important;
	height:35px !important;
	line-height:35px !important;
}
}