body {
    margin: 0;
    padding: 0;
    overflow: hidden;

    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Standard syntax */
}
html, body {
    height: 100%;
    overflow: hidden;
}

#header-section{
    padding: 0%;
    height: 70px !important;
}

#hi-bottom{
    display: none;
}

#main-ftx{
    background-color: rgb(0, 172, 255);
}

h1{
    text-align: center;
    color: white;
}

#upload-ftx{
    display: inline-block;
    width: 90%;
    height: 90%;
    position: relative;
    left: 5%;
    top: 5%;
    border: 2px dotted white;
}

#illux{
    display: inline-block;
    background-color: lightgray;
    overflow-y: scroll;
}

#aftx{
    display: inline-block;
    width: 100%;
    height: 70px;
}

#files-container{
    display: inline-block;
    width: 80%;
    position: relative;
    left: 10%;
    margin-top: 20px;
}

#thumbnailContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.file {
    width: 175px; /* Largeur fixe de 175px */
    height: 200px; /* Hauteur fixe de 200px */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centrage horizontal des contenus à l'intérieur */
    justify-content: center; /* Centrage vertical des contenus à l'intérieur */
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 30px 20px;
    position: relative;
}


.file span {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.cross {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    display: none;
}
  
.file:hover .cross {
    display: block;
}
#lux-ati-display{
    display: inline-block;
    width: 80%;
    height: 100%;
    position: relative;
    left: 10%;
}


#lux-ati-next,#download{
    background-color: lightseagreen;
    color:white;
    cursor : pointer;
    width: fit-content;
    height: 50px;
    margin: 0%;
    padding: 0% 10px;
}
#lux-ati-next.disabled {
    background-color: #ccc !important;
    cursor: not-allowed;
}

#add-file-label,#add-file-co{
    display: inline-block;
    width: 150px;
    height: 50px;
    background-color: yellow;
    cursor: pointer;
    color: white;
}

#download{
    width: 250px;
}
#scx-done section{
    display: inline-block;
    width: 100vw;
    height: 125px;
}