/*
Theme Name: cmonjardiner-v2
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: ubimedia
Author URI: http://www.ubimedia.fr
Description: theme graphique pour le site cmonjardiner
Version: 2.0
Tags: deux colonnes
Text Domain: cmonjardiner
*/
@font-face {
    font-family: 'NeutrafaceText-Light';
    src: url("fonts/NeutrafaceText-Light.otf") format("opentype");
}

@font-face {
    font-family: 'NeutraText-Bold';
    src: url("fonts/NeutraText-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'NeutraText-Book';
    src: url("fonts/NeutraText-Book.otf") format("opentype");
}

@font-face {
    font-family: 'NeutraText-Demi';
    src: url("fonts/NeutraText-Demi.otf") format("opentype");
}

@font-face {
    font-family: 'NeutraText-Light';
    src: url("fonts/NeutraText-Light.otf") format("opentype");
}

@font-face {
    font-family: 'Nexa-Bold';
    src: url("fonts/Nexa-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Nexa-Book';
    src: url("fonts/Nexa-Book.otf") format("opentype");
}

@font-face {
    font-family: 'Nexa-Book-Italic';
    src: url("fonts/Nexa-Book-Italic.otf") format("opentype");
}

@font-face {
    font-family: 'Nexa-Heavy';
    src: url("fonts/Nexa-Heavy.otf") format("opentype");
}

@font-face {
    font-family: 'Nexa-Regular';
    src: url("fonts/Nexa-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Nexa-XBold';
    src: url("fonts/Nexa-XBold.otf") format("opentype");
}

html, body {scroll-behavior: smooth;}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */}

body {
  font-family:'NeutraText-Book', sans-serif;
  color: #211e1e;
  font-size: 20px;
  line-height: 1.5;
  }
  

@media (min-width: 1280px) {
  .container {
    max-width: 1250px;
  }
}

@font-face{
	font-family:'FontAwesome';
	src:url('fonts/fontawesome-webfont.eot?v=4.2.0');
	src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
	url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
	url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
	url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal}
        
  
h1, h2 {
  font-family: 'Nexa-Heavy',sans-serif;
  color: #53532d;
  }

h3, h4, h5, h6 {
  font-family: 'Nexa-Heavy',sans-serif;
  color: #53532d;
  }
  
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  }
  
.btn {
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
  font-size: 0.875em;
  padding:10px 2em;
}

.btn:hover {opacity: 0.9}

.centre {text-align: center;}

a {
  color:#418e1a;
  transition: 0.3s ease-in-out;
  }

a:hover {
  color:#bfd352;
  text-decoration: none;
  }

.form-control:focus {
  border-color: #bfd352;}
  
input:focus {
  outline:1px solid transparent;
  border-radius: 5px;
  border:1px solid #bfd352;
}

.hidden {display: none !important; }

@media (min-width: 769px) {
  .hidden-md {
    display: none !important; }
}

@media (max-width: 768px) {
  .hidden-sm {
    display: none !important; }
}

@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important; }
}

@media (max-width: 1199px) {
  .hidden-lg {
    display: none !important; }
}
/*****************HEARDER*****************/
.ombre-haut {box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);}

.baseline h1 {
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
}

.fixed-top {top:0px;}

.lien-info {
  text-align: right;
  font-size:18px;
  color: #211e1e;
  line-height: 1.09524;
  margin: 0.8em 0em 0.6em 0em;
}

