.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/* pas de règle vide
.fond {}
*/


/* Header */
#barre_haut {
    background-color: black;
    height: 16px;
    width: 100%;
}

#wrapper {
    background-color: #555f69;
    height: 34px;
    width: 100%;
    padding: 0;
}

.menu_haut {
    color: black;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.menu_haut a {
    color: black;
}

.menu_haut a:hover {
    background: #111a21;
    color: #ffffff;
}

.menurouge {
    background-color: #b1191d;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.menurouge a {
    color: white;
}

.menurouge a:hover {
    background: #ffffff;
    color: #b1191d;
}

.login {
    background-color: #ffffff;
    color: black;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

.login a {
    color: black;
    text-decoration: none
}

.login a:hover {
    background: #ffffff;
    color: black;
    text-decoration: none
}

.logo {
    position: absolute;

}

.frais {
    /*width: 700px;*/
    overflow-x: scroll;
}

th,
th:first-child {
    position: sticky !important;
    background-color: white;
    left: 0px;

}

.tableFixHead {
    overflow: auto;
    height: 600px;
    border-collapse: collapse;
}

.tableFixHead thead th {
    position: sticky !important;
    top: 0;
    /* z-index: 1; */
    background-color: #dbfdff;
    left: 0px;
}

.tableFixHeadJury {
    overflow: auto;

    border-collapse: collapse;
}
.tableFixHeadJury thead th {
    position: sticky !important;
    top: 0;
    /* z-index: 1; */
    background-color: #dbfdff;
    left: 0px;
}

/* Just common table stuff. Really. */
table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 8px 16px
}

@media only screen and (max-width: 950px) and (orientation: landscape) {

    .tableFixHead {
        overflow: auto;
        height: 250px;
        border-collapse: collapse;
    }


}


/*
.table-striped thead,
.table-striped tbody,
.table-striped tr,
.table-striped td,
.table-striped th {
    display: block;
}
*/

/*https://stackoverflow.com/questions/5533636/add-a-horizontal-scrollbar-to-an-html-table */