.equipe-container .content-container > .content .assistant {
	/* flex: 1 1 20%; */
	max-width: 23%;
}

@media screen and (max-width: 767px) {
	.equipe-container .content-container > .content .assistant {
		/* flex-basis: 45%; */
		max-width: 47%;
	}
}

@media screen and (max-width: 767px) {
	body.home .main-header {
		position: sticky;
	}
}
