/*BANNER*/

.banner{
    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: 3rem;
}

.banner: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 .text{
    position: relative;
    z-index: 12;
    color: var(--white);
}

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

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

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


.contenu-article img{
    border-radius: 0.5rem;
}

.wp-block-button__link{
     background-color: var(--orange);
    color: var(--white);
    font-family: var(--font-secondary);
    text-transform: none;
    font-weight: 500;
    line-height: 1;
    padding: 1.25rem 1.5rem;
    border-radius: 0.5rem;
    transition: all .3s ease-out;
    font-size: 1rem;
}

.wp-block-button__link:hover{
    background-color: var(--blue-emka);color: var(--white);
}