/*- Bandeau cookies-*/
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#bandeau_cookies {
  background-color: #E4E4E4;
  color: #5D5658;
  line-height: 36px;
  margin: 0;
  min-height: 26px;
  padding: 0;
  text-align: center;
  width: 100%;
}
#bandeau_cookies span {
  background: url("../../style/images/picto_alerte.png") no-repeat 0 0 transparent;
  line-height: 23px;
  padding-left: 36px;
}
#bandeau_cookies span,
#bandeau_cookies .close {
  display: inline-block;
  font-size: 11px;
}
#bandeau_cookies a {
  color: #333333;
  font-weight: bold;
}
#bandeau_cookies .close {
  background: url("../../style/images/fermer.svg") no-repeat center center rgba(0, 0, 0, 0);
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  margin-left: 18px;
  position: relative;
  text-indent: -9999em;
  top: 0;
  vertical-align: middle;
  width: 9px;
}