diff --git a/prive/style_prive_plugin_formidable.html b/prive/style_prive_plugin_formidable.html
index 94d0d0419f398442168d7f169a3ef790ff7860a9..7b1fd3871ce5b7e5381256c028b73561c4fe38ab 100644
--- a/prive/style_prive_plugin_formidable.html
+++ b/prive/style_prive_plugin_formidable.html
@@ -1,7 +1,7 @@
 #SET{claire,#ENV{couleur_claire,edf3fe}}
 #SET{foncee,#ENV{couleur_foncee,3874b0}}
 
-.formidable_analyse .progress-bar span {
+body .formidable_analyse .progress-bar span {
 	background-color: ##GET{claire};
 	  background-image: -webkit-gradient(linear, left top, left bottom, from(##GET{claire}), to(##GET{foncee}));
 	  background-image: -webkit-linear-gradient(top, ##GET{claire}, ##GET{foncee});