.call-to-action {
    background-image: url("assets/img/photos/cta-formulaire.jpg");
    background-size: cover;
    background-position: center;
}

.owl-carousel .owl-item > div {
    display: flex;
    align-items: flex-end; /* aligne sur le bas */
    justify-content: center; /* centre horizontalement */
    /* height: 200px;  */
}

.owl-carousel .owl-item img {
    max-height: 100%; /* garde les proportions */
    object-fit: contain; /* évite les déformations */
}

.active,
.active li:first-child {
    color: var(--secondary-200) !important;
}
