diff --git a/competency_iena_competency_students_2.php b/competency_iena_competency_students_2.php
index 0614115fa536f65ecccfb5145346aeb7e9a29084..d96adac6da89decf89b13c34b6632ba683d8dc50 100644
--- a/competency_iena_competency_students_2.php
+++ b/competency_iena_competency_students_2.php
@@ -322,13 +322,12 @@ if (count($course_cpts) === 0) {
 				echo "
 				<a href='{$CFG->wwwroot}/blocks/competency_iena/course_competency.php?courseid={$courseid}&studentid={$cpt_stud->id}&competencyid={$current_cpt->id}' class='list-group-item list-group-item-action{$proficient_class}'>
 				<div class='d-flex w-100 justify-content-between'>
-				<h3 class='mb-1 iena-cpt-action-title'>{$cpt_stud->firstname} {$cpt_stud->lastname}</h3>";
+				<h3 class='mb-1 iena-cpt-action-title h5'>{$cpt_stud->firstname} {$cpt_stud->lastname}</h3>";
 				if ($cpt_stud->review == 1) {
 					echo "<div><small class='review-badge'>Évaluation demandée</small></div>";
 				}
 				echo "</div>
-				<p class='' style='margin-bottom: 0;'>Évaluation : <em>{$grade_d}</em></p>
-				<small class=''>Acquis : {$proficiency_d}</small>
+				<p class='small' style='margin-bottom: 0;'>Évaluation : {$grade_d} / Acquis : {$proficiency_d}</p>
 				</a>";
 			}
 		}