.formidable_analyse .stat {width:70%;} .progress-bar { background-color: #f1f1f1; height: 20px; padding: 1px; margin: 2px 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 1px 4px #eee inset, 0 1px 0 #bbb; -webkit-box-shadow: 0 1px 4px #eee inset, 0 1px 0 #bbb; box-shadow: 0 1px 4px #eee inset, 0 1px 0 #bbb; position:relative; /* pour le strong du texte */ } .progress-bar strong { color:#000; padding:0 .5em; -webkit-moz-text-shadow: 0 1px 1px #fff; -moz-text-shadow: 0 1px 1px #fff; text-shadow: 0 1px 1px #fff; position:absolute; top:2px; left:0; } .progress-bar strong small {font-size:90%; font-weight:normal;} .progress-bar span { background-color: #bbb; background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#777)); background-image: -webkit-linear-gradient(top, #bbb, #777); background-image: -moz-linear-gradient(top, #bbb, #777); background-image: -ms-linear-gradient(top, #bbb, #777); background-image: -o-linear-gradient(top, #bbb, #777); background-image: linear-gradient(top, #bbb, #777); display: inline-block; height: 100%; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset; -webkit-transition: width 2s ease-in-out; -moz-transition: width 2s ease-in-out; -ms-transition: width 2s ease-in-out; -o-transition: width 2s ease-in-out; transition: width 2s ease-in-out; } .progress-bar.gray span { background-color: #bbb; background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#777)); background-image: -webkit-linear-gradient(top, #bbb, #777); background-image: -moz-linear-gradient(top, #bbb, #777); background-image: -ms-linear-gradient(top, #bbb, #777); background-image: -o-linear-gradient(top, #bbb, #777); background-image: linear-gradient(top, #bbb, #777); } .progress-bar.blue span { background-color: #34c2e3; background-image: -webkit-gradient(linear, left top, left bottom, from(#34c2e3), to(#13ACD1)); background-image: -webkit-linear-gradient(top, #34c2e3, #13ACD1); background-image: -moz-linear-gradient(top, #34c2e3, #13ACD1); background-image: -ms-linear-gradient(top, #34c2e3, #13ACD1); background-image: -o-linear-gradient(top, #34c2e3, #13ACD1); background-image: linear-gradient(top, #34c2e3, #13ACD1); } .progress-bar.orange span { background-color: #fecf23; background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215)); background-image: -webkit-linear-gradient(top, #fecf23, #fd9215); background-image: -moz-linear-gradient(top, #fecf23, #fd9215); background-image: -ms-linear-gradient(top, #fecf23, #fd9215); background-image: -o-linear-gradient(top, #fecf23, #fd9215); background-image: linear-gradient(top, #fecf23, #fd9215); } .progress-bar.green span { background-color: #a5df41; background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916)); background-image: -webkit-linear-gradient(top, #a5df41, #4ca916); background-image: -moz-linear-gradient(top, #a5df41, #4ca916); background-image: -ms-linear-gradient(top, #a5df41, #4ca916); background-image: -o-linear-gradient(top, #a5df41, #4ca916); background-image: linear-gradient(top, #a5df41, #4ca916); }