body {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  overflow: hidden;
}

.list-ios {
    background: none !important;
}

ion-content.ios.overscroll.hydrated {
    background-image: url('https://onsenui.dev.enzomichaud.fr/files/img/Wallpaper-RadioNoirmout-2020-logo-couleur-degrade-rotate.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#background-content {
  background: none !important;
}

ion-header.ios.header-ios.header-collapse-none.hydrated {
    z-index: 0;
    display: none;
}

li.ion-navicon {
    z-index: 2;
    font-size: 32px;
    margin: 42px 0 0 15px;
    list-style: none;
}

/* iPhone X, XS */
@media only screen
    and (min-device-width: 375px)
    and (min-device-height: 812px)
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: portrait) {
    .menu-icon-top {
      margin-top: 45px;
    }

    p.toptextmenu {
      margin-top: 45px;
      margin-bottom: 0px;
    }
}

/* iPhone 6, 6s, 7, 8 */
@media only screen
    and (min-device-width: 375px)
    and (max-device-height: 667px)
    and (-webkit-device-pixel-ratio: 2) {
      li.ion-navicon {
          z-index: 2;
          font-size: 32px;
          margin: 10px 0 0 15px;
          list-style: none;
      }
}

p.toptextmenu {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

ion-tab-bar.ios.hydrated {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    overflow: hidden;
    background: #154AA8;
    border: 0;
    border-top: 10px solid #154AA8;
}

ion-tab-button#tab-button- {
    background: #154AA8;
}

ion-icon.playbtn.ios.hydrated {
    border: 2px solid #fff;
    border-radius: 24px;
    fill: white;
    padding: 1px 0px 1px 2px;
    font-size: 37px;
    margin-bottom: 5px;
}

ion-icon.sharebtn.ios.hydrated, ion-icon.radiobtn.ios.hydrated {
    fill: white;
}
