/*
Pattern Name:       full-slider-posts
Version:            1.0
*/

.ff-surtitre { font-family: "AbrilFatface", sans-serif !important; }

.inner-w-90 .wp-block-cover__background    { width: 90%!important; }
.inner-mx-auto .wp-block-cover__background { margin-left: auto!important; margin-right: auto!important; }
.inner-mt-2 .wp-block-cover__background    { margin-top: 2rem!important; }
.inner-mb-1 .wp-block-cover__background    { margin-bottom: 1rem!important; }

.inner-rounded-3 .wp-block-media-text__media img,
.inner-rounded-3 img:not(.rounded-0),
.inner-rounded-3 .wp-block-cover__background,
.inner-rounded-3 .wp-block-button__link {
  border-radius: var(--bs-border-radius-lg)!important;
}

.css-slider-recettes { overflow: hidden; }

@media (min-width: 768px) {
  .inner-w-md-60 .wp-block-cover__background { width: 60%!important; }
}

@media (min-width: 992px) {
  .mb-lg-7 { margin-bottom: 7rem!important; }
  .inner-w-lg-30 .wp-block-cover__background { width: 30%!important; }
}