/* Importer tous les styles globaux */
@import url('style.css');

/* Spécifique aux mentions légales */
.legal-block {
  margin-bottom: 30px;
  padding: 20px;
  background-color: rgba(255,255,255,0.05);
  border-left: 4px solid #8E2DE2;
  border-radius: 10px;
}

.legal-block h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.legal-block p {
  font-size: 16px;
  line-height: 1.6;
  color: #e0e0e0;
}
