diff --git a/config/config.php b/config/config.php
index 60abcb1..bfa17ed 100644
--- a/config/config.php
+++ b/config/config.php
@@ -11,7 +11,7 @@ $rep = __DIR__ . '/../';
$base = 'dbkemondejar';
$login = 'kemondejar';
-$mdp = '';
+$mdp = 'Ctvl-21122005';
//Vues
diff --git a/index.php b/index.php
index 5b3e0d1..d76fc9d 100644
--- a/index.php
+++ b/index.php
@@ -19,7 +19,7 @@ $twig = new \Twig\Environment($loader, [
'cache' => false,
]);
-$twig->addGlobal('racine','/~kekentin/WF/WF-Website');
+$twig->addGlobal('racine','/~kemondejar/WF-Website');
$cont = new Controleur\FrontControler($co);
diff --git a/vue/login.php b/vue/login.php
index e6fea79..8abfc20 100644
--- a/vue/login.php
+++ b/vue/login.php
@@ -4,7 +4,7 @@
echo $twig->render('head.html.twig', array(
'title' => "Login",
- 'style' => "public/styles/styleLogin.css",
+ 'style' => "public/styles/styleLogin.css",
));
echo $twig->render('bandeau.html.twig');
diff --git a/vue/quote.php b/vue/quote.php
index 8332bf2..0b7f5e2 100644
--- a/vue/quote.php
+++ b/vue/quote.php
@@ -4,7 +4,7 @@
echo $twig->render('head.html.twig', array(
'title' => "Quote",
- 'style' => "public/styles/styleQuote.css",
+ 'style' => "../public/styles/styleQuote.css",
));
echo $twig->render('bandeau.html.twig');
echo $twig->render('quote.html', array(
diff --git a/vue/templates/login.html b/vue/templates/login.html
index e4cd68d..3005264 100644
--- a/vue/templates/login.html
+++ b/vue/templates/login.html
@@ -6,7 +6,7 @@