diff --git a/src/components/CardControl.vue b/src/components/CardControl.vue
new file mode 100644
index 0000000..19a07d0
--- /dev/null
+++ b/src/components/CardControl.vue
@@ -0,0 +1,32 @@
+
+
+
+ mdi-camera-control
+ Contrôles
+
+
+
+
+
+ mdi-skip-previous
+
+
+
+
+ mdi-skip-next
+
+
+
+
+ mdi-pause
+
+
+
+
+ mdi-play
+
+
+
+
+
+
diff --git a/src/components/CardSolution.vue b/src/components/CardSolution.vue
new file mode 100644
index 0000000..88ffddd
--- /dev/null
+++ b/src/components/CardSolution.vue
@@ -0,0 +1,30 @@
+
+
+
+ mdi-play-network-outline
+ Solution
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/CardSoundboard.vue b/src/components/CardSoundboard.vue
new file mode 100644
index 0000000..8f61199
--- /dev/null
+++ b/src/components/CardSoundboard.vue
@@ -0,0 +1,39 @@
+
+
+
+ mdi-music-box-multiple
+ Soundboard
+
+
+
+
+
+ mdi-check-circle-outline
+
+
+
+
+ mdi-close-circle-outline
+
+
+
+
+ mdi-timer-outline
+
+
+
+
+
+
+ mdi-human-handsup
+
+
+
+
+ mdi-bell-outline
+
+
+
+
+
+
diff --git a/src/views/GameControl.vue b/src/views/GameControl.vue
index d9a64c1..428c945 100644
--- a/src/views/GameControl.vue
+++ b/src/views/GameControl.vue
@@ -1,127 +1,41 @@
-
-
-
-
-
-
- mdi-camera-control
- Contrôles
-
-
-
-
-
- mdi-skip-previous
-
-
-
-
- mdi-skip-next
-
-
-
-
- mdi-pause
-
-
-
-
- mdi-play
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
- mdi-music-box-multiple
- Soundboard
-
-
-
-
-
- mdi-check-circle-outline
-
-
-
-
- mdi-close-circle-outline
-
-
-
-
- mdi-timer-outline
-
-
-
-
-
-
- mdi-human-handsup
-
-
-
-
- mdi-bell-outline
-
-
-
-
-
-
-
-
-
-
-
-
-
- mdi-play-network-outline
- Solution
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ .card__title.feedback {
+ background-color: #2E7D32; /* Changez la couleur en fonction de votre thème */
+ }
+ .btn{
+ border-radius:50px!important;
+ }
+}
+