/* ===========================================
   Hero Banner - Pages interieures
   =========================================== */

/* Structure de base (remplace les styles swiper) */
.pbmit-hero-heading .pbmit-slider-item {
  display: flex;
  align-items: center;
  position: relative;
  height: 440px;
  overflow: hidden;
  border-radius: 5px;
}
.pbmit-hero-heading .pbmit-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pbmit-hero-heading .pbmit-slider-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 17, 46, 0.85) 0%, rgba(0, 17, 46, 0.5) 60%, rgba(0, 17, 46, 0.2) 100%);
}
.pbmit-hero-heading .pbmit-slider-item > .container {
  position: relative;
  z-index: 2;
}
.pbmit-hero-heading .pbmit-title {
  color: #fff;
}

/* Breadcrumb au-dessus du titre */
.pbmit-hero-heading .pbmit-breadcrumb {
  margin-bottom: 14px;
}
.pbmit-hero-heading .pbmit-breadcrumb #breadcrumbs {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  opacity: 0.75;
}
.pbmit-hero-heading .pbmit-breadcrumb #breadcrumbs a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 1px;
  font-size: inherit;
}
.pbmit-hero-heading .pbmit-breadcrumb #breadcrumbs a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

/* Description sous le titre */
.pbmit-hero-heading .pbmit-slider-desc {
  font-size: 15px;
  line-height: 24px;
  color: rgba(255,255,255,0.8);
  max-width: 420px;
  margin: 12px 0 0;
}

/* ===========================================
   Responsive
   =========================================== */
@media (max-width: 991px) {
  .pbmit-hero-heading .pbmit-slider-item {
    height: 500px;
  }
}
@media (max-width: 576px) {
  .pbmit-hero-heading .pbmit-slider-item {
    min-height: 500px;
  }
  .pbmit-hero-heading .pbmit-slider-desc {
    font-size: 14px;
  }
}
