html, body {
  background-color: #fff !important;
}

/* Enlève le fond bleu quand l'accordion est ouvert */
.accordion-button:not(.collapsed) {
	background-color: transparent !important;
	color: inherit !important;
	box-shadow: none !important;
}

/* Supprime le contour au focus */
.accordion-button:focus {
	box-shadow: none !important;
	outline: none !important;
}

/* table.dataTable thead th {
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
  z-index: 10;
} */

.mobile-nav .nav-link {
	border-radius: 0 !important;
}

table.dataTable.table-bordered.dtfc-has-left {
	border-left: 1px solid #dee2e6 !important; /* même gris clair que Bootstrap */
}

/* Suppression des flèches des input number */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }