
.bandeau {
  background-color: white;
  background-image: url(https://cdn2.fermedesaintemarthe.com/I-Autre-16866_1200x1200-fleurs-parfumees.net.jpg);
  background-size: cover;
  width: 100%;
  max-height: 85px;

}

.rond {
  overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    width:100px;
    height:100px;
    margin-right: 16px;
    float:left;
}

.pdptest {
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;
}

.gauche {
  float: right;
}


.atext {
  font-style: italic;
}

.pseudo {
  height: 100px;
  font-size: 14px;
  padding-top: 90px;
  color: #2997d4;
   font-family: 'Roboto', sans-serif;
  font-weight:bold;
}

.panel-amis {
  background-color: #ffffff;
  padding: 0 !important;
  font-family: 'Roboto', sans-serif;
}

.amiscommun {
  width: 100%;
  min-height: 38px;
  margin: 10px;
  padding-top:10px;
  padding-left: 116px;

}

.img-animate {

  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  margin-right:2px;
}

.img-animate:hover {

  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: top;
}

.images-amis-communs{
  padding-top:5px;
  height:50px;
  vertical-align: top;
}

.contours_noirs{
  text-shadow: #999 1px 1px, #999 -1px 1px, #999 -1px -1px, #999 1px -1px;
}



#titre_bandeau{
  text-transform: capitalize;
}


.commentaires {
  background-color: #f0a23e;
  overflow: hidden;
  font-family: 'Roboto' sans-serif;
  font-size: 12px;
  color: #ffffff;
}
.caret-commentaires {
  margin-left:5px;
  font-size:16px;
  font-weight:400;
  cursor: pointer;
}

.statscadre {
    min-height: 270px;
    max-height: 270px;
    border: 1px solid #FFBD71;
    align-content: center;
    background-color: #ffffff;
}

.entete {
    width: 100%;
    height: 40px;
    background-color: #DB7B65;
}

.titre-cadre {
  text-align: center;
  font-size: 20px;
  margin: 10px;
}

.soustitres-stats {
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}

.first-place {
  background-color: #308695;
  height: 70px;
  width: 90px;
  margin: 0 auto;
  padding: 5px;
  line-height: 20px;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  align-content: center;
}

.second-place {
  background-color: #D45769;
  height: 70px;
  width: 80px;
  margin: 0 auto;
  padding: 5px;
  line-height: 20px;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  display: inline-block;
}

.third-place {
  background-color: #E69D45;
  height: 70px;
  width: 80px;
  padding: 5px;
  margin: 0 auto;
  margin-left: -4px;
  line-height: 20px;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  display: inline-block;
}

.first-place:hover {
  transform: translate(0px,-15px);
  transition: ease-in-out 0.1s;
}

.second-place:hover {
  transform: translate(-20px,20px);
  transition: ease-in-out 0.1s;
}

.third-place:hover {
  transform: translate(20px,20px);
  transition: ease-in-out 0.1s;
}

.chiffre {
  font-size: 26px;
  font-weight: bold;
}

.Titre-stats {
  font-size: 30px;
  text-align: center;
    margin: 40px;
    color: #FD8072;
    font-weight: bold;
    text-transform: uppercase;
}

.text-graphique {
  font-family: Roboto, sans-serif;
  color: #0a0a0a;
}

#donutchart {
  font-family: Roboto, sans-serif;
}

#container {
  margin: 20px;
  width: 150px;
  height: 150px;
}