/* ======================================================================
   FOOTER COMMUN — CHARGÉ EN DERNIER SUR TOUTES LES PAGES
   Ce fichier reste volontairement indépendant des styles des rubriques.
   ====================================================================== */
body > footer.site-footer {
  display: block;
  min-height: 0;
  padding: 0;
  border-top: 1px solid rgba(239, 179, 83, .52);
  background:
    radial-gradient(circle at 16% 0, rgba(105, 30, 97, .42), transparent 35%),
    radial-gradient(circle at 88% 110%, rgba(31, 73, 142, .35), transparent 40%),
    #020a20;
  color: #fffaf4;
  font-family: var(--police-textes, "DM Sans", sans-serif);
  text-align: left;
}

body > footer.site-footer .site-footer-inner {
  display: grid;
  width: min(1500px, 92%);
  margin: auto;
  padding: 52px 0 30px;
  grid-template-columns: minmax(280px, 1.35fr) minmax(210px, .8fr) minmax(320px, 1.15fr);
  gap: 54px;
  align-items: start;
}

body > footer.site-footer .site-footer-brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
}

body > footer.site-footer .site-footer-heart {
  color: var(--pink, #ff65ad);
  font: 58px/1 var(--police-titres, Georgia, serif);
  filter: drop-shadow(0 0 13px rgba(255, 91, 164, .24));
}

body > footer.site-footer .site-footer-brand strong {
  display: block;
  color: #fffaf4;
  font: italic 700 clamp(25px, 2vw, 34px)/1 var(--police-titres, Georgia, serif);
}

body > footer.site-footer .site-footer-brand p {
  grid-column: 2;
  margin: -5px 0 0;
  color: #cdd5e8;
  font-size: 14px;
  line-height: 1.55;
}

body > footer.site-footer .site-footer-nav {
  display: grid;
  gap: 9px;
  text-align: left;
}

body > footer.site-footer .site-footer-nav strong,
body > footer.site-footer .site-footer-sharing > strong {
  display: block;
  margin: 0 0 17px;
  color: #f4c36f;
  font: 700 17px var(--police-titres, Georgia, serif);
  letter-spacing: .08em;
  text-transform: uppercase;
}

body > footer.site-footer .site-footer-nav a {
  width: fit-content;
  color: #dce3f1;
  font-size: 14px;
  text-decoration: none;
}

body > footer.site-footer .site-footer-nav a:hover {
  color: var(--pink, #ff65ad);
}

body > footer.site-footer .site-footer-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body > footer.site-footer .footer-share-button {
  display: inline-flex;
  width: auto;
  min-height: 43px;
  margin: 0;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #5e79a5;
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 31, 68, .88);
  font: 700 13px var(--police-textes, "DM Sans", sans-serif);
  cursor: pointer;
  box-shadow: none;
}

body > footer.site-footer .footer-share-button[data-share="facebook"] {
  border-color: #4a88e9;
  background: #155bb9;
}

body > footer.site-footer .footer-share-button[data-share="whatsapp"] {
  border-color: #3dd47f;
  background: #167c48;
}

body > footer.site-footer .footer-share-button:hover,
body > footer.site-footer .footer-share-button:focus-visible {
  border-color: var(--pink, #ff65ad);
  transform: translateY(-2px);
}

body > footer.site-footer .footer-share-icon {
  color: #fff;
  font: 800 18px/1 Arial, sans-serif;
}

body > footer.site-footer .site-footer-status {
  min-height: 1.3em;
  margin: 12px 0 0;
  color: #ffd0e5;
  font-size: 13px;
}

body > footer.site-footer .site-footer-bottom {
  display: flex;
  width: min(1500px, 92%);
  margin: auto;
  padding: 19px 0 24px;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(102, 128, 173, .35);
  color: #aebbd2;
  font-size: 12px;
  text-align: left;
}

body > footer.site-footer .site-footer-bottom p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 860px) {
  body > footer.site-footer .site-footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  body > footer.site-footer .site-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  body > footer.site-footer {
    display: block;
    padding: 0;
    text-align: left;
  }

  body > footer.site-footer .site-footer-inner {
    display: grid;
    width: calc(100% - 36px);
    margin: auto;
    padding: 38px 0 23px;
    grid-template-columns: 1fr;
    gap: 31px;
    text-align: left;
  }

  body > footer.site-footer .site-footer-brand {
    grid-column: auto;
    gap: 12px;
  }

  body > footer.site-footer .site-footer-heart {
    font-size: 48px;
  }

  body > footer.site-footer .site-footer-brand strong {
    font-size: 27px;
  }

  body > footer.site-footer .site-footer-brand p {
    margin-top: -3px;
    font-size: 13px;
  }

  body > footer.site-footer .site-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
  }

  body > footer.site-footer .site-footer-nav strong {
    grid-column: 1 / -1;
    margin-bottom: 3px;
  }

  body > footer.site-footer .site-footer-share-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body > footer.site-footer .footer-share-button {
    width: 100%;
    min-height: 48px;
    padding: 11px 8px;
    font-size: 12px;
  }

  body > footer.site-footer .site-footer-bottom {
    display: flex;
    width: calc(100% - 36px);
    padding: 18px 0 21px;
    flex-direction: column;
    gap: 7px;
    text-align: left;
  }
}
