/* =========================================
   AVORE GROUP — BUSINESS UNIT PAGES
   ========================================= */

/* Hero des pages métiers */
.subhero {
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: auto;
}

.subhero .breadcrumbs {
    margin-top: 0;
    margin-bottom: 18px;
}

.subhero .eyebrow {
    margin-top: 0;
    margin-bottom: 8px;
}

.subhero h1 {
    margin-top: 0;
    margin-bottom: 8px;
}

.subhero h1 + p {
    margin-top: 0;
    margin-bottom: 0;
}


/* =========================================
   LOGO BUSINESS UNIT
   ========================================= */
.subhero .sublogo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.subhero .sublogo img {
    width: 320px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}