#header a, #header .header-top a[data-depth="0"] {
    color: #5197ff; 
}
#header a:hover, #header .header-top a[data-depth="0"]:hover {
    color: #144fa7; 
}


.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage, .product-flags li.product-flag.on-sale {
    background-color: #144fa7;
}

.has-discount .discount {
    background: green!important;
}

.has-discount.product-price, .has-discount p {
    color: green;
    font-size: 1.4rem;
}

.product-discount .regular-price {
    color: black;
    font-weight: bold;
    font-size: 1.2rem;
}

.carousel .carousel-item .caption {
    text-shadow: -1px 0 #144fa7, 0 1px #144fa7, 1px 0 #144fa7, 0 -1px #144fa7;
}

.bandeau1:before {
    content : "Promos Spéciales aujourd'hui. \A Colis discret livré gratuitement.";
    /*content : "Nombreuses Promos de Rentrée. \A Colis discret livré gratuitement.";*/
    white-space: pre-wrap;
}