body {
    background-color: #121212;
    color: #e0e0e0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 50px;
}

h1 {
 display: none;
/* color: #ff4500; border-bottom: 2px solid #ff4500; padding-bottom: 10px;  */
} 
#custom-title {
    display: block !important;
    color: #ff4500;
    font-size: 2em;
}


/* Stylisation du tableau de fichiers */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #1e1e1e;
}

th {
    text-align: left;
    background-color: #2c2c2c;
    color: #ff4500;
    padding: 12px;
}

td {
    padding: 10px;
    border-bottom: 1px solid #333;
}

tr:hover { background-color: #252525; }

/* Liens des maps */
a {
    color: #00acee;
    text-decoration: none;
    font-weight: bold;
}

a:hover { color: #ff4500; text-decoration: underline; }

/* Icônes (si présentes) */
img { filter: invert(1); opacity: 0.7; }
