
.btnRGPD {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
.btnRGPD:hover,
.btnRGPD:focus {
    background: #fff;
    color: #222;
}
#cookies-eu-banner{
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #444444e0;
}
#cookies-eu-banner a{
  color: white;
  text-transform: inherit;
}
