/* Thème Gris Clair - Inspiré de la capture */
.grey-theme,
.grey-theme .container,
.grey-theme .row,
.grey-theme .footer-bottom {
    background-color: #f5f5f5 !important;
}

.grey-theme,
.grey-theme h4,
.grey-theme span,
.grey-theme div,
.grey-theme p,
.grey-theme .copyrights {
    color: #333333 !important;
}

.grey-theme a,
.grey-theme a:visited {
    color: #003087 !important;
    text-decoration: none;
}

.grey-theme a:hover,
.grey-theme a:active {
    color: #0056b3 !important;
    text-decoration: underline !important;
}

.grey-theme ul.footer-links li a {
    color: #003087 !important;
}

.grey-theme ul.footer-links li a:hover {
    color: #0056b3 !important;
}