.owl-stage {
    margin: auto;
}

p strong {
color: var(--color-primary, #e2c778);
}

/* reduce space between sections: ask from client */ 

section.section {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

/* reduce blur on the home page */

@media (min-width: 768px) {
    .home-intro-v2__main {
        padding: 0px;
        max-width: 850px;
    }
}

/* title testimonial in color primary */
h2.title.testimonial__title {
    color: var(--color-primary);
}

/* more space between h2 title and p : eg . a propos */
h2 + p {
    padding-top: 30px !important;
}

/* h3 in color primary */
h3 {
    color: var(--color-primary);
}

.center-verticaly__body.color-white.text-center {
    background-color: #2727257d;
}

.estate-description__description strong {
    color: #414141;
}

span.estate-description__description, .estate-description__description {
    line-height: 24px;
}
