.footer {
  width: 100%;
  background: color-mix(in srgb, var(--beige-clair) 32%, transparent); /* harmonisé */
  padding: 1.5rem 1rem 1.2rem 1rem;
  margin: 0;
  margin-left: -8px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer__lignes {
  width: 220px;
  margin: 0 auto 0.2rem auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.footer__socials {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: -0.5rem;
}
.footer__socials img {
  width: 58px;
  height: 58px;
  opacity: 1;
  z-index: 4;
  position: relative;
}

.footer__ligne2 {
  width: 100%;
  max-width: 300px;
  margin: 1.2rem auto 0.5rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__brand {
  font-family: 'Spectral', serif;
  font-size: 2.1rem;
  font-weight: bold;
  color: var(--marron-très-foncé);
  margin-bottom: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: 0.1rem;
}

.footer__ligne2 {
  width: 100%;
  max-width: 300px;
  margin: 1.2rem auto 0.5rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__socials {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: -0.5rem;
}
.footer__socials img {
  width: 58px;
  height: 58px;
  opacity: 1;
  z-index: 4;
  position: relative;
}

.footer__desc {
  font-family: 'Tai Heritage Pro', serif;
  font-size: 1.08rem;
  color: var(--beige-très-clair);
  text-align: center;
  margin-bottom: 0.9rem;
  margin-top: 0.3rem;
  line-height: 1.18;
}

.footer__info {
  font-family: 'Tai Heritage Pro', serif;
  font-size: 1.05rem;
  color: var(--beige-très-clair);
  text-align: center;
  margin-bottom: 0.8rem;
}

.footer__mail {
  font-family: 'Tai Heritage Pro', serif;
  font-size: 1.05rem;
  color: var(--beige-très-clair);
  text-align: center;
  margin-bottom: 0.9rem;
  margin-top: 0.6rem;
}

.footer__link {
  color: var(--marron);
  text-decoration: underline;
}

.footer__mail a {
  color: var(--beige-très-clair);
  text-decoration: underline;
}


@media (max-width: 600px) {
  .footer {
    padding: 1rem 0.4rem 1rem 0.4rem;
  }
  .footer__brand {
    font-size: 1.15rem;
  }
  .footer__desc {
    font-size: 0.9rem;
  }
  .footer__info, .footer__mail {
    font-size: 0.8rem;
  }
  .footer__socials img {
    width: 32px;
    height: 32px;
  }
  .footer__lignes {
    width: 110px;
  }
  .footer__ligne2 {
    max-width: 140px;
  }
}
