body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: white;
  color: black;
}

header {
  padding: 20px;
  text-align: center;
}

.logo {
  height: 180px;
}

section {
  padding: 20px;
}

.project1 { background-color: #d9d9d9; }
.project2 { background-color: #cdcdcd; }
.project3 { background-color: #d9d9d9; }
.project4 { background-color: #cdcdcd; }

.project-content {
  display: flex;
  padding: 20px;
  gap: 20px;
}

.project-image {
  width: 200px;
  flex-shrink: 0;
}

.placeholder-image {
  width: 100%;
  height: 200px;
  background-color: #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  font-style: italic;
}

.track-title {
  display: block;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}

.audio-container {
  margin: 0 auto 20px auto; /* ✅ centre horizontalement le lecteur */
  display: block
  width: 100%;       /* ✅ prend juste la largeur du lecteur */
}

.tracks li {
  list-style-type: none;
  margin-bottom: 15px;
}
