/* Cookie popup */
.cookie-popup {
    position: fixed;
    bottom: 20px;
    background: #222;
    color: white;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    z-index: 9999;
}

#cookie-banner button {
    transition: 0.3s;
}

/* Bouton Accepter*/
#accept-cookies {
    background-color: #28a745;
    color: white;
    border: none;
}
#accept-cookies:hover {
    background-color: #218838;
}

/* Bouton Refuser*/
#decline-cookies {
    background-color: #dc3545;
    color: white;
    border: none;
}
#decline-cookies:hover {
    background-color: #c82333;
}

/*carousel black friday*/
#blackfriday-carousel {
    font-size: 0.9rem;
    font-weight: 500;
}
#blackfriday-carousel .carousel-item {
    color: #000;
}