body {
  background-color: #192847;
}

.header {
  /*background-image: url('../img/2025/header.png') !important;
  background-size: cover;
  height: 34vh;*/
  position: relative;
}

.footer {
  position: relative;

}



.logo {
  position: absolute;
  bottom: 0;
  right: 7%;
}

.mentions-legales {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;

}

.BG-ML {
  color: #f2f2f2;
}

/* Change le style du lien */
.footer a,
a {
  color: #d9ad56;
  text-decoration: none;
  font-size: 16px;
}

/* Ajoute un soulignement au survol du lien */
a:hover {
  text-decoration: underline;
}