#assept-cookie__notification .button {
  display: inline-block;
  position: relative;
  min-width: 150px;
  max-width: 100%;
  padding: 13px 23px;
  background-color: #2467bd;
  border: 2px solid transparent;
  border-radius: 6px;
  color: #fff !important;
  font-size: .875rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none;
  cursor: pointer;
  transition: .2s ease-in-out;
}

#assept-cookie__notification .button.empty, #assept-cookie__notification .button.empty.color-1 {
  background-color: transparent;
  border-color: #2467bd;
  color: #2467bd !important;
}

#assept-cookie__notification .button.small {
  min-width: 120px;
  padding: 3px 18px;
  border-radius: 4px;
  font-size: .8125rem;
  line-height: 25px;
}

#assept-cookie__notification .button:not(.no-animation):hover, #assept-cookie__notification .button:not(.no-animation):active {
  -webkit-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

#assept-cookie__notification {
  -webkit-box-shadow: 0px -11px 17px -11px #333;
  -moz-box-shadow: 0px -11px 17px -11px #333;
  box-shadow: 0px -11px 17px -11px #333;
  background: #036;
  display: none;
  font-size: 0.8em;
  color: #FFF;
  text-align: center;
  padding: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-style: normal;
  z-index: 999999999;
}
#assept-cookie__notification p {
  padding: 0;
  margin: 0;
  line-height: 1.7;
  font-weight: 400;
}
#assept-cookie__notification p a {
  color: #fff;
}
.assept-cookie__close {
  margin-left: 15px;
  cursor: pointer;
  display: inline-block;
  transform: translateY(5px);
}
#assept-cookie__notification .button {
  margin-left: 10px;
  margin-right: 10px;
}

#assept-cookie__notification .button#assept-cookie__notification-accept {
  background-color: #fff;
  color: #036 !important;
  border: 2px solid #fff;
}

.cnw-close-link {
  text-decoration: underline;
  margin: 0 14px;
}
.cnw-close-link:hover {
  text-decoration: none;
}

.cookie-notification-close-circle {
  color: #fff;
}

.cookie-notification_close {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.cookie-notification_close i {
  font-size: 19px;
  margin: 6px 0 0 7px;
}
.cookie-notification_close span {
  text-decoration: underline;
}
.cookie-notification_close span:hover {
  text-decoration: none;
}
#cookie-notification .all-inline {
  margin: 0 auto;
  max-width: 674px;
  float: none;
}
.us-pp {
  font-size: 13px;
}
.us-pp .cta_button {
  margin: 0 10px;
}
.us-pp p {
  margin: 0 0 7px;
  line-height: 1.25;
}
#cookie-notification .button.small {
  line-height: 18px;
}