.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;
}div.follow-up-subscriptions {
margin: 1em 0 2em 0;
}
.fue-subscriptions-message.hidden {
display: none;
}
ul.follow-up-lists {
margin: 0 0 1.618em 1em;
}
ul.follow-up-lists li {
list-style: none;
}
.fue-error {
border-left: 3px solid #A10000;
color: #A10000;
padding: 0 1.618em;
background: #FFF0EE;
}
.fue-success {
border-left: 3px solid #00AB00;
color: #00AB00;
padding: 0 1.618em;
background: #F0FFF3;
}
.fue-error p, .fue-success p {
padding: 10px 0;
}