/* légende image responsive */
#containerImagelegende {
    width: fit-content;
}

#containerImagelegende p {
    padding: 9px 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
    border-bottom: 1px solid #ababab;
}

#containerImagelegende a {
    color: #363636;
}