/* Sessions */
.forma2f-sessions { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.forma2f-sessions th,
.forma2f-sessions td { padding: 0.6rem 0.8rem; text-align: left; border-bottom: 1px solid #e5e5e5; }
.forma2f-sessions th { font-weight: 600; background: #f6f7f7; }
.forma2f-badge { display: inline-block; padding: 0.15em 0.6em; border-radius: 999px; font-size: 0.82em; font-weight: 600; color: #fff; }
.forma2f-badge.forma2f-dispo { background: #1a7f37; }
.forma2f-badge.forma2f-complet { background: #b32d2e; }
.forma2f-no-session,
.forma2f-no-formation { font-style: italic; color: #666; }

/* Vignette */
.forma2f-vignette { max-width: 100%; height: auto; border-radius: 6px; }

/* Grille catalogue */
.forma2f-grid { display: grid; gap: 1.5rem; margin: 1.5rem 0; }
.forma2f-cols-1 { grid-template-columns: 1fr; }
.forma2f-cols-2 { grid-template-columns: repeat(2, 1fr); }
.forma2f-cols-3 { grid-template-columns: repeat(3, 1fr); }
.forma2f-cols-4 { grid-template-columns: repeat(4, 1fr); }
.forma2f-cols-5 { grid-template-columns: repeat(5, 1fr); }
.forma2f-cols-6 { grid-template-columns: repeat(6, 1fr); }
@media (max-width: 900px) { .forma2f-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .forma2f-grid { grid-template-columns: 1fr; } }

.forma2f-card { display: flex; flex-direction: column; border: 1px solid #e5e5e5; border-radius: 8px; overflow: hidden; background: #fff; }
.forma2f-card-img img { width: 100%; height: 180px; object-fit: cover; display: block; border-radius: 0; }
.forma2f-card-body { padding: 1rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.forma2f-card-title { margin: 0; font-size: 1.05rem; line-height: 1.3; }
.forma2f-card-title a { text-decoration: none; }
.forma2f-card-resume { margin: 0; font-size: 0.9rem; color: #444; flex: 1; }
.forma2f-card-meta { display: flex; justify-content: space-between; font-size: 0.9rem; font-weight: 600; }
.forma2f-card-prix { color: #1a7f37; }
.forma2f-card-link { margin-top: 0.5rem; align-self: flex-start; }
