
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.input-form::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.input-form::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.input-form:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.input-form::placeholder {
  color: #999;
  opacity: 1;
}

body {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  margin: 0;
}
@media(max-width: 1199px) {
  body {
    font-size: 14px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

figure {
  margin: 0;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

img {
	border: 0;
	max-width: 100% !important;
  height: auto;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, .h3 {
  font-family: inherit;
  margin-bottom: 1.5rem;
  margin-top: 0;
  position: relative;
  line-height: 1.1;
  color: #000;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}
@media(max-width: 1199px) {
  h1 {
    font-size: 30px;
  }
    h2 {
    font-size: 20px;
  }
  h3, .h3 {
    font-size: 18px;
  }
}
@media(max-width: 767px) {
  h1 {
    margin-top: 15px;
    font-size: 20px;
  }
    h2 {
    font-size: 18px;
  }
  h3, .h3 {
    font-size: 16px;
  }
}
h3, .h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}
.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.container::after {
  display: table;
  clear: both;
  content: "";
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

.row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}

.row::after {
  display: table;
  clear: both;
  content: "";
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.333333%;
}

.col-xs-2 {
  width: 16.666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333%;
}

.col-xs-5 {
  width: 41.666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333%;
}

.col-xs-8 {
  width: 66.666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333%;
}

.col-xs-11 {
  width: 91.666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

/*------------------------------------*\
    Header 
\*------------------------------------*/
.logo {
    float: left;
    /*width: 160px;*/
    margin-right: 5%;
    margin-top: 5px;
    position: relative;
    padding-left: 75px;
        
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    padding-top: 5px;
        min-height: 84px;
}
.logo:before {
  content: '';
  display: block;
  background: url(../images/logo.png);
  width: 70px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0
}
@media(max-width: 543px) {
  .logo {
    margin-top: -5px;
    width: 100px;
    font-size: 18px;
    line-height: 22px;
  }
}

.Fullscreen {
  position: relative;
  background: black;
}
.BgImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 700px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .BgImage {
    height: 850px;
  }
}
.BgImage:before {
  content: "";
  background: rgba(0, 0, 0, 0.28);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.CapitonImage {
  color: #fff;
  position: absolute;
  bottom: 7%;
  width: 100%;
  z-index: 1;
}
@media(max-width: 767px) {
  .CapitonImage {
    position: static;
    background: #f7f7f7;
  }
  .BgImage {
    height: 250px;
  }
}
#Info {
  margin: 0 auto;
}
.btn {
  border-radius: 5px;
  padding: 10px;
  text-align: center;
} 
.btn-custom {
  margin-top: 20px;
  display: block;
  width: 300px;
  border: 5px solid #2d5b00;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50px;
  color: #2d5b00;
}
.capitonLeft {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
  position: relative;
  width: 55%;
}
@media(min-width: 768px) {
  .p-10 {
    padding-right: 10px;
  }
  .npl {
    padding-left: 0;
  }
}
.titre {
color: rgba(255,255,255,0.9);
    font-size: 3rem;
    line-height: 130%;
    text-transform: uppercase;
    text-shadow: rgba(3, 3, 3, 0.5) 2px 2px 3px;
}
.capitonRight {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
@media(max-width: 1199px) {
  .capitonLeft {
    width: 45%;
  }
  .capitonRight {
    width: 50%;
  }
  .titre {
    font-size: 2.2rem;
  }
}
@media(max-width: 991px) {
  .capitonLeft,
  .capitonRight {
    display: block;
    width: 100%;
  }
  .titre {
    text-align: center;
    color: #fff;
  }
}
.contactInfo {
  border-top: 1px solid rgba(255, 255, 255, 0.34);
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
}
.contactInfo > span {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  width: 50%;
}
.contactInfo > a {
  display: block;
}
.mail {
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  padding: 5px 0;
  margin-top: 10px;
  text-align: center;
}

.capitonRight > div {
  background: rgba(0, 0, 0, 0.58);
  padding: 20px;
}
.DevisGratuit .h3 {
  color: #fff;
  text-align: center;
  display: block;
}

.RappelGratuit {
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  padding-top: 20px;
    margin-top: 20px;
}
.RappelGratuit .h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: .5rem;
  display: block;
}
.Mobile .DevisGratuit .h3,
.Mobile .RappelGratuit .h3 {
    color: black;
}
#Devis_form textarea {
  height: 125px;
}
#mail,
#mail2 {
  display: none !important;
}
.input-form {
  background: rgba(72, 71, 71, 0.4);
  border: 3px solid #FFF;
  -webkit-appearance: none;
  display: block;
  padding: 10px;
  outline: 0 !important;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}
#Devis_form .input-form {
  border: 1px solid #757575;
}
#rappel_immediat .input-form {
  text-align: center;
}
.Mobile #Devis_form .input-form,
.Mobile #rappel_immediat .input-form {
  background: white;
  color: black;
}
#Info .btn,
.RightDevis .btn {
  width: 100%;
  display: block;
  outline: 0 !important;
  margin-top: 2px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.rappelGratuit {
  background: #2d5b00;   
}
.btn-devis {
  background: #2d5b00;
}
.rappelGratuit:hover,
.rappelGratuit:focus {
  background: #444;
}
.btn-devis:hover,
.btn-devis:focus {
  background: #444;
}

.icon {
  background: url('../images/sprit.webp') no-repeat;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  height: 24px;
  width: 24px;
} 
.icon-phone {
  background-position: -40px -75px !important;
}
.icon-mobile {
  background-position: 0 -75px !important;
}

@media(max-width: 767px) {
  .capitonRight > div {
    background: none;
    border-top: 1px solid #000;
    padding: 20px 0 0;
  }
  .titre {
    padding-top: 20px;
    font-size: 18px;
    color: #333;
  }
  .contactInfo {
    background: #000;
    padding-bottom: 20px;
  }
  .contactInfo span {
    width: 100%;
  }
  .RappelGratuit {
     margin-top: 0; 
    margin-bottom: 20px;
  }
}

/* Nav*/
.header .sticky-wrapper {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.mentions .header .sticky-wrapper {
  position: relative;
}
.header .index .sticky-wrapper {
  top: 20px;
}
.Navigation {
  background-color: #fff;
  z-index: 1000 !important;
}
@media(max-width: 991px) {
  .Navigation {
    background: white;
    padding-top: 13px;
    position: fixed;
    width: 100%;
  }
}
.nav {
  display: inline-block;
  vertical-align: middle;
}
.nav-list {
  text-align:left;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.nav-list:after {
  content: "";
  display: table;
  clear: both;
}
.nav-item {
  display: table-cell;
  zoom:1;
  position:relative;
}
.nav-item a {
  color: #000;
  font-size: 16px;
  
  font-weight: 900;
  display:block;
  position: relative;
  padding:15px;
}
@media(max-width: 1199px) {
  .nav-item a {
    font-size: 17px;
  }
}
@media(min-width: 992px) {
  .nav-item.active > a:after,
  .nav-item:hover > a:after {
    content: "";
    background: url('../images/sprit.webp') no-repeat -75px -30px;
    height: 25px;
    width: 25px;
    position: absolute;
    bottom: -30px;
    left: 45%;
  }
}
.nav-item:hover .nav-submenu {
  display:block;
}
/* Navigation submenu */
.nav-submenu {
  display:none;
  position: absolute;
    left: 0;
    width: 100%;
    list-style: none;
    background: rgba(255, 255, 255, 0.88);
    padding-left: 0;
}
@media(min-width: 992px) {
  .nav-submenu {
    left: 8%;
    width: 400px;
  }
}
.nav-submenu-item {
    border-bottom: 1px dashed rgba(160, 159, 159, 0.45);
}
.nav-submenu-item:last-child {
    border-bottom: none;
}
.nav-submenu-item a {
  font-size: 16px;
  display:block;
  padding:15px;
}
.nav-submenu-item.active a,
.nav-submenu-item:hover a {
  color: #2d5b00;
}
/* Mobile navigation */
.nav-mobile {
  display:none;
  cursor:pointer;
  float: right;
}
.Mobile .nav-mobile {
    margin-top: -125px;
}
.icon-bars {
  background-position: -145px -37px;
  vertical-align: middle;
}
.nav-click {
  position:absolute;
  top:0;
  right:0;
  display:none;
  cursor:pointer;
  z-index: 95;
}
.nav-click i {
  display:block;
  height:48px;
  width:48px;
  background:url(../images/drop.png) no-repeat center center;
  background-size:20px;
}
.nav-click:hover {
  background-color:#2d5b00;
}
.nav-rotate {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}
.Tel_top {
  float: right;
  margin-top: 10px;
}
.Tel_top i {
  background-position: -112px 0 !important;
  width: 30px;
  float: left;
  top: 15px;
}
.Tel_top span {
  
  font-weight: 900;
  font-size: 18px;
  float: left;
}

.Tablet .Tel_top {
    float: none;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15%;
}
@media(max-width: 767px) {
  .Tel_top {
    float: left;
    margin-top: 0;
        width: 100%;
  }
  .Tel_top:after {
    content: "";
    clear: both;
    display: table;
  }
  .Mobile_devis {
    float: right;
    padding: 10px 13px;
    background: #2d5b00;
    font-size: 16px;
    color: #fff;
  }
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
.Tablet .nav-mobile {
    margin-top:0
  }

@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
    color: #3A0605;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid #4A0A08;
    padding: 10px;
    margin-top: 15px;
  }
  .nav {
    position: absolute;
    width: 100%;
    margin-left: 0;
    left: 0;
    top: 100%;
    z-index: 50;
  }
  .nav-list {
    background: #DEDEDE;
    display:none;
  }
  .nav-item {
    border-bottom: 1px dashed #fff;
    width:100%;
    float:none;
        display: block;
  }
  .nav-item:last-child {
    border-bottom: none;
  }
  .nav-item a,
  .nav-submenu-item a {
    font-size: 14px;
    font-family: Arial;
  }
  .nav-item > a {
    padding:15px;
  }
  .nav-item.active > a,
  .nav-item:hover > a {
    color: #2d5b00;
  }
  .nav-click {
    display:block;
  }
  .nav-mobile-open {
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
  }
  .nav-item:hover .nav-submenu {
    display:none;
  }
  .nav-submenu {
    background: #FFF;
    position:static;
    width:100%;
  }
}
/*------------------------------------*\
    Homeslider / banner
\*------------------------------------*/

/* Zoom slider */
.zs-enabled {
    position: relative
}

.zs-enabled .zs-slideshow,
.zs-enabled .zs-slides,
.zs-enabled .zs-slide {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
    background: transparent none no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
    visibility: visible;
    opacity: 1
}

.zs-enabled .zs-slideshow:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent none repeat 0 0
}

/*------------------------------------*\
    Contenu 
\*------------------------------------*/
.mentions .Contenu {
    background: #f7f7f7;
    padding: 60px 0;
}

.Contenu ul {
  list-style: none;
}
.Contenu li {
  margin-bottom: 7px;
  position: relative;
}
.Contenu li:before {
  content: "";
  background: url('../images/sprit.webp') no-repeat -75px 0;
  height: 24px;
  position: absolute;
  left: -35px;
  width: 24px;
}
.mentions .Contenu ol > li:before {
    display: none;
}
/* Intro */
#IntroContenu {
  margin: 3rem 0;
}
#IntroContenu img {
  padding: 15px;
  border: 1px dashed #ccc;
}

