.herobanner{
    background-image: url(https://physio-green41.fr/wp-content/uploads/2025/10/engrais-bandeau.webp);
    padding: 8rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.herobanner:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000030;
}

.herobanner *{
    position: relative;
    z-index: 1;
}

.herobanner h1{
    color: var(--white);
    font-weight: 600;
    font-size: 4rem;
}

@media screen and (max-width:980px){
    
.herobanner h1{
    font-size:2.25rem;
}

    h2{
        font-size: 1.75rem;
    }

    h3{
        font-size: 1.5rem;
    }
}

.herobanner p{
    color: var(--white);
}

/*********QU'EST QUE engrais-organique*******/

.engrais-organique .uk-text-lead{
    font-family: var(--font-primary);
}

/***********AVANTAGES***********/

.avantages .uk-card{
    padding: 0;
    box-shadow: none;
    border-radius: 1.5rem 0 1.5rem 1.5rem;
    overflow: hidden;
}

.avantages .uk-card img{
    aspect-ratio:3/2; width:100%; object-fit:cover;
}

.avantages .uk-card h3{
    font-weight:600 ;
    color: var(	--tertiary-color);
    margin-bottom: 0.5rem;
}

.avantages .uk-card p{
    font-size: 0.875rem;
    line-height: 1.5;

}

.avantages .uk-card .contenu{
    padding: 2rem;
}

/***********QUALITE***********/

.qualite img{
border-radius: 1.5rem 0 1.5rem 1.5rem;
    overflow: hidden;
}

.card-fiche{
    border-radius: 1.5rem 0 1.5rem 1.5rem ;
    overflow: hidden;
}

.card-fiche .pdf-icon{
    background-color: var(--primary-color);
    padding: 1rem;

}

.card-fiche{
    text-decoration: none;
    background-color: var(--light-grey);
    transition: all .3s ease-out;
}

.card-fiche:hover{
    background-color: var(--primary-color);
    text-decoration: none;
}

.card-fiche .contenu{
    padding: 1rem 1.5rem;
}

.card-fiche h3{
    font-size: 1.25rem;
    font-weight: 600;
}

.card-fiche span{
    text-transform: initial;
    color: var(--black)!important;
    font-family: var(--font-primary);
    font-weight: 500;
}