.bg_image{
  /* background-image:url('https://www.naturaforce.com/wp-content/themes/lndigital/img/banniere.webp'); */
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  width:100%;
  height:100%;
  padding:70px 0px;
}

.banniere_foret h2 {
    font-size: 3.5rem;
    line-height: normal;
    font-weight: 600;
    margin: 0 0 30px 0;
    text-align:center;
    color:#fff;
}
@mdia(max-width:768px){
  .banniere_foret h2{
  font-size:2.5rem;
}  
}
@media(max-width:576px){
.banniere_foret h2{
  font-size:2.0rem;
}  
}