@media(min-width: 768px) and (max-width: 991px) {
  .no-tablet {
    display: none;
  }
}
@media(min-width: 992px) {
  .float-r {
    float: right;
  }
}

/* Categories */
#Categories {
  background: #2d5b00;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.Mobile #Categories > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
#Categories.ville {
  padding-top: 0;
}
.Titre_cat {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  text-align: center;
  padding: 1.5rem 0;
  font-size: 26px;
  font-weight: bold;
}
@media(max-width: 767px) {
  .Titre_cat {
    font-size: 16px;
    color: white;
  }
}
.simply-scroll-container { 
  position: relative;
}
.simply-scroll-clip { 
  position: relative;
  overflow: hidden;
}
.titreCat {}

.itemCat {
    display: table-cell;
}
.Mobile .itemCat {
    display: block;
}
.itemCat > a {
  display: block;
  position: relative;
}
.overlay {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  z-index: 3;
}

.Tablet .overlay {
    bottom: 18%;
}


.overlay > strong {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 5px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: 0 0px 10px #000;
}

.Tablet .overlay > strong {
    font-size: 12px;
}
.itemCat > a:hover {
  z-index: 2;
}
.itemCat > a img {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.index .itemCat > a.active-index img,
.itemCat > a.active img,
.itemCat > a:hover img {
  box-shadow: 0 2px 10px #000;
  display: block;
}
.index .itemCat > a.active-index img,
.itemCat > a.active img {
  opacity: .1;
}
.itemCat > a:hover img {
  opacity: .3;
}
.index .itemCat > a.active-index .overlay,
.itemCat > a.active .overlay,
.itemCat > a:hover .overlay {
  display: block;
}
.separateur {
  text-align: center;
  margin: 5rem 0 0;
  border-top: 1px solid #000;
}
#Interne .separateur {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.icon-leaf {
  background-color: #fff;
    background-position: -75px -33px;
    position: relative;
    top: -12px;
    margin: 0 auto;
}
@media(max-width: 767px) {
  #Categories {
    padding: 1rem;
  }
  .itemCat > a {
    margin-bottom: 1rem
  }
  .overlay {
    position: static;
    margin-top: -7px;
    display: block;
  }
  .overlay > strong {
    width: 100%;
  }
  .itemCat > a img {
    width: 100%;
  }
}

