/* Footer styles de base pour ArtWork */
.footer {
  background: #232323;
  color: #fff;
  padding: 32px 0 12px 0;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1rem;
  align-items: left;
  text-align: left;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-left {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.1em;
}
.footer-links {
  margin-bottom: 12px;
}
.footer-links a {
  color: #fff;
  text-decoration: underline;
  margin: 0 8px;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #b3b3ff;
}
.footer-bottom {
  font-size: 0.95em;
  opacity: 0.7;
}
