
.banner-page{
    padding-bottom: 0;
    margin-top: -6rem;
    background-image: url('https://emkaelectronique.fr/wp-content/uploads/2025/08/pattern-emka-blue-multiply-80.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 12rem;
    padding-bottom: 2rem;
}

.banner-page:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    background: #004E89;
    background: -webkit-linear-gradient(135deg,rgba(0, 78, 137, 1) 0%, rgba(0, 46, 82, 1) 100%);
    background: -moz-linear-gradient(135deg,rgba(0, 78, 137, 1) 0%, rgba(0, 46, 82, 1) 100%);
    background: linear-gradient(135deg,rgba(0, 78, 137, 1) 0%, rgba(0, 46, 82, 1) 100%);
    top: 0;
    left: 0;
    z-index: 0;
}

.banner-page .text{
    position: relative;
    z-index: 12;
    color: var(--white);
}

.banner-page #breadcrumbs > span > span,.banner-page #breadcrumbs > span > span a{ 
    color: var(--white)!important;
}

.banner-page #breadcrumbs > span > span svg path{
    fill: var(--white)!important;
}

.banner-page .text h1, .banner-page .text p{
    color: var(--white);
        margin-top: 0.5rem;
}

.content-page{
    padding-top: 2rem;
}