/* Middle */
#BgContent {
  margin-bottom: 3rem;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
#BgContent:before {
  content: "";
  background: url('../images/img/photo5-zepp-elagage.webp') no-repeat center bottom;
  background-size: cover;
  top:0;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}
.BoxMiddle {
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  margin: 0 0 0 auto;
  position: relative;
  padding: 2rem;
}
.BoxMiddle h2 {
  color: #fff;
}
.jardinier-a-saumur .BoxMiddle {
  height: 325px;
  overflow: hidden;
}
#LastBgContent {
  margin-top: 3rem;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
#LastBgContent:before {
  content: "";
  background: url('../images/img/photo4-zepp-elagage.webp') no-repeat center;
  background-size: cover;
  top:0;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}
#BgContent:hover:before,
#LastBgContent:hover:before {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.LastBox .BoxMiddle {
  height: 400px;
  overflow: hidden;
  margin-bottom: 30px
}
.elagueur_Saint_Thibault .LastBox .BoxMiddle {
  height: 445px;
}
.elagueur_Villeneuve_les_Avignon .LastBox .BoxMiddle {
  height: 425px;
}
.elagueur_Bagnols_sur_Ceze .LastBox .BoxMiddle,
.elagueur_Ales .LastBox .BoxMiddle {
  height: 375px;
}
.LastBox .row:last-child .BoxMiddle {
  margin-bottom: 0
}
.LastBox .BoxMiddle p {
  margin-bottom: 0;
}
@media(max-width: 1199px) {
  .LastBox .BoxMiddle h2 {
    margin-bottom: 0;
  }
}
@media(max-width: 991px) {
  .LastBox .BoxMiddle {
    height: 275px;
  }
}
@media(max-width: 767px) {
  #BgContent,
  #LastBgContent {
    padding: 1rem 0;
  }
  .LastBox .BoxMiddle {
    height: inherit;
    margin: 15px 0;
  }
}

