:root {
  --bleu: #1a3a6b;
  --bleu-clair: #e8f0fe;
}

body {
  background: #f4f6fb;
}

.page-header {
  background: var(--bleu);
  color: #fff;
  padding: 1.25rem 1.5rem;
  border-bottom: 3px solid #e41e0a;
}

.page-header .logo {
  height: 48px;
  width: auto;
  background: #fff;
  border-radius: 6px;
  padding: 3px 6px;
}

.page-header h1 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.page-header p {
  font-size: .85rem;
  opacity: .8;
  margin: 0;
}

.palmares-card {
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: box-shadow .15s;
  text-decoration: none;
  color: inherit;
}

.palmares-card:hover {
  box-shadow: 0 4px 14px rgba(26, 58, 107, .15);
  color: inherit;
}

.palmares-card .titre {
  font-weight: 600;
  color: var(--bleu);
  font-size: 1rem;
}

.palmares-card .meta {
  font-size: .8rem;
  color: #6c757d;
  margin-top: .2rem;
}

.palmares-card .icon-wrap {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--bleu-clair);
  border-radius: .375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bleu);
  font-size: 1.25rem;
}

.badge-type {
  font-size: .7rem;
}
