/* GDPR Common */
/* ------------------------------------------------------- */
/* Cookie Banner */
#notice-cookie-block {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-top: 2px solid #00587c;
  position: fixed;
  bottom: 0;
  z-index: 20000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#notice-cookie-block .notice-text {
  width: 80%;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  #notice-cookie-block .notice-text {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
  }
}
#notice-cookie-block .notice-text p {
  line-height: 24px;
  color: #333;
}
#notice-cookie-block .notice-text p a {
  color: #00587c;
}
#notice-cookie-block .notice-text p a:visited, #notice-cookie-block .notice-text p a:focus, #notice-cookie-block .notice-text p a:active {
  color: #00587c;
}
@media only screen and (min-width: 800px) {
  #notice-cookie-block .notice-text p a:hover {
    text-decoration: underline;
  }
}
#notice-cookie-block .actions {
  width: 20%;
  text-align: center;
  float: left;
}
@media only screen and (max-width: 959px) {
  #notice-cookie-block .actions {
    width: 100%;
    clear: both;
  }
}
#notice-cookie-block button {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  color: #0092ef;
  background-color: #f3f3f3;
  border: 1px solid #00587c;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 800px) {
  #notice-cookie-block button:hover {
    border-color: #0a8cbe;
    background-color: #0a8cbe;
    color: #fff;
    text-decoration: none;
  }
  #notice-cookie-block button:hover span {
    color: #fff;
  }
}
#notice-cookie-block button span {
  line-height: normal;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  color: #00587c;
  text-transform: uppercase;
}
