diff --git a/src/app/structure-list/components/structure-details/structure-details.component.html b/src/app/structure-list/components/structure-details/structure-details.component.html
index b881da1ea580f644d53c24611a205137d51d2527..8d9190266c447c4cc1bcf153707c2b7e724a819f 100644
--- a/src/app/structure-list/components/structure-details/structure-details.component.html
+++ b/src/app/structure-list/components/structure-details/structure-details.component.html
@@ -207,8 +207,10 @@
         </div>
       </div>
     </div>
-    <h4 class="subtitle">Précisions sur les horaires:</h4>
-    <div *ngIf="structure.exceptionalClosures" class="bold-info">{{structure.exceptionalClosures}}</div>
+    <div *ngIf="structure.exceptionalClosures" class="bold-info">
+      <h3 class="subtitle">Précisions sur les horaires</h3>
+      <p>{{ structure.exceptionalClosures }}</p>
+    </div>
   </div>
   <!-- Démarches en ligne -->
   <div