/* LIST applications */



.faq_single_title {
  font-weight: 500;
	margin-bottom: 5px;
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
	padding: 20px 0px;
	display: block;
	color: #370c52;
}

.faq_single_title::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/uploads/2022/02/select.svg);
  position: absolute;
  right: 0;
  top: 20px;
  background-repeat: no-repeat;

}

.faq_single_content {
	max-height: 0;
	transition: all 0.3s;
	opacity: 0;
}

.faq_single_txt {
	padding: 25px 0px;
	color:#03316c;
}

.faq_single_title.appli_open + .faq_single_content {
	max-height: 500px;
	opacity: 1;
}

.faq_single_content p {
	margin: 0;
	color: #ff9854;
}

.faq {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.faq_single {
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
	background-color: white;
	transition-duration: .5s;
}

.faq_single:last-child{
  border-bottom: none;
}

.faq_single_infos {
	padding: 0;	
}

/* Filtre recherche */

.search_applications .wpgb-facet .wpgb-search-facet input[type="search"] {
	border: 1px solid #cfcfcf;
    font-size: 1em;
    padding: 10px 20px 10px 40px;
    background-color: #f7f7f7;
    font-family: 'Montserrat';
    border-radius: 0;
	height: auto;
}

.search_applications .wpgb-facet .wpgb-input-icon {
	color: #999;
	margin: 0 8px 0 12px;
}

/* Linked products */

.appli_linked_products {
	padding: 0 25px 25px;
}

.appli_linked_products .single_badge {
	background-color: #03316c !important;
	color: white !important;
}

.appli_linked_products .single_badge:hover {
	background-color: white !important;
	color: #03316c !important;
}

.appli_linked_products  .list_badges {
	margin-top: 10px;
}

.appli_linked_products_title {
	font-size: 0.9em;
	font-weight: 600;
}

/* Responsive */

@media screen and (max-width: 991px) {
	
	.faq_single_title {
		padding: 12px 50px 12px 0;
	}
	.faq_single_title::after {
		top: 10px;
	}
	
}

@media screen and (max-width: 768px) {
	

	
}

@media screen and (max-width: 480px) {
	

	
}


