.theListing {
	padding: 0 3%;
}
/* .sort_listBox {
	position: relative;
	cursor: pointer;
} */
/* .sort_choices {
	position: absolute;
	top: 100%;
	right: 0;
	width: 180px;
	background: white;
	padding: 0 4px;
	box-shadow: -3px 3px 8px 0 #ccc;
	transform: translateY(-10%);
	opacity: 0;
	transition: 0.5s ease;
	z-index: -1;
}
.sort_choices p {
	display: flex;
	align-items: center;
	border-bottom: 1px #ccc solid;
	padding: 4px 0.5rem;
	height: 40px;
	cursor: pointer;
	transition: 0.3s ease;
	font-size: 0.9rem;
}
.sort_choices p:last-child {
	border-bottom: 1px solid #0000;
}
.sort_choices p:hover {
	background: #ccc;
}
.sort_listBox:hover .sort_choices {
	transform: translateY(0);
	opacity: 1;
	z-index: 2;
} */


.consigne_text {
	font-size: .7rem;
	text-align: center;
	padding-top: 10px;
	color: #a03d0e;
	font-style: italic;
	font-weight: 600;
	display: none;
}


.Filters {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* flex-wrap: wrap; */
}
.Filters div {
	display: flex;
	flex-wrap: wrap;
	max-width: 45%;
}
.Filters > div:last-child {
	justify-content: flex-end;
}
.Filters a {
	padding: 8px 16px;
	margin: 2px 2px 0;
	border: 1px var(--color-1) solid;
	cursor: pointer;
	text-transform: uppercase;
}
.Filters a:hover {
	background: var(--color-1);
	color: white;
}
.Filters a.active {
	background: var(--color-1);
	color: white;
	font-weight: 500;
}
.Filters a.active:hover {
	background: white;
	color: var(--color-1);
}

.filterAside {
	flex: 2;
	background: #eee;
	margin-left: 3%;
	padding: 1.5rem 2rem;
	height: calc(95vh - 100px);
	position: sticky;
	top: 5vh;
	margin-bottom: 1.5rem;
	color: #333333;
	overflow: auto;
}
.filterAside h4 {
	text-transform: uppercase;
	font-size: 1rem;
	margin: 0 0 8px;
	color: var(--color-1);
}
.filterAside p {
	margin: 0;
	margin-bottom: 0.5rem;
	color: black;
	background-color: #e4e4e4;
	padding: 3px 5px;
	font-size: 1rem;
	font-weight: 600;
	border-bottom: 1px solid #d8d8d8;
}
.filterBtn,
.filterAside input[type='submit' i] {
	border: 1px solid var(--color-1);
	background-color: var(--color-1);
	color: white;
	padding: 4px 20px;
	border-radius: 3px;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 7px;
	transition: 0.5s ease;
	outline: none;
}
.filterAside input[type='submit' i]:hover {
	border: 1px solid #444;
	background-color: #444;
}

.filterAside div {
	display: flex;
	flex-direction: column;
	font-weight: 500;
}
.filterAside .lesmarques {
	/* border-bottom: 1px dotted #999; */
	padding-bottom: 1rem;
}
.filterAside .lesmarques span {
	color: #999;
	cursor: pointer;
	font-size: 0.9em;
}
.filterAside .lesmarques span:hover {
	color: black;
}
.filterAside label {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 0.92em;
}

.filterAside a {
	margin: 0 4px 0 0;
	padding: 2px 7px;
	color: var(--color-1);
	border-bottom: 1px solid white;
	font-size: 0.83em;
}
.filterAside a .fas {
	opacity: 0.6;
}
.filterAside a:hover {
	background-color: var(--color-1);
	color: white;
}

.filterAside input[type='checkbox'] {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.filterAside .lesmarques input[type='checkbox'] {
	float: left;
}
.filterAside .lesmarques label {
	display: inline-block;
	align-items: center;
	font-weight: 500;
	margin-top: 3px;
	min-height: 20px;
	padding: 0;
	float: left;
	font-size: 0.9em;
	font-weight: 500;
}
.filterAside .lesmarques .fas {
	font-size: 0.9em;
}
@media all and (max-width: 1450px) {
	.theListing {
		padding: 0 1%;
	}
}
@media all and (max-width: 1400px) {
	.IL {
		padding: 0 5%;
	}
}

@media all and (max-width: 1300px) {
	.IL nav {
		flex-wrap: wrap;
	}
	/* .filArianne {
		width: 100%;
		margin-bottom: 1rem;
	} */
	.sepIL {
		display: none;
	}
	.filterAside {
		padding: 1rem;
		flex: 3;
	}
}
@media all and (max-width: 1100px) {
	.IL {
		padding: 0 8px;
	}
}

@media all and (min-width: 850px) {
	.filterAside .closeFilters {
		display: none;
	}
	.btnShowFilter {
		display: none;
	}
	.bgFiltersPanel {
		display: none;
	}
}
@media all and (max-width: 850px) {
	.listingAndFilter {
		flex-direction: column;
	}
	.bgFiltersPanel {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.5);
		cursor: pointer;
		z-index: 7;
	}
	.filterAside {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 50%;
		height: 100vh;
		margin: 0 !important;
		z-index: 8;
		border-right: 4px solid var(--color-1);
	}
	.filterAside .closeFilters {
		position: absolute;
		top: 1rem;
		right: 1rem;
		cursor: pointer;
		font-size: 1.7rem;
	}
	.btnShowFilter {
		padding: 0.5rem 1rem;
		border: 1px solid var(--color-1);
		color: var(--color-1);
		font-weight: bold;
		cursor: pointer;
		text-align: center;
		margin: auto;
		margin-bottom: 1rem;
		width: fit-content;
	}
}
