.avis-section {
    background-color: var(--background-dark);
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.avis-container {
    max-width: 1000px;
    margin: 0 auto;
}

.avis-container h2 {
    font-size: 2em;
    margin-bottom: 30px;
}

.avis-widget {
    display: flex;
    justify-content: center;
}

