/* Rajout du bleu blanc rouge sous la 1ère ligne du footer */
.site-above-footer-wrap{
    border: 0; 
    border-bottom: 8px solid; 
    border-image-source: linear-gradient(to right, 
    var(--ast-global-color-0) 33.33%, 
    var(--ast-global-color-5) 33.33%, white 66.66%, 
    var(--ast-global-color-7) 66.66%
    );    
    border-image-slice: 1; 
}

/* Largeur des images de la colonne 3 du footer */
.site-footer-above-section-3 figure img {
    width:100% !important ;
}

/* Style des items des menus */
footer button {
    all : unset ;
}
footer li::before {
    content: ">"; 
    margin-right: 8px; 
    color: var(--ast-global-color-6); 
    font-weight: bold; 
}

footer li :hover{
    text-decoration: underline;
}

/* Faire en sorte que le lien du logo DBA ne soit actif que sur l'image, pas autour */
.site-footer-below-section-1 a {
    display: inline-block; 
}

/* Lien footer */
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row button:hover{background-color:inherit!important;border:none!important;cursor: pointer;}