/* Start custom CSS for html, class: .elementor-element-be52350 *//* ============================================================
   Tableaux SNIC — utilisation : <table class="snic-table">
   ============================================================ */
.snic-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  background: var(--surface);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(26, 22, 32, 0.06);
}

.snic-table thead {
  background: var(--surface-deep);
}

.snic-table th {
  padding: 14px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-inverse);
  letter-spacing: 0.02em;
}

.snic-table td {
  padding: 12px 20px;
  text-align: center;
  border-bottom: 1px solid var(--border);
  color: var(--text);
}

.snic-table tbody tr:last-child td {
  border-bottom: none;
}

.snic-table tbody tr:hover {
  background: var(--surface-soft);
}

/* Responsive */
@media (max-width: 768px) {
  .snic-table { font-size: 13px; }
  .snic-table th,
  .snic-table td { padding: 10px 12px; }
}/* End custom CSS */