table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

th, td {
    padding: 12px;
    text-align: left;
}

.couvertureLivre {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 5px;
}

[id^="ref_"] {
    scroll-margin-top: 80px;
}

.oeuvres {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.oeuvres li {
    margin-bottom: 0.5em;
}

.oeuvres details {
    cursor: pointer;
}

.synopsis {
    font-size: 0.9em;
    margin-top: 0.3em;
}

table {
    table-layout: fixed;
    width: 100%;
}
td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: top;
}