diff --git a/Motus/Main.qml b/Motus/Main.qml
index 6c4ae750064da180c5e7477e12758fcd8976257c..b6176cfff068a6d8feaf9116ccec38cc367c65f0 100644
--- a/Motus/Main.qml
+++ b/Motus/Main.qml
@@ -174,7 +174,7 @@ Window {
         Rectangle {
             id: rectangle1
             width: parent.width * 0.4
-            height: parent.height * 0.28
+            height: parent.height * 0.3
             anchors.bottom: parent.bottom
             anchors.horizontalCenter: parent.horizontalCenter
             anchors.bottomMargin: height * 0.2
@@ -186,19 +186,18 @@ Window {
             Column {
                 anchors.fill: parent
                 anchors.margins: 10
-
-                anchors.top: parent.top
-                anchors.right: parent.right
-                anchors.bottom: parent.bottom
-                anchors.left: parent.left
                 anchors.topMargin: 0
                 anchors.rightMargin: 0
                 anchors.leftMargin: 0
                 anchors.bottomMargin: 0
-
+                topPadding: rectangle1.height * 0.05   // ← espace en haut
+                bottomPadding: rectangle1.height * 0.05 // ← espace en bas
                 spacing: parent.width*0.04
 
+
+
                 Repeater {
+                    anchors.fill: parent.parent
                     model: [
                         ["A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P"],
                         ["Q", "S", "D", "F", "G", "H", "J", "K", "L"],