body {
    font-family: 'Segoe UI', sans-serif;
    background: #eef5f9;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 80px;
}

h1 {
    background: #0074D9;
    text-align: center;
    color: white;
    padding: 1rem;
    margin: 0;
}

.boite {
    margin-top: 10px auto;
    font-weight: bold;
    margin: 10px auto;
    padding: 1rem;
    max-width: 700px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.top-bar.centered {
    display: flex;
    justify-content: center;
    gap: 22px;
    align-items: center;
    padding: 10px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.reload-link {
    text-decoration: none;
    font-size: 1.1em;
}

/* Styles généraux + popups (conservés simples) */
button {
    padding: 10px 14px;
    border: none;
    border-radius: 8px;
    background: #0074D9;
    color: white;
    font-weight: 700;
    cursor: pointer;
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}



#actions {
    margin-top: 10px;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#actions .action-item {
    background: #f1f5f9;
    padding: 10px;
    border-radius: 10px;
    margin: 8px 0;
}

#consigne span {
    padding: 2px 4px;
    border-radius: 6px;
}

#consigne span:hover {
    background: #e2e8f0;
}

#consigne .selected {
    background: #ffec99;
}

.top-tools {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

#lang-select {
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
}