/* Prevent button text from breaking into two lines (e.g., "Contactez-nous") */
.btn, .btn-contact {
  white-space: nowrap;
}