/* Styles perso Acelbat */
:root{
  --accent:#0c71c3;
}
/* Bouton téléphone flottant (mobile) */
.call-button{
  position:fixed; right:16px; bottom:16px;
  z-index:9999; padding:12px 16px; border-radius:999px;
  background:var(--accent); color:#fff; font-weight:600; text-decoration:none;
  box-shadow:0 6px 24px rgba(0,0,0,.2);
}
@media (min-width:768px){ .call-button{ bottom:24px; right:24px; } }
