body,
html {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}

a:link {
  color: #0071b9;
}

a:hover {
  color: #005a94;
}

.h1,
.title-1,
h1 {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 900;
  font-style: italic;
  color: #0071b9;
  margin-bottom: 0;
}

.h2,
.title-2,
h2 {
  border-bottom: 1px solid #333;
  font-size: 1.375rem !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  color: #333;
  padding: 0 0 0.5rem 0;
  margin-bottom: 1.875rem;
  margin-top: 0 !important;
}

#logo-unidistance {
  margin-left: -20px;
}

header {
  background-color: white;
  padding: 20px 0;
}

main {
  flex: 1 0 auto;
}

.titre-band {
  background-color: #f6f6f6;
  color: white;
  text-align: left;
  font-family: "fonts/fernuni.ttf";
  font-style: italic;
  font-weight: 700;
  color: #0071b9;
  padding: 20px 0;
}



/* Footer avec bandeau gris clair */
footer {
  background-color: #343a40; /* Gris clair */
  text-align: center;
  padding: 30px 0; /* 10% plus petit que 20px */
  margin: 0;
  flex-shrink: 0;
}

@media (min-width: 576px) {
  #logo-unidistance {
    margin-left: -50px;
  }
}

@media (min-width: 992px) {
  .h1,
  .title-1,
  h1 {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
