.score-gf{
  background-color: transparent;
  padding: 1rem;
  border-bottom: 1px solid white;
}
.scoreTitle{
  font-size: 22px;
  color: #803C5E;
  text-align: center;
  font-weight: bold;
  padding: 0 25px;
}
.score{
  position: relative;
  margin: 1em 0;
}
svg.circle,
svg.polar{
  position: absolute;
  top: 0;
  left: 0;
}
/* Hack for IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .score{
    height: 270px;
  }
  svg.axes,
  svg.polar{
    --position: absolute;
    --top: -55px;
  }
}

svg.axes line{
  stroke: gray;
}

.scoreLegend ul{
  list-style: none;
  font-size: 0.875em;
  padding: 0;
}
.scoreLegend ul li{
  position: relative;
  padding-left: 10px;
  padding-right: 14px;
  margin-bottom: 10px;
}
.scoreLegend ul li .score-stars{
  vertical-align: text-bottom;
}
.scoreLegend ul li:before{
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: -15px;
  top: 4px;
}
.scoreLegend ul li:nth-child(1):before{
  background: transparent url('../images/signe-categorie-purple.png') 0% 0% no-repeat padding-box;
}
.scoreLegend ul li:nth-child(2):before{
  background: transparent url('../images/signe-categorie-green.png') 0% 0% no-repeat padding-box;
}
.scoreLegend ul li:nth-child(3):before{
  background: transparent url('../images/signe-categorie-orange.png') 0% 0% no-repeat padding-box;
}
.scoreLegend ul li:nth-child(4):before{
  background: transparent url('../images/signe-categorie-blue.png') 0% 0% no-repeat padding-box;
}

.scoreLegend__description{
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 1rem;
}
/*
.scoreLegend .legendBox{
  width: 32px;
  height: 15px;
  background-color: red;
  position: absolute;
  left: -40px;
  top: 5px;
}
*/
