/* Styles généraux */
body {
    font-family: Baskerville old face, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

/* En-tête */
h1,
h2 {
    text-align: center;
    color: #444;
}

.pp {
    text-align: center;
    font-size: 20px;
    color: blue;
    font-style: italic;
}

/* Conteneur principal */
.container {
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

/* Formulaires */
form {
    margin-bottom: 20px;
}

label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
}

input,
select,
button {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
}

button {
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #0056b3;
}

/* Table */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
}

th,
td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f4f4f4;
    font-weight: bold;
}

/* Liste */
ul {
    list-style: none;
    padding: 0;
}

ul li {
    padding: 10px;
    margin: 5px 0;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.song-title {
    color: blue;
    font-weight: bold;
    transition: color 0.3s ease;
}

.song-title:hover {
    color: darkblue;
    text-decoration: underline;
}

.song-titre {
    font-style: italic;
}

.song-an {
    color: green;
    font-weight: bold;
    transition: color 0.3s ease;
}

.song-img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.song-img {
    opacity: 1, 5;
}