/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Template: wp-bootstrap-starter
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description: The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Tags: blog,custom-menu,featured-images,threaded-comments,translation-ready,right-sidebar,custom-background,e-commerce,theme-options,sticky-post,full-width-template
Version: 3.3.6.1682031918
Updated: 2023-04-21 01:05:18

*/


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-cover{background-size: cover}
.bg-contain{background-size: contain}
.bg-center{background-position: center}
.bg-norepeat{background-repeat: no-repeat}

a{color: #0E7F4A}

b, strong{
	font-family: Proximanova Bold;
}

img{max-width: 100%}
img.bg-cover{object-fit: cover;height: 100%}

body{font-family: Proximanova Regular;font-size: 18px;color: #5B6E65}

h1,h2{font-family: 'Brodaers';color: #008244;letter-spacing: 3px}

h1{font-size: 32px}

h2{font-size: 30px}

h3{font-size: 30px;font-family: 'Cooper';color: #008244;}

h3.big {
	font-size: 48px;
	line-height: 1;
}

h4{font-size: 20px;font-family: Proximanova Bold;color: #66bb00;text-transform: uppercase;margin: 1rem 0}

.btn {
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Proximanova Bold;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	letter-spacing: 1px;
	padding: 13px 20px 11px;
	line-height: 1.1;
}

.btn-white, .btn-green:hover {
	background-color: white;
	color: #66bb00;

}

.btn-green:hover {
	border-color: #66bb00;
}


.btn-green,.btn-white:hover{background-color: #66bb00;color: white}








#content{width: 100%;overflow: hidden;}

.fixed-nav #content{padding-top: 290px}

header {
	background-color: white;
	top: -100%;
	transition: all 0.3s;
}

.fixed-nav header {
	position: fixed;
	top: -103px;
	width: 100%;
	left: 0;
	z-index: 10;
	background-color: white;
	box-shadow: 0 0 10px rgb(0,0,0,0.1);
}


header::after {
	content: "";
	display: block;
	background-color: #ECF8E2;
	height: 60px;

transition: all 0.3s;}


.fixed-nav header::after {height: 0;}


.home header:after{display: none}

header nav.sub-nav {
	background-color: #008244;
	
	font-size: 11px;
transition: all 0.3s;}


.fixed-nav  header nav.sub-nav{transform: translateY(-100px);}


.fixed-nav header ul.navbar-nav .hide_in_header{display: block}



.fixed-nav.admin-bar header{top: -73px;}



header nav.sub-nav .info a {
	background-color: #006937;
	font-size: 12px;
	font-family: Proximanova Bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 40px;
	color: white;
	padding: 0 15px 0 40px;
	margin-left: 10px;
	background-image: url(images/picto-mail.svg);
	background-position: 14px 41%;
	background-repeat: no-repeat;
}
header nav.sub-nav .social a:first-child{margin-left: 10px}

header nav.sub-nav .social a,
footer .social a {
	background-color: #006937;
	width: 40px;
	height: 40px;
	background-size: auto 17px;
}
header .navbar-brand {
	width: 250px;
	padding: 15px 0 30px;
		transition: all 0.3s;
}

.fixed-nav header .navbar-brand {
	width: 100px;
	padding: 0 0 10px;
}



header nav.contact{font-size: 13px;transition: all 0.3s;}


.fixed-nav  header nav.contact{transform: translateY(-100px);}


header nav.contact > div:last-child{margin-left: 30px}


header nav.contact a.btn,
footer a.btn-devis {
	font-size: 15px;
	box-shadow: 2px 3px 6px rgb(0,0,0,0.09);
	padding-left: 50px;
	background-color: white !important;
	color: #66bb00 !important;
}

header nav.contact a.btn:hover,
footer a.btn-devis:hover{padding-right: 50px;padding-left: 20px}

header nav.contact a.btn:hover::before, footer a.btn-devis:hover::before {
	left: calc(100% - 40px);
}

header nav.contact a.btn::before, footer a.btn-devis::before {
	content: "";
	position: absolute;
	background-color: #008244;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	top: -0.5px;
	left: -0.5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px auto;
	transition: all 0.3s;
}

header nav.contact a.btn.btn-devis::before,
footer a.btn-devis::before {
	
	background-image: url(images/picto-devis.svg);

}

header nav.contact a.btn.btn-phone::before {

	background-image: url(images/picto-phone.svg);

}

header ul.navbar-nav {
	background-color: #66bb00;
	border-radius: 3px;
	box-shadow: 0 8px 12px rgba(36, 87, 71, 0.4);
	margin-bottom: -20px;
	position: relative;
	z-index: 2;
	margin-top: 50px;
	padding-left: 5px;
		transition: all 0.3s;
}

.fixed-nav  header ul.navbar-nav{margin: 15px 0}

header ul.navbar-nav a {
	background-color: #58ad00;
	border-radius: 3px;
	margin: 5px 5px 5px 0;
	color: white !important;
	font-family: Proximanova Bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px !important;
	width: 170px;
	text-align: center;
		transition: all 0.3s;
}

header ul.navbar-nav a:hover, header ul.navbar-nav .current-menu-item a{
	background-color: #008244;
}

header ul.navbar-nav .hide_in_header{display: none}

.navbar-light .navbar-toggler {
	border-color: #008244;
}

.navbar-light .navbar-toggler-icon{
	filter: invert(53%) sepia(94%) saturate(600%) hue-rotate(46deg) brightness(94%) contrast(101%);
}


#banniere .owl-dots{
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

#banniere .owl-dot {
	background-color: white;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin: 0 5px 20px;
	border: 4px solid white;
}

#banniere .owl-dot.active {
	background-color:#66bb00}

#banniere .slide{height: 500px;}

#banniere h2{font-size: 80px; letter-spacing: 5px;text-shadow: 3px 3px 1px #66bb00}

#banniere .btn{font-size: 15px;padding: 20px 30px 15px}

section.paragraphes p:last-child{margin-bottom: 0}

.intro p:last-child{margin-bottom: 0}


section#gazons:before{content: "";position: absolute;bottom: 0;width: 100%;height: 50%;left: 0;background-color: #ECF8E2}

section#gazons .pouss {
	opacity: 0.15;
	right: -330px;
	bottom: -290px;
}

section#gazons .encart, .encart-avantages {
	padding: 60px;
	background-image: url(images/texture.png);
	background-blend-mode: multiply;
	box-shadow: 0 15px 15px rgb(139,168,147,0.6);
	border-radius: 10px;

}

section#gazons .encart {
	height: calc(100% - 3em);
}

section#gazons .encart-green-light, .page-id-9 .encart-avantages{background-color: #519600}
section#gazons .encart-green-dark, .encart-avantages{background-color: #1f6e20}

section#gazons .encart .img {
	border-radius: 100%;
	height: 252px;
	width: 252px;
	margin: -100px auto 0;
	background-color: white;
	box-shadow: 0 20px 14px rgb(0,0,0,0.26);
	border: 30px solid white;
}

section#gazons .encart .img::after {
	content: "";
	position: absolute;
	border: 2px solid #6b0;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border-radius: 100%;
	left: -10px;
	top: -10px;
}




