body {
    user-select: none;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

html, body {
  overflow: hidden;
  height: 100%;
}

.baremissions {
    top: 20px;
    display: none;
    position: static;
}

header,
.navbar-bottom-phone {
    display: none;
}

#iframe_proposer {
    z-index: 99;
    width: 80%;
    max-width: 800px;
    height: 70%;
    max-height: 600px;
    border: none;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
}

.reseaux-container img{
  transition: transform 0.2s ease;
}

.reseaux-container img:hover {
  transform: translateY(-13px) scale(1.12);
}


.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: rgba(33, 9, 65, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 999;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.navbar-left {
  display: flex;
  align-items: stretch; 
  gap: 20px;
}


.navbar a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

a {
  text-decoration: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

a:hover {
  text-decoration: none;
}

.ctkoi {
    top: 20px;
    left: 16%;
    position: absolute;
}

.podcasts {
    top: 20px;
    right: 16%;
    position: absolute;
}

.equipe {
    right: 30%;
    top: 21px;
    position: absolute;
}

.annonces {
    left: 30%;
    top: 21px;
    position: absolute;
}

.contact {
    top: 20px;
    right: 6%;
    position: absolute;
}

.ctkoi, .podcasts, .contact a {
    color: white;
}

.paypal-logo {
  height: 30px;
}

.logo {
  height: 60px;
  margin-top: 5px;
}


.listencontainer {
  position: relative;
  display: inline-block;
}

#elemde {
    left: 45.9%;
    top: 0px;
    position: absolute;
    z-index: 7;
}

.sheader {
    top: 42%;
    right: 22%;
    position: absolute;
}

#btn {
  padding: 15px 30px;
  font-size: 18px;
  background-color: #6abff3;
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}

#btn:hover {
  background-color: #7DF9FF;
}

.listencompartiment {
  display: none;
  position: absolute;
  top: 100%; 
  left: 0;
  width: 100%;
  background-color: #003366;
  padding: 15px 30px;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-55px);
  transition: 
    opacity 0.5s ease, 
    visibility 0.5s ease, 
    transform 0.5s ease;
  box-sizing: border-box;
  color: white;
  z-index: -1; 
}

@media (min-width: 992px) {
  .listencompartiment {
    display: block;
  }
    
    .listencontainer:hover #btn {
    border-radius: 5px 5px 0 0;
  }

  .listencontainer:hover .listencompartiment {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /*position finale */
    z-index: -1; /*derrière*/
  }
}

#offlineMessage {
    color: red; 
    font-size: 0.7em; 
    display: none; 
    margin-top: 4px;
}

#songTitle {
    font-size: 0.8em; 
    color: white;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.reseaux-container {
  bottom: 0px;
  right: 0px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  justify-content: space-between;
  display: flex;
  gap: 0;
  flex-direction: row; /*column*/ 
}

#albumArt {
    width: 50px; 
    height: 50px; 
    margin-right: 8px; 
    display: none; 
    border-radius: 4px;
}

#statusMessage {
    font-size: 0.7em; 
    color: #ccc; 
    margin-bottom: 4px;
}

#content {
    flex: 1;
    padding: 20px;
}

footer {
    text-align: center;
    padding: 5px 0;
    background-color: #f1f1f1;
    font-size: 12px;
    color: #555;
    width: 100%;
    position: relative;
    bottom: 0;
}

footer a {
    text-decoration: none;
    color: #555;
}

footer a:hover {
    color: #000;
}



@media (max-width: 550px) {
    /*button {
        font-size: 20px;
        padding: 15px 30px;
        margin: 15px 0;
    }*/

    .logo {
        width: 100px;
        height: 100px;
    }

    .button-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }



    #elemci,
    elemsi {
        bottom: 15%;
        position: absolute;
    }
}



#elemsi {
    right: 355px;
    bottom: 35px;
    position: absolute;
    font-family: "Courier New", monospace;
    color: blue;
    text-align: center;
}

#don {
    right: 5px;
    top: 5px;
    position: absolute;
    font-family: "Courier New", monospace;
    color: blue;
    text-align: center;
}




#annonces {
    bottom: 3px;
    left: 47%;
    position: absolute;
}

.boutonannonces {
    background-color: #37a6ed;
    padding: 10px 20px;
    border: 2px solid black;
}

.boutonannonces:hover {
    border: 2px solid #7DF9FF;
    transition: ease 0.5s;
}


#elemcloture {
    left: 50px;
    bottom: 6px;
}

a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
}

.navbar a,
.navbar-bottom-phone a {
  color: #fff; 
  text-decoration: none;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}

.navbar a:hover,
.navbar-bottom-phone a:hover {
  color: #ddd;
  text-shadow: 0 0 6px rgba(200, 200, 200, 0.8),
               0 0 12px rgba(200, 200, 200, 0.6),
               0 0 24px rgba(200, 200, 200, 0.4),
               0 0 48px rgba(200, 200, 200, 0.2);
}


.headeru {
    top: 3px;
    right: 3px;
    position: absolute;
}

@media (max-width: 1285.60px) {
    .annonces {
        display: none;
    }
    .ctkoi {
        left: 30%;
        position: absolute;
    } 
}

@media (max-width: 1200px) {
    .sheader {
        right: 15%;
    }
}

@media (max-height: 608px) {
    .reseaux-container {
        flex-direction: row;
    }
}
    
@media (max-width: 990px) {

    .navbar-bottom-phone {
        position: absolute;
        display: flex;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 70px;
        background-color: #0a2a5200;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
        z-index: 50;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .navbar-bottom-phone a {
      color: white;
      text-decoration: none;
      font-size: 18px;
      font-weight: 500;
    }
        
    .baremissions {
        display: flex;
    }
    
    .bar, .bars-container, elemtr {
        display: none;
    }
    
    body {
        font-size: 14px;
    }
    
    .sheader,
    .reseaux-container,
    #reseau,
    #elemde,
    .podcasts,
    .contact,
    .paypal-box,
    .annonces,
    .equipe,
    .planningbutton {
        display: none;
    }

    .annonces {
        left: 30% !important;
        position: absolute;
    }
    
    elemun {
        top: 50%;
        left: 50%;
        position: absolute;
    }

    .ctkoi {
        left: 4%;
    }


    .podcasts {
        right: 30%;
    }
    
    

    #content {
        padding: 10px;
    }
    
    #btn {
        left: 50%;
        font-size: 50px;
        right: 40%;
    }

    button {
        font-size: 50px;
        padding: 10px 20px;
    }

    header {
        font-size: 40px;
        top: 10%;
        position: absolute;
    }

    sheader {
        display: none;
    }

    .bouton_proposer_chanson {
       display: none;
    }
}
