/* ======================================================
AUTOINDEX APACHE — THEME CLAIR CONFORT VISUEL
====================================================== */

/* Fond général */
body{
background:#f5f7fa;
color:#1f2933;
font-family:Segoe UI, Roboto, Arial, sans-serif;
margin:40px;
}

/* Titre du dossier */
h1{
color:#1a202c;
font-size:28px;
font-weight:600;
margin-bottom:20px;
padding-bottom:10px;
border-bottom:2px solid #e2e8f0;
}

/* IMPORTANT : Apache met le titre dans un lien */
h1 a{
color:#1a202c !important;
text-decoration:none;
}

h1 a:hover{
color:#2563eb !important;
}

/* Liens fichiers */
a{
color:#2563eb;
text-decoration:none;
}

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

/* Tableau */
table{
border-collapse:collapse;
width:100%;
max-width:1000px;
background:white;
border:1px solid #e5e7eb;
border-radius:8px;
overflow:hidden;
}

/* Lignes */
tr:nth-child(even){
background:#f9fafb;
}

tr:nth-child(odd){
background:#ffffff;
}

tr:hover

/* Cellules */
td{
padding:12px 16px;
font-size:15px;
}

/* Colonnes date et taille */
td:nth-child(2),
td:nth-child(3){
color:#6b7280;
font-size:14px;
}

/* Alignement taille fichier */
td:nth-child(3){
text-align:right;
}

/* Dossiers (très important pédagogiquement) */
td a[href$="/"]{
color:#059669;
font-weight:700;
}

td a[href$="/"]:hover

/* Lien "Parent Directory" */
a[href="../"]{
color:#d97706 !important;
font-weight:600;
}

/* Supprimer icônes Apache cassées */
img{
display:none;
}

/* Petit effet plateforme pédagogique */
table{
box-shadow:0 4px 18px rgba(0,0,0,0.06);
}
