

.has-bck-img {
  background-size: cover; 
  background-attachment: fixed;   
}

.home-section {
    padding: 2rem 0;
}

#hero {
  width: 100%;
  height: 100vh;
  /* background: url("../img/Coquelicots-R.webp") top center; */
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9)),
    url("../img/Coquelicots-R.webp");
  position: relative;
  text-align: center;
  padding-top:3rem;
}

#hero h1 {
  font-size: 96px;
  background-color: rgba(255,255,255,0.7);
}

#hero h2 {
  font-size: 48px;
  background-color: rgba(255,255,255,0.7);
}

#hero-presentation {
  text-align:left;
  background: #ffffffc9;
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}






.container.restrain {
    max-width: 1080px;
    margin:auto;
}

.box {
    /* margin:2em; */
    /* padding:2em; */
    background:#fff;
}

.img-ctn {
    height:200px;
    overflow:hidden;
}


#local-products {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9)),
    url("../img/Benjamin-Rapaces-D.webp");
}

#ou-acheter {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9)),
    url("../img/enfant.webp");
}


.wpcf7-form-control.wpcf7-textarea {
    height: 232px !important;
}