/* Content */
.BoxContent {
  margin-bottom: 30px;
}
.Image-left {
  display: inline-block;
    vertical-align: middle;
    width: 20%;
    margin-right: 2%;
    height: 228px;
    border-radius: 50%;
    border: 1px dashed #ccc;
    overflow: hidden;
}
#Interne .Image-left {
  height: 150px;
  border: none;
}
@media(max-width: 1199px) {
  .Image-left {
    height: 184px;
  }
}
@media(max-width: 991px) {
  .Image-left {
    height: 136px;
  }
}
.Image-left img {
  padding: 10px;
  border-radius: 50%;
}
.Text-right {
  display: inline-block;
  padding-left: 3%;
  border-left: 3px solid #2d5b00;
  vertical-align: middle;
    width: 75%;
}
@media(max-width: 767px) {
  .Image-left img {
    width: 100%;
  }
}
@media(max-width: 543px) {
  .Image-left,
  .Text-right {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #Interne .Image-left,
  .Image-left,
  .Image-left img {
    height: inherit;
    border-radius: 0;
  }
  .Text-right {
    margin-top: 30px;
    border-left: none;
  }
}

/* Interne */
#Interne {
  padding-top: 3rem;
}
#Interne ul {
  padding-left: 0;
  margin: 0;
}
#Interne li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
#Interne li:before {
  content: "";
  background: url('../images/sprit.webp') no-repeat -230px -80px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
}
#Interne .row img {
  padding: 15px;
  border: 1px dashed #ccc;
}
/* Contact */
#Contact {
  padding-top: 3rem;
}
.indications {
  background: url('../images/img/contact_bg.webp') no-repeat center;
  background-size: cover;
  padding: 5rem 0;
  margin-bottom: 3rem;
}
.devis .indications {
  background-image: url('../images/img/devis_gratuit.webp');
}
.indications > div {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
}
.indications h1 {
  color: #2d5b00;
}
#Contact_form .input-form {
  background: none;
  border-color: #ddd;
  color: #000;
}
.inline .input-form {
  display: inline-block;
  width: 50%
}
.inline .input-form:last-child {
  margin-left: 1%;
  width: 49%
}
#Contact_form textarea {
  height: 150px;
}
.btn-submit {
  outline: 0 !important;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  width: 215px;
  background: #2d5b00;
  color: #fff;
  font-weight: bold;
}
.Map {
  border: 1px dashed #999;
    padding: 20px;
}
#Map {
  height: 300px;
}

