@charset "UTF-8";

/* --------- bannière cookies complianz ----------------- */
.cmplz-cookiebanner, #cmplz-manage-consent .cmplz-manage-consent{
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow:  none!important;
  /* filter: drop-shadow(0 -1mm 8mm rgba(0,0,0,0.07)); */
}
.cmplz-cookiebanner{
  padding: 30px!important;
 right: 0px!important;
  bottom: 30px!important;
  justify-self: end;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
  text-decoration: none!important;
}
a.cmplz-link.privacy-statement {
  display: none;
}
.cmplz-cookiebanner .cmplz-links.cmplz-documents {
  justify-content: right!important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  font-weight: 600!important;
  font-size: 12px!important;
  letter-spacing: 0.5px!important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
  padding: 10px 0px!important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category {
  background-color: var(--wp--preset--color--base)!important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
  opacity: 0.3;
}

#cmplz-manage-consent .cmplz-manage-consent {
border-right: 1px solid var(--wp--preset--color--main)!important;
}