/* --- LAYOUT PRINCIPAL --- */

/* Colonne principale */
.layout-main-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    min-width: 0;
}
