/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 03 2025 | 14:39:27 */
/* Fond de page uni */
body {
  background-color: #507764 !important; /* vert foncé, ajustable si besoin */
}

/* Boutons et liens principaux */
button,
.button,
input[type="submit"],
.wp-element-button,
.wp-block-button__link,
a.button,
a.wp-block-button__link {
  background-color: #e26000 !important;     /* orange du site */
  border-color: #e26000 !important;
  color: #ffffff !important;
}

/* États survol / focus */
button:hover,
.button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
a.button:hover,
a.wp-block-button__link:hover,
button:focus,
.button:focus,
input[type="submit"]:focus,
.wp-block-button__link:focus {
  filter: brightness(0.9);
  color: #ffffff !important;
}
