﻿@charset "utf-8";

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    line-height: 21px;
	font-weight: 300;
	color: #666;
	background: url(../images/patterns/9.png) fixed repeat;
}
strong, b {
    font-weight: 700;
}
li strong {
	font-weight: 700;
	color: #000;
}
.blocontact {
    margin-top: 0px;
    padding: 20px 15px 30px !important;
    border: 1px solid #D4D3D3;
    border-radius: 6px;
    transition: all 0.4s ease-in-out 0s;
    background-color: #FFF;
}

/*************** Heading Titles ***************/

.classic-title {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d7d3d2;
	font-weight: 300;
	font-size: 20px;
}
.classic-title span {
    padding-bottom: 5px;
    border-bottom: 2px solid;
    font-weight: 400;
}

.big-title {
	margin-bottom: 5px;
}

.big-title h2 {
	font-size: 26px;
	line-height: 35px;
	font-weight: 400;
}
.big-title h1 {
	font-size: 36px;
	line-height: 37px;
	font-weight: 400;
}

.big-title h1 strong, .big-title h2 strong {
	font-weight: 700;
}

.big-title .title-desc {
	font-size: 16px;
	line-height: 22px;
	color: #666;
}

.big-title h2 + .title-desc, .big-title h1 + .title-desc {
	margin-top: 4px;
}

.white {
	color: #FFFFFF;
}

.orange {
	color: #F49237;
}

.vert {
	color: #0D3F35;
}

.text-center{
	text-align: center;
}

.recent-projects h4.title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d7d3d2;
    font-weight: 400;
    font-size: 20px;
}
.recent-projects h4.title span {
    padding-bottom: 4px;
    border-bottom: 2px solid;
}

.slider-content h2{
    color: #FFF;
	-webkit-text-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    -moz-texte-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    -o-text-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    text-shadow: 0px 2px 4px rgba(0,0,0,0.6);
}
.slider-content h3{
    color: #FFF;
	-webkit-text-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    -moz-texte-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    -o-text-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    text-shadow: 0px 2px 4px rgba(0,0,0,0.6);
}


/* BOUTTONS */
.btn-medium.border-btn {
	padding: 6px 18px;
	background-color: #FFF;
}
.btn-system.border-btn-aj {
    border-color: #F49237;
    color: #F49237;
	background-color: #FFF;
}


/* NAVBAR */

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
    border-bottom: 0px solid;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

.navbar {
	margin-bottom: 0px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	background-color: #0D3F35;
	border-bottom: none #eb5523 0px;
}
/*.navbar-default .navbar-nav {
    margin-right: 0px !important;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}*/
.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 30px 20px 28px 20px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}
.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
	background-color: #89AAA4;
    visibility: hidden;
    z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dropdown li a, .sup-dropdown li a {
    display: block;
    color: #0D3F35;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding: 11px 16px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}

ul.contact-details {
    float: right;
	margin-right:15px;
}

.top-bar .contact-details li {
    display: inline-block;
	padding: 0px 20px 0px 20px;
}
.logo-brand {
	position: relative;
	float: none;
	margin: 0px !important;
	padding: 15px 0px 0px 0px;
	transition: all 0.3s ease-in-out 0s;
	display: block;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #FFF none repeat scroll 0% 0%;
    padding: 8px 5px 6px;
}

/* SERVICES */
.service-boxed01 {
    margin-top: 10px;
    padding: 25px 15px 20px !important;
    border: 1px solid #EEE;
    border-radius: 7px;
    transition: all 0.4s ease-in-out 0s;
    background-color: #FFF;
    height: 300px;
}

.boxed-top {
    margin-top: 35px;
	margin-bottom: 60px;
    padding: 25px 40px 20px !important;
    border: 1px solid #EEE;
    border-radius: 7px;
    background-color: #0C3E34;
	background-color: rgba(12, 62, 52, 0.35);
    height: auto;
}

/* FOOTER*/
footer {
	background-color: #222;
	padding-top: 60px;
	border-top: 0px solid #555;
}
footer p {
    color: #808183;
}
.footer-widget h4 {
    color: #F49237;
	font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-weight: 400;
    position: relative;
}
.footer-widget a {
    color: #F49237;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-weight: 300;
}
	
.footer-widget h4 .head-line {
	position: absolute;
	bottom: 0px;
	left: -1px;
	display: block;
	width: 50px;
	height: 2px;
	background-color: #F49237;
	margin: 0px;
}

.copyright-section p {
	color: #FFFFFF;
}
.copyright-section {
	padding: 15px 0px 10px 0px;
	font-size: 11px;
	letter-spacing: 0.5px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.service-boxedrouge{
    margin-top: 10px;
    padding: 15px 15px 20px !important;
    border: 1px solid #0C3E34;
    border-radius: 8px;
    transition: all 0.4s ease-in-out 0s;
    background-color: #fff;
}

/* TABLEAU */

.table-bordered {
	border: 1px solid #c7c739;	
}
td {
	font-size:18px;
	font-weight:400;
	padding: 5px 10px 5px 10px;
}


/* PAGES */
.sidebar .widget h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
	color:#771F21;
}
.service-boxed-details {
	margin-top: 10px;
	padding: 20px 15px 20px !important;
	border: 1px solid #771F21;
	border-radius: 7px;
	transition: all 0.4s ease-in-out 0s;
	background-color: #FFF;
	height: 420px;
	background-image: url(../images/fleche-bas.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.section-formules {
	background-image:url(../images/fond-bande.png);
	background-repeat: no-repeat;
	background-position: center center ;
	overflow: hidden;
	position: relative;
}
.text-center-formules {
    margin-bottom: 0px;
	text-align:center;
}
