.jarallax {
  position: relative;
  z-index: 0;
}

header select {
  border: 1px solid #333;
  background: #f1f1f1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  margin: 0;
  display: block;
  width: 100%;
  padding: 12px 55px 15px 15px;
  font-size: 1.3em;
  font-weight: 700;
  color: #bf753a;
}

header label {
  font-size: 1.8em;
}

main .card {
  background-color: rgba(255, 255, 255, 0.5);
}

main .card .card-img-top {
  border-radius: 5px;
}

main .card audio {
  width: 100%;
}

footer {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer p {
  font-size: 1em;
  font-weight: 500;
}

footer p #infos {
  font-size: 0.8em;
  font-weight: 300;
}

footer p #infos a {
  text-decoration: none;
  color: #333;
}

footer p #infos a:hover {
  color: blue;
}

.overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  background-color: black;
  background-color: black;
  overflow-x: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #f1f1f1;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay a:hover {
  color: #f1f1f1;
}

.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #fff;
}

.overlay .closebtnCon button {
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: transparent;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 90px;
  outline: none;
  overflow: hidden;
  padding: 10px 0 0;
  display: block;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100px;
  margin: 5% 50%;
}

.overlay .closebtnCon button::before,
.overlay .closebtnCon button::after {
  background-color: white;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 141.4214px;
  z-index: -1;
}

.overlay .closebtnCon button::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.overlay .closebtnCon button::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.overlay .closebtnCon button:hover {
  color: #333;
}

.overlay .closebtnCon button:hover::before,
.overlay .closebtnCon button:hover::after {
  height: 50px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 70%;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #f1f1f1;
}
/*# sourceMappingURL=main.css.map */