@font-face {
    font-family: 'Digital-7';
    src: url('fonts/digital-7.ttf') format('truetype');
}

body {
    font-family: "lato", sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/TA.jpg');

    background-repeat: repeat;
    background-size: initial;
    background-position: 0 25px;
    /*    
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    */
    opacity: 0.02; /* Opacité du filigrane */
    z-index: -1; /* Place le filigrane derrière le contenu */
}

.header {
    background-color: #3498DB; /* Couleur de fond */
    color: #fff; /* Couleur du texte */
    padding: 2px; /* Espace intérieur */
    text-align: center; /* Centrage du texte */
}

.miniCarte3digits, .texte_dans_cellule {
    width: 100px; /* Ajustez la largeur selon vos besoins */
    height: 70px; /* Ajustez la hauteur selon vos besoins */
    border: 2px solid #000;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 24px; /* Ajustez la taille de la police selon vos besoins */
    color: #000;
    background-color: #fff;
    position: relative;
    display: inline-block; /* Pour aligner les "cartes" horizontalement */
    margin: 5px; /* Marge entre les "cartes" */
    align-content: center;
}

.texte_dans_cellule {
    height: auto;
    aspect-ratio :1 / 1;
}

.smallText {
    text-align: right;
    font-size: x-small;
}

.hidden {
    display: none;
}

@font-face {
    font-family: 'Digital-7';
    src: url('fonts/digital-7.ttf') format('truetype');
}

.horloge {
    font-family: 'Digital-7', sans-serif;
    font-size: 2em;
    color:lawngreen;
    font-weight: bold;
    align-content: center;
    text-align: center;
    min-height:42px;
}

.flottante
{
    position: fixed;
    width: 170px;
    background-color: rgba(0,0,0,0.3);
    right: 10px;
    top: 10px;
    min-width: 150px;
}

.droite {
    right: 10px;
    left: 0px;
}

.gauche {
    left: 10px;
    right:0px;
}


.notification {
    position: fixed; /* Position fixe pour apparaître au bon endroit */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    background: rgba(65, 200, 185, 0.8);

    /* État initial : caché */
    bottom: -50px;
    opacity: 0;
    width:50%;
    display: none; /* Caché au départ */
    transition: bottom 1s ease-out, opacity 1s ease-out;
}

.notification.show {
    /* État visible */
    bottom: 20px;
    opacity: 1;
    display: block; /* Rendre visible */
}

.lgn_formation_run{
    display:flex;
    width:100%;
    flex-direction: column;
}

.lgn_formation_run_entete {
    display: flex;
    align-items: center;
    min-width: 10%;
    font-size: 1.1em;
    font-weight: bolder;
}

.lgn_formation_run_actions {
    display: flex;
    flex-direction: row;
}
.lgn_formation_run_actions_run {

}

.header_container{
    background-color: #3498DB; /* Couleur de fond */
    display: grid;
    grid-template-columns: 5% 1fr 10%;
    margin:0px;
}

.div_qrcode {
    display:none;
    background-color:rgba(0,0,0,0.7);
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:fixed;
    z-index:8000;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}