diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index 4f7a855..efc4e54 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -79,7 +79,7 @@
=render :partial => "public/shared/ga"
= stylesheet_link_tag 'public', :media => :all
-
+ = stylesheet_link_tag '/fonts/Stylograph/stylesheet.css'
@@ -280,7 +280,10 @@
$(document).ready(function(){
$('#bxslider').bxSlider({
nextText: '>',
- prevText: '<'
+ prevText: '<',
+ auto: true,
+ speed:700,
+ pause:2000
});
});
@@ -367,7 +370,7 @@
=link_to "contact@jipe.fr", "mailto:contact@jipe.fr"
.span
- SARL au capital de 651 510,00 €
+ SAS au capital de 651 510,00 €
="-"
RCS : Colmar B 530 702 331
="-"
diff --git a/app/views/portlets/render_public/_imagecontent.html.haml b/app/views/portlets/render_public/_imagecontent.html.haml
index 0e43cdb..ea7005c 100644
--- a/app/views/portlets/render_public/_imagecontent.html.haml
+++ b/app/views/portlets/render_public/_imagecontent.html.haml
@@ -23,7 +23,7 @@
-else
-url =""
--url = "http://"+HOSTNAME+url
+-url = "http#{("" if Rails.env.production?)}://"+HOSTNAME+url
-style = ""
-style = "text-align:center;" if input.alignement == "center"