.cookie-popup {
position: fixed;
bottom: 20px;
float: left;
left:20px;
background-color: #000008;
color: #ffffff;
padding: 15px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
z-index: 1000;
max-width: 300px;
font-size: 14px;
line-height: 1.4;
}

.cookie-popup p {
margin: 0;
padding-bottom: 10px;
}

.accepter-cookies {
background-color: #d2d2d2;
border: none;
    color: black;
padding: 8px 16px;
text-align: center;
text-decoration: none;
display: block;
font-size: 14px;
margin: 4px 2px;
cursor: pointer;
border-radius: 4px;
float: right;
}


