/* Footer revu : logo blanc non déformé et composition plus équilibrée */
.site-footer {
  overflow: hidden;
}
.site-footer .footer-grid {
  align-items: start;
}
.site-footer .footer-brand {
  max-width: 250px;
}
.site-footer .footer-brand img {
  display: block;
  width: 190px;
  height: auto !important;
  max-width: 100%;
  margin: 0 0 18px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}
.site-footer .footer-brand p {
  max-width: 235px;
  margin: 0;
  line-height: 1.65;
}
.site-footer .footer-contact a,
.site-footer .footer-contact span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer .footer-contact svg {
  flex: 0 0 auto;
}

@media (max-width: 660px) {
  .site-footer .footer-brand img { width: 170px; }
}
