.table-cmfgen {
    width: 100%;
    min-width: 900px;
    max-height: 601px;
    border-collapse: collapse;
    table-layout: auto;
}

.table-cmfgen thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}


.table-cmfgen td {
    border: 1px solid #ddd;
    padding: 0.5em;
    text-align: left;
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-cmfgen th {
    border: 1px solid #ddd;
    padding: 0.5em;
    text-align: left;
    white-space: normal; /* Permet le retour à la ligne */
    word-break: break-word;
}

.table-cmfgen-container {
    width: 100%;
    overflow-x: auto;
    border: 1px solid gray;

}

.table-cmfgen-wrapper {
    max-height: 601px;
    display: block;
    overflow: auto;
}

.table-cmfgen thead,
.table-cmfgen tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-cmfgen tbody {
    /* display: block;
    overflow-y: auto;
    max-height: 601px; */
     display: table;         /* au lieu de block */
    width: 100%;
    overflow-y: unset;      /* plus de scroll ici */
    max-height: unset;
}


.col-6 {
    max-width: 25%;
}

.grid--secondlineselect > .col-6 {
	max-width: 25%;
	text-align: left;
}

.grid--secondlineselect {
	width: 90%;
}

.grid--secondlineselect > .col-5 {
	min-width: 42%;
}

@media (max-width: 1250px) {
    .table-cmfgen {
        max-width: 100%;
        /* overflow: scroll;
        display: block;     */
    }
}

.container {
	min-width: 100%;
}
#container--ipMaxRstar {
    margin-top: 2em;
}
