#notification_cookie {
  bottom: 0;
  position: fixed;
  margin: 0 auto;
  z-index: 9999;
  text-align: center;
  width: 100%;
  display: none;
}

#notification_cookie .cookie_content {
  background-color: #ced0d1;
  color: #3D4248;
  font-size: .5625rem;
  padding: 10px 7px;
  position: relative;
  height: 100%;
  line-height: 0.8rem;
}

#notification_cookie .cookie_content .cookie_text {
  width: auto;
  max-width: inherit;
  font-size: 11px;
}

#notification_cookie .cookie_close {
  cursor: pointer;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
}
