|
|
@@ -87,13 +87,13 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.bleue span { |
|
|
|
background-color: #5E09DE; |
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#5E09DE), to(#7A58F5)); |
|
|
|
background-image: -webkit-linear-gradient(top, #5E09DE, #7A58F5); |
|
|
|
background-image: -moz-linear-gradient(top, #5E09DE, #7A58F5); |
|
|
|
background-image: -ms-linear-gradient(top, #5E09DE, #7A58F5); |
|
|
|
background-image: -o-linear-gradient(top, #5E09DE, #7A58F5); |
|
|
|
background-image: linear-gradient(top, #5E09DE, #7A58F5); |
|
|
|
background-color: #416BE8; |
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#416BE8), to(#419AE8)); |
|
|
|
background-image: -webkit-linear-gradient(top, #416BE8, #419AE8); |
|
|
|
background-image: -moz-linear-gradient(top, #416BE8, #419AE8); |
|
|
|
background-image: -ms-linear-gradient(top, #416BE8, #419AE8); |
|
|
|
background-image: -o-linear-gradient(top, #416BE8, #419AE8); |
|
|
|
background-image: linear-gradient(top, #416BE8, #419AE8); |
|
|
|
} |
|
|
|
|
|
|
|
.jaune span { |
|
|
|