/* FC Cheseaux — Sponsors : styles du shortcode [fcc_sponsors] */
.fcc-sponsors{
	--navy:#002544; --blue:#0a66b0; --line:#e4e8ee; --muted:#6b7686;
	max-width:1080px; margin:0 auto; color:#1c2530;
	font-family:inherit;
}
.fcc-tier{ padding:50px 0 10px; }
.fcc-tier-head{ text-align:center; max-width:760px; margin:0 auto 34px; }
.fcc-kicker{
	display:inline-block; font-size:12px; font-weight:700; letter-spacing:.08em;
	text-transform:uppercase; padding:4px 12px; border-radius:20px; margin-bottom:12px;
}
.fcc-k-premium{ background:#fff4d6; color:#8a6d00; }
.fcc-k-partenaire{ background:#e7eef6; color:var(--navy); }
.fcc-k-supporter{ background:#eef3f8; color:var(--muted); }
.fcc-tier-head h2{ font-size:30px; color:var(--navy); margin:0 0 10px; }
.fcc-tier-head p{ font-size:16px; color:var(--muted); line-height:1.6; margin:0; }

.fcc-grid{ display:grid; }
.fcc-card{ text-decoration:none; color:inherit; background:#fff; border:1px solid var(--line);
	transition:transform .15s, box-shadow .15s; }
.fcc-card:hover{ transform:translateY(-3px); }
.fcc-logo{ display:flex; align-items:center; justify-content:center; }
.fcc-logo img{ max-width:100%; max-height:100%; }
.fcc-name{ display:block; color:var(--navy); }
.fcc-desc{ display:block; color:#5a6573; }

/* Premium — grand format, titre au-dessus */
.fcc-grid--premium{ grid-template-columns:repeat(2,1fr); gap:24px; }
.fcc-card--premium{ border-top:4px solid #d9a400; border-radius:16px; padding:28px;
	display:block; box-shadow:0 6px 22px rgba(0,37,68,.06); }
.fcc-card--premium:hover{ box-shadow:0 12px 30px rgba(0,37,68,.12); }
.fcc-card--premium .fcc-name{ display:block; font-size:22px; margin-bottom:18px; text-align:center; }
.fcc-card--premium .fcc-premium-body{ display:flex; gap:24px; align-items:center; }
.fcc-card--premium .fcc-logo{ flex:0 0 200px; height:150px; } /* 100% */
.fcc-card--premium .fcc-desc{ font-size:15px; line-height:1.6; }

/* Partenaire — format moyen */
.fcc-grid--partenaire{ grid-template-columns:repeat(3,1fr); gap:20px; }
.fcc-card--partenaire{ border-radius:14px; padding:22px; text-align:center; }
.fcc-card--partenaire:hover{ box-shadow:0 10px 24px rgba(0,37,68,.10); }
.fcc-card--partenaire .fcc-logo{ height:128px; margin-bottom:14px; } /* 75% */
.fcc-card--partenaire .fcc-name{ font-size:16px; margin-bottom:6px; }
.fcc-card--partenaire .fcc-desc{ font-size:13.5px; line-height:1.5; }

/* Supporter — petit format, slogan */
.fcc-grid--supporter{ grid-template-columns:repeat(4,1fr); gap:16px; }
.fcc-card--supporter{ border-radius:12px; padding:16px; text-align:center; }
.fcc-card--supporter:hover{ box-shadow:0 8px 18px rgba(0,37,68,.08); }
.fcc-card--supporter .fcc-logo{ height:85px; margin-bottom:10px; } /* 50% */
.fcc-card--supporter .fcc-desc{ font-size:12.5px; color:var(--muted); font-style:italic; }

@media(max-width:860px){
	.fcc-grid--premium{ grid-template-columns:1fr; }
	.fcc-grid--partenaire{ grid-template-columns:repeat(2,1fr); }
	.fcc-grid--supporter{ grid-template-columns:repeat(2,1fr); }
	.fcc-card--premium .fcc-premium-body{ flex-direction:column; text-align:center; }
	.fcc-card--premium .fcc-logo{ flex-basis:auto; }
}

/* ====== Espace de gestion front-end ([fcc_sponsors_form]) ====== */
.fcc-manage{ --navy:#002544; --blue:#0a66b0; --line:#e4e8ee; --muted:#6b7686;
	max-width:760px; margin:0 auto; color:#1c2530; font-family:inherit; }
.fcc-box{ background:#fff; border:1px solid var(--line); border-radius:14px;
	padding:24px; margin-bottom:22px; }
.fcc-box h2{ color:var(--navy); margin:0 0 16px; font-size:22px; }
.fcc-form label{ display:block; font-weight:600; color:var(--navy); margin:14px 0 4px; }
.fcc-form input[type=text], .fcc-form input[type=url], .fcc-form input[type=number],
.fcc-form select, .fcc-form textarea{ width:100%; padding:10px 12px; border:1px solid var(--line);
	border-radius:8px; font-size:15px; font-family:inherit; font-weight:400; }
.fcc-form small{ display:block; font-weight:400; color:var(--muted); margin-top:4px; }
.fcc-current-logo{ margin:6px 0; }
.fcc-counter{ font-size:13px; color:var(--muted); margin-top:6px; }
.fcc-counter.over{ color:#b32d2e; font-weight:600; }
.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-thumb{ flex:0 0 70px; }
.fcc-list-thumb img{ max-width:70px; height:auto; border-radius:6px; }
.fcc-list-name{ flex:1; }
.fcc-list-niv{ font-size:12px; color:var(--muted); }
.fcc-list-act{ display:flex; gap:8px; }
@media(max-width:560px){
	.fcc-list-row{ flex-wrap:wrap; }
	.fcc-list-act{ width:100%; }
}
