/* FC Cheseaux — Documents : liste publique + gestion */
.fcc-documents, .fcc-doc-manage {
	--navy:#002544; --blue:#0a66b0; --line:#e4e8ee; --muted:#6b7686;
	color:#1c2530; font-family:inherit;
}

/* ---------- Public ---------- */
.fcc-documents{ max-width:820px; margin:0 auto; }
.fcc-doc-cat{ margin:0 0 30px; }
.fcc-doc-h{ color:var(--navy); font-size:22px; margin:0 0 14px; padding-bottom:8px; border-bottom:2px solid var(--line); }
.fcc-doc-grid{ display:flex; flex-direction:column; gap:10px; }
.fcc-doc-item{ display:flex; align-items:center; gap:14px; background:#fff; border:1px solid var(--line);
	border-radius:12px; padding:14px 18px; text-decoration:none; color:inherit; transition:transform .12s, box-shadow .12s; }
.fcc-doc-item:hover{ transform:translateY(-2px); box-shadow:0 8px 20px rgba(0,37,68,.08); }
.fcc-doc-ic{ font-size:26px; width:26px; height:26px; color:var(--blue); }
.fcc-doc-t{ flex:1; font-weight:700; color:var(--navy); }
.fcc-doc-meta{ color:var(--muted); font-size:12.5px; text-transform:uppercase; letter-spacing:.03em; }
.fcc-doc-dl{ background:var(--navy); color:#fff; border-radius:8px; padding:7px 14px; font-size:13px; font-weight:600; }
.fcc-doc-empty{ text-align:center; color:var(--muted); }

/* ---------- Gestion ---------- */
.fcc-doc-manage{ max-width:760px; margin:0 auto; }
.fcc-doc-manage .fcc-box{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:24px; margin-bottom:22px; }
.fcc-doc-manage .fcc-box h2{ color:var(--navy); margin:0 0 16px; font-size:22px; }
.fcc-doc-form label{ display:block; font-weight:600; color:var(--navy); margin:14px 0 4px; }
.fcc-doc-form label small{ font-weight:400; color:var(--muted); }
.fcc-doc-form input[type=text], .fcc-doc-form input[type=number], .fcc-doc-form select{
	width:100%; padding:10px 12px; border:1px solid var(--line); border-radius:8px; font-size:15px; font-family:inherit; }
.fcc-doc-form small{ display:block; color:var(--muted); font-size:12px; margin-top:4px; }
.fcc-doc-row{ display:flex; gap:16px; }
.fcc-doc-row label{ flex:1; }
.fcc-doc-current{ margin:6px 0; font-size:14px; }
.fcc-actions{ margin-top:20px; display:flex; gap:10px; flex-wrap:wrap; }
.fcc-btn{ display:inline-block; background:var(--navy); color:#fff !important; text-decoration:none;
	border:0; border-radius:8px; padding:11px 20px; font-size:15px; font-weight:600; cursor:pointer; }
.fcc-btn:hover{ background:#013a6b; }
.fcc-btn--ghost{ background:#fff; color:var(--navy) !important; border:1px solid var(--line); }
.fcc-btn--sm{ padding:6px 12px; font-size:13px; }
.fcc-btn--danger{ background:#b32d2e; }
.fcc-btn--danger:hover{ background:#8f2020; }
.fcc-flash{ border-radius:8px; padding:12px 16px; margin-bottom:18px; font-weight:600; }
.fcc-flash--ok{ background:#e7f6ec; color:#1d7a3e; }
.fcc-flash--err{ background:#fdeee7; color:#b25b1e; }
.fcc-list-row{ display:flex; align-items:center; gap:14px; padding:12px 0; border-bottom:1px solid var(--line); }
.fcc-list-row:last-child{ border-bottom:0; }
.fcc-list-name{ flex:1; }
.fcc-list-sub{ font-size:12px; color:var(--muted); text-transform:capitalize; }
.fcc-list-act{ display:flex; gap:8px; flex-wrap:wrap; }

@media(max-width:560px){
	.fcc-doc-item{ flex-wrap:wrap; } .fcc-doc-meta{ width:100%; }
	.fcc-doc-row{ flex-direction:column; gap:0; }
	.fcc-list-row{ flex-wrap:wrap; } .fcc-list-act{ width:100%; }
}
