/*
 * Theme Name: My Timber 2.x Starter Theme
 * Description: Starter Theme to use with Timber
 * Author: Upstatement and YOU!
*/
/* Appliquer Poppins à tout le site */
body {
  font-family: "Poppins", sans-serif !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
/* Forcer tous les autres éléments */
* {
  font-family: "Poppins", sans-serif !important;
}
.font-abril {
  font-family: "Abril Fatface", sans-serif !important;
  font-weight: 700 !important;
}
.font-courier {
  font-family: "Courier New", sans-serif !important;
}
.fs-7 {
  font-size: 0.86em !important;
}
.color-primary {
  color: #412f2c !important;
}
.color-primary-hover:hover {
  color: #885346 !important;
}
.color-secondary {
  color: #d0bfba !important;
}
.color-tertiary {
  color: #885346 !important;
}
.color-quaternary {
  color: #654233 !important;
}
.color-quinary {
  color: #a5807a !important;
}
input.color-tertiary,
a.color-tertiary {
  border-color: #885346 !important;
}
input.color-tertiary:hover,
a.color-tertiary:hover {
  color: #c1b2a4 !important;
  border-color: #c1b2a4 !important;
}
a.color-tertiary-1,
button.color-tertiary-1 {
  color: #885346 !important;
  border-color: #885346 !important;
}
a.color-tertiary-1:hover,
button.color-tertiary-1:hover {
  color: #fff !important;
  background: #654233 !important;
  border-color: #654233 !important;
}
.color-quinary {
  color: #814131 !important;
}
.logo-header {
  height: 162px !important;
  max-width: none !important;
  width: auto !important;
}
.input-form {
  min-height: 40px !important;
  padding-left: 0.5em !important;
  outline: none;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free" !important;
}
.btn-tertiary {
  color: #fff !important;
  background: #626953 !important;
}
.btn-tertiary:hover {
  background: #794935 !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield !important; /* Pour Firefox */
  appearance: textfield !important;
}
.flatpickr-wrapper {
  width: 100% !important;
}
