#containerActivite{
  margin-left: 80px;
  margin-right: 80px;
}
.fc-day-header{
  background-color: #f2f2f2;
  color: grey;
}
.fc-sun{
  background-color:  #f9f9f9;
}

.legende{
  margin-top: 15px;
  font-size: 0.8em;
  font-style: italic;
  /* font-weight: Bold; */
}
.carreVert, .carreJaune, .carreBleu, .carreRouge{
  min-height: 20px;
  min-width: 30px;
  padding:6px;
  margin-right: 10px;
}
.carreVert{
  background-color: #4aa94a;
  color: white;
}
.carreJaune{
  background-color: #ffe066;
  color: grey;
}
.carreBleu{
  background-color: #6699ff;
  color: white;
}
.carreRouge{
  background-color: #ff4d4d;
  color: white;
}
