diff --git a/notus/notus_vue/AppShell.xaml b/notus/notus_vue/AppShell.xaml
index 16048e0..0ce0df6 100644
--- a/notus/notus_vue/AppShell.xaml
+++ b/notus/notus_vue/AppShell.xaml
@@ -22,6 +22,11 @@
Title="recherche_page"
ContentTemplate="{DataTemplate local:RecherPage}"
Route="RecherPage"/>
+
+
diff --git a/notus/notus_vue/ConnecPage.xaml b/notus/notus_vue/ConnecPage.xaml
index 7e0e93e..9689c47 100644
--- a/notus/notus_vue/ConnecPage.xaml
+++ b/notus/notus_vue/ConnecPage.xaml
@@ -44,6 +44,7 @@
FontSize="22"
Placeholder="entrer votre e-mail"
PlaceholderColor="#74fabd"
+ TextColor="#74fabd"
BackgroundColor="#4A4A4A"/>
diff --git a/notus/notus_vue/InscrPage.xaml b/notus/notus_vue/InscrPage.xaml
new file mode 100644
index 0000000..0ba7232
--- /dev/null
+++ b/notus/notus_vue/InscrPage.xaml
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notus/notus_vue/InscrPage.xaml.cs b/notus/notus_vue/InscrPage.xaml.cs
new file mode 100644
index 0000000..5f9da2a
--- /dev/null
+++ b/notus/notus_vue/InscrPage.xaml.cs
@@ -0,0 +1,9 @@
+namespace notus;
+
+public partial class InscrPage : ContentPage
+{
+ public InscrPage()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/notus/notus_vue/RecherPage.xaml b/notus/notus_vue/RecherPage.xaml
index 5bba737..27d77b9 100644
--- a/notus/notus_vue/RecherPage.xaml
+++ b/notus/notus_vue/RecherPage.xaml
@@ -5,13 +5,114 @@
x:Class="notus.RecherPage"
Title="RecherPage"
BackgroundColor="#1C1C1C">
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/notus/notus_vue/Resources/Images/fleche_retour.png b/notus/notus_vue/Resources/Images/fleche_retour.png
new file mode 100644
index 0000000..95eae85
Binary files /dev/null and b/notus/notus_vue/Resources/Images/fleche_retour.png differ
diff --git a/notus/notus_vue/notus_vue.csproj b/notus/notus_vue/notus_vue.csproj
index 0f358b2..b63ffc1 100644
--- a/notus/notus_vue/notus_vue.csproj
+++ b/notus/notus_vue/notus_vue.csproj
@@ -57,6 +57,9 @@
ConnecPage.xaml
+
+ InscrPage.xaml
+
RecherPage.xaml
@@ -66,6 +69,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile