header .navbar {
    background-color: #284D9A !important;
}

.mentions-legales {
  background-color: #E8F0FF;
  padding: 8vw 8vw 8vw;
  min-height: 100vh;
  font-family: 'Poppins', sans-serif;
}

.mentions-legales .container {
  background: white;
  border-radius: 20px;
  padding: 5vw;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}

.mentions-legales .title {
  text-align: center;
  font-size: 5vw;
  color: #85A739;
  font-weight: 900;
  margin-bottom: 2vw;
}

.mentions-legales .subtitle {
  text-align: center;
  font-size: 1.875vw;
  color: #434343;
  font-weight: 500;
  margin-bottom: 6vw;
}

.mentions-legales .legal-content {
  font-size: 1.3vw;
  line-height: 6vw;
  color: #1d1d1d;
  font-weight: 400;
}

.mentions-legales .legal-content p {
  margin-bottom: 4vw;
}

/* Responsive Desktop */
@media (max-width: 768px) {
    .mobile-header.scrolled {
      background-color: #284D9A !important;
      /* background-color: #284D9A;  */
      box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  }

.mentions-legales {
    background-color: #E8F0FF;
    padding: 29vw 6vw 8vw;
  }
  .mentions-legales .title {
    font-size: 6vw;
        margin-bottom: 4vw;
  }

  .mentions-legales .subtitle {
        font-size: 3.5vw;
        max-width: 100%;
        margin: 0 auto 3vw auto;
  }

  .mentions-legales .legal-content {
    font-size: 1.1vw;
    line-height: 1.9vw;
  }

  .mentions-legales .container {
    padding: 3vw 4vw;
    width: 100%;
    margin: 0 auto;
  }
}
