/*==============================================
    Page Header
===============================================*/
.page-header {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.page-header {
    min-height: 30vh;
}

@media screen and (max-width: 768px) {
    .page-header {
        min-height: 220px;
    }
    .page-header__inner {
        padding: 110px 0 75px;
    }
}

.page-header__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/* background: linear-gradient(
  90deg,
  rgba(88, 47, 142, 0.5) 0%,   /* un peu plus visible */
  /* rgba(190, 225, 230, 0) 100% */
}

.page-header__inner {
    position: relative;
    display: block;
    padding: 150px 0 100px;
    z-index: 15;
}

.page-header__inner h3 {
    font-size: 40px;
    color: white;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 18px;
}

.thm-breadcrumb__inner {
    position: relative;
    display: block;
}

.thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 5px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: white;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--careon-base);
    opacity: 1;
}

.thm-breadcrumb li span {
    font-size: 12px;
}

/* Responsive mobile : remplacement des bannières par variante "2" */
@media screen and (max-width: 768px) {
    /* Pour index.html (main-slider-three__bg) - via classe ou attribut */
    .main-slider-three__bg.bg-index, .main-slider-three__bg[style*="bg-index.webp"] { background-image: url("../../images/backgrounds/bg-index2.webp") !important; }
    /* Pour les autres pages (page-header__bg) */
    .page-header__bg.bg-actualites, .page-header__bg[style*="bg-actualites.webp"] { background-image: url("../../images/backgrounds/bg-actualites2.webp") !important; }
    .page-header__bg.bg-missions, .page-header__bg[style*="bg-missions.webp"] { background-image: url("../../images/backgrounds/bg-missions2.webp") !important; }
    .page-header__bg.bg-quisommenous, .page-header__bg[style*="bg-quisommenous.webp"] { background-image: url("../../images/backgrounds/bg-quisommenous2.webp") !important; }
    .page-header__bg.bg-profession, .page-header__bg[style*="bg-profession.webp"] { background-image: url("../../images/backgrounds/bg-profession2.webp") !important; }
    /* fallback générique */
    .page-header__bg[style*="bg-"], .main-slider-three__bg[style*="bg-"] {
      background-size: cover;
      background-position: center;
    }
}





/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/