/*------------------------------------------------------------------
[Master Stylesheet]
Project:	GreensKeeper
Version:	1.3
Last change:	05/10/16
Author:	imithemes 
-------------------------------------------------------------------*/
/* Stylesheets and Google fonts import */
@import url("font-awesome.css");
@import url("line-icons.css");
@import url("animations.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);


/*------------------------------------------------------------------
[Table of contents]

0. CSS Reset
1. Basic Styles
2. Typography
3. Margin Bottom Sets
4. Padding Sets
5. Spacers Sets
6. Site Structure & Appearance
7. Responsive Media Queries
-------------------------------------------------------------------*/

@media only screen and (max-width: 992px){
.tel-mobile a {
    color: #fff;
}

.tel-mobile {
    background: #00937E;
    text-align: center;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 1px;
	display: block !important
}
}
@media only screen and (min-width: 992px){
	.tel-mobile {
		display: none;
	}
}
.header-info-cols li .icon-col {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid transparent;
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
}
.selectpicker.btn-default {
    background: #fff;
    padding-left: 14px;
    text-transform: none;
    font-size: 14px;
    color: #999;
    line-height: 1.2em;
    padding-top: 8px;
    border: 1px solid #ccc;
    letter-spacing: 0;
    text-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
    background-color: #00937E;
    color: #fff;
}
a, .accent-color, a, a:hover, .header-info-cols li .icon-col, hr.sm:before, .connected-blocks .icon, .widget_links ul li a:hover, .footer_widget h4.widgettitle i{
	color:#00937E;
}
.accent-bg, .btn-primary, #back-to-top:hover, .site-logo, .site-logo:before, .stacked-title, #menu-toggle:active, #menu-toggle:hover{
  background-color: #00937E;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  background: #00937E;
  opacity:.9
}
.header-info-cols li .icon-col {
    border-color: #00937E !important;
}
@media only screen and (max-width: 992px){
	.dd-menu > li:hover > a{
  		background: #00937E;
	}
}


/* DatePicker */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/*-------------------------------------------------------------------------------------------*/
/*!

/*-------------------------------------------------------------------------------------------*/
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
/* PERSO */
.widget.footer_widget ul.header-info-cols li span, .widget.footer_widget ul.header-info-cols li a {
    color: #fff;
}
.widget.footer_widget ul.header-info-cols {
    float: left;
}
.parallax.parallax1.parallax-light.padding-tb75>div {
    background: rgba(0, 0, 0, 0.5);
    width: 40%;
    margin: 0 auto;
    padding: 2em 1em;
    border: 1px solid #fff;
}
.col-md-12.col-sm-12.bloc, div.bloc {
    margin-bottom: 45px;
    background: #f9f9f9;
    padding: 1em 1em 0;
    border: 1px solid #00937E;
}
.bloc2 .text {
    border-left: 5px solid #00937E;
    padding-left: 20px;
    margin-top: 40px;
}
p.titre-p {
    font-weight: bold;
    color: #333;
    font-style: italic;
    font-size: 18px;
    border-left: 5px solid #00937E;
    padding-left: 15px;
    margin-bottom: 25px;
}
p.sous-titre {
    background: #00937E;
    padding: 6px 20px;
    color: #fff;
    font-size: 16px;
    font-style: italic;
}
i.fa.fa-info-circle.accent-color {
    margin-right: 10px;
}
.col-md-12.col-sm-12.marge-top {
    margin-top: 40px;
}
ul.puces-vert li {
    margin-bottom: 20px;
}
h4.stacked-title {
    margin: 0 auto;
    display: block;
    width: 60%;
}
ul.puces-vert li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #00937E;
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}
ul.puces-vert {
    background: #fff;
    padding: 1.2em 1em 0.1em;
    border: 1px solid #ddd;
    margin-bottom: 35px;
    list-style: none;
}


html, body, div, span, h1, h2, h3, h4, h5, p, a, img, strong, i, ul, li, form, label, header, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
header, nav {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
}

/* ==================================================
   1. Basic Styles
================================================== */

html, body {
	height: 100%;
}

