/* Image bannière : pleine largeur de la colonne texte */
.rucher-artistes__header-img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

/* Carrousel dans la colonne image : même format portrait que les images des autres pages */
.text-image-block__image .slideshow {
  max-width: 100%;
  aspect-ratio: 4.5 / 7;
}
