#main-page-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.grand-titre-docmuents {
    background-color: #09637E;
    color: white;
    height: auto;
    width: 100%;
    padding-top: 10px;
    padding-left: 5px;
}

.base-legale-cresmac {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* gap: 5px; */
    width: 100%;
    margin-bottom: 20px
}

.document {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: baseline;
    gap: 5px;
    flex-wrap: wrap;
    text-align: justify;
    padding: 5px 20px;
}

.document p {
    width: 90%;
}

.miniature-fichier {
    width: 20px;
    height: 40px;
    /* border: 1px solid blue */
}

.download-container:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);

}

.publication-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 1px solid #ccc;
    padding: 10px;}