.user-profile-image
{
	border-radius : 50%;
	margin-top : -20px;
}

.review-text
{
	display : inline-block;
	margin : 10px;
}

.review-comment
{
	margin-top : 15px;
}

.user-name
{
	font-weight : bold;
	color : rgb(42, 154, 255);
}

.avis_notes
{
	font-weight : bold;
	color : rgb(42, 154, 255);
}

.avis_moyenne
{
	font-size : 25px;
	font-weight : bold;
	background-color : rgb(42, 154, 255);
	padding : 10px;
	color : white;
	border-radius : 30px;
	width : 90px;
	text-align : center;
	
}

.review-date
{
	display : block;
	color : rgb(134, 134, 134);
}

.review-recap
{
	display : inline-block;
	position : absolute;
	top : 30px;
	left : 120px;
	
}
.rate_percent
{
	display : inline-block;
	max-width : 200px;
	height : 5px;
	background-color : rgb(42, 154, 255);
	border-radius : 5px;
	
}

.etoile-text
{
	display : inline-block;
	width : 100px;
}

.review-button
{
	padding : 10px;
	background-color : rgb(42, 154, 255);
	width : 150px;
	margin-top : 10px;
	color : white;
	text-align : center;
	border-radius : 3px;
}

.review-login
{
 font-weight : bold;
}