diff --git a/SRC/public/css/game.css b/SRC/public/css/game.css
index 65e158d..29264d6 100644
--- a/SRC/public/css/game.css
+++ b/SRC/public/css/game.css
@@ -5,4 +5,10 @@ body
background-repeat:no-repeat;
background-position:100% 100%;
background-size:cover;
+}
+
+.iconGame
+{
+ width: 13%;
+ height: 23%;
}
\ No newline at end of file
diff --git a/SRC/public/pictures/pic/Game.png b/SRC/public/pictures/pic/Game.png
new file mode 100644
index 0000000..84055f4
Binary files /dev/null and b/SRC/public/pictures/pic/Game.png differ
diff --git a/SRC/resources/views/referent_games.blade.php b/SRC/resources/views/referent_games.blade.php
index aba6c43..f234780 100644
--- a/SRC/resources/views/referent_games.blade.php
+++ b/SRC/resources/views/referent_games.blade.php
@@ -1,7 +1,7 @@
@extends('app')
-