/*
Pattern Name:       content-acf-informations
Version:            1.0
*/

.w-fit        { width: fit-content!important; }
.ff-surtitre  { font-family: "AbrilFatface", sans-serif !important; }
.ff-titre     { font-family: "ThrowMyHandsUpintheAir", sans-serif !important; }
.border-15    { border-width: 15px!important; }
.border-rouge { border-color: var(--wp--preset--color--rouge)!important; }
.mb-n-7       { margin-bottom: -7rem!important; }
.ms-n-1       { margin-left: -1rem !important; }
.me-n-17      { margin-right: -17%!important; }
.zi-1         { z-index: 1!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;
}

.inner-mt-21 .wp-block-cover__background { margin-top: 21%!important; }

@media (min-width: 768px) {
  .inner-mb-lg-3 .wp-block-cover__background { margin-bottom: 3rem!important; }
}

@media (min-width: 992px) {
  .mb-lg-n-2 { margin-bottom: -2rem!important; }
  .mb-lg-7   { margin-bottom: 7rem!important; }
  .mb-lg-10  { margin-bottom: 10rem!important; }

  .inner-mt-lg-0 .wp-block-cover__background { margin-top: 0!important; }
}