/* Annonces - version simple */
.annonces-simple-item {
    max-width: 800px;
    margin: 0 auto;
}
.annonces-simple-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}
.annonces-simple .owl-dots {
    margin-top: 12px;
    text-align: center;
}
