main.mentions-legales {
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 40px 80px 40px;
  min-height: 60vh;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

main.mentions-legales.loaded {
  opacity: 1;
  transform: translateY(0);
}

main.mentions-legales > h1:first-child {
  display: none;
}

main.mentions-legales .content {
  line-height: 1.8;
  color: #2c5f2d;
}

main.mentions-legales h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 30px;
  color: #2c5f2d;
  padding-bottom: 15px;
  border-bottom: 2px solid #2c5f2d;
}

main.mentions-legales h1:first-of-type {
  margin-top: 0;
}

main.mentions-legales h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2c5f2d;
}

main.mentions-legales p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.8;
  color: #2c5f2d;
}

main.mentions-legales strong {
  font-weight: 600;
  color: #2c5f2d;
}

main.mentions-legales ul {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

main.mentions-legales ul li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  line-height: 1.7;
}

main.mentions-legales ul li::before {
  content: "•";
  position: absolute;
  left: 8px;
  color: #2c5f2d;
  font-weight: bold;
}

main.mentions-legales a {
  color: #2c5f2d;
  text-decoration: none;
  transition: color 0.3s ease;
}

main.mentions-legales a:hover {
  color: #1a4520;
  text-decoration: underline;
}

main.mentions-legales section {
  margin-bottom: 50px;
}

.oa-logo-container {
  display: flex;
  justify-content: start;
  margin: 30px 0 40px;
}

.oa-logo {
  width: 140px;
  height: auto;
}

@media (max-width: 768px) {
  main.mentions-legales {
    padding: 100px 20px 60px 20px;
  }

  main.mentions-legales h1 {
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  main.mentions-legales h2 {
    font-size: 1.1rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  main.mentions-legales p {
    font-size: 0.95rem;
  }

  .oa-logo {
    width: 110px;
  }
}
