diff --git a/frontend/css/style.css b/frontend/css/style.css
index b262317..e0e5201 100644
--- a/frontend/css/style.css
+++ b/frontend/css/style.css
@@ -69,6 +69,13 @@ html, body {
z-index: 1;
}
+.accueil-logo {
+ max-width: 280px;
+ max-height: 100px;
+ margin-bottom: 1rem;
+ object-fit: contain;
+}
+
.accueil-contenu h1 {
font-size: 3.5rem;
font-weight: 300;
diff --git a/frontend/css/themes.css b/frontend/css/themes.css
index e69ec83..c594586 100644
--- a/frontend/css/themes.css
+++ b/frontend/css/themes.css
@@ -54,17 +54,7 @@
font-weight: 600;
}
-[data-theme="sikapics"] #nom-evenement::before {
- content: '';
- display: block;
- width: 250px;
- height: 80px;
- margin: 0 auto 1.5rem;
- background-image: url('/assets/logos/sikapics.png');
- background-size: contain;
- background-repeat: no-repeat;
- background-position: center;
-}
+/* Logo SikaPics gere via JS (appliquerConfig) */
[data-theme="sikapics"] .accueil-instruction {
color: var(--texte-secondaire);
diff --git a/frontend/index.html b/frontend/index.html
index 4f3f769..a0c032a 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -16,6 +16,7 @@
Touchez pour commencer