.groupe-avis {
    margin: 3rem auto;
    margin-top: 0px;
    padding: 2rem;
    max-width: 800px;
    border-bottom: 1px solid #ddd;
}

.groupe-avis h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.lien-galerie {
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #0077cc;
    text-decoration: none;
    font-weight: bold;
}

.lien-galerie:hover {
    text-decoration: underline;
}

.story, .avis {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.story {
    border-left: 5px solid #d17eae; /* rose léger */
}

.avis {
    border-left: 5px solid #76b947; /* vert doux */
}

.story h3, .avis h3 {
    margin-top: 0;
    font-size: 1.1rem;
    color: #444;
}

.story p, .avis p {
    padding: 0px;
    margin: 0.5rem 0 0;
    line-height: 1.6;
    color: #555;
}
