/*Google-place de base*/

.review-stars ul {
  display: inline-block;
  list-style: none;
}

.review-stars ul li {
  float: left;
  margin-right: 5px;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 12px;
}
/*color: #E4B248;*/
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}

/* ---- 2T Service ---- */

/*Div qui contient tout pour la note google de 2tservices*/

.google-reviews{
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

/* Div qui contient la note avecx les étoiles*/

#container-rating{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

@media all and (max-width: 980px) {
  #container-rating{
    margin-right: 5vw;
  }
  .google-reviews{
    flex-wrap: wrap;
  }
}


/* ---- La moyenne de 2tservices ---- */

#rating{
  margin-right: 6px;
  display: flex;
  align-items: flex-end;
  font-family: Arial, serif;
  font-size: 30px;
}

/* ---- Les étoiles ---- */
#star-rating{
  display: flex;
  flex-direction: row;
}
#star-rating img{
  height: 30px;
}


/* ---- Lien vers les avis 2tservices ---- */
#link-reviews{
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 15px;
}

#link-reviews a {
  color: #1A0DAB;
  text-decoration: none;
  bottom: 0;
}
#link-reviews a:hover {
  text-decoration: underline;
}