diff --git a/modules/velos_a_vendre/index.html b/modules/velos_a_vendre/index.html
index d62cb81..a71b36d 100644
--- a/modules/velos_a_vendre/index.html
+++ b/modules/velos_a_vendre/index.html
@@ -47,7 +47,9 @@
{{else}}
-
+
{{/select}}
{{$etiquette}}
diff --git a/modules/velos_a_vendre/style.css b/modules/velos_a_vendre/style.css
index de24159..61e4d1c 100644
--- a/modules/velos_a_vendre/style.css
+++ b/modules/velos_a_vendre/style.css
@@ -52,6 +52,18 @@
height: 100px;
}
+.placeholder{
+ /* background-image: url({{$config.files.logo}}); */
+ background-size: cover;
+ background-position: center;
+ background-repeat: no-repeat;
+ background-color: rgba(var(--gBgColor),0.5);
+ background-blend-mode: soft-light;
+ svg {
+ fill: rgb(var(--gTextColor));
+ }
+}
+
.label {
margin-left: auto;
margin-right: auto;
@@ -79,4 +91,4 @@ li.date-entree {
right: 10px;
font-size: x-small;
color: gray;
-}
\ No newline at end of file
+}