@charset "UTF-8";/* Couleur du Header (Haut) */
.header {
    background-color: #1a1a1a !important;
    background-image: none !important;
}

/* Couleur du Footer (Bas) */
.footer {
    background-color: #1a1a1a !important;
    background-image: none !important;
}

/* Rend les liens sous les photos bien foncés et lisibles */
.img-caption a, figcaption a, .caption a {
    color: #111111 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}