html{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
a{
	color:#5e5e5e;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
a:hover,
a:active,
a:focus{
	text-decoration:none;
	outline: 0;
	color:#5e5e5e;
}
a img {
	border: none;
}
a > img {
	vertical-align: middle;	
}
.lgray-bg{
	background:#F7F7F7;
}
img {
	max-width: 100%;	
}
img {
	max-width: 100%;
}
img {
	height: auto;
}
strong {
  	font-weight: 700;
}
p {
	margin: 0 0 20px;
}
i{
	font-style:italic;
}
.text-align-center {
	text-align: center;
}
::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}

/* ==================================================
   2. Typography
================================================== */

h1,
h2,
h3,
h4,
h5{
	margin:0 0 20px 0;
	color:#555;
	font-weight:700;
	line-height:1.5em;
	font-family: 'Lato', sans-serif;
}
h1{
	font-size:36px;
}
h2{
	font-size:30px;
}
h3{
	font-size:24px;
}
h4{
	font-size:17px;
}
h5{
	font-size:15px;
	text-transform:uppercase;
}
h2.short{
	margin-bottom:0;
}
hr{
	display:block;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:1px;
	border:0;
	background:#E8E8E8;
}
hr.sm {
    display: inline-block;
    margin: 0 0 15px 0;
    height: 4px;
    width: 67px;
    border: 0;
    position: relative;
    background: #00937E;
}
/*hr.sm:before{
	content:"||-||-||-||-||-||-||";
	position:absolute;
	font-size:13px;
	color:#ddd;
	top:-10px;
	left:0;
}*/
.text-align-center hr.sm:after{
	position:absolute;
	width:3px;
	height:3px;
	content:" ";
	left:-6px;
}
hr.fw{
	display:block;
	clear:both;
	margin-bottom:30px;
	margin-top:15px;
	width:100%;
	height:1px;
	border:0;
	background:#eee;
}
ul{
	margin:10px 0 10px 20px;
	list-style-type:disc;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight:400;
  color:#666;
}

/* ==================================================
   3. Margin Bottom Sets
================================================== */
.margin-20{
	margin-bottom:20px !important;
}

/* ==================================================
   4. Padding Sets
================================================== */
.padding-b0{
	padding-bottom:0!important;
}
.padding-tb75{
	padding-top:75px;
	padding-bottom:75px;
}
/* ==================================================
   5. Spacers Sets
================================================== */
.spacer-20{
	height:20px;
	clear:both;
	width:100%;
}
.spacer-30{
	height:30px;
	clear:both;
	width:100%;
}
.spacer-40{
	height:40px;
	clear:both;
	width:100%;
}
.spacer-50{
	height:50px;
	clear:both;
	width:100%;
}
.spacer-60{
	height:60px;
	clear:both;
	width:100%;
}
/* ==================================================
   5. Multi purpose Elements
================================================== */
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.flexslider .slides {
	zoom: 1;
	margin:0;
	list-style-type:none;
}  
.hero-slider{
	position:relative;
	z-index:1;
	width:100%;
	overflow:hidden;
	background-image:url(../images/loader.gif) no-repeat center center;
}
.flexslider > ul.slides{
	height:100%;
}
.flexslider ul.slides li{
	width:100%;
	overflow:hidden;
	position:relative;
	background-attachment:scroll!important
}
.selectpicker{
	font-weight:400;
	padding-top: 5px;
	padding-bottom: 7px;
}
.carousel-wrapper{
	overflow:hidden;
	background:url(../images/loader.gif) no-repeat center center;
	min-height:150px;
}
.quick-quote{
	position:relative;
}
#Quote-message{
	display: block;
	width: 100%;
	font-size: 12px;
}
.quote-teaser #Quote-message {
    background: #fff;
    padding: 0.4em 1em 0;
    line-height: 3;
}

