diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 07cdc4056..97199aa8f 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -2,7 +2,7 @@
%html
%head
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
- %title Admi-Facile
+ %title TPS - Téléprocédures simplifiées
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
= javascript_include_tag 'application', 'data-turbolinks-track' => true
= csrf_meta_tags
@@ -11,7 +11,7 @@
%div.navbar
= image_tag('marianne_small.png', class: 'logo')
%a{href: '/', class:'btn btn-lg'}
- ='Admi-Facile'
+ ='TPS'
-if user_signed_in?
%div{style: 'decorate:none; box-shadow:none; float:right; margin-top:8px'}
diff --git a/app/views/start/index.html.haml b/app/views/start/index.html.haml
index a65ad2104..e24f2a408 100644
--- a/app/views/start/index.html.haml
+++ b/app/views/start/index.html.haml
@@ -1,5 +1,6 @@
.container.center
- %h1.cover-heading Admi-Facile
+ %h1.cover-heading TPS
+ %h4.cover-heading Téléprocédures simplifiées
.row{style:'margin-top:10%'}
-if !user_signed_in?
.col-lg-6.col-md-6