/* ========= Container =========== */
/* wideSize Json */
/* contentSize Json*/
/* -------------- Blocks Hero Simple ----------------------- */
.hero-simple {
  background-size: cover !important;
  background-blend-mode: multiply;
  background-position: center !important;
  margin-top: 0 !important;
  position: relative;
  /*
  &:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      background-color: rgba(0,33,56,0.8);
      width: 100%;
      height: 100%;
      z-index: 0;
  }
  */
}
.hero-simple__content {
  padding: 50px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero-simple__content {
    padding: 100px 0;
  }
}
.hero-simple__content--title {
  text-align: center;
  color: #FFF;
  font-weight: 600;
}
.hero-simple__content--subtitle {
  text-align: center;
  color: #DDEBFA;
  max-width: 500px;
  margin: auto;
}
.hero-simple.bordure {
  border-bottom: 0;
}
.hero-simple.bordure.bb-blue {
  border-bottom: 5px solid #DDEBFA;
}
.hero-simple.overlay-blue {
  position: relative;
}
.hero-simple.overlay-blue:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 33, 56, 0.8);
  width: 100%;
  height: 100%;
  z-index: 0;
}

/*# sourceMappingURL=hero-simple.css.map */
