body {
  overflow-x: hidden;
  padding: 0!important;
}
input[type=range] {
  -webkit-appearance: none;     /*nécessaire pour Chrome */
  padding: 0;                   /* nécessaire pour IE */
  font: inherit;                
  outline: none;
  color: #448D05;               
  opacity: .8;
  background: #CCC;             
  box-sizing: border-box;       
  transition: opacity .2s;
  cursor: pointer;
}
.underline,.nav .menu-item a {
  position: relative;
}
.sub-menu li {
  height: 25px;
}
.sub-menu {
  position: absolute;
  background: #fff;
  padding: 11px;
  list-style: none;
  opacity: 0;
  padding-top: 0;
  transition: 0.5s ease-in opacity;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,.35);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,.35);
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,.35);
}
.sub-menu-hover {
  opacity: 1!important;
}
.bt-hover {
  transition: background ease-in 0.5s;
  background: white;

}
.bt-hover:hover {
  background: linear-gradient(120deg, #095200 0%, #448D05 100%);
  color: white!important;
}
.bt-hover:hover a {
  color: white!important;
}
output {
  border: 1px solid #d7dbdd;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  padding: .4em .6em;
  border-radius: 3px;
}
.underline:hover,
.underline:focus,
.underline:active,
.nav .menu-item a:hover,
.nav .menu-item a:focus,
.nav .menu-item a:active {
  cursor: pointer;
  background: linear-gradient(120deg, #095200 0%, #448D05 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.underline:hover:after,
.underline:focus:after,
.underline:active:after,
.nav .menu-item a:hover:after,
.nav .menu-item a:focus:after,
.nav .menu-item a:active:after {
  width: 100%;
}
.underline:after,
.nav .menu-item a:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  background-image: linear-gradient(120deg, #095200 0%, #448D05 100%);
  width: 0;
  transition: width 0.4s;
}

h1,h2,h3,h4,h5 {
  font-family: 'Playfair Display SC', serif;
}
.wp-edit h1,.wp-edit h2,.wp-edit h3,.wp-edit h4,.wp-edit h5,.wp-edit p, .wp-edit ul  {
  display: block;
  margin: auto;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}
.wp-edit h2,.wp-edit h3,.wp-edit h4,.wp-edit h5 {
  font-family: 'Roboto', sans-serif;
  color: #448d05;
  font-size: 32px;
  text-transform: initial;
}
p, ul, li,mark,small,a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
p, ul, li {
  font-size: 18px;
}
a {
  color:#000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
h1 {
  font-size: 70px;
  text-transform: uppercase;
  color: #000;
}
h2{
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
}
.carousel-indicators li {
  max-width: 8px;
  height: 8px;
  border-radius: 50px;
}
#headerscroll li a {
  font-size: 14px;
  color: #000;
}
#headerscroll li {
  margin: auto;
}
#header_mobile {
  display: none;
  width: 100%;
  position: sticky;
}
#header_mobile li {
  text-align: center;
  margin: 5px 0;
  font-size: 18px!important;
}

#headerscroll {
  transition: background-color ease-in 1s;
  /*-moz-box-shadow: 0px 5px 35px -6px #656565;
  -webkit-box-shadow: 0px 5px 35px -6px #656565;
  -o-box-shadow: 0px 5px 35px -6px #656565;
  box-shadow: 0px 5px 35px -6px #656565;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=35);*/
}
#badge {
  background-color: #792B64;
  position: fixed;
  right: -40px;
  bottom: 20px;
  transform: rotate(-90deg);
  max-width: 130px;
  color: #ffff;
  padding: 10px;
  line-height: 1;
}
#home .carousel-caption {
  bottom: 30%;
  width: 100%;
  left: 0;
}
#home .who-left, #home .who-right {
  max-width: 1300px;
}
#home .who-right h3 {
  z-index: 9;
  max-width: 320px;
  background-color: white;
  position: relative;
  right: -60%;
}
#home .who-right figure figcaption span, #home .who-left figure figcaption span {
  display: none;
}
#home .who-left h3 {
  z-index: 9;
  max-width: 320px;
  background-color: white;
  position: relative;
  left: -30%;
}
#home .carousel-indicators li {
  max-width: 9px;
  height: 9px;
  border-radius: 50%
}
#home .more {
  /*font-size: 22px;*/
}
#home .carousel-indicators .active {
  background-color: #095200;
}
.modal-content {
  border: 10px solid #fff;
  border-radius: 0;
}
.modal-dialog button.close {
  width: 25px;
  height: 25px;
  position: absolute;
  background: #fff;
  opacity: 1;
}

#home h1 {
	margin-bottom: 30px;
}

#home .btn {
	background-color: #ffffff;
    color: black;
    padding-left: 20px;
}

#home .btn img {
	width: 50px;
}

#slidetestimonials #carouselExampleIndicators {
	background-color: #095200;
}

#slidetestimonials {
  /*background-image: linear-gradient(120deg, #448D05 0%, #095200 100%);
  height: 300px; */
  position: relative;
}
#slidetestimonials .carousel {
  /*bottom: -60px;*/
  z-index: 99;
}
#slidetestimonials .carousel-inner {
  max-width: 60%;
  margin: auto;
  padding-bottom: 1rem;
}
#slidetestimonials  .title {
  font-weight: 700;
  color: #FFF;
  display: none;
  position: absolute;
  font-size: 1.4rem;
  text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  /* margin: auto; */
  /* display: block; */
  width: 100%;
  text-align: center;
}
#slidetestimonials .carousel-item {
  background-color: transparent;
  padding: 2rem;
  /*-webkit-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);*/
  color: #fff!important;
}
#gazon .carousel-caption, #realisation .carousel-caption {
  width: 100%;
  left: 0;
  bottom:30%;
}
#gazon .carousel  {
  position: relative;
  overflow: hidden;
}
#realisation .carousel {
  position: relative;
  max-height: 60vh;
  overflow: hidden;
}
#gazon blockquote {
  position: absolute;
  border: 2px solid #545b62;
  width: 250px;
  font-weight: 300;
  font-size: 14px;
  z-index: 99;
  padding: 5px;
  opacity: 0;
}
#badge1:after {
  content: url("src/tiret.png");
  position: absolute;
  left: -195px;
  transform: rotate(-15deg);
}
#badge2:after {
  content: url("src/tiret2.png");
  position: absolute;
  right: -115px;
  transform: rotate(50deg);
  top: 43px;
}
#badge3:after {
  content: url("src/tiret2.png");
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
  top: -60px;
}
#badge4:after {
  content: url("src/tiret2.png");
  position: absolute;
  left: 51px;
  transform: rotate(-20deg);
  top: -37px;
}
#badge5:after {
  content: url("src/tiret2.png");
  position: absolute;
  left: 90px;
  transform: rotate(37deg);
  top: -52px;
}
.numberBadge {
  display: none;
}
.badgeVisible {
  opacity: 1!important;
  transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
  -moz-transition: all ease-in 0.5s;
  -ms-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
}
button {
  border-radius: 0!important;
}

#description_terre {
  padding-bottom: 0px!important;
}

#description_terre h3 {
  font-size: 38px;
}
#description_terre span {
  font-size: 16px;
}
#description_terre article {
  max-width: 380px;
  margin: auto;
}
#produit .texte-prd img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#produit .img-prd {
  display: flex;
  align-items: center;
  justify-content: center;
}
#produit form {
  max-width: 420px;
  float: left;
}
#produit form input:focus, #gazon article form input:focus {
border: transparent;
  box-shadow :none!important;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #448d05;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #448d05;
  cursor: pointer;
  margin-top: -14px;
  box-shadow: none;
}
input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 1px solid #448d05;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #448d05;
  cursor: pointer;
}
input[type=range]::-ms-thumb {
  box-shadow: none;
  border: 1px solid #448d05;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #448d05;
  cursor: pointer;
}
#produit form .output, #gazon article form .output {
  border: none;
  background: none;
  background-color: transparent;
  color: #000000;
  font-weight: 400;
  font-size: 1em;
}
#produit form label,#gazon article form label {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
}
#produit form .output output,#gazon article form .output output {
  border: none;
  background: none;
  background-color: transparent;
  color: #448d05;
  font-weight: 700;
  font-size: 1.1em;
}
.visuel_output {
  position: relative;
  width: 100%;
  height: 35px;
} .visuel_output b {
    font-weight: 400;
    vertical-align: text-bottom;
  }
