/* Events */

.event {
  display: none;
  flex-direction: column;
  height: auto;
  font-size: 0.9rem;
}

.event p {
  margin-bottom: 2px;
}

.event img {
  object-position: 50% 20%;
  object-fit: cover;
  height: 200px;
  min-width: 250px;
}

.event[data-id='3'] img {
  object-position: center;
}

.event[data-id='6'] img {
  object-position: 50% 70%;
}

.event[data-id='7'] img {
  object-position: 50% 25%;
}

.event[data-id='10'] img,
.event[data-id='14'] img {
  object-position: 50% 10%;
}

.event h3,
.edito h3 {
  color: #914b3c;
  font-family: ExistenceLight;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.event .has-text-align-right {
  text-align: right;
}

/* Schedule */

.schedule {
  padding: 0;
  margin-bottom: 20px;
}

.schedule table {
  border-spacing: 3px;
  border-collapse: separate;
}
.schedule th {
  width: 20px;
  background-color: #514a2e;
  color: #e2e2e2;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  padding: 2px;
}

.schedule td {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 2px;
  height: 100px;
}

.schedule .sg {
  background-color: #72b8b1;
}

.schedule .sg b {
  color: #914b3c;
}

.schedule .morning {
  background-color: #60918c;
}

.schedule .afternoon {
  background-color: #476a67;
}

.schedule .evening {
  background-color: #1f3735;
  vertical-align: top;
}

.schedule td a {
  color: #e2e2e2;
  text-decoration: none;
}

.schedule td a:visited {
  color: #e2e2e2;
  text-decoration: none;
}
.schedule td a:hover {
  color: #e2e2e2;
  text-decoration: none;
}
.schedule td:hover {
  background-color: #914b3c;
  cursor: pointer;
}

.schedule .info {
  font-size: 1.2rem;
}

.schedule .info:hover {
  background-color: transparent;
  cursor: auto;
}

.schedule .active {
  background-color: #914b3c;
}

.schedule .sg.active b,
.schedule .sg:hover b {
  color: #72b8b1;
}
