body {
	align-content: center;
	display: block;
}
h1 {
	text-align: left;
}

table {
	text-align: left;
	width: 100%;
}
table td {
	padding: 5px 25px;
}

	table ,thead,tr,td {
	border: none;
}

#envoi_sorts {
	padding: 10px;
	width: 100%;
	background: #0000cc;
	color: white;
}

.container {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 13px;
}

ul.ks-cboxtags li{
	display: inline;
}
ul.ks-cboxtags li label{
	display: inline-block;
	color: var(--nav-txt-color);
	border-radius: 25px;
	white-space: nowrap;
	margin: 3px 0px;
}

ul.ks-cboxtags li label {
	padding: 8px 12px;
	cursor: pointer;
	background-color: var(--gray);
}

ul.ks-cboxtags li label::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	padding: 2px 6px 2px 2px;
	content: "\f067";
	transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
	content: "\f00c";
	transform: rotate(-360deg);
	transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
	background-color: var(--dark-red);
	color: var(--white);
	transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

ul li {
	list-style: none;
}

