#contenu h1{
  display: none;
}

#contenu h1.titre-n1{
  display: block;
  background: none; 
}

.boite-demi{
    border: 0px solid #00884e;
    box-sizing: border-box;
    padding: 1px 10px 0px 1px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.boite-demi.colones{
    padding: 35px 25px;
    width: calc(33% - 10px) !important;
}
.boite-demi.colones.col-first{
    padding: 10px 25px !important;
}
#zone-centrale a.boite-demi{
  text-decoration: none;
  color: #000;
  padding: 35px 0px;
}
#zone-centrale a.boite-demi:hover{
  text-decoration: none!important;
}
#zone-centrale a.boite-demi:link{
  text-decoration: none!important;
  color: #000; 
}

.p-gris-b{
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  color: #3e3e3e;
}

#zone-intro.vitrine-en-bref > .en-bref{
  max-width: 50%;
}

#zone-intro.en-bref > ul > li, #zone-intro .en-bref{
  background-color: #676f73;  
}

#zone-intro.en-bref > ul > li, #zone-intro .en-bref > ul > li {
    margin: 0.5em 0 0 0;
    padding: 0 0 0 16px;
    background-image: none;
}
#zone-intro.en-bref ul li, #zone-intro .en-bref li::before {

    content: "• ";
    color: #007944;
}











@media screen and (max-width: 768px) {
  .boite-demi{
    width: 100%;
    border: none;
    padding-left: 0px;
  }
  .boite-demi:nth-child(2){
    padding-left: 0px;
  }
  .border{
    border: 1px solid #00884e !important;
  }
  
  .boite-demi.colones{
    width: 100% !important;
    padding: 35px 25px;
  }
  .boite-demi.colones.col-first{
    padding: 35px 25px !important;
  }
  
}
