.presentation {
	width : 75%;
	margin : auto;

}



#bureau {
	display : flex;
	flex-direction : row;
	flex-wrap : wrap;
	justify-content : center;
	gap : 5em;
	text-align : center;
}

.bureau-members {
	display : flex;
	flex-direction : row;
	flex-wrap : wrap;
	gap : 5em;
	align-items : center;
	justify-content : center;
	
}
.bureau-members img {
	max-width : 400px;
	max-height : 400px;
	border-radius : 10px;
}
.bureau-members video {
	max-width : 400px;
	max-height : 400px;
	border-radius : 10px;
}

.image-container {
	display : flex;
	justify-content : center;
	align-items : end;
	height : 400px;
	width : 400px;
}


#statuts {
	margin-bottom : 5em;
}

.statuts-content {
}