.visuel_output .output {
  position: absolute;
  left:0
}
.visuel_output .checkbox {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-size: 1em!important;
}
#produit form input[type=checkbox] ,#gazon article form input[type=checkbox] {
  display: inline-block;
  width: 25px!important;
  height: 25px!important;
  /* margin-left: 15px; */
  margin: 8px
}
#produit h1 {
  font-size: 40px;
  text-align: left;
  padding-left: 0!important;
  margin-left: 0;
}
.texte-prd p , .texte-prd span , .texte-prd h2, .texte-prd h3, .texte-prd h4 {
  font-size: 16px!important;
}
#description_terre .prd:nth-child(even) {
  border-left: 1px solid #040404;
}
section, .container-maps {
  position: relative;
  width: 100%;
  float: left;
}

#realisation nav a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
#realisation nav li {
  margin: auto;
}
#realisation nav a:hover {
  color: #000;
  text-decoration: none;
}
#realisation .container-maps {
  background: #ffffff;
  height: calc(100vh);
}
#realisation .container-maps .capa {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}
#realisation .container-maps .capa .ballon {
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  margin: 11vw auto 0;
  padding: 25px 15px;
  background: #FFF;
  position: absolute;
  text-align: center;
  max-width: 270px;
  display: table;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
#realisation .container-maps .capa .ballon h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: green;
}
#realisation .container-maps .capa .ballon p {
  line-height: 26px;
  font-size: 16px;
}
#realisation .container-maps .capa.show {
  opacity: 1;
}
#realisation .container-maps .capa.show .ballon {
  transition-delay: .2s;
  margin: 10vw auto 0;
  opacity: 1;
}
#reaAjax .reaDiv {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
  margin: 1.1rem;
  align-items: center;
  justify-content: center;
}
#reaAjax .reaDiv img  {
  width: 250px;
  height: 250px;
  transition: transform 1.5s; /* Animation */
}
.reaDiv img  {
  width: 100%;
  transition: transform 1.5s; /* Animation */
}
.reaDiv  a {
  max-width: 250px;
  max-height: 250px;
  overflow: hidden;
}
.reaDiv a:hover img {
  transform: scale(1.5);
}
#map_wrapper {
  height: 100%;
}

#map_canvas {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}
form {
  max-width: 800px;
  text-align: center;
  margin: 20px auto;
  width: 100%;
}
form input, form textarea, form select {
  border: 1px solid #b4b4b4;
  outline: 0;
  padding: 0.4em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  margin-top: 0.7em;
  resize: none;
  height: 35px!important;
}
form textarea {
  height: auto!important;
}
form input:focus, form textarea:focus {
  -moz-box-shadow: 0 0px 2px #e74c3c !important;
  -webkit-box-shadow: 0 0px 2px #e74c3c !important;
  box-shadow: 0 0px 2px #e74c3c !important;
}
form #input-submit {
  color: #000;
  border:1px green solid;
  background: transparent;
  cursor: pointer;
  height: auto!important;
}
/* When the checkbox is checked, add a blue background */
form input:checked ~ input[type=checkbox] {
  background-color: green;
}

form input[type=checkbox]:after {
  content: "";
  position: absolute;
  display: none;
}
.wp-edit form input[type=checkbox] {
  width: 35px;
  height: 35px;
  background: #fff;
  -webkit-appearance: none;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
form input:focus, form textarea:focus {
  -moz-box-shadow: 0 0px 2px green !important;
  -webkit-box-shadow: 0 0px 2px green !important;
  box-shadow: 0 0px 2px green !important;
}
#formsubstrat .wpcf7-form-control-wrap , #formgazon .wpcf7-form-control-wrap {
  float: left;
}
#formgazon {
  margin-top: 15px;
  padding-top: 15px;
}
#formgazon .wpcf7-list-item , #formsubstrat .wpcf7-list-item {
  margin-left: 0!important;
  width: 45px;
}
#formgazon .gazon_input {
  width: 110px;
  top: -25px;
  height: 50px;
  position: relative;
}
#formgazon .number-gazon {
  width: 265px;
  margin: 0 0 0 10px;
  top: -25px;
  position: relative;
}

