diff --git a/wcs/montpellier-commune/custom-villeneuve-les-maguelone.css b/wcs/montpellier-commune/custom-villeneuve-les-maguelone.css index d8f4617..154beca 100644 --- a/wcs/montpellier-commune/custom-villeneuve-les-maguelone.css +++ b/wcs/montpellier-commune/custom-villeneuve-les-maguelone.css @@ -207,3 +207,19 @@ div#steps span.marker { div.content table thead th {background-color: #97378C; color: white;} div.content table thead tr {} div.content table thead td {background-color: #97378C;} + +div#footer { + background: transparent url(villeneuve-les-maguelone/logo-footer.png) no-repeat top left; + min-height: 140px; + padding-left: 120px; + box-sizing: border-box; +} + +div#footer div#links, +div#footer div#help { + width: 240px; +} + +div#footer div#links ul { + padding-left: 20px; +} diff --git a/wcs/montpellier-commune/villeneuve-les-maguelone/logo-footer.png b/wcs/montpellier-commune/villeneuve-les-maguelone/logo-footer.png new file mode 100644 index 0000000..35e3b94 Binary files /dev/null and b/wcs/montpellier-commune/villeneuve-les-maguelone/logo-footer.png differ