.message-cookie {
  position: fixed;
  bottom: 0;
  left: 50%;
  display: flex;
  width: 100%;
  max-width: 700px;
  transform: translateX(-50%);
  background: rgba(5, 31, 28, 0.5);
  backdrop-filter: blur(50px);
  border-radius: 4px 4px 0px 0px;
  z-index: 9;
}
.message-cookie__content {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  padding: 14px 16px 14px 20px;
}
.message-cookie__content a {
  color: inherit;
}
.message-cookie__button {
  display: block;
  justify-content: center;
  min-width: 120px;
  cursor: pointer;
  border: none;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 0px 4px 0px 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.message-cookie__button img {
  margin-right: 8px;
  margin-top: 1px;
}
