diff --git a/Views/Chambre/ModifierChambrePage.xaml b/Views/Chambre/ModifierChambrePage.xaml
index d410090..73a65bc 100644
--- a/Views/Chambre/ModifierChambrePage.xaml
+++ b/Views/Chambre/ModifierChambrePage.xaml
@@ -4,15 +4,44 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="HegreHotel.Views.Chambre.ModifierChambrePage"
Title="Modifier la Chambre">
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Views/Client/ClientsPage.xaml b/Views/Client/ClientsPage.xaml
index 8839ca4..a09dffc 100644
--- a/Views/Client/ClientsPage.xaml
+++ b/Views/Client/ClientsPage.xaml
@@ -4,44 +4,58 @@
x:Class="HegreHotel.Views.Client.ClientsPage"
Title="Gestion des Clients"
Appearing="ClientsPage_OnAppearing">
-
+
+
+
+
-
+ HorizontalOptions="Center"
+ BackgroundColor="#007AFF"
+ TextColor="White"
+ CornerRadius="10"
+ Padding="10"
+ FontAttributes="Bold"
+ WidthRequest="200"/>
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
diff --git a/Views/Client/ClientsPage.xaml.cs b/Views/Client/ClientsPage.xaml.cs
index edd06ad..758a693 100644
--- a/Views/Client/ClientsPage.xaml.cs
+++ b/Views/Client/ClientsPage.xaml.cs
@@ -15,7 +15,7 @@ namespace HegreHotel.Views.Client
InitializeComponent();
LoadClients();
}
-
+
private async void LoadClients()
{
string dbPath = Path.Combine(FileSystem.AppDataDirectory, "HegreHotel.db3");
diff --git a/Views/Client/DetailsClientPage.xaml b/Views/Client/DetailsClientPage.xaml
index 78066aa..b0ebd89 100644
--- a/Views/Client/DetailsClientPage.xaml
+++ b/Views/Client/DetailsClientPage.xaml
@@ -1,35 +1,59 @@
-
-
-
-
-
-
-
+ x:Class="HegreHotel.Views.Client.DetailsClientPage"
+ Title="Détails du Client">
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
diff --git a/Views/Client/ModifierClientPage.xaml b/Views/Client/ModifierClientPage.xaml
index 63861d9..4b7d282 100644
--- a/Views/Client/ModifierClientPage.xaml
+++ b/Views/Client/ModifierClientPage.xaml
@@ -1,14 +1,47 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+