:root {
    --libbela-primary-color: #271705;
    --libbela-primary-color-hover: #4c5b3c;
    --libbela-secondary-color: #4c5b3c;
}

html, #wrap, #entete {
    background-color: #f2efea !important;
}

.btn-secondary {
    background-color: var(--libbela-secondary-color) !important;
}

.list-group-item-secondary {
    color: #fff !important;
    background-color: var(--libbela-secondary-color) !important;
}

.bg-secondary-elkyia {
    background-color: var(--libbela-secondary-color) !important;
}