:root {
    --bs-primary: rgba(188, 49, 10, 0.87) !important;
    /* ta couleur */
}

/* Boutons */
.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

/* Hover */
.btn-primary:hover {
    background-color: #d94c2d !important;
    border-color: #d94c2d !important;
}

/* Text Primary */
.text-primary {
    color: var(--bs-primary) !important;
}

/* Background Primary */
.bg-primary {
    background-color: var(--bs-primary) !important;
}