/* Couleur des boutons */
.btn, .btn-primary, .btn-default {
    background-color: #ff7f00 !important;
    color: white !important;
    border: none;
}

/* Liens et titres en violet */
a, .product-title, h1, h2, h3, h4 {
    color: #4b0082 !important;
}

/* Fond foncé sur footer */
#footer, .footer-container {
    background-color: #1a1a1a !important;
    color: white;
}

/* Lien dans footer */
#footer text-uppercase, #footer .h3 {
    color: #ffffff !important;
}

#footer a li {
   	color: #7a7a7a !important;
}

.product-flags li.product-flag.new {
  	background-color: #4b0082 !important;
}

.product-flags li.product-flag.discount {
  	background-color: #ff7f00 !important;
}