.intro{font-size: 20px;font-family: Proximanova Bold;color:#74847D }




.banner{
	background-color: #AFC759;
	background-blend-mode: multiply;
background-position: center 100%;

}





section.paragraphes h3{margin-bottom: 20px}






.page-template-page-gazons .banner{height: 270px;width: 100%;top: 0;left: 0}

.page-template-page-gazons h3.big{height: 270px}

.page-template-page-gazons h3.big::before {
	content: "";
	background-color: white;
	position: absolute;
	height: 1000px;
	width: 3000px;
	bottom: -1000px;
	left: -1000px;
}

.encart-avantages p:last-child{margin-bottom: 0}

.encart-avantages .picto-plus {
	background-image: url(images/picto-plus.svg);
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 30px;
	right: 30px;
}



section.realisation img.img-para{height: 28%;object-fit: cover;object-position: center}

.page-id-11 section.realisation img.img-para{height: 21%;}



.page-template-page-gazons section img.img-deco-herbe3 {
	width: 338px;
	top:0;
	height: 99px;
	right: -150px;
}



.texture-green-light {
	background-color: #ECF8E2;
	background-image: url(images/texture.png);
	background-blend-mode: multiply;
	background-size: 540px;
}

.texture-green-light:before{content: "";position: absolute;width: 100%;height:100%;top: 0;left: 0;	background-color: #ECF8E2;opacity: 0.6}



.page-template-page-gazons section.texture-green-light .illus{height: 370px}

.page-id-9 section.texture-green-light:after{content: "";background-color: white;position: absolute;width: 100%;height: 200px;bottom: 0;left: 0}
.page-id-11 section.texture-green-light .texte::after {
	content: "";
	background-color: white;
	position: absolute;
	width: 100%;
	height: 1000px;
	bottom: -1070px;
	left: 0;
	width: 3000px;
	left: -1000px;
}


section.entretien ul.liste{list-style: none;padding: 0;margin: 0}

section.entretien ul.liste li {
	border-radius: 10px;
	box-shadow: 0 6px 10px rgba(141,141,141,0.32);
	padding: 20px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #008244;
	font-family: Proximanova Bold;
	letter-spacing: 1px;
}

section.entretien ul.liste li hr{width: 212px;height: 3px;background-color: #66bb00;margin: 0}




.map {
	background-image: url(images/map.svg);
	padding: 50% 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.map .container-gironde {
	width: 15%;
	left: 25.6%;
	top: 62%;
}



.map .gironde {
	background-image: url(images/gironde.svg);
	padding: 62% 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


.map .container-circle {
	width: 41%;
	left: 9.6%;
	top: 50%;
}

.map .circle-big {
	padding: 50%;
	border-radius: 100%;
	background-color: #7CB82A;
	opacity: 0.23;top: 0;left: 0;
	animation: 1s linear 0.2s infinite alternate bounce;
}


.map .circle-medium {
	padding: 37%;
	border-radius: 100%;
	background-color: #7CB82A;
	opacity: 0.23;
	top: 0;
	left: 0;
	margin: 13%;
	animation: 1s linear 0.1s infinite alternate bounce;
}

.map .circle-little {
	padding: 26%;
	border-radius: 100%;
	background-color: #7CB82A;
	opacity: 0.23;
	top: 0;
	left: 0;
	margin: 24%;
	animation: 1s linear 0s infinite alternate bounce;
}

@keyframes bounce {
  from { transform: scale(1); }
  to   { transform: scale(0.9); }
}

.map .marker {
	background-color: #0E7F4A;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	top: calc(70% - 5px);
	left: calc(32% - 5px);
}

.page-template-page-contact .adresse {
	font-size: 16px;
	color: #0E7F4A;
	
}

.map .adresse{
width: 260px;
	height: 260px;
	top: calc(75% - 130px);
	right: calc(100% - 130px);
}
.page-template-page-contact .adresse img {
	width: 150px;
	margin-bottom: 20px;
}

.map .adresse::before {
	content: "";
	height: 1px;
	background-color: #0E7F4A;
	position: absolute;
	width: 65%;
	top: 93px;
	left: 192px;
}

.form-control{
	border: 0;
	border-bottom: 1px solid #7CB82A;
	border-radius: 0;
	text-align: center;
	font-size: 14px;
}








.wpcf7-submit {
	background-color: #66bb00;
	border: 0;
	margin: 40px auto 0;
	display: block;
}











footer{background-color: #008244;font-size: 12px;
font-family: Proximanova Bold;
letter-spacing: 1px;}

footer #footer-nav ul{list-style: none;padding: 0;margin: 0}

footer #footer-nav ul a {
	color: white;position: relative;
	
}

footer #footer-nav ul a::after {
	content: "";
	position: absolute;
	width: 1px;
	background-color: #66bb00;
	height: 20px;
	right: 0;
	top: 6px;
}

footer #footer-nav ul li:last-child a::after{display: none}

footer .pre-footer{background-color: #ECF8E2;}

footer .pre-footer .titre{
	color: #008244;
	font-size: 12px;
	font-family: Proximanova Bold;
	letter-spacing: 1px;
}

footer .pre-footer a {
	color: #66bb00;
	font-family: Brodaers;
	font-size: 30px;
}

footer .pre-footer .text-deco {
	font-size: 60px;
	font-family: Brodaers;
	letter-spacing: 5px;
	line-height: 0.8;
	margin-top: 30px;
}



footer .site-info{background-color: #66bb00;font-size: 11px;font-family: Proximanova Regular;letter-spacing: 0}

footer .site-info img {
	bottom: 32px;
	left: 0;width: 338px;
}

footer .social a {
border-radius: 5px;margin: 0 2px;
}

footer a.btn-devis{margin-top: -40px}

footer a.btn-devis::before {background-color: #66bb00;}








/*LG*/
@media (max-width: 1199px){

	.map .adresse::before {

	width: 56%;
	top: 98px;
	left: 179px;
}

	header ul.navbar-nav a{background-color: transparent}


	#main-nav {
	position: absolute;
	width: calc(100% + 150px);
	top: 90px;
	left: -75px;
}


#main-nav ul{margin: 0}

header ul.navbar-nav a{width: 100%}

	section.entretien ul.liste li hr {
	width: 150px;

}

	.fixed-nav header {
	top: 102px;
}

	.banner{background-position: center !important}

	footer .pre-footer .text-deco {
  font-size: 40px;}
	header .navbar-brand {
		width: 100px;
		padding: 15px 0;
	}

	header::after {height: 0;}
		
.fixed-nav.admin-bar header {
  top: -5px;
}

.fixed-nav header {
  top: -38px;
}

	header {

		box-shadow: 0 0 10px rgb(0,0,0,0.1);
	}
}


/*MD*/
@media (max-width: 991px){

	.intro {
  font-size: 18px;}

  body{font-size: 16px}

  h3.big {
	font-size: 38px;
	line-height: 1;
}

	header nav.sub-nav .social a{background-color: transparent}
	section#gazons .encart .img {

		height: 190px;
		width: 190px;
		
	}

	section#gazons .encart, .encart-avantages {
		padding: 30px;
		
	}

	#banniere h2 {
	font-size: 60px;
	
}
	section.entretien ul.liste li hr {
	width: 100px;

}
}

/*SM*/
@media (max-width: 767px){

	section.entretien ul.liste li hr {
	width: 40px;margin: 10px auto;

}

section.entretien ul.liste li {
   padding: 20Px 20Px 10px;}

	section.realisation img.img-para{height: auto !important}

	footer .site-info img {
	
	width: 200px;
}

	footer a.btn-devis {
	margin-top: 50px;
}

	footer #footer-nav ul a::after {
display: none;
}

	section#gazons .encart{height: auto}

	


	#banniere .btn {
	font-size: 12px;
	padding: 13px 20px 11px;
}


h3.big {
	font-size: 30px;
	
}

.encart-avantages{margin-top: -3rem}



}




  