.alert-cookie-policy {
	display: none;
	border-radius: 0;
	position: fixed;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	z-index: 999;
  margin: auto;
  max-width: 700px;
  margin-bottom: 20px;
}

.alert-cookie-policy .alert {
	border-radius: 10px;
  color: white;
  background-color: #4A4A4A;
  font-size: 12px;
  text-align: justify;
}

.alert-cookie-policy .alert a {
	text-decoration: underline;
}

.alert-cookie-policy .alert .btnAcceptCookiePolicy{
  color: white;
  background-color: #F28000;
  border-color: white;
  margin-left: 20px;
}

/* tablet */
@media (max-width: 768px) { 
  .alert-cookie-policy {
    width: 100%;
    margin: 0px;
  }

  .alert-cookie-policy .alert {
    border-radius: 0px;
    flex-direction: column;
  }

  .alert-cookie-policy .alert .btnAcceptCookiePolicy {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}