.popUpCookie {
  font-family: Roboto;
  max-width: 400px;
  position: fixed;
  bottom: 50px;
  left: 50px;
  background-color: #0072CE;
  padding: 10px;
  color: white;
  line-height: 25px;
  border: #97D700 solid 2px;
  z-index: 10;
  box-shadow: 5px 5px 10px 1px #676666;
}

.text-center {
  text-align: center;
}

.btnGen {
  padding: 7px;
  margin: auto;
  border-radius: 5px;
  margin: 5px;
  color: white;
  border: none;
  font-size: 1em;
  cursor: pointer;
}

.btnCookieOk {
  background-color: #97D700;
}

.btnCookieOk:hover {
  background-color: #73a400;
}

.btnCookieRefus {
  background-color: #ff7676;
}

.btnCookieRefus:hover {
  background-color: red;
}

.cookieOnglet {
  position: fixed;
  left: -23px;
  bottom: 33%;
  display: none;
  z-index: 10;
  transform: rotate(-90deg);
  background-color: #0072CE;
  color: white;
  border: none;
  cursor: pointer;
  height: auto;
}