diff --git a/index.php b/index.php
index d9c59d5..dc72c41 100644
--- a/index.php
+++ b/index.php
@@ -44,6 +44,7 @@ $config = getSiteConfig();
+
$image): ?>
diff --git a/styles.css b/styles.css
index 9a39c53..8b45495 100644
--- a/styles.css
+++ b/styles.css
@@ -15,6 +15,32 @@ body {
}
/* Styles de la page d'accueil */
+.admin-button {
+ position: fixed;
+ top: 1rem;
+ right: 1rem;
+ width: 2.5rem;
+ height: 2.5rem;
+ background-color: rgba(0, 0, 0, 0.5);
+ border: none;
+ border-radius: 50%;
+ color: white;
+ font-size: 1.2rem;
+ cursor: pointer;
+ backdrop-filter: blur(4px);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ text-decoration: none;
+ transition: all 0.3s ease;
+ z-index: 30;
+}
+
+.admin-button:hover {
+ background-color: rgba(0, 0, 0, 0.8);
+ transform: rotate(45deg);
+}
+
.carousel {
position: fixed;
top: 0;
diff --git a/version.txt b/version.txt
index 437d26b..8684498 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.0.10
\ No newline at end of file
+1.0.11
\ No newline at end of file