diff --git a/src/images/chat.png b/src/images/chat.png
new file mode 100644
index 0000000..0508ccb
Binary files /dev/null and b/src/images/chat.png differ
diff --git a/src/index.html b/src/index.html
index 5f03121..7cf866c 100644
--- a/src/index.html
+++ b/src/index.html
@@ -42,9 +42,15 @@
+
Nombre de fans connectés : x
+
+
+
diff --git a/src/style.css b/src/style.css
index 61f2755..44830e7 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,4 +1,6 @@
body {
+ margin: 0;
+
display: flex;
flex-wrap: wrap;
justify-content: center;
@@ -37,6 +39,34 @@ body {
font-family: sans-serif;
}
+#chat-button {
+ position: absolute;
+ right: 3vh;
+ bottom: 3vh;
+
+ height: 100px;
+ width: 100px;
+ border-radius: 50%;
+ background-color: white;
+}
+
+#chat-button > img {
+ height: 90px;
+ width: 90px;
+}
+
+#chat {
+ height: 60vh;
+ width: 30vw;
+
+ position: absolute;
+ bottom: 0;
+ right: 0;
+
+ display: none;
+ background-color: white;
+}
+
.swiper {
width: 500px;
height: 400px;
@@ -67,6 +97,12 @@ body {
display: flex;
}
+ #chat {
+ z-index: 9999;
+ height: 100vh;
+ width: 100vw;
+ }
+
.photo-container {
width: 300px;
height: 300px;