/****faq****/

.faq-item{
	border-radius: 8px;
}

.faq-section .faq-question{

	background-color: #fff;
}

.faq-section .faq-item{
	-webkit-box-shadow: var(--mon-ombre) !important;
    box-shadow: var(--mon-ombre) !important;
	margin-bottom: 30px; 
	background-color: #fff; 
	padding: 20px; 
}


.faq-section .toggle-symbol{
	font-size: 26px; 
	font-weight: 700; 
	color: var(--ast-global-color-0); 
	width: 20px; /* Largeur fixe */
    display: inline-block;
    text-align: center; 
    margin-right: 10px; 
}


.faq-section h3{
	font-size: 20px; 
	font-weight: 600;
}