diff --git a/assets/sass/_theme/_utils.sass b/assets/sass/_theme/_utils.sass
index 8843cd1570c35cd000fcaf323ff995f5126bdf0e..f80cc7cc6f7ecffa68a43e1897740650bec498ca 100644
--- a/assets/sass/_theme/_utils.sass
+++ b/assets/sass/_theme/_utils.sass
@@ -231,13 +231,7 @@
             align-items: baseline
             display: flex
             justify-content: space-between
-            a:first-child, p:first-child
-            > .title
-                & + a
-                // & + p // Cas particulier
-                    margin-left: $spacing1
-                    // text-align: right // Cas particulier
-                    // white-space: nowrap // Cas particulier
+            
 
 @mixin visually-hidden
     clip: rect(0,0,0,0) !important
diff --git a/assets/sass/_theme/sections/categories.sass b/assets/sass/_theme/sections/categories.sass
index f6218cdfb52ad77f747121de5f8e4cedc7da53ef..e6f6767ba9d21e011572f56e4d62f0625a9cf02e 100644
--- a/assets/sass/_theme/sections/categories.sass
+++ b/assets/sass/_theme/sections/categories.sass
@@ -1,4 +1,7 @@
 ul.categories
     @include list-section
-    article
-        @include article
\ No newline at end of file
+    li
+        a:first-child
+            & + p 
+                text-align: right
+                white-space: nowrap
\ No newline at end of file