.staff-members-block .staff-member-wrapper {
  padding: 15px;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 48, 87, 0.1);
  height: 100%;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-radius: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.staff-members-block .staff-member-wrapper .staff-member-image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.staff-members-block .staff-member-wrapper .staff-member-image {
  transition: transform 0.4s ease;
  display: block;
  border-radius: 10px;
}
.staff-members-block .staff-member-wrapper .staff-member-name {
  margin-top: 8px;
  color: #003057 !important;
}
.staff-members-block .staff-member-wrapper .staff-member-title {
  line-height: 1rem !important;
  margin-bottom: 5px;
}
.staff-members-block .staff-member-wrapper:hover .staff-member-image {
  transform: scale(1.05);
}
.staff-members-block .staff-member-wrapper a {
  text-decoration: none !important;
}
.staff-members-block .staff-member-wrapper .staff-member-email a {
  font-size: 0.85rem !important;
}

/* plaques */
.plaque-list ul {
  list-style: none !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  padding: 0;
}
.plaque-list ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  box-sizing: border-box;
  background-color: #262626;
  border: 5px solid #B3A369;
  color: #B3A369;
  text-align: center;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 5px;
  font-weight: bolder !important;
  line-height: 1.2rem;
}
@media (max-width: 1024px) {
  .plaque-list ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
@media (max-width: 600px) {
  .plaque-list ul {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=custom2025.css.map */