.background_alertcookie{
position: fixed;
width: auto;
bottom: 1px;
background: rgba(39, 79, 119, 0.77);
left: 0px;
padding: 20px;
z-index: 9999;
}
.text_alertcookie{
    color: #fff;
}
.link_alertcookie a{
float: left;
display: block;
color: cyan;
}
.link_alertcookie a:hover{
    color: #00ff00;
}
.button_alertcookie{
    float: right;
    display: block;
}
.button_alertcookie input {
  background: rgb(12, 185, 178);
}

