#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px; 
}
.cnil-banner {
    padding:10px;
    background: #fff;
    background: rgba(0,0,0,0.8);
    font-size:11px;
    color: white;
}
.cnil-banner {
    color: white;
    font-weight: bold;
}
.cnil-banner b {
    color: white;
    font-weight: 500;
}
.cnil-banner:hover {
    color: white;
    font-weight: bold;
}