#full_plateforme > .header {
    display: inline-flex;
    border-bottom: 1px solid #e8ecee;
    width: 100%;
    height: 64px;
    background: var(--color--background--second);
}

#full_plateforme > .header > h1 {
    padding: 16px;
    margin-top: 0;
}

#full_plateforme > .header > .close_full_plateforme {
    cursor: pointer;
    border: none;
    color: #333;
    text-decoration: none;
    padding: 16px;
    width: 64px;
    border-right: 2px solid #ededed;
    transition: 0.3s;
}

#full_plateforme > .header > .close_full_plateforme > i {
    display: block;
    font-size: 32px;
    margin: auto auto;
    width: fit-content;
}

#full_plateforme > .header > .close_full_plateforme:hover {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}
#full_plateforme > .full_plateforme_content {
    padding: 50px 20%;
    height: calc(100vh - 64px);
    overflow-y: auto;
}
