@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");

/* //////////////////////////// POUR AVOIR LA POLICE DE LA LEGENDE /////////////////////////// */
  
.legendeRect{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    /* background-color: red; */
    font-family: inherit, 'SUN', 'Montserrat';
    font-size: 0.5em;
    text-transform: uppercase;
    padding-bottom: 2em;
    padding-top: 2em;
	margin: auto;
	max-width: 1000px;
  
    }
	
	/* GJ : On aère un peu les légendes des graphiques */
	.legendeRect>div {
		padding:	0.5em;
	}
  
  
  #moyenneTrumpRect{
    background-color: #fee054;
    height: 17px;
    width: 30px;
    border-radius: 2px;
  float:left;
  margin-right:1.5em;
  }
  
  #moyenneTruthRect{
    background-color: #1da1f2;
    height: 17px;
    width: 30px;
    border-radius: 2px;
    float: left;
    margin-right:1.5em;
  }
  
  #moyenneLieRect{
   background-color:#f67867;
   height: 17px;
   width: 30px;
   border-radius: 2px;
   float: left;
   margin-right:1.5em;
  }
  