div.evolution_privacy_cookie_notification {
  position: fixed;
  height: 30px;
  width: 1000px;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: rgb(200, 200, 200) ;
  z-index: 9999;
  bottom: 0px;
  color: rgb(50, 50, 50);
  font-size: 14px;
}

div.evolution_privacy_cookie_notification p {
  margin-top: 0px;
  min-width: 750px;
  max-width: 850px;
}


div.evolution_privacy_cookie_notification .evolution_privacy_cookie_agree {
  position: absolute;
  line-height: 23px;
  width: 100px;
  height: 23px;
  right: 10px;
  background-color: rgb(225, 155, 35);
  opacity: 0.85;
  display: block;
  top: 10px;
  text-decoration: none;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
  olor: rgb(50, 50, 50);
  font-weight: bold;
}

div.evolution_privacy_cookie_notification .evolution_privacy_cookie_standard_link {
  text-decoration: none;
  color: black;
  font-weight: bold;
}