#formsubstrat .number-substrat {
  width: 253px;
  margin: 0 0 0 10px;
}
#formsubstrat .gazon_input {
  width: 90px;
  height: 45px;
  position: relative;
}
#formgazon .gazon_input, #formgazon .number-gazon {
  width: 100%;
  margin-left: 0;
  top: 0;
}
form .wpcf7-list-item-label {
  visibility: hidden;
}
form input:checked ~ input[type=checkbox]:after {
  display: block;
}

.formulaire-contact {
	padding-top:.7em;
}

form .formulaire-contact label {
	float : left!important;
	margin-bottom: 0!important;
}

form input[type=checkbox]:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form textarea {
  height: 250px;
}
address p {
  font-size: 16px;
}
.range-slider {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 15px;
}
.range-slider > input {
  opacity: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-top: 72px;
  -webkit-appearance: none;
}
.range-slider > input::-webkit-slider-thumb {
  -webkit-appearance: none;
  z-index: 100;
  position: relative;
  width: 50px;
  height: 30px;
  -webkit-border-radius: 10px;
}
.range-slider > span.slider-container {
  min-height: 110px;
  display: inline-block;
  position: absolute;
  top: 70px;
  left: -8px;
  right: 46px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.range-slider > span.slider-container > span.bar {
  background-color: #000;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 10px;
  right: -42px;
  height: 11px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.range-slider > span.slider-container > span.bar > span {
  background: #02c38a;
  display: inline-block;
  float: left;
  height: 11px;
  width: 0%;
}
.range-slider > span.slider-container > span.bar-btn {
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 30px;
  padding-top: 8px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  left: -25px;
  top: -65px;
  border-radius: 3px;
  border: #333 2px solid;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.range-slider > span.slider-container > span.bar-btn:after {
  content: "";
  border: 2px solid #fff;
  background-color: #02c38a;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 63px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.range-slider > span.slider-container > span.bar-btn > span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 25px;
  border-style: solid;
  border-color: #333 transparent transparent;
  position: absolute;
  top: 39px;
  left: -2px;
}
.range-slider > span.slider-container > span.bar-btn > span:after {
  content: "%";
}

.form_contact .half.left input, .form_contact .half.left textarea, .form_contact .half.left select {
	margin-top: 0;
}

.form_contact .full label {
	width: 100%;
	text-align: left;
}

.form_contact .full textarea {
	height: 100px!important;
}

.demande-devis form {
	width: 90%;
	margin: 0 auto!important;
}

.form_devis input[type=checkbox] span {
	visibility: initial;
}
 #et-boc .form_devis input[type=number], #et-boc .form_devis input[type=date], #et-boc .form_devis select, #et-boc .form_devis textarea {
	border: 1px solid #bbb!important;
    color: #4e4e4e!important;
    padding: 5px 10px!important;
    height: 35px!important;
    width: 100%!important;
}

#et-boc .form_devis input[type=text], #et-boc .form_devis input[type=tel], #et-boc .form_devis input[type=email] {
	width: 100%!important;
}

.form_devis .half div {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 1.7em!important;
	font-size: 0.8em!important;
}
#et-boc .form_devis p {
	font-size: 1em;
}
#et-boc .form_devis label {
	width: 100%!important;
}
#et-boc .form_devis label input[type=date], #et-boc .form_devis label select, #et-boc .form_devis textarea {
	width: 100%!important
}
#et-boc .form_devis .half div span {
	width: 48%!important;
}
#et-boc .form_devis .half div input {
	width: 100%!important;
}

#et-boc .form_devis input[type=submit] {
	border: 1px green solid;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto!important;
	width : 55%;
}

#et-boc .form_devis .half {
	margin-bottom: 20px;
}

#et-boc .form_devis .half.left {
	margin-right: 5px;
}

