/* Styles specifique aux realisations (liste + detail) */

.realisations-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
}

/* Liste */
.realisations-list .contenu-activite h2 {
    font-size: 1.6rem;
}

.realisations-list .activite-taille {
    width: 420px;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
}

/* Detail */
.realisations-show .activite-image {
    max-width: 1200px;
}

.realisations-show .activite-image .activite-taille {
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: cover;
    border-radius: 10px;
}
