table tr:hover {
  background-color: transparent !important;
}

/*List table*/

.courses-table {
  width: 100%;
  table-layout: fixed;
}

/* Number */
.courses-table td:nth-child(1) {
  width: 5%;
}

/* Course */
.courses-table td:nth-child(2) {
  width: 50%;
}

/* Teacher */
.courses-table td:nth-child(3) {
  width: 45%;
}


/*Calendrier table*/

.table-responsive .table {
  width: 100%;
  table-layout: fixed;
}

.table-responsive .table tr > td:first-child {
  width: 50px;
}

.table-responsive .table tr > td:not(:first-child) {
  width: calc((100% - 80px) / 4);
}

td p {
	font-weight: 400;
	/*font-size: 16pt;*/
}