#et-boc .form_devis .half.right {
	margin-left: 5px;
}

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.right {
  width: 50%;
}

.left {
  margin-right: 2%;
}


/* FAQ */

.bloc-faq {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bloc-faq p {
  margin-bottom: 30px;
}

#faq .faq {
  width: 80%!important;
  margin: 0 auto!important;
  margin-bottom: 100px!important;
}

.faq h1 {
  margin: 50px 0 100px 0;
}

.bloc:nth-child(1) {
  border-top: 1px solid #070707;
}

.bloc {
  padding: 50px 0;
  border-bottom: 1px solid #070707;
}

.title {
  margin-left: 25px;
}

.faq h2 {
  margin-left: 3%;
  text-transform: inherit;
}

.cross:before, .cross:after {
  position: absolute;
  left: 12%;
  content: ' ';
  height: 35px;
  width: 2px;
  background-color: #333;
}

.close:before {
  transform: rotate(0deg);
  transition-duration: 0.3s;
}
.close:after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

.open:before {
  transform: rotate(-45deg);
  transition-duration: 0.3s;
  background-color: #448d05;
}

.open:after {
  transform: rotate(45deg);
  transition-duration: 0.3s;
  background-color: #448d05
}

.faq .content {
  display: none;
  margin-top: 45px;
}

.bouton-faq {
  background-color: #448D05;
  padding: 10px 20px;
  color: white;
  font-size: 14pt;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 0px;
}

/* GOOGLE REVIEW */

.wp-google-reviews {
	display: flex!important;
	justify-content: space-between!important;
}

.wp-gr .wp-google-review {
	width: 45%!important;
}

.wp-gr .wp-google-list .wp-google-url {
	font-family: 'Roboto', sans-serif!important;
	margin: 50px 0!important;
    text-transform: uppercase!important;
}

.wp-gr.wpac .wp-google-name a {
	font-family: 'Playfair Display SC', serif!important;
}

.wp-gr.wpac a.wp-google-name {
	color: #000000!important;
	font-family: 'Playfair Display SC', serif!important;
}

/* CDLH */

.page-id-2569 #headerscroll, .page-id-2569 nav, .page-id-2569 #headerscroll + .row, .page-id-2569 footer, .page-id-2569 #badge {
	display: none!important;
}

.page-id-2569 .et_pb_contact_field_options_list {
	display: flex;
    flex-wrap: wrap;
}

.page-id-2569 .et_pb_contact_field_options_list .et_pb_contact_field_checkbox {
	width: 50%!important;
}

.page-id-2569 label {
	color: #FFFFFF!important;
}

.produits-cdlh:hover img {
	filter: grayscale(1) brightness(0.5);
}

.et-db #et-boc .et-l .et_pb_image:hover:after {
	opacity: 1;
}

