diff --git a/Motus/Main.qml b/Motus/Main.qml
index d08bb244ed293866a7da00ad0ed60bd4df8a4647..e5a1619814a30e569d10ff9b7a34ab19483b8868 100644
--- a/Motus/Main.qml
+++ b/Motus/Main.qml
@@ -398,7 +398,7 @@ Window {
                 y: -107
                 width: 270
                 height: 340
-                color: "#7a7a7a"
+                color: "#323232"
                 radius: 10
                 border.color: "#ffffff"
                 border.width: 5
@@ -419,7 +419,7 @@ Window {
                     LangageButton {
                         id: langageButton
                         x: 33
-                        y: 32
+                        y: 31
                         _textText: "Français"
 
                         MouseArea {
@@ -439,7 +439,7 @@ Window {
                     LangageButton {
                         id: langageButton1
                         x: 33
-                        y: 160
+                        y: 152
                         _textText: "English"
 
                         MouseArea {