.copy_notif {
    display: none;
    color: green;
}

.liste_invitations > td {
    display: flex;
}

.videos_dash {
    width: 100%;
    /*box-shadow: 0 0 24px #dddddd;*/
}

.video_div {
    flex-direction: column;
}

.border_left_color_green_dash {
    border-left: 16px solid #01a31c;
    width: 45%;
}

.border_left_color_red_dash {
    border-left: 16px solid var(--color-3);
    width: 45%;
}

.text-event {
    text-align: center;
}

.block_dispo {
    display: flex;
    flex-direction: column;
}

.block_dispo > * {
    margin-bottom: 16px;
}

.titre_info {
    font-weight: 700;
}

.text_info {
    font-size: 64px;
    font-weight: 700;
}

.video_div > a {
    margin-top: 10px;
}

#infos_dash {
    align-items: inherit;
}

@media (max-width: 768px) {
    #infos_dash {
        order: 0;
    }

    #video_dash {
        order: 1;
    }

    .dashboard_type {
        flex-direction: column;
    }

    .videos_dash {
        width: 55%;
        display: block;
        margin: 0 auto;
    }
}