
#bandeau-cookies {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);
    color: white;
    padding: 20px 40px;
    z-index: 10;
}

#bandeau-cookies a
{
	color:white;
	font-weight: bold;
	text-decoration: underline;
}