diff --git a/index.html b/index.html
index df85e2690aced25582cdf5915c5e0613763bb580..ea4241f6c067992e559fae64b11155f439239193 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
 
     <link rel="stylesheet" type="text/css" media="screen" href="styles.css" />
     <link href="https://fonts.googleapis.com/css?family=Roboto:300i,400" rel="stylesheet">
-    <link rel="icon" href="ressources/favicon.ico" type="image/x-icon" />
+    <link rel="icon" href="https://avatars1.githubusercontent.com/u/12085737?s=400" type="image/x-icon" />
 
     <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
     <meta name="theme-color" content="#2f2b6f">
@@ -16,7 +16,7 @@
     <meta property="og:url" content="http://www.cocchi.iiens.net/">
     <meta property="og:title" content='KÊvin "Salixor" Cocchi'>
     <meta property="og:description" content="DÊpôts de corrections de TP et TD">
-    <meta property="og:image" content="ressources/avatar.png">
+    <meta property="og:image" content="https://avatars1.githubusercontent.com/u/12085737?s=400">
 </head>
 
 <body>
diff --git a/ressources/avatar.png b/ressources/avatar.png
deleted file mode 100644
index 8e249cf355c24b9b167e31eee9e22010fe04a454..0000000000000000000000000000000000000000
Binary files a/ressources/avatar.png and /dev/null differ
diff --git a/ressources/favicon.ico b/ressources/favicon.ico
deleted file mode 100644
index 8beb47913a1ffb5f1c93c1d0b48dfe70025fa41d..0000000000000000000000000000000000000000
Binary files a/ressources/favicon.ico and /dev/null differ
diff --git a/scripts.js b/scripts.js
index 26591fa7c22a4feaff6da501cd28914787fc1b58..99339c178c91fbc5f630e7544c24ca87a4488be1 100644
--- a/scripts.js
+++ b/scripts.js
@@ -68,7 +68,7 @@ $(document).ready(function() {
         // Event listeners sur les sons
         for(j = 0; j < sounds.length; j++) {
             sounds[j]["s"].addEventListener('ended', function() {
-                $("div.avatar").css("background-image", 'url("ressources/avatar.png")');
+                $("div.avatar").css("background-image", 'url("https://avatars1.githubusercontent.com/u/12085737?s=400")');
             });
         }
     });
diff --git a/styles.css b/styles.css
index 4a4c2ea03303dbea9a5ef1635cfc0083891b0b07..9833eacb6a488f2fa4ca7d27cc689a1eb49b3094 100644
--- a/styles.css
+++ b/styles.css
@@ -142,8 +142,7 @@ section.container { color: #333; }
 div.avatar, div.nickname, div.name { position: absolute; }
 
 div.avatar {
-    background: #fff url("ressources/avatar.png") no-repeat center;
-    background-size: contain;
+    background: #fff url("https://avatars1.githubusercontent.com/u/12085737?s=400") no-repeat center;    background-size: contain;
     border: 4px #fff solid;
     border-radius: 100%;
     bottom: 15px;