.lien-info a {color: #211e1e;}

.lien-info li {margin-left:15px;display: inline;}
.lien-info i{margin-right:5px;}

.logo {padding:2rem 0 1rem 15px;}

.barre-recherche-connexion {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin-top:3rem;
}

.recherche-header label {display: none;}

.recherche-header {border-bottom: 1px solid #707070;}

.recherche-header input[type="text"] {
  border:none;
  line-height: 40px;
  height: 40px;
  color: #707070;
  font-family: 'NeutraText-Light', sans-serif;
  font-size:20px;
  min-width: 20rem;
}

.recherche-header input::placeholder {color: #707070; }
.recherche-header input::-moz-placeholder {color: #707070;opacity:  0.9; }

.recherche-header input[type="submit"] {
  border:none;
  background-color: transparent;
  line-height: 40px;
  height: 40px;
  width:40px;
  background-image: url('img/chevron.png');
  background-size:contain ;
  background-repeat: no-repeat;
  float:right;
  cursor: pointer;
}

.connexion {
  line-height: 40px;
  height: 40px;
  }

.connexion i {
  margin-left:20px;
  padding-right:10px;
  font-size: 25px;
  color: #211e1e;
  }
  
.connexion a {
  color: #211e1e;
  font-size:22px;
  text-decoration: underline;
  }

 @media (max-width:1200px) {
  .connexion {margin-top:2rem;}
 }
 
/*memu*/
.barre-menu {
  margin: 20px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  font-family: 'NeutraText-Demi',sans-serif;
  }

#mega-menu-wrap-primary #mega-menu-primary {top:4px;}
/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {float: right;margin-right: 0px;}*/
/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child a{
  color:#008d2b;
  text-transform: none!important;
  }*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {border-bottom:2px solid transparent;margin: 0px 20px 0px 0px;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 0px 20px 0px;
  height: inherit;
  line-height: inherit;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{text-shadow: 0px 0px 0px #53532d;}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item:last-child > a.mega-menu-link{
  color:#008d2b;
  background-image: url('img/bg-silence.png');
  background-repeat: no-repeat;
  background-size: 100%;
  text-shadow: none;
  padding: 0px 20px 0px 20px !important;
  line-height: 40px;
  position: relative;
  bottom: 10px;
  border-bottom: none;
  }

/**/
.navbar-expand-lg .navbar-collapse {justify-content:center;margin-top:0px;}

.navbar {
  padding:0px;
  display: block;
  font-size: 16px;
  min-height: 210px;
}

.navbar-nav {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 400;
}

.navbar > .container, .navbar > .container-fluid {display: block;}

.navbar-brand {padding:0px 0px 0px 0px;}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-left:1.1em;
  margin-right:1.1em;
  font-size: 1.1em;
  color:#fff;
  height: 40px;
}

.navbar-expand-lg .navbar-nav a{float: left;padding-bottom: 10px;color: #fff;font-size:14px;}
.navbar-expand-lg .navbar-nav a:hover{text-decoration: none;}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {color:#fff;}

.navbar-expand-lg .navbar-nav .nav-link:hover{
  border-bottom: 4px solid #bfd352;
  transition:all 0.1s ease;
  color: #939393;
}
.navbar-expand-lg .navbar-nav .active .nav-link{
  border-bottom: 4px solid #bfd352;
  transition:all 0.1s ease;
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link span.icone:before{
    font-size: 1.125em;
    color:#28a758;
    font-weight:bold;
    font-family: "FontAwesome";
    content: "\f095";
    padding-right:5px;
}

.navbar-nav .dropdown-menu {width: 260px;float: left;}

.dropdown-menu {
  border:1px solid #000;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
  background-color: #000;
  }
  
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #bfd352;
}

.dropdown-item {white-space: normal;}

.show.dropdown {
  animation-name: slidenavAnimation;
  animation-duration:1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

/*flottant*/
.flottant{
  position: fixed;
  margin-top:6rem;
  right: 0px;
  z-index: 9999;
  font-size:14px;
}

.flottant a {
  display: block;
  height: 65px;
  line-height: 14px;
  width: 90px;
  border-top-left-radius:50px;
  border-bottom-left-radius:50px;
  cursor: pointer;
  position:absolute;
  right: 0;
  color: #fff;
  padding-left: 25px;
  font-family: 'Nexa-Regular',sans-serif;
  font-size: 14px;
  line-height:20px;
}
    
.flottant a:hover {text-decoration: none;}

.flottant .trouver {
  background-color: #fff;
  background-image:url(img/icone-loupe-pt.png) ;
  background-position:  top 4.5px left 4.5px;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px;
  width: 155px;
  padding-left: 65px;
  color: #008d2b;
  padding-top:12px;
  transition: width 0.25s, transform 0.25s;
  font-family: 'Nexa-Bold',sans-serif;
}

.flottant .card-body {
  position: absolute;
  right:95px;
  width:auto;
  height: 65px;
  padding: 0px;
  border:none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px;
  padding: 5px;
  border-radius: 50px;
  }

.flottant .card-body input#search2 {
  border-radius: 50px;
  border:1px solid #eee;
  padding: 0px 10px;
  height: 53px;
  line-height: 3px;
  width: 360px;
  font-size: 15px;
  margin-left: 0px;
  float: left;
}

.flottant .card-body input#search2::placeholder {
  font-family: 'NeutraText-Light', sans-serif;
  font-size: 15px;
}

.flottant .card-body input#search2:focus {
  outline:1px solid transparent;
  border-radius: 50px;
  border:1px solid transparent;
}

.flottant .card-body input#searchsubmit2 {
  background-color: transparent;
  border:none;
  height: 53px;
  width: 53px;
  background-image:url(img/icone-loupe-pt.png) ;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  top:-53px;
  float:right;
  font-size: 0px;
}

.flottant .aide {
  margin-top:2px;
  background-color: #418e1a;
  font-family: 'NeutraText-Bold',sans-serif;
  padding-top:22px;
  font-size:27px;
  top:70px;
  transition: width 0.5s, transform 0.5s;
}

.flottant .acces {
  margin-top:2px;
  background: #191516;
  top:140px;
  padding-top:10px;
  padding-left:20px;
  transition: width 0.5s, transform 0.5s;
}

.flottant .trouver:hover{width: 180px;}
.flottant .aide:hover,
.flottant .acces:hover{width: 120px;}

.flottant .acces span {
  font-family: 'NeutraText-Bold',sans-serif;
  font-size:27px;
  }

/*****************CONTENU HOME*****************/
#contenu.home-page {margin-top:10px;}

/*bg-recherche*/
.bg-recherche {
  background-image: url('img/bg-recherche.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
}

.recherche-pro {
  position: absolute;
  top:8rem;
  left: 0;
  right: 0;
  text-align: center;
}

.recherche-pro h1 {
  font-size: 46px;
  text-transform: none;
  font-family: 'Nexa-Heavy', sans-serif;
  letter-spacing: normal;
  color: #fff;
  margin-bottom:1rem;
}

.recherche-pro label {display: none;}

.recherche-pro input#search {
  border-radius: 50px;
  border:1px solid transparent;
  padding: 0px 30px;
  height: 66px;
  line-height: 60px;
  width: 460px;
  font-size: 15px;
  margin-left: 50px;
  display: inline-block;
}

.recherche-pro input#search::placeholder {
  font-family: 'NeutraText-Light', sans-serif;
  font-size: 18px;
}

.recherche-pro input#search:focus {
  outline:1px solid transparent;
  border-radius: 50px;
  border:1px solid transparent;
}

.recherche-pro input#searchsubmit {
  background-color: transparent;
  border:none;
  height: 66px;
  width: 66px;
  background-image:url(img/loupe.png) ;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  top:-0.30rem;
  left: -4rem;
  font-size: 0px;
}

