/* Style du message de consentement */
#cookieConsent {
position: fixed;
bottom: 10px;
right: 10px;
width: 450px;
background-color: #333;
color: white;
padding: 20px;
border-radius: 12px;
font-size: 14px;
z-index: 9999;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#cookieConsent a {
color: #4CAF50;
text-decoration: none;
font-weight: bold;
}

.cookie-btn {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
margin-top: 10px;
}

.cookie-btn:hover {
background-color: #45a049;
}
