.Popin {
  display: none; }

.Popin {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(21, 6, 55, 0.9);
  justify-content: center;
  align-items: center; }
  .Popin.open {
    display: flex;
    z-index: 2147483646; }
  .Popin#age-rate {
    /* Tarte au citron popin z-index is 2147483645
       So we need to be above it */
    z-index: 2147483646; }
  #age-rate .Popin-close {
    display: none; }
  .Popin-wrapper {
    position: relative;
    background-color: white;
    background: url("../../img/picto-popin.png") center calc(100% - 2rem) no-repeat, url("../../img/background-pattern-HG.jpg") center repeat;
    color: #6A4174;
    padding: 3rem 2rem 10rem;
    text-align: center;
    width: 66rem;
    max-width: 100%;
    border-radius: 0.6rem;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
    font-weight: normal;
    max-height: 100vh;
    overflow: auto; }
    @media (max-width: 767px) {
      .Popin-wrapper {
        width: calc(100% - 20px); } }
  .Popin-buttons {
    margin-top: 2rem; }
    .Popin-buttons .btn, .Popin-buttons .btn-border, .Popin-buttons .btn-secondary {
      margin: 0 1rem 1rem;
      min-width: 0; }
  .Popin-header {
    margin-bottom: 3rem; }
  .Popin-logo {
    max-height: 5.5rem;
    width: auto; }

.Popin-close {
  font-size: 2.2rem;
  position: absolute;
  top: 1.8rem;
  right: 1.6rem;
  color: var(--primary-color);
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out 0s; }
  .Popin-close:hover {
    transform: rotate(180deg); }

/*# sourceMappingURL=popin.css.map */
