diff --git a/app/views/branded/layouts/_footer.html.erb b/app/views/branded/layouts/_footer.html.erb
index a8b6a4c..1f5943b 100644
--- a/app/views/branded/layouts/_footer.html.erb
+++ b/app/views/branded/layouts/_footer.html.erb
@@ -23,8 +23,12 @@
-
+ <%= link_to( image_tag("cnrs.png", class: "img-responsive roadmap-logo", alt: 'CNRS logo'),
+ "http://www.cnrs.fr/", title: "CNRS", target: '_blank') %>
+
+ -
<%= link_to( image_tag("roadmap_logo_orange_white.png", class: "img-responsive roadmap-logo", alt: 'DMPRoadmap Github'),
- "https://github.com/DMPRoadmap/roadmap", title: "DMPRoadmap Github", target: '_blank') %>
+ "https://github.com/DMPRoadmap/roadmap", title: "DMPRoadmap Github", target: '_blank') %>
diff --git a/lib/assets/images/cnrs.png b/lib/assets/images/cnrs.png
new file mode 100644
index 0000000..27edf74
--- /dev/null
+++ b/lib/assets/images/cnrs.png
Binary files differ