
/* COOKIE ALERT */
.cookie {
  max-width: 100%;
  padding: 25px;
  background-color: rgb(30,30,30);
  color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  box-shadow: 0 10px 30px -10px rgba(0,0,0, 0.3);
}
.btn_cookie {
  width: 100%;
  height: 40px;
  margin-top: 20px;
}
/* COOKIE ALERT */
