      @font-face {
          font-family: 'Fredoka';
          src: url('https://www.radioplatine.fr:28/static/fonts/fredoka/Fredoka-VariableFont_wdth_wght.ttf') format('truetype');
          font-weight: normal;
          font-style: normal;
      }

@media only screen and (max-width: 990px) {
    h1 {
      font-size: 24px;
      }
    .audio-player {
      width: 90%;
      height: auto;
      top: 10%; 
    }


* {
   transition: all 0.3s ease;
}



      
a {
 font-family: 'Fredoka', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
  header {
    top : 4px;
    text-align: center;
    position: absolute;
  }


    input {
      width: 80%;
    }
  
    button {
      margin-top: 10px;
    }
  }
  
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}



      body {
        font-family: 'Fredoka', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background: url('/illustrations/fond.webp') no-repeat center center fixed;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#60EFFF", endColorstr="#0061FF", GradientType=1 );
        
        background-size: 100%;
        margin: 0;
        padding: 0;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      } 

li {
  color: white;
}

      h1 {
        color: rgba(158, 157, 155, 0.8); /* 0.5 = 50%*/
      }
  
      p {
        font-size: 18px;
        margin-bottom: 20px;
      }
  
      .functionality-section {
        margin-top: 10px;
        padding: 10px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-align: left;
        max-width: 300px;
        width: 50%;
        transition: transform 0.3s ease-in-out;
      }
  
      .functionality-section:hover {
        transform: scale(1.02);
      }
  
      h2 {
        color: #333;
      }
  
      .functionality-description {
        color: #555;
        margin-top: 10px;
      }
  
      .functionality-link {
        display: block;
        margin-top: 10px;
        color: #0066cc;
        text-decoration: none;
        font-weight: bold;
      }
  
      header {
        top : 4px;
        text-align: center;
        position: absolute;
        left: 50%;
        width: 18rem;
        margin-left: -9rem;
      }

      sheader {
        top : 50px;
        left: 42.5%;
        text-align: center;
        position: absolute;
        position: absolute;
        left: 50%;
        width: 18rem;
        margin-left: -9rem;
        color: #8c8e91;
      }


      button {
        padding: 15px 30px;
        font-size: 18px;
        background-color: #6abff3;
        color: black;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 20px;
        transition: background-color 0.3s ease-in-out;
      }
  
      button:hover {
        background-color: #7DF9FF;
      }






        #songTitle {
            font-weight: bold;
            color: #6b6e6c;
            margin: 20px;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
        }

        #offlineMessage {
            color: #ff0000;
            margin: 20px;
        }

    .audio-player {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-height: 50px;
    }

    audio::-webkit-media-controls-panel {
      background-color: #56AEFF;
    }

    audio::-webkit-media-controls-timeline {
      background-color: #76bee8;
      border-radius: 25px;
      margin-left: 10px;
      margin-right: 10px;
    }
    audio::-webkit-media-controls-time-remaining-display {
      color: #fff;
    }

        .return-button {
            position: absolute;
            top: 10px;
            left: 10px;
            padding: 10px 20px;
            background-color: rgba(33, 9, 65, 0.6);
            color: white;
            text-decoration: none;
            font-size: 16px;
            border-radius: 5px;
        }

        .return-button:hover {
            background-color: rgba(33, 9, 65, 0.200);
        }






