body {
  min-height: 100dvh;
  background-color: #f8f9fa;
  font-family: "Nunito", sans-serif;
}

.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;
}

.access-section {
  padding: 3rem 0 5rem;
}

.access-card {
  border: 1px solid rgb(0 147 201 / 18%);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgb(0 0 0 / 8%);
}

.card-title {
  color: #0093c9;
  font-weight: 700;
}

.btn-primary,
.custom-btn {
  border-color: #0093c9;
  color: #fff !important;
  background-color: #0093c9;
}

.btn-primary:hover,
.custom-btn:hover {
  border-color: #0077b3;
  color: #fff !important;
  background-color: #0077b3;
}

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

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

.legal-text {
  max-height: 220px;
  overflow: auto;
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #fafafa;
}

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

  .access-section {
    padding-top: 2rem;
  }
}