/* ==================================================
   6. Site Structure & Appearance
================================================== */
body{
	background-color:#fff;
	color:#333;
	font-size:15px;
	font-weight:400;
	font-family:"Roboto", sans-serif;
	line-height:1.55em;
	background-attachment:fixed;
	overflow-x:hidden;
	text-align: justify;
}
.header-wrapper{
	position:relative;
}
.site-logo {
    position: relative;
    width: 400px;
    z-index: 2;
    float: left;
    padding: 12px 50px 12px 0;
    background: none !important;
}
.site-logo:before {
    display: none;
}
.site-logo:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 0 40px 70px 0;
}
.site-logo:before {
	content:"";
    position: absolute;
    top: 0;
    right: 70px;
	width:2000px;
	height:100%;
	z-index:0;
}
.site-logo a {
	position:relative;
	z-index:1;
}
.site-tagline {
    position: relative;
    z-index: 2;
    float: left;
    line-height: 25px;
    width: 45%;
    text-align: center;
    padding-top: 45px;
    color: #3e3e3e;
}
.site-header{
	background-color:#fff;
	width:100%;
	position:relative;
	min-height: 70px;
}
.site-header-right {
    float: right;
    position: relative;
    z-index: 2;
}
#contact-info{
	display:none;
}
.header-info-cols{
	float:right;
	list-style-type:none;
	margin:0;
}
.header-info-cols li {
    font-size: 13px;
    line-height: 17px;
    padding-top: 15px;
    white-space: nowrap;
    margin-bottom: 30px;
    display: block;
    height: 30px;
}
.header-info-cols li > a {
	color:#333;
	transition: 0.3s;
}
.header-info-cols li > a:hover {
	color:#00937E;
	transition: 0.3s;
}
.header-info-cols li > div {
    display: block;
    height: 40px;
    float: left;
    color: #333;
}
.header-info-cols li > div > div{
	display:table;
	vertical-align:middle;
}
.header-info-cols li > div > div > span{
	display:table-cell;
	vertical-align:middle;
	height:40px;
}
.header-info-cols li .icon-col{
	width:40px;
	height:40px;
	border-radius:100%;
	border:2px solid transparent;
	float:left;
	margin-right:10px;
	text-align:center;
	font-size:20px;
	line-height:36px;
}
.main-navigation{
	position:relative;
	z-index:3;
	width:100%;
	height:60px;
	background: rgba(255,255,255,.97);
	border-top:1px solid #eee
}
.main-navigation .container{
	position:relative;
}
.dd-menu{
	margin:0;
	list-style-type:none;
	display:block;
}
#menu-toggle{
	display:none;
	background:#555;
	color:#fff;
	text-align:center;
	padding:5px 10px;
	margin-top:12px;
	border-radius:4px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
	letter-spacing:1px;
}
.dd-menu > li {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 35px;
    margin-left: 30px;
}
.dd-menu > li > a{
	display:block;
	color:#5e5e5e;
	line-height:60px;
}
.quote-head-btn{
	margin-top:11px;
	margin-left:30px;
}
.flexslider, .flexslider ul.slides li, .flex-caption-cell{
	height:275px;
}
.hero-slider, .hero-slider.flexslider ul.slides li, .flex-caption-cell{
	height:475px;
}
.hero-slider{
	background-color:#666;
}
.flex-caption-table{
	width:100%;
	display:table;
	vertical-align:middle;
}
.flex-caption-cell{
	display:table-cell;
	vertical-align:middle;
}
.flex-caption-text {
    display: block;
    width: 50%;
    margin: 0 auto;
}
.flex-caption-text h1 {
    color: #fff;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.63);
    text-transform: uppercase;
    border: 3px solid rgba(203, 249, 63, 0.49);
}
.quote-teaser{
	position:relative;
	background:#404040;
}
.quote-teaser .container{
	position:relative;
	z-index:1;
}
.quote-teaser h3{
	color:#fff;
	margin-bottom:0;
	background:#333;
	position:relative;
	height:100px;
	padding:30px 0 0;
	padding-right:50px;
}
.quote-teaser-title{
	width:300px;
	float:left;
	position:relative;
}
.quote-teaser-title:before {
	content:"";
    position: absolute;
    top: 0;
    right: 70px;
	width:2000px;
	height:100%;
	z-index:0;
	background:#333;
}
.quote-teaser h3:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    border-style: solid;
    border-color: transparent #404040 transparent transparent;
    border-width: 0 50px 50px 0;
}
.quote-teaser h3:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    border-style: solid;
    border-color: transparent transparent transparent #404040;
    border-width: 50px 0 0 50px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.quote-teaser form.quick-quote{
	padding-top:30px;
	padding-left:30px;
	margin-left:300px;
}
.quote-teaser .form-control{
	border:0;
}
.quote-teaser .btn-primary{
	height: 38px;
	padding-top: 4px;
	-webkit-border-radius:0;
	border-radius:0;
}
.content{
	padding:60px 0;
}
.home .content{
	padding-bottom:0;
}
.shadow-row{
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.10);
	position:relative;
	z-index:1;
}
.main-navigation:before, .main-navigation:after{
	content:" ";
	display:table;
}
.main-navigation:after{
	clear:both;
}
.connected-blocks{
	border-left:1px solid #e6e6e6;
	padding:0 0 30px 40px;
	position:relative;
	margin-left:20px;
}
.connected-blocks .icon{
	position:absolute;
	left:-20px;
	width:40px;
	height:40px;
	border-radius:100%;
	border:1px solid #e6e6e6;
	z-index:1;
	background:#fff;
	text-align:center;
	line-height:36px;
}
.connected-blocks h5{
	padding-top:8px;
	color:#999;
}
.stacked-title{
	border-radius:0 0 4px 4px;
	color:#fff;
	padding:10px 30px;
	text-align:center;
	margin:0 auto;
	text-shadow:1px 1px 0 rgba(0,0,0,.1);
	display:inline-block;
}
.site-footer{
	background-color:#404040;
	padding:70px 0;
}
.site-footer-bottom{
	background-color:#333;
	padding:20px 0;
	color:#999;
}
.site-footer-bottom p{
	margin-bottom:0;
	font-size:13px;
}
#back-to-top{
	position:fixed;
	right:-40px;
	bottom:15px;
	background:rgba(0,0,0,.8);
	width:40px;
	height:40px;
	text-align:center;
	color:#fff;
	line-height:43px;
	overflow:hidden;
	font-size:17px;
	display:block;
	z-index:1111;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
