/* Petites pastilles communes à tous les formats, indépendantes des anciens encadrés. */
.site-footer .footer-platforms{
  position:relative;display:flex;align-items:center;justify-content:center;
  flex:0 0 auto;gap:12px;width:max-content;max-width:100%;margin:2px auto 0;
  padding:0;isolation:isolate;
}
.site-footer .footer-platforms .platform-mark{
  display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px;
  width:36px;height:36px;padding:0;border:1px solid #ffffff40;border-radius:50%;
  color:#fff;overflow:hidden;box-shadow:0 2px 5px #0b20151f;
}
.site-footer .footer-platforms .platform-mark svg{
  display:block;position:static;flex:0 0 18px;width:18px;height:18px;color:#fff;
}
.site-footer .platform-mark[data-platform=facebook]{
  background:linear-gradient(135deg,#0755d6,#1877f2);
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}
@media(hover:hover){
  .site-footer .platform-mark[data-platform=facebook]:hover{
    transform:translateY(-4px) scale(1.05);
    box-shadow:0 9px 18px #071d164d;
    filter:brightness(1.08);
  }
}
.site-footer .platform-mark[data-platform=facebook]:focus-visible{
  transform:translateY(-4px) scale(1.05);
  box-shadow:0 9px 18px #071d164d;
}
.site-footer .platform-mark[data-platform=facebook]:active{
  transform:translateY(-1px) scale(.98);
}
.site-footer .platform-mark[data-platform=instagram]{
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}
@media(hover:hover){
  .site-footer .platform-mark[data-platform=instagram]:hover{
    transform:translateY(-4px) scale(1.05);
    box-shadow:0 9px 18px #071d164d;
    filter:brightness(1.08);
  }
}
.site-footer .platform-mark[data-platform=instagram]:focus-visible{
  transform:translateY(-4px) scale(1.05);
  box-shadow:0 9px 18px #071d164d;
}
.site-footer .platform-mark[data-platform=instagram]:active{
  transform:translateY(-1px) scale(.98);
}
@media(prefers-reduced-motion:reduce){
  .site-footer .platform-mark[data-platform=facebook],
  .site-footer .platform-mark[data-platform=instagram]{transition:none}
  .site-footer .platform-mark[data-platform=facebook]:hover,
  .site-footer .platform-mark[data-platform=facebook]:focus-visible,
  .site-footer .platform-mark[data-platform=facebook]:active,
  .site-footer .platform-mark[data-platform=instagram]:hover,
  .site-footer .platform-mark[data-platform=instagram]:focus-visible,
  .site-footer .platform-mark[data-platform=instagram]:active{transform:none}
}
.site-footer .platform-mark[data-platform=instagram]{background:linear-gradient(140deg,#6334b8 0%,#b62c78 48%,#ce5e3c 80%,#d09046 100%)}
.site-footer .platform-mark[data-platform=linkedin]{background:linear-gradient(135deg,#084778,#0a66c2)}
