diff --git a/app/static/css/scodoc.css b/app/static/css/scodoc.css
index 8c72b700d31b7ef55c69b55898af149a960623c9..51bfa1a281f94b9d5a9b13d350927e037ed063de 100644
--- a/app/static/css/scodoc.css
+++ b/app/static/css/scodoc.css
@@ -1696,6 +1696,7 @@ h2.formsemestre,
   width: 100%;
   padding-top: 5px;
   padding-bottom: 10px;
+  margin-left: 4px;
 }
 
 .formsemestre_page_title table.semtitle td.infos table {
diff --git a/app/templates/formsemestre/menu.j2 b/app/templates/formsemestre/menu.j2
index a21e923bbb1b092a98085401cc5d1bc0b7cf680b..150521c61aae9783f075885cb5530e4fd56b55f3 100644
--- a/app/templates/formsemestre/menu.j2
+++ b/app/templates/formsemestre/menu.j2
@@ -103,7 +103,7 @@
         border: none;
         text-transform: none;
         font-weight: normal;
-        font-size: 12px;
+        font-size: 1rem;
 
         padding: 4px 8px;
         border-radius: 4px;
@@ -186,6 +186,7 @@
 
         .sco-formsemestre-menu{
             margin-top: 4px;
+            margin-right: 16px;
         }
     }
 
@@ -340,7 +341,7 @@
     }
 
     .sco-formsemestre-menu .dropdown-content .sco-formsemestre-menu-item {
-        padding: 0.25rem 0.5rem;
+        padding: 0.25rem 0.1rem;
         list-style: none;
         width: 100%;
         display: block;