/*

FILTERS -----

*/
.no-canvas .form-filters {
  display:none; /* cacher pour IE8 */
}

/*

HERO -----

*/
.hero .hero-media {
  background-image:url(//s3.amazonaws.com/imagescloud/images/home/2025/20251215-m.jpg);
}

@media only screen and (min-width: 768px) {
  .hero .hero-media {
    background-image:url(//s3.amazonaws.com/imagescloud/images/home/2025/20251215.jpg);
  }
}


/*

Titre promo : Retrouvez votre nature -----

*/

.promo-title h1 {
    position: absolute;
    top: 50px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-align: left;
    text-transform: none;
    text-shadow: none;
    font-size: 3em;
    font-weight: 800;
    /*line-height: 1em;*/
    color: black;
  }
  .promo-title h1 .highlight {
    display: block;
  }
  .promo-title h1 .highlight .inner-wrap {
    padding: 0px 10px;
    background: white;
  }
  .promo-title h1 .highlight.green .inner-wrap {
    color: white;
    background: #58b947;
    line-height: 1.25em;
  }
  .promo-title h1 img {
     -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }