
.formations-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;margin-top:30px}
.formation-card,.lfv6-doc-card{background:#fff;border-radius:20px;padding:20px;box-shadow:0 8px 25px rgba(0,0,0,.08);border:1px solid #f0f0f0}
.formation-header,.lfv6-doc-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.formation-header h3,.lfv6-doc-head h3{font-size:20px;font-weight:600;margin:0}
.badge{background:#000;color:#fff;padding:6px 10px;border-radius:10px;font-size:12px;white-space:nowrap}
.objectif{margin:15px 0;color:#555;font-size:15px}
.infos{display:flex;flex-direction:column;gap:6px;font-size:14px}
.places{color:#d62828;font-weight:700}
.lfv6-complete{color:#8a8a8a}
.formation-footer{margin-top:16px}
.btn-reserver{display:inline-block;text-align:center;background:#000;color:#fff!important;padding:12px 16px;border-radius:12px;text-decoration:none;font-weight:600;transition:.3s;border:none;cursor:pointer}
.btn-reserver:hover{background:#333}
.btn-reserver.alt{background:#666}
.btn-reserver.disabled{background:#999;cursor:not-allowed}
.lfv6-description{margin-top:12px;color:#444;font-size:14px}
.lfv6-sessions{margin-top:18px;display:flex;flex-direction:column;gap:16px}
.lfv6-session-item{border-top:1px solid #eee;padding-top:16px}
.lfv6-form{margin-top:12px}
.lfv6-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.lfv6-form input[type="text"],.lfv6-form input[type="email"],.lfv6-form textarea{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:12px;box-sizing:border-box;font-size:14px}
.lfv6-form textarea{margin-top:10px}
.lfv6-consent{display:block;margin-top:10px;font-size:13px;color:#555}
.lfv6-notice{padding:14px 18px;border-radius:12px;margin-bottom:20px}
.lfv6-notice.success{background:#eef9f0;color:#246b37}
.lfv6-notice.error{background:#fff1f1;color:#9f2222}
.lfv6-dossier-wrap{max-width:950px;margin:20px auto;display:flex;flex-direction:column;gap:18px}
.lfv6-box{background:#fafafa;border:1px solid #eee;border-radius:14px;padding:14px}
.lfv6-signature-pad{width:100%;max-width:100%;height:220px;border:1px solid #ddd;border-radius:14px;background:#fff;display:block;touch-action:none}
.lfv6-sign-actions{margin-top:10px}
.lfv6-doc-status{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}
.lfv6-doc-status.ok{background:#eef9f0;color:#246b37}
.lfv6-doc-status.wait{background:#fff6df;color:#8a5a00}
.lfv6-doc-content{margin-top:14px;color:#333}
.lfv6-brand-head{display:flex;gap:18px;align-items:center;background:#fff;border-radius:20px;padding:20px;box-shadow:0 8px 25px rgba(0,0,0,.08)}
.lfv6-brand-head img{width:110px;height:auto;background:#000;border-radius:14px;padding:8px}
.lfv6-progress{display:flex;gap:10px;flex-wrap:wrap}
.lfv6-progress span{padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700}
.lfv6-progress .ok{background:#eef9f0;color:#246b37}
.lfv6-progress .wait{background:#fff6df;color:#8a5a00}
.lfv6-legal-note{font-size:14px;color:#444;margin-top:10px}
@media (max-width:767px){.lfv6-grid{grid-template-columns:1fr}.lfv6-brand-head{flex-direction:column;align-items:flex-start}.lfv6-brand-head img{width:90px}}
