#bandeauCookie {
  width: 960px;
  background-color: #202020;
  position: fixed;
  opacity: .85;
  color: white;
  z-index: 9999;
}

#bandeauCookie * {
  color: white;
}

#fermerBandeauCookie {
  position: absolute;
  top: 0;
  right: 0px;
  width: 2%;
  display: inline;
  height: 100%;
  right: 0px;
  cursor: pointer;
}

#fermerBandeauCookie:hover {
  background-color: #606060;
}

#fermerBandeauCookie>.centrer{
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#accepterCookie {
  cursor: pointer;
  text-align: center;
  border-radius: 20%;
  border: 0px;
  background-color: rgb(43, 105, 161);
}

#accepterCookie:hover {
  background-color: rgba(43, 105, 161, 0.5);
}