﻿/* =============================================================
   PARTENAIRES.CSS — Page Tribune des Entreprises
   ============================================================= */
.partner-card { border-left: 5px solid #39FF14 !important; background: #fafafa; transition: 0.3s; }
.partner-card:hover { transform: translateX(10px); background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.partner-badge { background: #0B132B; color: #39FF14; font-size: 10px; font-weight: 800; padding: 2px 8px; border-radius: 4px; text-transform: uppercase; margin-bottom: 10px; display: inline-block; }
.company-info { display: flex; align-items: center; gap: 10px; margin-top: 15px; padding-top: 15px; border-top: 1px solid #eee; }
.company-logo-mini { width: 30px; height: 30px; border-radius: 5px; object-fit: contain; background: #fff; border: 1px solid #eee; }