/* ==================================================
   6.2. Widgets Styling
================================================== */
.widgettitle{
	position:relative;
}
.widgettitle{
	margin-bottom:20px;
}
.widget_links ul{
	list-style-type:none;
	margin:0;
}
.widget_links ul li{
	border-bottom:1px solid #F6F6F6;
	padding-bottom:10px;
	margin-bottom:10px;
}
.footer_widget.widget_links ul li{
	border-bottom:1px solid rgba(255,255,255,.05);
}
.widget_links ul li a{
	display:inline-block;
	position:relative;
	color:#5e5e5e;
}
.footer_widget h4.widgettitle{
	text-transform:uppercase;
	border-bottom:0;
	color:#fff;
	font-weight:700;
	font-size:14px;
	margin-bottom:36px;
	letter-spacing:1px;
}
.footer_widget h4.widgettitle:before, .footer_widget h4.widgettitle:after{
	display:none;
}
.footer_widget, .site-footer .footer_widget a{
	color:#999;
}

/* ==================================================
   6.4. SHORTCODES
================================================== */
.parallax-light h2, .parallax-light h3, .parallax-light hr.sm:before{
	color:#fff;
}
.parallax-light p {
    color: #fff;
}
.padding-tb75.accent-bg.parallax-light {
    background-color: #222;
}
.site-footer .col-md-4.col-sm-4 {
    padding: 0 30px;
}


/* ==================================================
   6.5. Overriding Classes
================================================== */
.parallax{
	background-attachment: fixed!important;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#333;
	position:relative;
}

/*-------------------------------------------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------------------------------------------*/


