diff --git a/src/app/profile/dashboard/orientations-table/orientations-table.component.html b/src/app/profile/dashboard/orientations-table/orientations-table.component.html
index 10e487f60060bbf85226d09868bbdcaa042810ca..cf036c1aa64780b62e16f70dab8bb9fed5fe10c0 100644
--- a/src/app/profile/dashboard/orientations-table/orientations-table.component.html
+++ b/src/app/profile/dashboard/orientations-table/orientations-table.component.html
@@ -13,8 +13,8 @@
     class="row"
     tabindex="0"
     [ngClass]="{
-      new: this.orientationService.daysAgo(orientation.createdAt) <= 14 && orientation.status === 'pending',
-      urgent: this.orientationService.daysAgo(orientation.createdAt) > 14 && orientation.status === 'pending',
+      new: this.orientationService.daysAgo(orientation.createdAt) <= 14 && orientation.status === 'new',
+      urgent: this.orientationService.daysAgo(orientation.createdAt) > 14 && orientation.status === 'new',
     }"
     [attr.aria-label]="
       'Ouvrir l orientation de ' + orientation.personOriented.name + ' ' + orientation.personOriented.surname