diff --git a/src/components/NavigationDashboard.js b/src/components/NavigationDashboard.js
index 4a0f85a..b5d78fa 100644
--- a/src/components/NavigationDashboard.js
+++ b/src/components/NavigationDashboard.js
@@ -8,7 +8,7 @@ const NavigationDashboard = () => {
diff --git a/src/pages/Parametres.js b/src/pages/Parametres.js
index 3f10057..937f8f1 100644
--- a/src/pages/Parametres.js
+++ b/src/pages/Parametres.js
@@ -43,7 +43,15 @@ const Parametre = () => {
coucou
diff --git a/src/styles/components/_parametre.scss b/src/styles/components/_parametre.scss
index 7e47492..da2cf82 100644
--- a/src/styles/components/_parametre.scss
+++ b/src/styles/components/_parametre.scss
@@ -218,8 +218,11 @@ body {
.two {
display: flex;
+ flex-direction: column;
+ justify-content: space-between;
width: auto;
height: 28.5%;
+ padding: 10px;
background: rgba(255, 255, 255, 0.3);
border-radius: 15px;
@@ -227,6 +230,18 @@ body {
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(15px);
+ .two_haut {
+ display: flex;
+ height: 75%;
+ }
+
+ .two_bas {
+ display: flex;
+ flex-direction: row;
+ padding: 9px;
+ height: 25%;
+
+ }
}
.three {