/*Couleur des étoiles*/
.sg-survey .sg-mobile-optimized .sg-star-box label.sg-star-1.sg-star-on:not(.sg-star-0)
{
color: #FF4646 !important;
}
.sg-survey .sg-mobile-optimized .sg-star-box label.sg-star-2.sg-star-on:not(.sg-star-0)
{
color: #FF4646 !important;
}
.sg-survey .sg-mobile-optimized .sg-star-box label.sg-star-3.sg-star-on:not(.sg-star-0)
{
color: #FF913D !important;
}
.sg-survey .sg-mobile-optimized .sg-star-box label.sg-star-4.sg-star-on:not(.sg-star-0)
{
color: #00DA2F !important;
}
.sg-survey .sg-mobile-optimized .sg-star-box label.sg-star-5.sg-star-on:not(.sg-star-0)
{
color: #00DA2F !important;
}
.sg-star-box label.sg-star-1
{
background-image: url(//satisfactory.fr/wp-content/uploads/2021/08/Stars-Red.png);
}
.sg-star-box label.sg-star-2
{
background-image: url(//satisfactory.fr/wp-content/uploads/2021/08/Stars-Red.png);
}
.sg-star-box label.sg-star-3
{
background-image: url(//satisfactory.fr/wp-content/uploads/2021/08/Stars-Orange.png);
}
.sg-star-box label.sg-star-4
{
background-image: url(//satisfactory.fr/wp-content/uploads/2021/08/Stars-Green.png);
}
.sg-star-box label.sg-star-5
{
background-image: url(//satisfactory.fr/wp-content/uploads/2021/08/Stars-Green.png);
}