/*bg-texte-home*/
.bg-texte-home {
  background-image: url('img/bg-bloc-texte-home.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 792px;
  position: relative;
  text-align: center;
}

.bloc-texte-home {
  position: absolute;
  top:3rem;
  left: 20%;
  right: 20%;
  width: 60%;
}

.bloc-texte-home h1 {margin-bottom: 1.5rem;}

.bg-texte-home p {
  font-family: 'NeutraText-Light',sans-serif;
  font-size: 20px;
}

/*bloc-offre*/
.icone-scroll{
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}

.bloc-offre {margin: 4.5rem 0px 2rem 0px;}

h1.trait,
h2.trait {
  font-family: 'Nexa-Heavy', sans-serif;
  position: relative;
  display: inline-block;
  margin: 2rem 0px 3rem 0px;
  font-size: 50px;
  color: #211e1e;
  }

h1.trait:before, 
h2.trait:before {
  content: '';
  position: absolute;
  width: 150%;
  bottom: -1.5rem;
  left: -50%;
  height: 1px;
  background-color: #bfbfbf;
  }

.offre{
  text-align: center;
  border-radius:15px;
  padding: 2.5rem 3rem 3rem 3rem;
  height: 450px;
  color: #fff;
  position: relative;
  animation-duration: 3s;
  font-size:22px;
  font-family: 'NeutraText-Demi',sans-serif;
  }
  
.offre:hover {
  transform: scaleY(1.1);
  transition-duration: 0.5s;
  }

.offre.entretenir {
  background-color: #68c6e0;
  background-image:  url('img/bg-entretenir.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position:  bottom 0rem right 0rem;}

.offre.amenager{
  background-color: #008D2B;
  background-image:  url('img/bg-amenager.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position:  top 0rem left 0rem;
  }
  
.offre.elaguer {
  background: #c3c700;
  background-image:  url('img/bg-elaguer.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position:  bottom 0rem center;}

.offre .titre {
  color: #fff;
  margin:1.5rem 0rem 1.5rem 0rem;
  font-family: sans-serif;
  font-size: 50px;
}

.offre .titre a {color: #fff;}

.offre .btn-blanc {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
}

.offre .btn-blanc a {
  display: inline-block;
  padding: 0px 30px;
  height: 40px;
  line-height: 40px;
  border:1px solid #fff;
  border-radius:20px;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'NeutraText-Bold', sans-serif;
}

.offre .btn-blanc a:hover {
  text-decoration: none;
  background: #fff;
}

.offre.entretenir .btn-blanc a:hover {color:#68c6e0;}
.offre.amenager .btn-blanc a:hover {color:#008d2b;}
.offre.elaguer .btn-blanc a:hover {color:#c3c700;}

/*bloc-avantage*/
.avantage {
  width: 380px;
  height: 380px;
  text-align: center;
  color: #fff;
  font-family: 'NeutraText-Demi', sans-serif;
  font-size: 40px;
  position: relative;
}

.avantage a {
  font-family: 'NeutraText-Demi', sans-serif;;
  color: #fff;
  }
  
.avantage .textwidget {
  text-decoration: underline;
  padding: 3rem;
  position: absolute;
  top:20%;
  left: 0px;
  right: 0px;
  width:100%;
}

.avantage.un {background-image: url('img/avantage-un.png');}
.avantage.deux {background-image: url('img/avantage-deux.png');}
.avantage.trois {background-image: url('img/avantage-trois.png');}

.avantage.un,
.avantage.deux,
.avantage.trois {background-size: 100%;background-repeat: no-repeat;}

/*bloc-cmonjardinier*/
.cmonjardinier {
  width: 380px;
  height: 380px;
  border-radius: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cmonjardinier .btn-cmj {
  position: absolute;
  top:45%;
  left: 0px;
  right: 0px;
}

.cmonjardinier.deux .btn-cmj {top:42.5%;}

.cmonjardinier .btn-cmj a {
  display: inline-block;
  padding: 0px 30px;
  min-height: 65px;
  line-height: 63px;
  border:1px solid #fff;
  border-radius:50px;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'NeutraText-Demi', sans-serif;
}

.cmonjardinier.deux .btn-cmj a{
  padding: 10px 30px;
  line-height: 30px;
  }
  
.cmonjardinier .btn-cmj a:hover {
  text-decoration: none;
  background: #fff;
}

.cmonjardinier.un  .btn-cmj a:hover {color:#fec600;}
.cmonjardinier.deux .btn-cmj a:hover {color:#e4780a;}
.cmonjardinier.trois .btn-cmj a:hover {color:#008d2b;}

.cmonjardinier.un,
.cmonjardinier.deux,
.cmonjardinier.trois {background-size: 100%;background-repeat: no-repeat;}

.cmonjardinier.un {background-image: url('img/cmonjardinier-un.png');background-size: 100%;}
.cmonjardinier.deux {background-image: url('img/cmonjardinier-deux.png');background-size: 100%;}
.cmonjardinier.trois {background-image: url('img/cmonjardinier-trois.png');background-size: 100%;}

/*home-article*/
.home-article {
  background-color: #ededed;
  background-image: url('img/bg-tiret.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  top:-11rem;
  margin-bottom: -11rem;
  z-index: 1;
  }

.home-article .container {
  padding-top: 10rem;
}

.article-acceuil,
.article-colonne {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10rem;
}

.article-acceuil .listing-item,
.article-colonne .listing-item {
  padding: 0px;
  margin-top:0rem;
  margin-bottom: 4rem;
  width: 47.5%;
}

.article-acceuil .listing-item:nth-child(even),
.article-colonne .listing-item:nth-child(even){
  position: relative;
  top:-10rem;
  }

.article-acceuil .listing-item .image img,
.article-colonne .listing-item .image img {
    display: block;
    max-width: 100%;
    height: inherit;
    border-radius:20px;
    position: relative;
    z-index: 1;
    width:775px;
}

.article-acceuil .listing-item .no-image,
.article-colonne .listing-item .no-image {
    display: block;
    max-width: 100%;
    height: 300px;
    border-radius:20px;
    position: relative;
    z-index: 1;
    background:#211e1e;
    text-align: center;
    padding-top: 1rem;
}

.article-acceuil .listing-item .no-image img,
.article-colonne .listing-item .no-image img {
  display: inline-block;
  width: inherit;
  height: inherit;
  }

.article-acceuil .listing-item .bloc-extrait-article,
.article-colonne .listing-item .bloc-extrait-article {
  background: #fff;
  margin: -5rem 10% 0px 10%;
  padding:5rem 2rem 1rem 2rem;
  position: relative;
  border-radius:20px;
  max-height: 390px;
  height: 390px;
  z-index: 2;
}

.article-acceuil .listing-item .bloc-extrait-article .excerpt p:first-child,
.article-colonne .listing-item .bloc-extrait-article .excerpt {
  font-size: 20px;
  overflow: hidden;
  position: relative; 
  line-height: 1.5em;
  max-height: 6em; 
  text-align: justify;  
  margin-right: -1em;
  padding-right: 1em;
    }
  
.article-acceuil .listing-item .bloc-extrait-article .excerpt p:first-child:before,
.article-colonne .listing-item .bloc-extrait-article .excerpt:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.article-acceuil .listing-item .bloc-extrait-article .excerpt p:first-child:after,
.article-colonne .listing-item .bloc-extrait-article .excerpt:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.bloc-extrait-article .title,
.bloc-extrait-article .category-display{
  width: 100%;
  display: block;
  text-transform: uppercase;
}

.bloc-extrait-article .category-display {
  position: absolute;
  top:1rem;
  font-size: 18px;
  width:90%;
  height: 60px;
  overflow: hidden;
}

.bloc-extrait-article .title {
  margin-bottom:1rem;
  font-size: 25px;
  height: 70px;
  overflow: hidden;
  line-height: 35px;
  font-family: 'NeutraText-Bold', sans-serif;
  }

.bloc-extrait-article .category-display a,
.bloc-extrait-article .title  {color:#53532d;}

.bloc-dernier-article .bloc-extrait-article .btn-vert,
.article-acceuil .bloc-extrait-article .btn-vert,
.article-colonne .bloc-extrait-article .btn-vert {position: absolute;bottom:1rem;left:2rem}
.btn-vert a {
    display: inline-block;
    padding: 4px 20px;
    min-height: 32px;
    line-height: 32px;
    border: 1px solid #53532d;
    border-radius: 20px;
    width: auto;
    color: #53532d;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'NeutraText-Bold', sans-serif;
}

.btn-vert a:hover {
  border: 1px solid #53532d;
  color: #fff;
  background: #53532d;
  text-decoration: none;
}

/*article-ligne*/
.article-ligne {margin-top: 0rem;}

.article-ligne .listing-item {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem 0 ;
  }

.article-ligne .listing-item:nth-child(odd) .bloc-image{width:58%}
.article-ligne .listing-item:nth-child(odd) .bloc-extrait-article{width:42%}

.article-ligne .listing-item:nth-child(even) .bloc-image{width:58%;order:2}
.article-ligne .listing-item:nth-child(even) .bloc-extrait-article{width:42%;order:1}


.article-ligne .listing-item .bloc-image img{border-radius: 20px;}

.article-ligne .listing-item .bloc-extrait-article {
  background: #fff;
  border-radius: 20px;
  padding: 3rem 2rem;
  position: relative;
  }

.article-ligne .bloc-extrait-article .excerpt {
  font-size: 20px;
  overflow: hidden;
  position: relative; 
  line-height: 1.5em;
  max-height: 7.5em; 
  text-align: justify;  
  margin-right: -1em;
  padding-right: 1em;
    }
  
 .article-ligne .bloc-extrait-article .excerpt:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.article-ligne .bloc-extrait-article .excerpt:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}


.article-ligne .bloc-extrait-article .btn-vert {position: absolute;bottom:1rem;left:2rem}

/*article-bloc*/
.article-bloc {margin-top: -25rem;}

.article-bloc .listing-item {margin-bottom: 5rem;}
.bloc-couleur {
  color:#fff;
  border-radius: 20px;
  position: relative;
  text-align: center;
  font-family: 'Nexa-Bold',sans-serif;
  font-size:23px;
  min-height:auto;
  padding: 5% 10% 10% 10%;
  }

.bloc-couleur .title {
  color:#fff;
  font-family: 'Nexa-heavy',sans-serif;
  font-size:66px;
  }

.bloc-couleur .post-meta-key {display: none;}
.bloc-couleur .post-meta {list-style: none;margin-left: -40px;}

.article-bloc .listing-item:nth-child(1) .bloc-couleur {background:#fec600}
.article-bloc .listing-item:nth-child(2) .bloc-couleur {background:#e4780a}
.article-bloc .listing-item:nth-child(3) .bloc-couleur {background:#008d2b}
.article-bloc .listing-item:nth-child(4) .bloc-couleur {background:#68c6e0}

.bloc-texte {
  position: relative;
  border-radius: 20px;
  background: #fff;
  margin: -5rem 10%  0px 10%;
  padding: 3rem 2rem 1rem 2rem;
  text-align: justify;
}

.bloc-texte h2, .bloc-texte h3, .bloc-texte h4 {color: #211e1e !important;margin: 1rem 0rem 2rem 0rem;text-align: left;}
.bloc-texte p {color: #211e1e !important;margin: 1rem 0rem 2rem 0rem;text-align: justify;}

.bloc-texte .btn-fleche {text-align: center;}

.bloc-texte .btn-fleche a{
  color: #211e1e;
  display: block;
  position: relative;
  padding-bottom: 2rem;
}

.bloc-texte .btn-fleche a:after {
  content: url('img/icone-fleche-bas.png');
  position: absolute;
  top:40px;
  left: 0;
  right:0;
}

.bloc-texte .btn-fleche a span { text-decoration: underline;}

/*article-photo*/
.article-photo {
  display: flex;
  flex-direction: column;
  height: 480px;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  
.article-photo div {
  background-size: cover;
  width: 24%;
  height: 230px;
  border-radius: 10px;
  }
.article-photo div img {width: 100%;height: 100%;}

.article-photo div:nth-child(1) {height: 170px;}
.article-photo div:nth-child(2) {height: 290px;}
.article-photo div:nth-child(7) {height: 170px;}
.article-photo div:nth-child(8) {height: 290px;}

@media (max-width:767px) {
  .article-photo {height: 100%;flex-direction: row;}
  .article-photo div { width: 49%;height: 230px !important;margin-bottom: 10px;}
}

@media (max-width:480px) {
  .article-photo div {  width: 100%;}
}
/*fin article-photo*/


/*****************FOOTER*****************/

footer {
  overflow: hidden;
  margin-top: 0rem;
  background:#211e1e;
  color: #e3e3e3;
  padding: 2rem 0rem;
  }

footer .taille-10 {flex: 0 0 10%;max-width: 10%;position: relative;}
footer .taille-15 {flex: 0 0 15%;max-width: 15%;position: relative;}
footer .taille-20 {flex: 0 0 20%;max-width: 20%;position: relative;}
footer .taille-22 {flex: 0 0 22%;max-width: 22%;position: relative;}
footer .taille-25 {flex: 0 0 25%;max-width: 25%;position: relative;}

#menu-menu-footer-1,
#menu-menu-footer-2,
#menu-menu-footer-3,
#menu-menu-footer-4 {list-style: none;padding: 0px;}

#menu-menu-footer-2,
#menu-menu-footer-3,
#menu-menu-footer-4 {margin-top:2.7rem;}

#menu-menu-footer-1 li,
#menu-menu-footer-2 li,
#menu-menu-footer-3 li,
#menu-menu-footer-4 li {line-height: 1.3;}

#menu-menu-footer-1 li a,
#menu-menu-footer-2 li a,
#menu-menu-footer-3 li a,
#menu-menu-footer-4 li a {color: #e3e3e3;font-size:20px;}

#menu-menu-footer-1 li a:hover,
#menu-menu-footer-2 li a:hover,
#menu-menu-footer-3 li a:hover,
#menu-menu-footer-4 li a:hover {color: #008d2b;}

#menu-menu-footer-1 li a {text-transform: uppercase;font-size:20px;}
#menu-menu-footer-1 li:last-child a {color: #008d2b;}
#menu-menu-footer-1 li:last-child a:hover {color: #fff;}

footer .adresse {margin-top:2.7rem;}
footer .adresse p {margin-bottom: 0px;font-size:20px;line-height: 1.5;}
footer .adresse p a {color: #e3e3e3;font-size:20px;}
footer .adresse p:first-child {text-transform: uppercase;font-size:20px;}

footer .reso {
  padding: 3rem 0rem 1rem 0rem;
  text-align: center;
  }
  
footer .reso .textwidget.custom-html-widget {display: inline-block}
footer .reso a {
  float: left;
  display: inline-block;
  width:30px;
  height: 30px;
  line-height: 30px;
  border:1px solid #211e1e;
  background: #418e1a;
  color: #211e1e;
  border-radius: 20px;
  margin-left: 20px;
  padding: 0px;
}

footer .reso a:hover {
  border:1px solid #418e1a;
  color: #418e1a;
  background: #211e1e;
}

footer .reso a i {
  vertical-align: middle;
  font-size: 20px;
  position: relative;
  bottom: 3px;
  }

footer .copy {
  text-align: center;
  font-size:18px;
  color: #fff;
  }

footer .copy span {font-family: 'NeutraText-Demi',sans-serif;}

.flottant-footer {
  position: fixed;
  bottom: 0px;
  left:15px;
  color: #fff;
  z-index: 9999;
}

footer .flottant-footer a {
  color: #fff;
  font-family: 'Nexa-Bold',sans-serif;
  font-size: 20px;
  }
  
footer .flottant-footer ul {list-style: none;margin: 0px;}
footer .flottant-footer li {
  display: inline-block;
  padding: 0px;
  line-height: 16px;
  font-size: 14px;
  border-radius: 2px;
  }

footer .flottant-footer .devis a,
footer .flottant-footer .conseil a{
  background-image: url('img/icone-fleche.png');
  background-repeat: no-repeat;
  background-position:  top 1.5rem left 1rem;
  width:185px;
  height: 70px;
  display: block;
  cursor: pointer;
}

footer .flottant-footer .devis {
  background-color: #008d2b;}
  
footer .flottant-footer .conseil {
  background-color: #fec600;}

footer .flottant-footer a span {
  display: block;
  padding-left:4rem;
  padding-top: 0.5rem;
  line-height: 30px;
  }

.modal-open .modal {margin-top:1%}

.modal-content {
  border-radius:10px;
  border-color: transparent;
  }
  

#popup-devis .modal-dialog,
#popup-conseil .modal-dialog {max-width:600px;}

#popup-devis .modal-body,
#popup-conseil .modal-body {padding: 15px 30px;}

#popup-devis .modal-footer,
#popup-conseil .modal-footer{
  padding: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius :10px;
  }
  
#popup-devis .modal-footer button,
#popup-conseil .modal-footer button {
  width:100%;
  color: #fff;
  background-image: url('img/icone-fleche-fermer.png');
  background-repeat: no-repeat;
  background-position:  top 1rem right 8rem;
  }
 
#popup-devis .modal-footer button,
#popup-conseil .modal-footer button{
  border:none;
  }

#popup-devis .modal-footer button span,
#popup-conseil .modal-footer button span {
  display: block;
  width:5rem;
  float: right;
  font-family: 'Nexa-Bold',sans-serif;
  font-size: 20px;
  }
 
#popup-devis .modal-footer button {background-color: #008d2b;} 
#popup-conseil .modal-footer button{background-color: #fec600;}

#popup-devis input[type="text"],
#popup-devis input[type="email"] {
  color: #53532d;
  font-family: "NeutraText-Light",sans-serif;
  font-size:22px;
  border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  padding-left: 0px;
  }
  
#popup-devis textarea::placeholder,
#popup-devis input::placeholder,
#popup-devis label {
  color: #53532d;
  font-family: "NeutraText-Light",sans-serif;
  font-size:22px;
  }

#popup-devis textarea {border-radius:20px;height: 200px;}

#popup-devis label,
#popup-devis label.textarea{
  color: #53532d;
  font-family: "NeutraText-Demi",sans-serif;
  font-size:18px;
  }

#popup-devis label.textarea {
  font-size:22px;
  }
  
#popup-devis input.btn.btn-primary {
  font-family: "NeutraText-bold",sans-serif;
  font-size:18px;
  border-radius: 20px;
  border:none;
  text-transform: uppercase;
  color: #fff;
}

#popup-devis input.btn.btn-primary {background-color: #008d2b;}

#popup-conseil form div {border-bottom:1px solid #707070;}
#popup-conseil input[type="text"] {
    border: none;
    line-height: 40px;
    height: 40px;
    color: #707070;
    font-family: 'NeutraText-Light', sans-serif;
    font-size: 20px;
    
}

#popup-conseil input[type="submit"]{
  border:none;
  background-color: transparent;
  line-height: 40px;
  height: 40px;
  width:40px;
  background-image: url('img/chevron.png');
  background-size:contain ;
  background-repeat: no-repeat;
  float:right;
  cursor: pointer;
}

/*****************CONTENU*****************/
#contenu {margin-top:20px;}

/*fil d ariane*/
.fil-ariane {
  display: flex;
  flex-wrap:wrap;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'NeutraText-Bold',sans-serif;
  color: #53532d;
  }

.fil-ariane a {
  font-family: 'NeutraText-Light',sans-serif;
  color: #707070;
 }
  
.fil-ariane .puce {
  width: 9px;
  height: 9px;
  margin: 8px 8px 0px 8px;
  background: #c3c700;
  border-radius: 5px;
}

/*liste-cat*/
.liste-cat {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  position: relative;
  z-index: 2;
  display:none;
  }

.liste-cat a {font-size: 18px;}

/*liste article*/
.bloc-article {
  background: url(img/bg-top-bloc-article.png) no-repeat top 35rem left 0,url(img/bg-bottom-bloc-article.png) no-repeat bottom 2rem right 0;
  position: relative;
  background-color: #ededed;
  top:8rem;
  margin-bottom: 8rem;
  z-index: 1;
  }

.bloc-article .container {
  padding-top: 0rem;
  padding-bottom: 2rem;
}

.bloc-article .article-colonne {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10rem;
}

.bloc-article .article-colonne .listing-item {
  padding: 0px;
  margin-top:0rem;
  margin-bottom: 4rem;
  width: 47.5%;
}

.bloc-article .article-colonne .listing-item:nth-child(even){
  position: relative;
  top:-16rem;
  }
  
.bloc-extrait-article .category-display .post-categories {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  max-height:54px;
  overflow: hidden;
  }
 
.bloc-extrait-article .category-display .post-categories li {padding-right: 5px;} 
.bloc-extrait-article .category-display .post-categories li:after {content: ',';}
.bloc-extrait-article .category-display .post-categories li:last-child:after {content: ''}

/*article*/
.fond-gris {
  background: url(img/bg-top-article.png) no-repeat top 35rem left 0, url(img/bg-bottom-article.png) no-repeat bottom 2rem right 0;
  background-color: #ededed;
  margin-bottom:0rem;
}

.bg-blanc {background:#fff;}

.article {
  position: relative;
  top:2rem;
  margin-bottom: 4rem;
  }

.article img.img-responsive.wp-post-image {
  border-radius: 20px;
  width:1220px;
  position: relative;
  z-index: 1;
  }
  
.article .contenu-article img {border-radius: 20px;}

.article .contenu-article .partage {margin-top:2rem;}

.bloc-texte-article {
  background: #fff;
  border-radius: 20px;
  margin: -10rem 10% 0px 10%;
  padding: 2.5rem 4rem 1rem 4rem;
  position: relative;
  z-index: 2;
}

.bloc-texte-article .cat-nom {
  text-transform: uppercase;
  font-size: 20px;
}

.bloc-texte-article .titre-article {
  text-transform: uppercase;
  font-family: 'NeutraText-Bold', sans-serif;
  font-size: 34px;
  margin-bottom: 1rem;
  }

.bloc-texte-article .contenu-article {
  border-bottom:2px solid #707070;
  font-size: 20px;
  color: #53532d;
}

.sfsiplus_norm_row.sfsi_plus_wDiv {
  position: relative !important;
  left:0 !important;
  right:0 !important;
  width: 100% !important;
  text-align: center !important;
}

.bloc-texte-article .post-meta  {list-style: none;padding: 0px;margin: 0px;}
.bloc-texte-article .post-meta .post-meta-key {display: none}

.bloc-texte-article .commentaire {margin-top: 2rem;}

.commentlist,
.commentlist .children{list-style: none;}

.commentlist .children {
  border-top:1px dotted #b3b3b3;
  margin-top: 1rem;
}

.commentlist li {
  border-radius: 20px;
  margin-bottom: 0.5rem;
  padding: 1rem;
}

.commentlist li:nth-child(odd) {background: #fafafa;}
.commentlist li:nth-child(even) {background: #f5f5f5;}

.bloc-texte-article #respond {
text-align: center;
font-size: 20px;
}

.bloc-texte-article #respond h3 {
  font-family: 'NeutraText-Bold', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  margin: 2rem 0rem;
}

.bloc-texte-article #respond label {
  vertical-align: top;
  line-height: 45px;
  }

.bloc-texte-article #respond .comment-form-cookies-consent label {
  line-height: 15px;
  font-size:20px;
  vertical-align: bottom;
  }

.bloc-texte-article textarea,
.bloc-texte-article input {
  text-align: center;
  border:1px solid #bbbbbb;
  border-radius:10px;
  }

.bloc-texte-article textarea {width: 100%;}

.bloc-texte-article input[type="text"],
.bloc-texte-article input[type="email"]{
  line-height: 45px;
  height: 43px;
  width:290px;
  max-width:290px;
  margin: 0;
  }

.bloc-texte-article input[type="text"] {margin-right:8px;}

.bloc-texte-article input,
.bloc-texte-article .comment-form-cookies-consent,
.bloc-texte-article .form-submit {display: inline;margin-top: 1rem;}

.bloc-texte-article .comment-reply-link,
.bloc-texte-article .form-submit .submit {
  color: #fff;
  text-transform: uppercase;
  font-family: 'NeutraText-Bold', sans-serif;
  font-size: 22px;
  padding: 5px 15px;
  background: #c3c700;
  border-radius: 20px;
  border:1px solid #c3c700;
  cursor: pointer
}

.bloc-texte-article .comment-reply-link:hover,
.bloc-texte-article .form-submit .submit:hover {
   border:1px solid #c3c700;
   color: #c3c700;
   background: #fff;
}
.bloc-texte-article .comment-form-url {display: none;}

/**/
.bloc-dernier-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2rem;
}

.bloc-dernier-article .listing-item {
    padding: 0px;
    margin-top: 0rem;
    margin-bottom: 2rem;
    width: 49%;
}

.bloc-dernier-article .listing-item .image img {
    display: block;
    max-width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.bloc-dernier-article .listing-item .bloc-extrait-article {
    background: #fff;
    margin: -4rem 10% 0px 10%;
    padding: 4rem 2rem 1rem 2rem;
    position: relative;
    border-radius: 20px;
    max-height: 420px;
    height: 420px;
    z-index: 2;
}

.bloc-dernier-article .listing-item .bloc-extrait-article .excerpt {
  font-size: 20px;
  overflow: hidden;
  position: relative; 
  line-height: 1.5em;
  max-height: 6em; 
  text-align: justify;  
  margin-right: -1em;
  padding-right: 1em;
    }
  
.bloc-dernier-article .listing-item .bloc-extrait-article .excerpt:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.bloc-dernier-article .listing-item .bloc-extrait-article .excerpt:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

/*Slider*/
.slider {
  position: relative;
  margin-top: 5rem;
  }

.slider p.h2 {
  font-family: 'Nexa-Heavy', sans-serif;
  font-size: 60px;
  color: #211e1e;
  margin: 6rem 0rem 4rem 0rem;
}

.slick-initialized .slick-slide {padding: 0px 1rem;}
  
.slider__arrow.slider__arrow--left,
.slider__arrow.slider__arrow--right {
  position: absolute;
  top:45%;
  font-size: 40px;
  cursor: pointer;
  }

.slider__arrow.slider__arrow--left {left:-30px;}  
.slider__arrow.slider__arrow--right  {right:-30px;}

/*pagination*/
.liste-pagination {
  border-top:1px solid #bfbfbf;
  width:70%;
  margin: 2rem 15% 0px 15%;
  text-align: center;
  padding-top: 2rem;
}

.liste-pagination ul {list-style: none;margin-left:-10%;}
.liste-pagination ul li {
  width:auto;
  display: inline-block;
  margin: 0 0.3rem;
  }
  
.liste-pagination ul li .page-numbers {
  display: block;
  width:35px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  background: #fff;
  color: #8b8b8b;
  font-size: 20px;
}

.liste-pagination ul li .prev.page-numbers,
.liste-pagination ul li .next.page-numbers {color: #ededed;}

.liste-pagination ul li .page-numbers:hover,
.liste-pagination ul li .page-numbers.current {
   background: #211e1e;
   color: #fff;
}

/**********PAGE SILENCE**********/
/*scp-banniere*/
#contenu.scp {margin-top:50px;}
.scp-banniere {position: relative;}
.scp-bloc1 {position: relative;}
.scp-bloc1 img {position: absolute;top:-10rem;}
.scp-bloc1 h2 {color:#007a83;}
.scp-bloc2 h2 {color:#95c95d;}
.scp-bloc3 h2 {color:#1e5341;}
.scp-bloc3 h2 span {font-family: 'Nexa-Book', sans-serif;font-style: italic;}

.scp-bloc3 a .img-responsive {cursor: pointer;}

.scp-bloc3 h3 {
  text-align: center;
  font-family: 'Nexa-Heavy', sans-serif;
  font-size:40px;
  color: #211e1E;
  margin: 5rem 0;
}

.scp-bloc1 .textwidget,
.scp-bloc2 .textwidget{font-family: 'NeutraText', sans-serif;font-size: 20px;}

.scp-bloc3 ul {
  column-count: 2;
  list-style: none;
  column-gap: 10rem;
  padding: 0px 0px 2rem 0px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #cecece;
}

.scp-bloc3 ul li {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
  min-height: 150px;
}

.scp-bloc3 ul li:nth-child(1) {background-image: url('img/list-img1.png');}
.scp-bloc3 ul li:nth-child(2) {background-image: url('img/list-img2.png');}
.scp-bloc3 ul li:nth-child(3) {background-image: url('img/list-img3.png');}
.scp-bloc3 ul li:nth-child(4) {background-image: url('img/list-img4.png');}
.scp-bloc3 ul li:nth-child(5) {background-image: url('img/list-img5.png');}
.scp-bloc3 ul li:nth-child(6) {background-image: url('img/list-img6.png');}

.scp-bloc3 ul li p {
  font-family: 'NeutraText',sans-serif;
  font-size:20px;
  line-height: 20px;
  padding-left:180px;
  margin: 0px;
  }
  
.scp-bloc3 ul li p:first-child{
  font-family: 'Nexa-Heavy',sans-serif;
  font-size:20px;
  line-height: 30px;
}

.scp-bloc3 .lien-scp {
  font-family: 'NeutraText',sans-serif;
  font-size:20px;
  margin-bottom: 2rem;
  }
  
.scp-bloc3 .lien-scp a {text-decoration: underline;color:#007a83;}

/**********PAGE VEGETAL **********/
/*scp-banniere*/
#contenu.vegetal {margin-top:50px;}
.vegetal-banniere {position: relative;}
.vegetal-bloc1 {position: relative;}
.vegetal-bloc1 img {position: absolute;top:-10rem;}
.vegetal-bloc1 h2 {color:#5dab5f;}
.vegetal-bloc2 h2 {color:#5dab5f;}
.vegetal-bloc3 h2 {color:#5dab5f;}
.vegetal-bloc4 h2 {color:#5dab5f;}
.vegetal-bloc5 h2 {color:#5dab5f;}
.vegetal-bloc3 h2 span {font-family: 'Nexa-Book', sans-serif;font-style: italic;}

.vegetal-bloc3 a .img-responsive {cursor: pointer;}

.vegetal-bloc3 h3 {
  text-align: center;
  font-family: 'Nexa-Heavy', sans-serif;
  font-size:40px;
  color: #211e1E;
  margin: 5rem 0;
}

.vegetal-bloc1 .textwidget,
.vegetal-bloc2 .textwidget{font-family: 'NeutraText', sans-serif;font-size: 20px;}

.vegetal-bloc3 ul {
  column-count: 2;
  list-style: none;
  column-gap: 10rem;
  padding: 0px 0px 2rem 0px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #cecece;
}

.vegetal-bloc3 ul li {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
  min-height: 150px;
}

.vegetal-bloc3 ul li:nth-child(1) {background-image: url('img/list-img1.png');}
.vegetal-bloc3 ul li:nth-child(2) {background-image: url('img/list-img2.png');}
.vegetal-bloc3 ul li:nth-child(3) {background-image: url('img/list-img3.png');}
.vegetal-bloc3 ul li:nth-child(4) {background-image: url('img/list-img4.png');}
.vegetal-bloc3 ul li:nth-child(5) {background-image: url('img/list-img5.png');}
.vegetal-bloc3 ul li:nth-child(6) {background-image: url('img/list-img6.png');}

.vegetal-bloc3 ul li p {
  font-family: 'NeutraText',sans-serif;
  font-size:20px;
  line-height: 20px;
  padding-left:180px;
  margin: 0px;
  }
  
.vegetal-bloc3 ul li p:first-child{
  font-family: 'Nexa-Heavy',sans-serif;
  font-size:20px;
  line-height: 30px;
}

.vegetal-bloc3 .lien-scp {
  font-family: 'NeutraText',sans-serif;
  font-size:20px;
  margin-bottom: 2rem;
  }
  
.vegetal-bloc3 .lien-scp a {text-decoration: underline;color:#007a83;}




/**********PAGE PRO**********/
#contenu.pro {margin: 1rem 0 5rem 0;}

.pro-texte-banniere {
  background-image: url('img/bg-pro-texte-banniere.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  position: relative;
  margin-top: 1rem;
}

.pro-texte-banniere div {
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    text-align: center;
}

.pro-texte-banniere div h1 {
    font-size:55px;
    text-transform: none;
    font-family: 'Nexa-Heavy', sans-serif;
    letter-spacing: normal;
    margin-bottom: 1rem;
    color: #fff;
}

.pro-texte-banniere div p {
  font-family: 'Nexa-Bold', sans-serif;
  font-size: 20px;
  color: #fff;
}

.bloc-pro {margin:3rem 0 0rem 0;}

.bloc-pro.un,
.bloc-pro.deux,
.bloc-pro.trois,
.bloc-pro.quatre {
  background-repeat: no-repeat;
  height: 350px;
  background-size: contain;
  position: relative;
  text-align: center;
  border-radius:20px;
}

.bloc-pro.un {background-image: url('img/bg-bloc-pro1.png');background-color: #e4780b; background-position: bottom right;}
.bloc-pro.deux {background-image: url('img/bg-bloc-pro2.png');background-color: #008d2b;background-position: bottom left;}
.bloc-pro.trois {background-image: url('img/bg-bloc-pro3.png');background-color: #fec600;background-position: top right;}
.bloc-pro.quatre {background-image: url('img/bg-bloc-pro4.png');background-color: #201e1e; background-position: top left;}

.bloc-pro a {
    position: absolute;
    top: 30%;
    left: 0px;
    right: 0px;
    color: #fff;
    font-family: 'NeutaText-Demi',sans-serif;
    font-size: 38px;
}

.bloc-pro.quatre a {top: 25%;}

.bloc-pro a span:hover {border-bottom:1px solid #fff;}

.pro-appli {
  background-image: url('img/bg-pro-appli.png');
  background-repeat: no-repeat;
  background-position: top 15rem right;
}
.pro-appli p {font-size: 20px;}

/**********PAGE MEMBRE**********/

#contenu.membre,
#contenu.projet{margin-top: 10px;}

.liste-page {margin:1rem 0 2rem 0;}

.liste-page span {
  color:#53532d;
  font-family: 'Nexa',sans-serif;
  font-size:25px;
}
  
#devenir-membre .liste-page a,
#devenir-membre .liste-page a:focus,
#devenir-membre .liste-page a:hover,
#nos-offres-pro .liste-page a,
#nos-offres-pro .liste-page a:focus,
#nos-offres-pro .liste-page a:hover,
#nos-conseils .liste-page a,
#nos-conseils .liste-page a:focus,
#nos-conseils .liste-page a:hover,
#notre-communaute-pro .liste-page a,
#notre-communaute-pro .liste-page a:focus,
#notre-communaute-pro .liste-page a:hover,
#entretenir .liste-page a,
#entretenir .liste-page a:focus,
#entretenir .liste-page a:hover,
#amenager .liste-page a,
#amenager .liste-page a:focus,
#amenager .liste-page a:hover,
#elaguer .liste-page a,
#elaguer .liste-page a:focus,
#elaguer .liste-page a:hover{color:#53532d;}

#devenir-membre .liste-page span:nth-child(1) a,
#nos-offres-pro .liste-page span:nth-child(2) a,
#nos-conseils .liste-page span:nth-child(3) a,
#notre-communaute-pro .liste-page span:nth-child(4) a,
#entretenir .liste-page span:nth-child(1) a,
#amenager .liste-page span:nth-child(2) a,
#elaguer .liste-page span:nth-child(3) a{
  color:#008d2b;
  font-family: 'Nexa-Xbold',sans-serif;
  text-decoration: underline;
  }
  
.membre-bg {
  background-image: url('img/bg-membre.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  position: relative;
}

.projet-bg {
  background-repeat: no-repeat;
  background-size: auto;
  height: 350px;
  position: relative;
  margin-bottom: 2rem;
}

#devenir-membre .membre-bg {background-color:#e4780a; }
#nos-offres-pro .membre-bg {background-color:#008d2b; }
#nos-conseils .membre-bg {background-color:#fec600; }
#notre-communaute-pro .membre-bg {background-color:#211e1e; }

#entretenir .projet-bg {background-color:#68c6E0;background-image: url('img/bg-entretenir');background-position: bottom right; }
#amenager .projet-bg {background-color:#008d2b;background-image: url('img/bg-amenager');background-position: top left; }
#elaguer .projet-bg {background-color:#c3c700;background-image: url('img/bg-elaguer');background-position: bottom right; }


#entretenir .projet-bg .contenu a {color: #549ac9;}
#amenager .projet-bg .contenu a {color: #224f00;}
#elaguer .projet-bg .contenu a {color: #969d00;}

.membre-bg div,
.projet-bg div.contenu{
    position: absolute;
    top: 3.5rem;
    left: 25%;
    right: 25%;
    text-align: center;
    color: #fff;
    font-family: 'Nexa-Bold', sans-serif;
}

.projet-bg div.contenu{
    left: 15%;
    right: 15%;
}

.membre-bg div h1,
.projet-bg div h1{font-size: 66px;color: #fff;margin-bottom:1rem;}

.membre-bg div p,
.projet-bg div p{font-size: 22px;}

.projet-bg .contenu form {
  display: flex;
  justify-content: space-around;
  }
  
.projet-bg .contenu .form-group {
  width: 370px;
  max-width:370px;
  }

.projet-bg .contenu .form-group label {
  font-family: 'Nexa-Bold', sans-serif;
  font-size: 36px;
}

#entretenir .projet-bg .contenu .form-group label {color: #549ac9;}
#amenager .projet-bg .contenu .form-group label {color: #224f00;}
#elaguer .projet-bg .contenu .form-group label {color: #969d00;}

.projet-bg .contenu .form-group select{
  border-width: 1px;
  border-color: #fff transparent;
  background: transparent;
  color: #fff;
  border-radius: 0px;
  font-family: 'Nexa-Bold', sans-serif;
  font-size: 27px;
  height: 66px;
  line-height: 66px;
  padding: 0px;
}

#entretenir .projet-bg .contenu .form-group  option {color: #549ac9;}
#amenager .projet-bg .contenu .form-group  option {color: #224f00;}
#elaguer .projet-bg .contenu .form-group  option {color: #969d00;}

.projet-bg .contenu form button {
  font-family: 'Nexa-Bold', sans-serif;
  font-size: 27px;
  color: #fff;
  height: 70px;
  line-height: 70px;
  border: 0px solid transparent;
  padding: 0px 1rem;
  border-radius: 50%;
  margin-top: 3.8rem;
  cursor: pointer;
}

#entretenir .projet-bg .contenu form button {background: #549ac9;}
#amenager .projet-bg .contenu form button {background: #224f00;}
#elaguer .projet-bg .contenu form button {background: #969d00;}

.projet-bg .contenu form button:hover,
.projet-bg .contenu form button:focus{opacity: 0.9;outline:0px;}

.membre .colonne,
.projet .colonne {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
margin: 1rem 0;
}

.membre .colonne div p:first-child,
.projet .colonne div p:first-child{
  font-family: 'Nexa-Book', sans-serif;
  font-size:100px;
  margin: 0px;
  height: 120px;
  }
  
#devenir-membre .colonne div p:first-child {color:#e4780a;}
#nos-offres-pro .colonne div p:first-child {color:#008d2b; }
#nos-conseils .colonne div p:first-child {color:#fec600; }
#notre-communaute-pro .colonne div p:first-child {color:#211e1e; }

#entretenir .colonne div p:first-child {color:#68c6E0;}
#amenager .colonne div p:first-child {color:#008d2b; }
#elaguer .colonne div p:first-child {color:#c3c700; }

.membre .colonne div,
.projet .colonne div{width:48%;}

.membre .colonne div:nth-child(even),
.projet .colonne div:nth-child(even) {margin-top:10rem;}

.membre .colonne div h2,
.projet .colonne div h2{
  font-family: 'NeutraText-Bold', sans-serif;
  font-size:40px;
  color:#211e1e;
}

.membre .colonne div p,
.projet .colonne div p{
  font-size:20px;
  color:#211e1e;
}

.membre .bg-gris,
.projet .bg-gris{
    background-color: #ededed;
    padding: 2rem 0;
}

.liste-sous-page {
  list-style: none;
  text-align: center;
  border-top:1px solid #707070;
  padding: 4rem;
  }
  
.liste-sous-page li{
  display: inline-block;
  margin: 1rem 0.5rem;
}

.liste-sous-page li a{
  padding: 5px 15px;
  font-size:28px;
  font-family: 'Nexa',sans-serif;
  color: #707070;
  border:1px solid #707070;
  border-radius: 50px;
  }

.liste-sous-page li a:hover,
.liste-sous-page li a.current{color: #fff;}
  
#entretenir .liste-sous-page li a:hover,
#entretenir .liste-sous-page li a.current{
  border:1px solid #68c6E0;
  background: #68c6E0;
  }

#amenager .liste-sous-page li a:hover,
#amenager .liste-sous-page li a.current{
  border:1px solid #008d2b;
  background: #008d2b;
  }

#elaguer .liste-sous-page li a:hover,
#elaguer .liste-sous-page li a.current{
  border:1px solid #c3c700;
  background: #c3c700;
  }

/**********PAGE PROJET**********/
.post-img-bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height:450px;
  padding: 0px 15px;
  border-radius: 20px;
  position: relative;
}

.post-img-bg .intro {
  position: absolute;
  top: 8rem;
  left: 15%;
  right: 15%;
  text-align: center;
  color: #fff;
  font-family: 'Nexa-Bold', sans-serif;
}

.post-img-bg .intro h1, .post-img-bg .intro h2{font-family: 'Nexa-Heavy', sans-serif;font-size: 66px;color: #fff;}
.post-img-bg .intro p {font-size: 23px;}
.post-img-bg .intro .post-meta {list-style: none;}
.post-img-bg .intro .post-meta-key {display: none;}

/**********PAGE MENTION-LEGALE**********/
#mention-legale h2 {
  font-family: 'NeutraText-Bold', sans-serif;
  font-size:42px;
  color: #211e1e;
  margin: 3rem 0 1rem 0;
}

#mention-legale h3 {
  font-family: 'NeutraText-Bold', sans-serif;
  font-size:25px;
  color: #008d2b;
  text-transform: uppercase;
  margin: 2rem 0;
}

#mention-legale p {text-align: justify;}

/******************************/
.gallery-item {padding: 5px;}
.gallery-item img {
max-width: 100%;
height: auto;
border:none !important;
}

.tableau td{border:1px solid #ddd;padding:5px 10px;font-size:16px;}
.tetiere {font-weight: 600;margin:2rem 0 1rem 0;font-size: 1.5rem;text-decoration: underline;}

/******************************/
.lien-devis a{
display:block;
width:250px;
line-height:50px;
text-align:center;
vertical-align:middle;
background-color:#418E1A;
color:white !important;
text-decoration:none;
}
.liste-cat a{
	padding: 5px 15px;
    font-size: 20px;
    font-family: 'Nexa',sans-serif;
    color: #707070;
    /*border: 1px solid #707070;
    border-radius: 50px;*/
}

/***** texte defilant header *****/
.barre-baseline{background: #28a758;text-align: center;color: #fff;}
.barre-baseline p {margin: 0 auto;line-height: 30px;}

.messagedefilant {
  display: block;
  margin: 0px auto;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1250px;
  height: 40px;
  line-height: 40px;
}
 
.messagedefilant div {
  position: absolute;
  min-width: 100%; /* au minimum la largeur du conteneur */
}
 
.messagedefilant div p, 
.messagedefilant div:after {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
  top:0;
  color: #fff;
}
 
.messagedefilant div p {
  animation: defilement 25s infinite linear;
  padding: 0 30%;
}
 
.messagedefilant div:after {
  position: absolute;
  top:0;
  left:0;
  content:attr(data-text);
  animation: defilement2 25s infinite linear;
}
 
@keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
}
 
@keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
}