diff --git a/src/components/HomepageTeam/index.js b/src/components/HomepageTeam/index.js
index c227f6255354f8f1ecfebc7f89363537636fdd98..ab3e6700f9549c107352d2f3f868e5fc6a8a08df 100644
--- a/src/components/HomepageTeam/index.js
+++ b/src/components/HomepageTeam/index.js
@@ -28,6 +28,16 @@ const FeatureList = [
       </>
     ),
   },
+  {
+    title: 'Daniel Gonçalves',
+      subtitle: 'Développeur et administrateur système',
+    img: 'img/team/dgoncalves_bkg.png',
+    description: (
+      <>
+          Développeur de formation devenu administrateur systèmes GNU/Linux. Lyon, 40 ans, 15 ans d’expérience. Tombé dans le logiciel libre et la culture du hacking il y a 18 ans, Daniel est particulièrement intéressé par les questions d’outillages dans le but de faciliter la vie des administrateurs et développeurs d’un projet ou d’une équipe. Il opère aujourd’hui un savant mélange d’administration système combiné à des connaissances poussées en développement dans le but de maintenir en conditions opérationnelles les solutions de nos clients. Adepte convaincu par les solutions d’automatisation d’infrastructure, Daniel est particulièrement friand d’Ansible et AWX.
+      </>
+    ),
+  },
 
 ];
 
diff --git a/src/css/custom.css b/src/css/custom.css
index b0f0e766cc0837b63bf6091c88c5bb4664f476d5..6732f32a99081d65ba261f8b3b4d21c2c652af31 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -18,8 +18,11 @@
   --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
   --ifm-color-secondary: #bcada7;
   --ifm-color-success: #90b03e;
+  --ifm-pastel-success: #b4c791;
   --ifm-color-info: #00a3b4;
+  --ifm-pastel-info: #88bfca;
   --ifm-color-highlight: #c6168d;
+  --ifm-pastel-highlight: #d689b2;
   --ifm-color-highlight-dark: #a81279;
   --ifm-footer-background-color: var(--ifm-color-primary-darker) !important;
   --ifm-footer-color: #ffffff;
@@ -101,7 +104,7 @@ section:nth-child(even) {
 }
 
 .team .slick-slide:nth-child(3n+1) img {
-  background-color: var(--ifm-color-success);
+  background-color: var(--ifm-pastel-success)
 }
 
 .team .slick-slide:nth-child(3n+1) h3 {
@@ -109,7 +112,7 @@ section:nth-child(even) {
 }
 
 .team .slick-slide:nth-child(3n+2) img {
-  background-color: var(--ifm-color-info);
+  background-color: var(--ifm-pastel-info);
 }
 
 .team .slick-slide:nth-child(3n+2) h3 {
@@ -117,7 +120,7 @@ section:nth-child(even) {
 }
 
 .team .slick-slide:nth-child(3n+3) img {
-  background-color: var(--ifm-color-highlight);
+  background-color: var(--ifm-pastel-highlight);
 }
 
 .team .slick-slide:nth-child(3n+3) h3 {
diff --git a/static/img/team/cchaudier_bkg.png b/static/img/team/cchaudier_bkg.png
index 290834ffec5c1b79d240aa80d22b9954bb994bf2..67e617420f7c12be3eff78485b8f86caf59702c3 100644
Binary files a/static/img/team/cchaudier_bkg.png and b/static/img/team/cchaudier_bkg.png differ
diff --git a/static/img/team/dgoncalves_bkg.png b/static/img/team/dgoncalves_bkg.png
new file mode 100644
index 0000000000000000000000000000000000000000..eae9321b4b4a0f3c5f6c4c7c2aa19f69d29663ab
Binary files /dev/null and b/static/img/team/dgoncalves_bkg.png differ
diff --git a/static/img/team/tmichel_bkg.png b/static/img/team/tmichel_bkg.png
index c30dfb7c3437d70d8882565eb4aa176ee806accd..31e440b4c9a498abbb6330b9bc099ebd47d9c3d3 100644
Binary files a/static/img/team/tmichel_bkg.png and b/static/img/team/tmichel_bkg.png differ