/*
Pattern Name:       hero-banner-editorial
Version:            1.0
*/

.ff-surtitre   { font-family: "AbrilFatface", sans-serif !important; }
.ff-titre      { font-family: "ThrowMyHandsUpintheAir", sans-serif !important; }
.inner-w-100 * { width: 100%!important; }

.inner-h-350 .wp-block-cover__background { height: 350px!important; }

.inner-h-250 img {
  height: 250px!important;
  object-fit: cover!important;
}

.mt-n-11 { margin-top: -11rem!important; }
.zi-1    { z-index: 1!important; }

@media (min-width: 992px) {
  .mt-lg-6   { margin-top: 6rem!important; }
  .mt-lg-7   { margin-top: 7rem!important; }
  .mt-lg-n-9 { margin-top: -9rem!important; }

  .inner-h-lg-500px img {
    height: 500px!important;
    object-fit: cover!important;
  }
}