/* uveafooter.css — UVEA
 * Theme classic stock : .block-social li = bg #f6f6f6 + icône blanche → invisible.
 * Override : carrés navy UVEA #0E2B50 visibles au repos, hover plus clair.
 * Ajoute .tiktok (non livré dans theme classic) via SVG local.
 */

.block-social ul li {
  background-color: #0E2B50 !important;
  background-size: 60% auto !important;
  background-position: center center !important;
  border-radius: 4px;
  transition: background-color .18s ease-in-out;
}

.block-social ul li:hover {
  background-color: #1a4070 !important;
}

.block-social ul li.tiktok {
  background-image: url('../img/social/tiktok.svg');
}

.ps-social-follow ul li.tiktok {
  background-image: url('../img/social/tiktok.svg');
}
