.faq-wrapper {
	margin-top: 60px;
}
@media screen and (min-width: 640px) {
	.faq-wrapper {
		display: flex;
		gap: 50px;
	}
}
@media screen and (min-width: 640px) {
	.faq-wrapper aside {
		width: 380px;
	}
}
@media screen and (max-width: 639px) {
	.faq-wrapper aside li.active {
		padding: 3px 12px;
		background: #17324b;
		color: #FFF;
	}
}
.faq-wrapper main {
	flex: 1;
}
.faq-wrapper aside .active {
	color: #000;
	font-weight: bold;
}
.faq-wrapper aside ul {
	margin-left: 0;
	line-height: 40px;
}
.faq-wrapper aside ul li {
	list-style: none;
}
.faq-wrapper aside ul li a {
	color: #17324b;
}
.faq-wrapper main ul.questions li {
	list-style: none;
	line-height: 1.6em;
}
.faq-wrapper main ul.questions li:not(:last-child) {
	margin-bottom: 20px;
}
.faq-wrapper main ul.questions {
	line-height: 35px;
	margin-left: 0;
}
.faq-wrapper main ul.questions li a {
	font-size: 17px;
	color: #17324b;
}
.faq-wrapper main ul.questions li a:hover {
	color: #C9A174;
}
.tax-faq_category .faq-wrapper h1, .single-faq_question .container-wrap h1 {
	color: #17324B !important;
	margin-bottom: 20px;
}
.faq-breadcrumb {
	margin-bottom: 30px;
}

.faq-wrapper main ul.faq-categories {
	margin-left: 0;
}
@media screen and (min-width: 640px) {
	.faq-wrapper main ul.faq-categories {
		display: flex;
		gap: 40px;
	}
}
.faq-wrapper main ul.faq-categories li {
	list-style: none;
	border: 1px solid #BBB;
	font-weight: bold;
	border-radius: 10px;
	width: 33%;
	padding: 20px;
}

.faq-wrapper main ul.faq-categories li a {
	color: #17324b;
}
.faq-tabs ul {
	display: flex;
	gap: 20px;
	margin-left: 0;
	margin-bottom: 0;
}
.faq-tabs ul li {
	display: flex;
	gap: 20px;
	list-style: none;
}
.faq-tabs ul li a {
	color: #17324b;
}
.faq-tabs ul li {
	padding: 8px 20px;
}
.faq-tabs ul li.active {
	border-bottom: 3px solid #C9A174;
}
.faq-tabs ul li.active a {
	font-weight: bold;
	color: #17324b;
}
.faq-head, .tax-faq_category .faq-wrapper {
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.faq-wrapper {
	position: relative;
	margin-bottom: 80px;
}
.faq-head {
	margin-bottom: 20px;
}
.faq-bg {
	position: relative;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url('https://www.homency.fr/wp-content/uploads/2024/06/BG-PRESENTATION-HOMENCY.jpg');
}
@media screen and (min-width: 640px) {
	.faq-bg {
		padding: 20px 0;
	}
}
.faq-bg-overlay {
	background: linear-gradient(90deg, rgb(255, 255, 255) 64%, rgba(255, 255, 255, 0.7) 97%);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}