body {
  margin: 0;
  font-family: "Roboto", Helvetica, sans-serif;
  overflow: hidden !important;
}

a {
  text-decoration: none;
}

.content {
  display: grid;
  grid-template-columns: 1.5fr 5fr;
  grid-gap: 10px;
}

.column-select-screen {
  background: #30384B;
  height: 100%;
  position: fixed;
  text-align: center;
  width: 280px;
  border-right: 4px solid black;
  z-index: 99999
}

.section-time-day {
  color: white;
  font-weight: bold;
  background: #202020;
  padding: 10px 1px;
  margin: 10px 10px;
  border-radius: 10px;
  border: 1px solid black;
  font-size: 22px;
}

.section-time-day-p {
  margin: 0;
  display: inline-block;
}

.section-radio-logo {
  margin: 20px 10px;
  background-image: url(//dev.enzomichaud.fr/a2i-wrn/static/logowrn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 140px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid black;
}

.section-select-screen {
  background: #232937;
  margin: 0 10px 0 10px;
  border-radius: 10px;
  border: 1px solid black;
}

.white-p {
  color: white;
  font-weight: bold;
}

.btn-black-select-screen {
  color: white;
  font-weight: bold;
  background: linear-gradient(to bottom, #232323 50%, #171717 50%);
  border-radius: 4px;
  border: 1px solid black;
  margin: 8px 10px;
  padding: 10px 1px;
}

.btn-black-select-screen:hover {
  background: linear-gradient(to bottom, #1A17AC 50%, #1419BF 50%);
  border: 1px solid #1A17AC;
}

.active {
  background: linear-gradient(to bottom, #1A17AC 50%, #1419BF 50%) !important;
  border: 1px solid #1A17AC !important;
}

.frame-src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
