.wrapper-faq-header.text-center .wrapper-faq-header--title,
.wrapper-faq-header.text-center .wrapper-faq-header--search {
	display: flex;
	flex: 1 1 100%;
	justify-content: center;
}

.wrapper-faq-header.text-center .wrapper-faq-header--search {
	flex: 1 1 100%;
	flex-wrap: wrap;
}

.wrapper-faq-header.text-center .wrapper-faq-header--search .faq-noresult {
	flex: 1 1 100%;
	justify-content: center;
}

.wrapper-faq-header--title>* {
	margin-bottom: 0 !important;
}

/*
.component-faq .accordion .accordion-item:first-child {
	border-top: none !important;
}
*/

.component-faq mark {
	color: var(--markColorText);
	padding: 0;
	background-color: var(--markBackgroundText);
	font-weight: bold;
}

::placeholder {
	color: var(--placeHolderColorText);
}

.faq-noresult {
	display: none;
	align-items: center;
	padding-left: 20px;
}

.search-box {
	width: fit-content;
	height: fit-content;
	position: relative;
	margin: 20px 0;
}

.search-box .btn-search {
	display: block;
	width: 40px;
	height: 40px;
	/*background: url(/wp-content/themes/resmed-master/imgs/picto-loupe.png) no-repeat center, var(--colorGlobal);*/
	border-radius: 50%;
	border: none;
	font-size: 20px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	position: absolute;
	right: 0px;
	pointer-events: painted;
	left: 0;
}

.search-box #filterboxinput {
	height: 40px;
	width: 40px;
	border: 0;
	border-style: none;
	font-size: 18px;
	outline: none;
	border-radius: 25px;
	transition: all .5s ease-in-out;
	background-color: var(--colorGlobal);
	padding: 10px;
	padding-right: 30px;
	color: var(--colorInputText);
}

.search-box.enabled .btn-search {
	left: 0;
}

.search-box.enabled #filterboxinput {
	display: block;
	width: 320px;
	opacity: 1;
	/*
	border-radius: 0px;
	background-color: transparent;
	*/
	transition: all 500ms cubic-bezier(.10, .10, .25, .90);
	/*transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);*/
	padding-left: 50px;

}

/*
.search-box.enabled::after{
	content: '';
	position: absolute;
	width: 100%;
	height:1px;
	bottom:-5px;
	left:0;
	background-color: var(--colorBorderBottom);
}*/

.search-box .clearWrapper {
	position: absolute;
	right: 0;
	top: 20%;
	display: none;
}

.search-box .clearsearch {
	color: var(--colorClearBtn);
	padding-right: 10px;
	cursor: pointer;
	font-size: inherit;
	cursor: pointer;
	line-height: 1.5;
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
