.reference, .legende a{
    font-size: inherit !important;
}
.reference{
    text-indent: -1.1em; /* Indente la première ligne */
    margin-left: 1.1em; /* Ramène le paragraphe à sa position normale */
    margin-top: 0.6em;
}
.reference:target {
    background-color: #aaaaaa !important;
}
.sommaire{
    padding-left: 0px;
    margin-bottom: 0px;
}
.sommaire li{
    list-style-type: none;
    padding-bottom: 2px;
    padding-top: 2px;
}
p{
    margin-bottom: 7px !important;
}
.bicolonne {
    columns: 400px 2; /* 2 colonnes d'environ 400px */
    column-gap: 20px;
}
.expand, .show-image, .show-image-link{
    cursor: zoom-in;
}