.modulebio {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
	background-color: var(--couleur2);
	width: 777px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;

}

.contentbio{
    width:80%;
    margin:auto;
}
.mentions{
	width:80%;
    margin:auto;
	text-align: center;
	margin-bottom:40px;
}

.modulebio img{
    margin-bottom:20px;
    width:100%;
}

.modulebio h1,
.mentions h1{
	margin-top:20px;
    font-family: "CormorantLight",sans-serif;
    font-size:45px;
    font-weight: lighter;
    letter-spacing: normal;
    text-align: center;
	margin-bottom:20px;
	opacity: 0;
	transform: scale(0);
}

.modulebio p{
   
    line-height: 25px;
    text-align:justify;
    text-align-last: center;
}

.mentions p{
	line-height: 25px;
    text-align:center;

}

.modulebio hr{
	width:30%;	
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}

/* VERSION MOBILE */
@media screen and (max-width: 797px) {
	.modulebio {
		width: 100%;
	}
}