.header__container.container-fluid {
  background: transparent !important;
}

#event-banner {
  height: 210px;
  position: absolute;
  top: 0;
  padding-top: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

#event-banner h1,
#event-banner h3 {
  text-shadow: 0px 0px 5px #FFF;
}

#event-breadcrumb {
  margin-top: 180px;
  margin-bottom: 5px;
}

#event-breadcrumb a {
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
}

#event-breadcrumb a:first-child {
  margin-left: 0;
}

#event-breadcrumb span {
  margin-left: 5px;
}

#event-infos {
  background: #fcea10;
}

#panneauDate {
  text-align: center;
  font-size: 21px;
  line-height: 20px;
  font-weight: 900;
  border: 5px solid #212529;
  border-radius: 10px;
  padding: 20px 0;
  min-width: 100px;
}

#event-infos .date span {
  font-size: 60px;
}



.sticky-top {
  top: 69px;
}

#event-infos.is-sticky .date {
  font-size: 15px;
  padding: 2px 0;
}

#event-infos.is-sticky .date span {
  font-size: 15px;
}

#event-infos.is-sticky .sticky-d-none,
#event-infos.is-sticky .date br {
  display: none;
}

#event-infos.is-sticky .sticky-d-block {
  display: block !important;
}

#event-infos.is-sticky #btnResa,
#event-infos.is-sticky #btnCart {
  font-size: 15px;
}

.premiere_partie,
.autre_concert {
  background: #FFA537;
}

.autre_concert,
.autre_concert img {
  border-radius: 6px;
}

.autre_concert > a:hover {
  color:#212529;
}

.debut_soiree {
  background: #e64564;
}

.autre_stage {
  background: #fcea10;
  border-radius: 6px;
}

.autre_stage img {
  border-radius: 6px;
}

.autre_stage h5 {
  font-family: 'Jost';
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}

.step-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #ddd;
  transition: .4s;
  padding-left: 20px !important;
}

.step-button[aria-expanded="true"] {
  width: 60px;
  height: 60px;
  background-color: #A01080;
  color: #fff;
  padding-left: 25px !important;
}

.done {
  background-color: #A01080;
  color: #fff;
}

.step-item {
  z-index: 10;
  text-align: center;
}

.step-title {
  font-weight: 600;
  font-size: 20px;
}

#progress {
  -webkit-appearance: none;
  position: absolute;
  width: 95%;
  z-index: 5;
  height: 10px;
  margin-left: 18px;
  margin-bottom: 18px;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
  background-color: #A01080;
  transition: .5s ease;
}

#progress::-webkit-progress-bar {
  background-color: #ddd;

}

.dropzone {
  border: 3px dashed rgba(0, 0, 0, .3) !important;
}

.borderTopBottom {
  border-top: solid 2px #212529;
  border-bottom: solid 2px #212529;
}

.lignesLiens {
  background-color: white;
  height: 100%;
  display: block;
  border-radius: 10px;
  padding-left: 5px;
  margin-bottom: 5px;
}

.btn-icon {
  margin-right: 5px !important;
  width: 32px !important;
  height: 32px !important;
  color: white !important;
  border-radius: 4px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
  display: inline-block;
}

.btn-icon:hover {
  background: black !important;
  border-color: black !important;
  color: #ffff00 !important;
}

@media only screen and (max-width: 759px) {
  /* #btnResa {
    font-size: 15px;
    padding: 8px;
  }

  #btnCart {
    font-size: 14px;
    padding: 6px;
  } */
}
