/* ── FICHE PRATIQUE CONTENT STYLES ── */
.fc{margin:32px 0;}
.fc-he{background:linear-gradient(135deg,rgba(201,169,110,0.07),rgba(107,143,60,0.04));border:1px solid rgba(201,169,110,0.18);border-radius:14px;padding:22px 26px;margin-bottom:24px;}
.fc-he-name{font-family:'Playfair Display',Georgia,serif;font-size:21px;font-weight:700;color:#C9A96E;margin-bottom:3px;}
.fc-he-latin{font-size:12px;color:#5A6A50;font-style:italic;margin-bottom:10px;}
.fc-he-desc{font-size:14px;color:#98A888;line-height:1.75;}
.fc-sec{margin-bottom:22px;}
.fc-sec-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#6B8F3C;margin-bottom:10px;display:flex;align-items:center;gap:8px;}
.fc-sec-title::before{content:'';display:inline-block;width:3px;height:14px;background:#6B8F3C;border-radius:2px;flex-shrink:0;}
.fc-ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:2px;}
.fc-ul li{font-size:14px;color:#98A888;padding:6px 0 6px 20px;position:relative;border-bottom:1px solid rgba(255,255,255,0.03);line-height:1.6;}
.fc-ul li::before{content:'→';color:#6B8F3C;position:absolute;left:0;font-size:11px;top:8px;}
.fc-proto{background:#1A2A1A;border-radius:12px;padding:18px 22px;border-left:3px solid #6B8F3C;}
.fc-proto p{font-size:14px;color:#E8EDE0;padding:5px 0;line-height:1.75;}
.fc-proto p+p{border-top:1px solid rgba(255,255,255,0.04);}
.fc-alert{background:rgba(176,125,86,0.07);border:1px solid rgba(176,125,86,0.18);border-radius:10px;padding:14px 18px;margin-top:16px;}
.fc-alert-t{font-size:11px;font-weight:700;color:#B07D56;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;}