/* Realisations */
#Realisations {
  padding: 3rem 0;
  text-align: center;
}
.RightDevis {
    background: #333;
    padding: 20px;
}
.RightDevis .h3 {
  color: #fff !important;
}
a.swipebox {
    display: block;
    height: 217.5px;
}
@media(min-width: 768px) and (max-width: 991px) {
  .RightDevis {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  a.swipebox {
    height: inherit;
  }
}

/* Devis gratuit */
#DevisGratuit {
  text-align: center;
  padding: 3rem 0;
}
#DevisGratuit #Contact_form {
  max-width: 50%;
  margin: 0 auto;
}
#DevisGratuit .btn-submit {
  width: 100%;
}

.Mobile #DevisGratuit #Contact_form {
    max-width: 100%;
}

/* Footer */
.footer {
  position: relative;
}
.TopFooter {
  background: #eee;
  padding: 3rem 0 2rem;
}
.index .TopFooter,
.contact .TopFooter {
  background: none;
}
.InfoFooter {
  color: #000;
  position: relative;
  z-index: 100;
}
.InfoFooter strong,
.InfoFooter span {
  display: block;
}
.adresse {
  margin: 10px 0 0;
}
.InfoFooter .mail {
  display: block;
  text-align: left;
  border-top: 0;
  margin-bottom: .5rem;
  padding: 0;
  margin-top: 0;
}
.InfoFooter span {
  font-size: 30px;
}
.InfoFooter .icon-phone {
  background-position: -155px 0 !important;
}
.InfoFooter .icon-mobile {
  background-position: -115px 0 !important;
}
.InfoFooter .icon-mail {
  background-position: -190px 6px !important;
}
.InfoFooter .icon-map {
  background-position: -220px 0 !important;
}

