/**
 * Styles pour le composant hero-banner-image
 */

.atom-hero-banner-image .wp-block-cover__inner-container {
  display: none !important;
}


.atom-hero-banner-image .wp-block-cover {
  min-height: auto !important;
  aspect-ratio: 72 / 13 !important;
}


.atom-hero-banner-image .content-hero-banner-image {
  width: 900px !important;
  margin-left: 0px !important;
}

.yoast-breadcrumbs span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.yoast-breadcrumbs span span a {
  color: black;
  opacity: 0.5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none !important;
}

.yoast-breadcrumbs span span {
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1023px) {
  .atom-hero-banner-image .content-hero-banner-image {
    width: 100% !important;
  }
}

@media (max-width: 781px) {
  .atom-hero-banner-image .wp-block-cover {
    min-height: auto !important;
    aspect-ratio: 39 / 20 !important;
  }
}

@media (max-width: 550px) {
  .atom-hero-banner-image .content-hero-banner-image {
    padding: 20px !important
  }

  .atom-hero-banner-image .wp-block-group:nth-child(2) {
    margin-block-start: 20px;
    padding-bottom: 20px !important;
  }
}