/* Logo texte */
[class^="footer-"] .logo {
  width: 80px;
}
[class^="footer-"] .logo-text {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--black);
}

[class^="footer-"] .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  max-width: 1300px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
[class^="footer-"] .bottom p {
  color: var(--white);
  font-size: 0.85rem;
}
[class^="footer-"] .bottom-links {
  display: flex;
  gap: 24px;
}
[class^="footer-"] .bottom-links a {
  color: var(--white);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s;
}
[class^="footer-"] .bottom-links a:hover {
  color: var(--secondary);
}

[class^="footer-"] .backlink {
  color: var(--white);
  font-size: 0.85rem;
  font-style: italic;
}

[class^="footer-"] .backlink a {
  color: var(--white);
  text-decoration: none;
}

[class^="footer-"] .backlink a:hover {
  color: var(--secondary);
}
