.bloc .content.template { margin-bottom:3rem; padding-top:4rem;} /** devrait être général **/

/** AVATAR HEADER **/
.avatar_header .avatar { margin-bottom : 0rem;}
.avatar_header h1 {line-height:2.7rem;margin-top:1rem;}

/** on centre toujours le contenu du header **/
#main.personnes .header .content-bottom {width:100%;margin:auto;}


@media only screen and (max-width: 767px)
{
	img.avatar {width:100px;height:100px;}
	.avatar_header h1 {margin-top:0;}

	#main .header {height:24rem;} /** pour permettre un nom/prenom sur deux lignes **/
	#main .header .content-bottom {bottom:5rem;}
}