.view-front-programmation-village {
  margin-top: 50px;
}
.view-front-programmation-village table.full {
  table-layout: fixed;
}
.view-front-programmation-village table.full .calendar.weekview {
  width: 100%;
  margin: 0;
  padding: 0;
}
.view-front-programmation-village table.full .calendar.weekview .node--type-talent.node--view-mode-calendar-programmation .field--name-field-talent-image {
  width: 100%;
}
.view-front-programmation-village .calendar-calendar > .month-view > .full th.week, .view-front-programmation-village .calendar-calendar > .month-view > .full td.week {
  width: 30px;
  vertical-align: middle !important;
}
.view-front-programmation-village .calendar-calendar > .month-view > .full th.week .inner, .view-front-programmation-village .calendar-calendar > .month-view > .full td.week .inner {
  text-align: center;
}
.view-front-programmation-village .calendar-calendar > .month-view > .full tr.date-box td.week {
  border-bottom: 1px solid #999999;
}

.view-front-programmation-village.d1 .calendar-calendar > .month-view > .full tr {
  overflow: hidden;
}
.view-front-programmation-village.d1 .calendar-calendar > .month-view > .full tr.single-day {
  height: 0px;
}
.view-front-programmation-village.d1 .calendar-calendar > .month-view > .full tr.single-day td {
  padding: 0;
}
.view-front-programmation-village.d1 .calendar-calendar > .month-view > .full tr.single-day td .inner {
  height: 100% !important;
  margin-top: -49px;
  position: relative;
}
.view-front-programmation-village.d1 .calendar-calendar > .month-view > .full tr.date-box {
  height: 50px;
}
.view-front-programmation-village.d1 .calendar-calendar > .month-view > .full tr.date-box td {
  z-index: 1;
  overflow: hidden;
  vertical-align: top;
}
.view-front-programmation-village.d1 .calendar-calendar > .month-view > .full tr.date-box td .inner .month.day:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background-color: #FFFFFF !important;
  transform: rotate(45deg);
  z-index: -1;
}
.view-front-programmation-village.d1 .calendar-calendar > .month-view > .full tr.date-box td.today:before {
  display: none;
}