.retour p{
	text-align: center;
	font-size: 15px;
	padding: 20px 0;
	background: white;
	width: 350px;
	border-radius: 0 20px 20px 0;
}
.retour p a{
	color: black;
	font-size: 20px;
	text-decoration: underline;
}
.position{
	background: white;
	width: 80%;
	border-radius: 10px;
	margin: 40px auto;
}
.portrait{
	border-bottom: 2px solid #f2f2f2;
	display: flex;
	align-items: center;
	padding: 40px;
	margin-bottom: 20px;
}
.portrait img{
	transition: .3s;
}
.portrait img:hover{
	transition: .3s;
	transform: scale(1.2);
}
.texte{
	margin: 0 auto;
	font-size: 20px;
}
.texte h4{
	font-weight: normal;
}
.texte h1,.texte h2,.texte h4,.texte p{
	padding: 20px 0;
	text-align: center;
}
.biographie{
	padding: 0 20px 20px 20px;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 20px;
}
h2{
	text-align: center;
}
.biographie p{
	padding: 20px 0;
}
.bibliographie{
	padding: 0 40px;
}
.bibliographie ul{
	padding: 30px;
}
.bibliographie ul li{
	padding: 10px 0;
	line-height: 25px;
}
@media screen and (max-width: 800px){
	.portrait{
		flex-direction: column-reverse;
	}
	.texte{
		padding-top: 20px;
	}
}
