/* LOGO MARQUE */
#logo_marque_wrapper {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	width: 100%
}
@media all and (min-width: 980px) {
	/* LOGO MARQUE */
	#logo_marque_wrapper {
		flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
	}
	#logo_marque {
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		align-items: center;
		width: 51%
	}
	/* TEXTE 3 */
	#texte_3_wrapper {
		width: 80%;
		margin: auto
	}
}
@media all and (min-width: 1500px) {
	/* TEXTE 3 */
	#texte_3_wrapper { width: 55% }
}
@media all and (min-width: 2000px) {
	#texte_3_wrapper { width: 45% }
}