diff --git a/front-page.php b/front-page.php
index e683a00..9e0e372 100755
--- a/front-page.php
+++ b/front-page.php
@@ -1,17 +1,7 @@
-
+
+
+
 . '/resources/img/lhoist-OG-image-personnage.png' ?>)
+
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/resources/css/app.css b/resources/css/app.css
index 6567cad..13aa55d 100644
--- a/resources/css/app.css
+++ b/resources/css/app.css
@@ -16,6 +16,9 @@
@import './layout/section.css';
@import './layout/gutenberg.css';
+/* ########### PAGE ############ */
+@import './pages/front-page.css';
+
/* ########### BLOCKS ############ */
@import './blocks/search-and-find.css';
diff --git a/resources/css/pages/front-page.css b/resources/css/pages/front-page.css
new file mode 100644
index 0000000..f03de29
--- /dev/null
+++ b/resources/css/pages/front-page.css
@@ -0,0 +1,8 @@
+.back-end__front-page {
+ @apply bg-lhoist min-h-full w-full;
+ min-height: 100vh;
+ @apply flex justify-center items-center;
+ .cover {
+ @apply px-8 w-full max-w-6xl;
+ }
+}
diff --git a/resources/img/lhoist-OG-image-personnage.png b/resources/img/lhoist-OG-image-personnage.png
new file mode 100644
index 0000000..e2ea05d
Binary files /dev/null and b/resources/img/lhoist-OG-image-personnage.png differ