.horaire-event-wrapper {
  display: flex;
  padding-bottom: 5px;
  justify-content: center;
  margin-bottom: 15px;
}

.horaire-collapsible {
  width: 100% !important;
  overflow: hidden;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .horaire-collapsible {
    font-size: 2.3rem;
  }
}

.horaire-collapsible input {
  display: none;
}

.horaire-collapsible label {
  position: relative;
  font-weight: 600;
  background: #E48C8A;
  box-shadow: 0 5px 11px rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0, 0, .08);
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  z-index: 1;
}

.horaire-table thead {
  background: #FFE1AF;
}

.horaire-table tbody tr td,
.horaire-table thead tr td,
.horaire-table tfoot tr td {
  padding: 7px !important;
}

.horaire-collapsible input:checked + label #iconChevron {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.horaire-collapsible label #iconChevron {
  transition: all 0.3s ease;
}

.horaire-collapsible-text {
  background-color: #64bdd8;
  max-height: 1px;
  overflow: hidden;
  border-radius: 4px;
  line-height: 1.4;
  position: relative;
  top: -100%;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.horaire-collapsible input:checked ~ .horaire-collapsible-text {
  max-height: 100%;
  margin-bottom: 25px;
  background-color: #DBDBDB;
  box-shadow: 0 5px 11px rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0, 0, .08);
  opacity: 1;
  top: 0;
}

.horaire-collapsible-text .horaire-table tr:nth-child(even) {
  background-color: #ffffff;
}

.horaire-collapsible-text h2 {
  margin-bottom: 10px;
  padding: 15px 15px 0;
  color: #1c1c6b;
}

.horaire-collapsible-text p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
}

.horaire-table {
  margin-bottom: 0px !important;
}

.jourManif {
  color: #ff404d;
}

a.horairesLiens {
  text-align: left;
}

/* Icônes */
#iconChevron {
  float: right;
  margin-right: 1%;
  font-size: 150% !important;
  color: black !important;
}

#iconHoraire {
  font-size: 120%;
}

#iconCalendrier {
  margin-right: 10px;
  font-size: 120%;
}

/* SCROLL BAR */
.horaire-collapsible-text::-webkit-scrollbar {
  width: 10px;
}

.horaire-collapsible-text::-webkit-scrollbar-track {
  border-radius: 10px;
}

.horaire-collapsible-text::-webkit-scrollbar-thumb {
  background: #64bdd8;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.headerHoraireTable {
  font-weight: bold;
  display: contents;
}

.horaire-table.table-responsive tr td {
  width: 5%;
  text-align: center;
  vertical-align: middle !important;
}

/* Responsive */
@media only screen and (max-width: 568px) {
  .headerHoraireTable {
    font-weight: bold;
  }

  
  .horaire-collapsible label {
    font-size: 10pt;
  }
  
  .horaire-table thead tr td,
  .horaire-table tbody tr td,
  .horaire-table tfoot tr td {
    padding: 5px !important;
    font-size: 10pt;
  }
}