diff --git a/assets/sass/_theme/_utils.sass b/assets/sass/_theme/_utils.sass
index 98db93c4044886f7df26e1103161619e8e74e095..8843cd1570c35cd000fcaf323ff995f5126bdf0e 100644
--- a/assets/sass/_theme/_utils.sass
+++ b/assets/sass/_theme/_utils.sass
@@ -233,11 +233,11 @@
             justify-content: space-between
             a:first-child, p:first-child
             > .title
-                & + a,
-                & + p
+                & + a
+                // & + p // Cas particulier
                     margin-left: $spacing1
-                    text-align: right
-                    white-space: nowrap
+                    // 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/programs.sass b/assets/sass/_theme/sections/programs.sass
index fdb840b8ef6058d535430fd987d4980ef0f0dc3a..c910846b35e857fba26950efb2ea0e24f6a68b62 100644
--- a/assets/sass/_theme/sections/programs.sass
+++ b/assets/sass/_theme/sections/programs.sass
@@ -8,7 +8,7 @@ section.programs
 
 ol.programs
     @include list-section
-
+    
 .programs__section
     .hero-program
         flex-direction: column