body,
.banner,
h1,
h2,
h3 {
  font-family: "Nunito", sans-serif;
}

.navbar-brand {
  display: flex;
  align-items: flex-start;
  height: auto;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.navbar {
  min-height: 150px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-brand img {
  width: auto;
  max-height: 150px;
}

.fonscomplet {
  color: #fff;
  background: url("../../img/newsc25/Banner_newweb_SC25.png") center / cover no-repeat;
}

.card:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.custom-card {
  padding: 40px;
  border: 1px solid #0093c9;
  border-radius: 10px;
  color: #0093c9;
  background-color: #fffafa;
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: scale(1.05);
}

.custom-card img {
  display: block;
  width: 100%;
  max-height: 180px;
  margin: 0 auto;
  object-fit: contain;
}

.poster-footer-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}

a {
  color: #000 !important;
  text-decoration: none !important;
}

a:hover,
.navbar-nav .nav-link:hover {
  color: #0093c9 !important;
}

@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 100px;
  }
}
