Nous utilisons des cookies pour améliorer votre expérience sur notre site.
En savoir plus.
#cookie-consent {
position: fixed;
bottom: 20px;
left: 20px;
right: 20px;
background: #1e2a38;
color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 5px 20px rgba(0,0,0,0.2);
display: flex;
justify-content: space-between;
align-items: center;
z-index: 9999;
flex-wrap: wrap;
font-size: 0.95rem;
}
#cookie-consent p {
margin: 0;
padding-right: 10px;
}
#cookie-consent a {
color: #6fa3bf;
text-decoration: underline;
}
#cookie-consent button {
background: #6fa3bf;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 50px;
cursor: pointer;
font-weight: 600;
transition: background 0.3s ease;
}
#cookie-consent button:hover {
background: #38bdf8;
}