#rgpd-compliance {
  font-size: 0.875rem;
  position: fixed;
  bottom: calc(var(--footbar-h) + 2rem);
  right: var(--grid-gutter);
  max-width: calc(100% - (var(--grid-gutter) * 2));
  width: 100%;
  z-index: 201;
  background: var(--body-bg);
  padding: calc(var(--grid-gutter) + 4rem) var(--grid-gutter) var(--grid-gutter) var(--grid-gutter);
  display: flex;
  flex-flow: column;
  gap: 1rem;
  border-radius: 1rem;
  box-shadow:  0 0 4px 0 rgba(0, 0, 0, 0.14),  0 3px 4px 0 rgba(0, 0, 0, 0.12),  0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
#rgpd-compliance:before {
  z-index: 0;
  content: '';
  position: absolute;
  top: var(--grid-gutter);
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  background: transparent url("/img/cookie.svg") no-repeat top center;
  background-size: contain;
}
#rgpd-compliance p {
  margin: 0;
  text-align: justify;
  hyphens: auto;
}
#rgpd-compliance .btns {
  display: flex;
  width: 100%;
  gap: 0.5rem;
}
#rgpd-compliance .btns .btn {
  --btn-font-size: 0.875rem;
  flex: 1 0 calc((100%/3) - (0.5rem/3));
}
#rgpd-compliance .material-icons {
  margin-right: 0.25rem;
}
#rgpd-param {
  position: absolute;
  bottom: var(--grid-gutter);
  right: var(--grid-gutter);
  z-index: 201;
}
#rgpd-param button {
  background: transparent;
  border: none;
  color: var(--text-color);
  opacity: 0.5;
  padding: 0.5rem;
  font-size: 2rem;
  line-height: 1;
  aspect-ratio: 1;
}
#rgpd-param button:hover {
  opacity: 1;
}
@media (min-width: 48em) {
  #rgpd-compliance {
    max-width: calc(33.499em - var(--grid-gutter));
  }
}
@media (max-width: 47.999em) {
  #rgpd-compliance {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (min-width: 48em) {
  #rgpd-compliance {
    align-items: center;
    justify-content: space-between;
    /*.btns {
			margin-left: auto;
		}*/
  }
}
@media (min-width: 75em) {
  #rgpd-param {
    right: 6rem;
  }
}
/*# sourceMappingURL=cookie.css.map */