.main-logo {
    height: 100px;
}
.brand-mlc {
    width: 450px;
    max-width: 100%;
}
.banner-area {
    position: relative;
    background-image: url(/images/dave-photoz-FdTmaUlEr4A-unsplash.jpg);
    background-size: cover;
    background-position: center;
}

/* voile sombre */
.banner-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25); /* ← intensité ici */
    z-index: 1;
}

/* contenu au-dessus de l'overlay */
.banner-area > * {
    position: relative;
    z-index: 2;
}
.banner-area .banner-content span {
    display: block;
    font-weight: 600;
    color: #fea735;
    margin-bottom: 10px;
    font-size: 20px;
}
.banner-area .banner-content h1 {
    color: #ffffff;
}
