.dvz-siteimprove-button {
  cursor: pointer;
}
.dvz-button-web-analyse-cookies {
  padding: 10px;
  margin: 10px 30px 10px 0 !important;
  color: #fff;
  font-size: 0.9em;
  background-color: #287da8 !important;
}
.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}
.cc_container {
  max-width: 1170px;
  left: 50%;
  margin-left: -585px;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  background: #eef0f2;
  color: #999;
  font-size: 17px;
  box-sizing: border-box;
  border: 1px solid #899aa9;
}
.cc_container .cc_btn {
  line-height: 1em;
  padding: 8px 10px;
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
  color: #fff;
}
.cc_container .cc_message {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  transition: font-size 0.2s;
  font-size: 0.6em;
  display: block;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn,
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em;
  }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (max-width: 1170px) {
  .cc_container,
  .cc_container .cc_message {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
  .cc_container .cc_message {
    text-align: justify;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    margin-top: 0.5em;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px;
  }
  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
  }
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #fff;
  background-color: #203f5a;
  transition:
    background 0.2s ease-in-out,
    color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  -webkit-transition:
    background 0.2s ease-in-out,
    color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cc_container .cc_btn:active,
.cc_container .cc_btn:hover {
  background-color: #203f5a;
  color: #fff;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.cc_btn,
.cc_container,
.cc_message {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
