/* INTRO */
#virgule_acte.virgule, #virgule_resume.virgule {
	width: 200px;
	margin-top: -25px
}

/* RESUME */
#acte_resume { box-sizing: border-box }
#acte_resume_contenu {
	width: 90%;
	margin: auto
}
#acte_resume_contenu p { margin: 0 }

/* IMAGE FAQ */
#faq_image_wrapper { height: 450px }
#faq_image_wrapper img {
	width: 100%;
	height: 450px;
	object-fit: cover
}
#faq_soustitre {
	font-weight: 300;
	font-size: 1.5em;
	color: var(--color_2)
}
@media all and (min-width:650px) {
	/* IMAGE TRAITEMENTS */
	#faq_image_wrapper, #faq_image_wrapper img { height: 550px }
}
@media all and (min-width:980px) {
	/* INTRO */
	#acte_titre_intro_wrapper {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(255,255,255,0.8)
	}
}
@media all and (min-width:1500px) {
	/* INTRO */
	#page_image_wrapper img {
		-webkit-filter: none;
 		filter: none
	}
	#acte_titre_intro_wrapper {
		width: 42%;
		left: 160px
	}
	#acte_titre_wrapper { width: 80% }
	#acte_titre_wrapper h1 { font-size: 3.3em }
	#virgule_acte.virgule {
		width: 521px;
		margin-left: -150px
	}
	#virgule_resume.virgule {
		width: 521px;
		margin-left: -50px
	}
	
	/* RESUME */
	#acte_resume_contenu { width: 80% }
	
}
