diff --git a/assets/css/menu.css b/assets/css/menu.css
index 1fa74d7..2f041c8 100644
--- a/assets/css/menu.css
+++ b/assets/css/menu.css
@@ -1,9 +1,45 @@
-.menuimg {
+.menu {
position: fixed;
bottom: 0;
- right: 0;
- width: 100vw;
+ left: 0;
+ width: 100%;
height: auto;
- min-width: 100vmax;
+ min-width: 96vmax;
z-index: 2;
-}
\ No newline at end of file
+
+ overflow: visible;
+}
+
+.tuyau {
+ position: fixed;
+ bottom: 0;
+ right: 3vw;
+ width: 8%;
+ height: auto;
+ z-index: 2;
+
+ overflow: visible;
+}
+
+.menu-link use {
+ transition: transform 50ms;
+ transform-origin: center;
+}
+
+.menu-link text {
+ transition: transform 50ms;
+}
+
+.menu-link:hover text {
+ fill: #FFDC00;
+ transform: translateY(-1px);
+}
+
+.menu-link:hover use {
+ transform: scaleY(1.1);
+
+}
+
+.menu svg {
+ overflow: visible;
+}
diff --git a/structure/menu.php b/structure/menu.php
index 3425223..0284e84 100644
--- a/structure/menu.php
+++ b/structure/menu.php
@@ -4,66 +4,13 @@ if(!isset($relativepath)) {
}
?>
-
+
+
+
diff --git a/structure/template.php b/structure/template.php
index 93cb5c9..5450158 100644
--- a/structure/template.php
+++ b/structure/template.php
@@ -60,7 +60,7 @@ $pagename = $infopage[4]; // nom de la page exact servant à appeler le css
-
+