.vote a
{
  color: white;
  background-color: #1FD19A;
  padding: 13px;
  margin: 10px 10px 0 0;
  border-radius: 25px;
  display: inline-block;
  font-size: 1.2rem;
}

.rating a
{

  color: #aaa;
  text-decoration: none;
  font-size: 2em;
  transition: color .4s;
}

.rating a:hover,
.rating a:focus,
.rating a:hover ~ 
.rating a:focus ~ 
{
  color: orange;
  cursor: pointer;
}

.vote_gris
{
  display: inline;
  text-decoration: none;
  color: #aaa;
  font-size: 18px;
  transition: color .4s;
}

.vote_orange
{
  display: inline;
  text-decoration: none;
  font-size: 18px;
  transition: color .4s;
  color: orange;
}

.vote_texte,
.vote_texte a
{
  font-size: 12px;
  color: #464646;
  display: inline;
  font-family: 'arial';
  text-transform: uppercase;
}