.dsfr-doc-modal-cgu {
  &__intro {
    padding: 2rem 1rem 1.5rem 1rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;

    @media (min-width: 48em) {
      padding: 2rem 4.5rem 1.5rem 4.5rem;
    }

    &-pictogram {
      margin-bottom: 1rem;
    }
  }

  &-accepted {
    .fr-modal__body {
      height: var(--modal-max-height);

      @media (min-width: 48em) {
        height: 80vh;
      }
    }

    &__content {
      padding: 0.5rem 1rem 0 1rem;
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: calc(100% - 3.5rem);

      @media (min-width: 48em) {
        padding: 0.5rem 3rem 0.5rem 3rem;
        height: calc(100% - 4rem);
      }

      &-center {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
      }
    }

    &__pictogram {
      margin-bottom: 1rem;

      @media (min-width: 48em) {
        width: 130px;
        height: 130px;
      }
    }

    &__button {
      margin-top: 0.5rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

    &__info {
      margin-top: 2.5rem;
      font-size: 0.75rem;
      line-height: 1.25rem;
      color: var(--text-mention-grey);
      text-align: left;
    }
  }

  &__buttons {
    margin-bottom: -2rem;
    margin-top: 3rem;
  }
}


#modal-cgu {
  backdrop-filter: blur(7px);
}