footer {
    background-color: #151515;
}

footer p, footer h2, footer a {
    color: white!important;
}

footer a {
    text-decoration: none;
}

#footer-menu li a {
    color: #151515!important;
    padding: 15px;
}

#footer-menu a:hover {
    background-color: #eee;
}

footer .h5 {
    font-weight: 750;
}

.footer-prevention-fraude, .footer-prevention-fraude p {
    background-color: #c5c5c5;
	color: #171717!important;
}


/* Mobile */
#bottom-mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    z-index: 9999;
    padding: 0.5rem 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
}

#bottom-mobile-menu .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.6rem;
    font-weight: 600;
    color: #555555;
    text-decoration: none;
}

#bottom-mobile-menu .menu-item img {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    #bottom-mobile-menu {
        display: none;
    }
}

#bottom-mobile-menu a:hover {
    color: #0073e6;
}
#bottom-mobile-menu a {
    transform: translateY(0);
    transition: transform 0.2s ease;
}

#bottom-mobile-menu a:hover {
    transform: translateY(-2px);
}