#InformationsArea {
    align-items: center;
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    transition: 0.2s;
    width: 100dvw;
    z-index: 900;
}

.InformationsBackground {
    align-items: center;
    flex-direction: column;
    height: 100dvh;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0px;
    transition: 0.2s;
    width: 100dvw;
}

.Informations {
    height: 100%;
    overflow: hidden;
    padding: 30px 30px 85px 30px;
    position: absolute;
    top: 0px;
    width: 100dvw;
}

.InformationsAlign {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.InformationsBackground1 {
    background-color: var(--Background2);
    border-radius: 5px;
    height: fit-content;
    max-height: 100%;
    max-width: 400px;
    opacity: 0;
    overflow: auto;
    padding: 2px;
    transition: 0.2s;
    width: 100%;
    z-index: 100;
}

.InformationsBackground2,
.InformationsBackgroundForm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 100%;
}

.InformationsBackground2 {
    background-color: var(--Background1);
    border-radius: 3px;
    padding: 15px 20px 20px 20px;
    max-height: 100%;
    overflow: auto;
}

.InformationsParagraph {
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.InformationsParagraph>p {
    color: var(--Text2);
    font-family: "Poppins-Light";
    font-size: 15px;
    text-indent: 2em;
    text-align: justify;
}