.mentions {
  padding: 4rem 8vw;
  width: 100vw;
  margin: auto;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.7;
  background-color: white;
}

.mentions ul {
  margin-left: 4rem;
}

.mentions h2 {
  font-size: 1.75rem;
  color: var(--colorv3);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.mentions h3 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.mentions p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.mentions a {
  color: var(--colorv3);
  text-decoration: underline;
}

.boutonRetour {
  font-size: 1.5rem;
  background-color: white;
  color: blue;
  text-decoration: underline;
  transition: background-color 0.4s ease-in-out, transform 0.3s ease-in-out;
}

.boutonRetour:hover {
  font-size: 1.5rem;
  background-color: white;
  color: blue;
  text-decoration: underline;
  transform: scale(1.2);
  border: none;
}
