/* alignement pour page builder */
body .sppb-section {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* Boutons – bleu charte rgb(102,150,255) */
body a.sppb-btn,
body .sppb-btn,
body .btn,
body a.btn {
  background-color: rgb(102, 150, 255) !important;
  border-color: rgb(102, 150, 255) !important;
  color: #ffffff !important;

  border-radius: 8px !important;
  padding: 12px 26px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: none !important;

  transition: background-color .25s ease, box-shadow .25s ease, transform .2s ease;
}

/* Hover = boutons bleu marine */
body a.sppb-btn:hover,
body .sppb-btn:hover,
body .btn:hover,
body a.btn:hover {
  background-color: #1f2f5c !important;
  border-color: #1f2f5c !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(31, 47, 92, 0.35) !important;
  transform: translateY(-1px);
}

/* Focus boutons */
body a.sppb-btn:focus,
body .sppb-btn:focus,
body .btn:focus,
body a.btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(102, 150, 255, 0.35) !important;
}
