diff --git a/src/app/admin/components/deleted-structures/deleted-structures.component.html b/src/app/admin/components/deleted-structures/deleted-structures.component.html
index 581e4bef6c66b8a2a954e011271b8c30ee9b53e3..875fd4dba1b3d5abfadf257a91498378db0384c5 100644
--- a/src/app/admin/components/deleted-structures/deleted-structures.component.html
+++ b/src/app/admin/components/deleted-structures/deleted-structures.component.html
@@ -1,6 +1,6 @@
 <app-admin-nav-bar />
 <div *ngIf="isLoading" class="loader" aria-busy="true">
-  <img class="loader-gif" src="/assets/gif/loader_circle_grey.gif" alt />
+  <img class="loader-gif" src="/assets/gif/loader_circle.gif" alt />
 </div>
 <div *ngIf="!isLoading" class="adminLayout">
   <h2>Liste des structures supprimées</h2>
diff --git a/src/app/admin/components/lockdown-info/manage-lockdown-info.component.html b/src/app/admin/components/lockdown-info/manage-lockdown-info.component.html
index c0967c8eae9880ec97fd5ad484087a9d5773985a..7dd9b0cbf0c22a9b93496e8436d5ff27434f12f5 100644
--- a/src/app/admin/components/lockdown-info/manage-lockdown-info.component.html
+++ b/src/app/admin/components/lockdown-info/manage-lockdown-info.component.html
@@ -1,6 +1,6 @@
 <app-admin-nav-bar />
 <div *ngIf="isLoading" class="loader" aria-busy="true">
-  <img class="loader-gif" src="/assets/gif/loader_circle_grey.gif" alt />
+  <img class="loader-gif" src="/assets/gif/loader_circle.gif" alt />
 </div>
 <div *ngIf="!isLoading" fxLayout="column" fxLayoutAlign="center center">
   <h2>Gestion de l'affichage des infos Covid</h2>
diff --git a/src/app/admin/components/structures-list/admin-structures-list.component.html b/src/app/admin/components/structures-list/admin-structures-list.component.html
index 95dc57e4483ea5c35f5ac986cab30941e0f3ebdc..822a58dd1f3dc93ff83d9b28d11e8a0cd0837146 100644
--- a/src/app/admin/components/structures-list/admin-structures-list.component.html
+++ b/src/app/admin/components/structures-list/admin-structures-list.component.html
@@ -1,6 +1,6 @@
 <app-admin-nav-bar />
 <div *ngIf="isLoading" class="loader" aria-busy="true">
-  <img class="loader-gif" src="/assets/gif/loader_circle_grey.gif" alt />
+  <img class="loader-gif" src="/assets/gif/loader_circle.gif" alt />
 </div>
 <div *ngIf="!isLoading" class="adminLayout" fxLayout="column" fxLayoutAlign="center center">
   <h2>Liste structures</h2>
diff --git a/src/app/app.component.html b/src/app/app.component.html
index 3bd09d35b134f19d2abc043bc9c5cfcfdf3e458c..577c071fda09197a01df06f5bf1f56081bfa93e1 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -2,7 +2,7 @@
 <div class="app-container">
   <div class="app-body">
     <div *ngIf="loading" class="loader" aria-busy="true">
-      <img class="loader-gif" src="/assets/gif/loader_circle_grey.gif" alt />
+      <img class="loader-gif" src="/assets/gif/loader_circle.gif" alt />
     </div>
     <ng-container *ngIf="!loading">
       <router-outlet name="left-pane" />
diff --git a/src/app/post/components/post-list/post-list.component.html b/src/app/post/components/post-list/post-list.component.html
index 155af905e22c7c34455e73f45780c2e83d07e7bf..5c3810f184c89db7ec904b18282916a303685939 100644
--- a/src/app/post/components/post-list/post-list.component.html
+++ b/src/app/post/components/post-list/post-list.component.html
@@ -11,7 +11,7 @@
         </div>
       </div>
       <div *ngIf="isLoading" class="loader" aria-busy="true">
-        <img class="loader-gif" src="/assets/gif/loader_circle_grey.gif" alt />
+        <img class="loader-gif" src="/assets/gif/loader_circle.gif" alt />
       </div>
       <div *ngIf="!isLastPage && !isLoading" fxLayout="row" fxLayoutAlign="center center">
         <app-v3-button
diff --git a/src/app/structure/structure-join/structure-join.component.html b/src/app/structure/structure-join/structure-join.component.html
index ad17cf794a0d9dbeda6d44450e8a1b8f13f34f59..078356656d9a20eaf2c4b6914d070cbec0ae3b21 100644
--- a/src/app/structure/structure-join/structure-join.component.html
+++ b/src/app/structure/structure-join/structure-join.component.html
@@ -15,7 +15,7 @@
     </div>
   </ng-container>
   <div *ngIf="isLoading" class="loader" aria-busy="true">
-    <img class="loader-gif" src="/assets/gif/loader_circle_grey.gif" alt />
+    <img class="loader-gif" src="/assets/gif/loader_circle.gif" alt />
   </div>
   <ng-container *ngIf="!structureName && !isLoading && validationToken">
     <div class="container">
diff --git a/src/assets/gif/loader_circle_grey.gif b/src/assets/gif/loader_circle_grey.gif
deleted file mode 100644
index b4704f696128e504ce4e3ec8179b7b3c11faefec..0000000000000000000000000000000000000000
Binary files a/src/assets/gif/loader_circle_grey.gif and /dev/null differ