#SWDerniersDocuments .module_container {
    box-shadow: none !important;
}

#SWDerniersDocuments .module_title {
    background-color: var(--color-9);
}

#SWDerniersDocuments .module_body {
    background-color: var(--color-white);
}

#SWDerniersDocuments .module_item:last-of-type {
    border-bottom: none;
}

#SWDerniersDocuments .module_item .bi {
    color: var(--color-9) !important;
}