@media (max-width: 480px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

footer {
  background-image: url("src/footer.jpg");
  height: 100%;
  max-height: 250px;
  position: relative;
  padding-top: 115px;
  text-align: center;
}
footer ul {
  list-style: none;
}
footer ul li ,footer ul ,footer ul li a {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer div {
  position: relative!important;
  bottom:-5%;
  height: 0;
}
.archive-produit footer {
  height: calc(149px + 115px)!important;
  width: 100vw!important;
}

@media screen and (max-width: 1160px) {
  #badge1:after,
  #badge2:after,
  #badge3:after,
  #badge4:after,
  #badge5:after {
    content: '';
  }
  #badge1,
  #badge2,
  #badge3,
  #badge4,
  #badge5 {
    position: relative!important;
    opacity: 1!important;
    border: none!important;
    margin: 20px auto;
    width: 450px!important;
    font-size: 16px!important;
    bottom: 0!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
  }
  #badge1 i,
  #badge2 i,
  #badge3 i,
  #badge4 i,
  #badge5 i{
    font-style: normal!important;
  }
  #map-img, #map-img img {
    width: 100%!important;
    height: auto!important;
  }
  .numberBadge {
    border: 1px solid #000;
    padding: 5px 12px;
    border-radius: 25px;
    float: left;
    display: block;
    margin-right: 10px;
  }
  .wp-google-reviews {
	display: block!important;
  }
  .wp-gr .wp-google-review {
	width: 100%!important;
  }
}
@media screen and (max-width: 991px) {
  #slidetestimonials .carousel-inner {
    max-width: 80%
  }
}
@media screen and (max-width: 920px) {

  h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 869px) {
  #headerscroll img  {
    max-width: 145px;
  }
  #formgazon .gazon_input,#formgazon .number-gazon {
    width: 100%;
    margin-left: 0;
    top: 0;
  }
}
@media screen and (max-width: 769px) {
  .sub-menu {
    position: static;
    background: transparent;
    padding: 11px;
    list-style: none;
    opacity: 1;
    display: none;
    padding-top: 0;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,.0);
  }
  #description_terre .prd:nth-child(even) {
    border-left: none;
  }
  #home .modal-content iframe {
    width: 100%;
    max-width: 100%;
  }
  #home .who-right div:first-child {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #home .who-right h3 , #home .who-left h3 {
    display: none;
    visibility: hidden;
  }
  #home .who-right p , #home .who-left p {
    text-align: center;
  }
  #home .more {
    margin: auto;
    font-size: 16px;
    display: block;
    text-align: center;
  }
  #home .who-right figure ,#home .who-left figure {
    position: relative;
  }
  #home .who-right figure figcaption, #home .who-left figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
	}
	.wp-edit img {    max-width: 100%;
    height: auto;}

  #slidetestimonials {
    width: auto!important;
    margin-left: -15px!important;
    margin-right: -15px!important;
  }
  #home .who-right figure figcaption span, #home .who-left figure figcaption span {
    width: 320px;
    margin: auto;
    font-family: 'Playfair Display SC', serif;
    text-transform: uppercase;
    text-align: center;
    padding: 1.5rem;
    display: block;
    font-weight: 500;
    background-color: #fff;
    font-size: 20px;
    position: relative;
    top: -30px;
  }
  #description_terre h3 {
    font-size: 25px;
  }
  #headerscroll {
    display: none;
  }
  #header_mobile {
    display: block;
  }
  p, ul, li {
    font-size: 16px;
  }

  span {
    font-size: 14px;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 25px;
  }
}

@media screen and (min-width: 576px){
  .modal-dialog {
    max-width: 800px;
  }
}
@media screen and (max-width: 574px) {
  #slidetestimonials .title {
    font-size: 1rem;
  }
  #slidetestimonials .carousel-inner article {
    left: 0!important;
  }
  #slidetestimonials .carousel-inner {
    max-width: 95%
  }
  #badge1,
  #badge2,
  #badge3,
  #badge4,
  #badge5 {
    width: 80%!important;
  }
  #realisation .container-maps .capa .ballon h3 {
    margin-top: 8%!important;
    font-size: 14px;
  }
  #realisation .container-maps .capa .ballon span {
    font-size: 14px;
  }
  #realisation .container-maps {
    height: calc(90vh);
  }
  #badge {
    display: none;
  }
  #realisation .container-maps .ballon img {
    max-height: 100px;
    float: left;
  }
  #realisation .container-maps .ballon {
    bottom: 0!important;
    height: 125px;
    margin: 0!important;
    padding: 15px!important;
    max-width: 100%!important;
    width: 95%;
    display: block!important;
  }
  #realisation .container-maps .capa {
    bottom: -25px;
    max-width: 98.5%;
    left: 3px;
  }
  .carousel-caption {
	  position: static;
  }
  .carousel-caption h1 {
	   position: static;
   }
	.carousel-caption h1 {
		color: #000!important;
	}
  footer {
    max-height: 450px;
    padding-top: 105px;
    background-size: cover;
  }
  footer div {
    position: relative!important;
    bottom: -5%;
    height: 100px;
  }
  .archive-produit footer {
	  height: calc(450px + 115px)!important;
  }

  h1 {
    font-size: 30px!important;
  }

  h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  #home .who-right figure figcaption span, #home .who-left figure figcaption span {
    width: 190px;
    padding: 0.5rem;
    top: -10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 340px) {
  #realisation .container-maps .ballon img {
    max-height: 70px;
  }
}
