body {
    justify-content: center;
    display: flex;
    font-family: 'Orbitron', sans-serif;
    background-color: rgb(0, 0, 0); /* Le fond de la page sera noir */
    color: white; /* Le texte de la page sera blanc */
    margin: 0;
    padding: 0;
    /*height: 100vh; /* Utilisation de la hauteur totale de la fenêtre */
    text-align: center;
    background-image: url('psdream.jpg');
      background-size: cover; /* Ajuste la taille de l'image pour couvrir le fond sans recadrer */
      background-repeat: no-repeat;
      background-attachment: fixed; /* Optionnel : pour fixer le fond lors du défilement */
      background-position: center;
}
#psdreamclass {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%; width: 100%;
    background-size: cover;
    z-index: -1;
    filter: blur(8px);
    object-fit: contain;
}
.one{
    text-align: center;
}
.three{
  display: grid;
  flex-wrap:wrap;
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
  text-align: center;
  grid-column: 2 / 6;
  grid-row: 1;
  font-size: 1.7em;
}
.bgcentre{
  background-color: #0000008e;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px) grayscale(0.5) opacity(0.2);
  grid-template-columns: repeat(1, 2fr);
  grid-template-rows: auto 1fr;
  width: 100%;
  height: 400px;
}
.four {
  width: 100%;
  display:grid;
  flex-wrap:wrap;
  grid-column: 2 / 5;
  grid-row: 2;
  /*background-color:  #153d63;*/
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px) grayscale(0.5) opacity(0.2);
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
  text-align: center;
}
  /*.lieninsta {
    color:rgb(138, 50, 175);
  }*/
  header {
    position: fixed;
    top: 0; /* Fixe l'en-tête en haut de la page */
    left: 0;
    width: 100%; /* Prend la largeur totale de l'écran */
    background-color: #000000; /* Fond de l'en-tête */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Ombre pour effet de profondeur */
    z-index: 1000; /* Assure que l'en-tête reste au-dessus des autres éléments */
    font-size: 1em;
  }

  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; 
    background-color: #000000; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    z-index: 1000; 
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement */
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    font-size: 12px;
    
  }
  .metadata{
    text-align: center;
    grid-column: 1/8;
    grid-row: 1;
	padding-bottom: 100px;/* ////////////////////////////////////////////////////////////////////////////////////////////////////  */
}
  .lecteur-audio{
    text-align: center;
    grid-column: 1/6;
    grid-row:2;
  }
  .audiobuttons {
    grid-row:3;
    grid-column: 1/7;
    display: grid;
    grid-template-columns: repeat(3,1fr); /* Crée trois colonnes égales */
    gap: 2px; /* Espace entre les boutons */
  }
  
  button {
    padding: 10px;
    text-align: center;
    background-color: #18446d;
    color: white;
    border: none;
    bottom: 200px;
  }
  #progress-bar {
    height: 100%;
    border-radius: 10px;
    background-color: #18446d;
    grid-column: 1/8;
  }
  #custom-progress {
    width: 30%; /* Un tiers de la page */
    height: 20px;
    background-color: lightgray;
    border-radius: 10px;
    margin: 0px auto; /* Centrage horizontal */
  }
  /*.serviceatversion {
    text-align: center;
    grid-column: 1/7;
    grid-row: 4;
  }*/
  .l-a-display{
    display: none;
  }


  
  table{
    border-collapse: collapse;

}
th, td {
    border: 1px solid rgb(255, 255, 255);
    padding: 4px;
    text-align: center;
}
