#block-rabane-popup {
  display: none;
  z-index: -1;
}
#block-rabane-popup.open {
  display: flex;
  filter: blur(0) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--raphia);
  z-index: 1;
  margin: 0 auto;
}
#block-rabane-popup.open a {
  color: inherit;
}
#block-rabane-popup .wrapper-content-btn {
  box-sizing: border-box;
  padding: 5px 40px 5px 15px;
  margin: 0 auto;
  background-color: var(--pierre);
  text-align: center;
  position: relative;
}
#block-rabane-popup .wrapper-content-btn .btn-close {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  background-image: url(../images/btn-close.png);
  cursor: pointer;
}
#block-rabane-popup .wrapper-content-btn p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 720px) {
  #block-rabane-popup .wrapper-content-btn p {
    font-size: 1rem;
  }
}