diff --git a/assets/sass/_theme/blocks/testimonials.sass b/assets/sass/_theme/blocks/testimonials.sass
index bf59ea5a5db440257e8c5580e88a09d2597f0588..50b1340176192c3f521d2125a66539d6794e26c4 100644
--- a/assets/sass/_theme/blocks/testimonials.sass
+++ b/assets/sass/_theme/blocks/testimonials.sass
@@ -89,12 +89,10 @@
                 i
                     background-color: $block-testimonials-pagination-progress-background
                     width: 0
-
-    body:not(.programs__section)
-        @include in-page-without-aside
-            .testimonials
-                @include media-breakpoint-up(md)
-                    padding-right: col(4)
+    @include in-page-without-aside
+        .testimonials
+            @include media-breakpoint-up(md)
+                padding-right: calc(#{col(4)} + #{$grid-gutter})
 
         // TODO : en discuter en créa
         // figure
diff --git a/assets/sass/_theme/blocks/timeline.sass b/assets/sass/_theme/blocks/timeline.sass
index 5d93e944e690e556a0724a6dc37eec5772fa9633..beb8bb2cd15657f0b1cc794af8e232efe42b4835 100644
--- a/assets/sass/_theme/blocks/timeline.sass
+++ b/assets/sass/_theme/blocks/timeline.sass
@@ -105,7 +105,7 @@
 
     @include media-breakpoint-up(md)
         .timeline
-            padding-left: col(5)
+            padding-left: calc(#{col(5)} + #{$grid-gutter})
 
     @include media-breakpoint-down(md)
         .events
diff --git a/layouts/partials/footer/debug.html b/layouts/partials/footer/debug.html
index 42a55444ea9d64e946631296c29f7735b0f29803..cad7171477b0ac4289e80b33e3ce07e3b954f0a3 100644
--- a/layouts/partials/footer/debug.html
+++ b/layouts/partials/footer/debug.html
@@ -37,8 +37,10 @@
   }
   .d-grid > div {
     background: fuchsia;
+    /*
     border-left: 1px solid yellow;
-    border-right: 1px solid yellow;
+    border-right: 1px solid yellow; 
+    */
     text-align: center;
   }
 </style>