body {
  margin: 0;
  font-family: "Roboto", Helvetica, sans-serif;
  background: #30384B;
  overflow: hidden !important;
}

a {
  text-decoration: none;
}

p {
  color: white;
}

.content {
  margin: 20px;
}

.cartouchier {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.time-music {
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
  margin: 10px 0 10px 20px;
}

.card-number {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  margin: 10px 20px 10px 0;
  float: right;
  color: white;
  cursor: pointer;
}

.title-music {
  font-size: 20px;
  margin-left: 20px;
  margin-bottom: 60px;
  margin-right: 10px;
}

.card {
  background: linear-gradient(to bottom, #353535 8%, #1B1B1B 64%);
  border-radius: 25px;
  border: 1px solid #111;
  height: 180px;
}

.card {
  background: linear-gradient(to bottom, #353535 8%, #1B1B1B 64%);
  border-radius: 25px;
  border: 1px solid #111;
  height: 180px;
}

.card-active {
  background: red;
  border-radius: 25px;
  border: 1px solid #111;
  height: 180px;
}

.card-bottom {
    border-radius: 0 0 24px 24px;
    z-index: 9999;
}

.section-name-voie {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px 20px;
}
.name-voie {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 15px 0;
}

.bgprogressbar {
  width: 100%;
  height: 10px;
  background: #797C88;
  z-index: 9;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.progress {
  width: 0px;
  height: 10px;
  background: #2B8931;
  background: linear-gradient(to bottom, #2B8931 50%, #4D9E54 50%);
  z-index: 999999
}

iframe {
  width: 100%;
  height: 182px !important;
  border: none;
  overflow: hidden !important;
}
