:root {
  --color-primary: #F36639;
  --color-primary-dark-1: #d94f24;
  --color-primary-light-1: #ff7a52;
}

/* Boutons orange */

.ui.primary.button,
.ui.green.button,
.home a.button.green {
  background-color: #F36639 !important;
  border-color: #F36639 !important;
  color: white !important;
}

.ui.primary.button:hover,
.ui.green.button:hover,
.home a.button.green:hover {
  background-color: #d94f24 !important;
  border-color: #d94f24 !important;
}

/* Liens orange */

a {
  color: #F36639 !important;
}

a:hover {
  color: #d94f24 !important;
}