.horaire {
  margin: 10px 0 1rem;
}
.InfoFooter .icon-clock {
  background-position: -220px -30px !important;
  top: 6px;
}
.boss {
  margin-top: 10px;
}
.InfoFooter .icon-boss {
  background-position: -190px -30px !important;
  top: 6px;
}

.liens-utiles {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
}
.liens-utiles li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.liens-utiles li:before {
  content: "";
  background: url('../images/sprit.webp') no-repeat -75px -33px;
  height: 24px;
  position: absolute;
  left: 0;
  width: 24px;
}
.liens-utiles li a {
  display: block;
}
.Mobile .liens-utiles li a {
    padding: 14px 0;
}

@media(max-width: 991px) {
  #LienUtiles {
    margin-top: 2rem;
    border-top: 1px dashed #999;
    padding-top: 2rem;
    text-align: center;
  }
  #LienUtiles strong {
    display: none !important;
  }
  .liens-utiles li {
    display: inline-block;
    margin: 0 10px;
  }
}
@media(max-width: 767px) {
  #Coordonne .InfoFooter {
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
  }
  .InfoFooter span {
    font-size: 24px;
  }
}

.BotFooter {
  background: #111;
  padding: .5rem 0;
}
.BotFooter .container {
  position: relative;
}
.LogoFooter {
  float: left;
  position: relative;
  z-index: 6
}
.LogoFooter .logo {
  width: 70px;
  color: white;
}
.logo_agence {
    text-align: center;
    margin: 22px 0 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.Mediasocial {
  margin-top: 15px;
  float: right;
  position: relative;
  z-index: 10;
}
.Mediasocial > a {
  display: inline-block;
  margin-left: 15px;
}
.Mediasocial .icon {
  margin: 0 auto;
}
@media(max-width: 543px) {
  .liens-utiles li {
    margin: 0;
    text-align: left;
    width: 50%;
  }
  .logo_agence {
    position: static !important;
    clear: both;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
  }
  .Mediasocial {
    margin-bottom: 10px;
    margin-top: 4px;
  }
}
.icon-fb {
  background-position: -80px -75px;
}
.icon-twt {
  background-position: -115px -75px;
}
.icon-ytube {
  background-position: -180px -75px;
}
.icon-gplus {
  background-position: -145px -75px;
}
.bgleaf {
  /*background: url('../images/img/bgleaf.png') no-repeat 45% center;*/
  position: absolute;
  width: 100%;
  height: 145px;
  bottom: -45px;
}
@media(max-width: 1199px) {
  .bgleaf {
    background-size: 48%;
  }
}
@media(max-width: 991px) {
  .bgleaf {
    display: none !important;
  }
}

/**
404
*/
.blog_pageIntrouvable {
    background: #2d5b00;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #ffffff;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: white;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
  #noMobile { display: none; }
  #noDesktop, #fixedRight { display: block; }
}
#Messages {
    background: black;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
.swipebox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.Mobile .swipebox {
    height: inherit;
}

.Mobile #swipebox-close {
    right: 35%;
    width: 30px;
    height: 30px;
    background-position: 5px 2px;
    transform: translateX(-50%);
}

b.titre-album {
    display: block;    
    color: #000;    
    font-size: 1.5rem;    
    margin-bottom: 1.5rem;
}
.copyright {
    float: right;
    color: white;
    margin-top: 2rem;
}