/* ==================================================
   7. Responsive Media Queries
================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
	.site-header .container, .main-navigation .container, .quote-teaser .container{
		width:100%;
	}
	.site-tagline{
		display:none
	}
	.dd-menu > li{
		margin-right:25px;
	}
}
@media only screen and (max-width: 992px) {
	.site-header .container, .main-navigation .container, .quote-teaser .container{
		width:100%;
	}
	.site-tagline{
		display:none
	}
	#contact-info{
		float:right;
		display:inline-block;
		margin-top:12px;
	}
	.site-header-right{
		float:left;
		width:100%;
		display:none
	}
	.header-info-cols{
		float:none;
		text-align:center;
	}
	.header-info-cols li {
    padding-bottom: 0 !important;
    display: inline-block;
    margin: 0 !important;
    width: 100% !important;
    text-align: left !important;
}
	.main-navigation .container{
		position:static;
	}
	.main-navigation .quote-head-btn{
		margin-left:0;
		background:#555;
	}
	.main-navigation .quote-head-btn{
		float:left!Important;
	}
	.dd-menu{
		display:none;
		position:absolute;
		width:100%;
		background:#555;
		top:100%;
		left:0;
		padding-top:15px;
	}
	.dd-menu > li{
		width:100%;
		float:none;
		display:block;
	}
	#menu-toggle{
		display:inline-block;
		float:right;
	}
	.dd-menu > li > a {
		color: #fff;
		line-height: 20px;
		padding: 15px 25px;
	}
	.dd-menu > li:last-child{
		margin-bottom:25px;
	}
	.quote-teaser-title::before{
		right:-30px;
	}
	.quote-teaser h3:before, .quote-teaser h3:after{
		display:none;
	}
	.quote-teaser-title{
		width:100%;
		float:none;
	}
	.quote-teaser form.quick-quote{
		margin-left:0;
		padding-bottom:15px;
		padding-left:0;
	}
	.quote-teaser h3{
		padding:20px 0;
		height:auto;
	}
	.footer_widget{
		margin-bottom:40px;
	}
	.site-footer{
		padding-bottom:20px;
	}
	.dd-menu > li > a{
		border-bottom:1px solid rgba(0,0,0,.1);
	}
}
a#contact-info {
    display: none;
}
@media only screen and (max-width: 767px) {
	.flex-caption-text {
    width: 100% !important;
}
header.site-header {
    position: fixed !important;
    top: 0 !important;
    z-index: 999;
}
h1, h2 {
    font-size: 23px !important;
}
h3 {
    font-size: 20px !important;
}
p.titre-p {
    font-size: 16px !important;
    padding-left: 10px !important;
}
h4.stacked-title {
    width: 100% !important;
    padding: 5px 10px;
}
button#service-submit {
    margin: 0 auto;
    float: none;
    display: block;
}
.site-footer {
    padding: 40px 0 !important;
}
hr.sm {
    margin: 0 0 35px 0 !important;
}
.spacer-60 {
    height: 40px !important;
}
.parallax.parallax1.parallax-light.padding-tb75>div {
    width: 97% !important;
    padding: 1em 1em !important;
}
ul.puces-vert li {
    margin-bottom: 10px !important;
    font-size: 13px !important;
}
.padding-tb75 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.col-md-3.col-sm-3 img {
    float: none;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.container {
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.connected-blocks {
    padding: 0 0 30px 25px;
    margin-left: 10px;
}
.col-md-12.col-sm-12.bloc, div.bloc {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
div#debroussaillage-carcassonne > .col-md-7.col-sm-7 {
    padding: 0;
}
.padding-tb75.accent-bg.parallax-light img {
    margin-bottom: 15px;
}
	/* Isotope */
	.site-logo {
    width: 250px;
    margin: 0 auto !important;
    display: block;
    float: none;
    padding: 12px 0;
	transition: 0.3s;
}
.site-footer-bottom {
    padding: 5px 0 !important;
}
.main-navigation {
    box-shadow: 0 5px 5px -5px #00937E;
}
.hero-area {
    margin-top: 164px;
}
.hero-slider, .hero-slider.flexslider ul.slides li, .flex-caption-cell {
    height: 300px !important;
    background-position: 34% 50% !important;
}
	.site-header{
		min-height:0;
	}
	#contact-info{
		line-height: 1.6;
		margin-top: 15px;
	}
	.quote-teaser form.quick-quote{
		padding-bottom:30px;
	}
	.parallax {
    padding-left: 0;
    padding-right: 0;
}
	.copyrights-col-left{
		text-align:center;
	}
	.copyrights-col-left {
    margin-bottom: 0;
}
	#contact-info{
		border:0;
		padding-left:0;
		padding-right:0;
	}
	#contact-info:hover, #contact-info:active{
		background:none;
		color:#3a3a3a
	}
	.site-logo:after{
		border-bottom-width:65px;
	}
	#contact-info{
		font-size: 24px;
		line-height: 24px;
		margin-top: 10px;
	}
}