/* ==========================================================
   SousToit — Branding
   La navigation du header est gérée par navigation-v5.css.
   ========================================================== */

.portal-branding {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(18px, 4vw, 32px) 16px 12px;
    background: #ffffff;
    border-bottom: 1px solid #e7ebf0;
}

.portal-brand-link {
    display: block;
    width: clamp(190px, 28vw, 340px);
    max-width: 82vw;
    text-decoration: none;
}

.portal-branding .soustoit-logo-portal {
    display: block;
    width: 100%;
    height: auto;
    max-height: 110px;
    object-fit: contain;
}
