.imgWidthThumbnail {
  /* I use this in thumbnail picture of student etc... check list des éléves*/
  width: 40px;
  height: 40px;
}
.modal-lg,
.modal-xl {
  max-width: 80%;
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 80%;
  }
}

.content {
  min-height: 82vh;
}
.Select-timetable {
  width: 300px;
  z-index: 94;
  margin-top: 15px;
}
.image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 0.42rem;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #ffffff;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}
.fc-day-today{
  background-color:#f1c40f;
}
.fc-agenda-slots td div { 
  height: 20px; 
}
div.fc-timegrid-slots > table > tbody > tr{
  height:25px;
}
.fc-scrollgrid> tbody{
  cursor: pointer;
}
.brand{
  padding-left: 0;
}