.steps {
    overflow: hidden;
}

.steps--header {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .steps--header {
        text-align: left;
        max-width: 842px;
        order: 1;
    }
}

.steps--header .uptitle {
    margin-bottom: 8px;
}

.steps--header h2 {
    margin-bottom: 24px;
}

.steps--header h2+p {
    color: var(--neutre-30);
}

.steps--container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 992px) {
    .steps--container {
        gap: 0;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 54px;
    }
}

@media screen and (min-width: 992px) {
    .steps--content {
        order: 3;
    }
}

.steps--item {
    background: var(--creme);
    box-shadow: 5px 7px 14.8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.steps--item div {
    padding: 48px 32px;
    padding-bottom: 0;
    margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
    .steps--item div {
        margin-bottom: 48px;
    }
}

.steps--item img {
    width: 100%;
    max-height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: auto;
}

.steps--item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: var(--blue);
    margin-bottom: 24px;
    color: white;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    box-shadow: 2px 4px 11.4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.steps--item p {
    color: var(--neutre-30);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 24px;
}

.steps--item h4 {
    margin-bottom: 8px;
}

.steps--nav,
.steps--dots {
    display: flex;
    justify-content: center;
}

.steps--nav.disabled,
.steps--dots.disabled {
    display: none;
}

.steps--nav {
    gap: 24px;
}

@media screen and (min-width: 992px) {
    .steps--nav {
        order: 2;
        margin-left: auto;
    }
}

.steps--dots {
    gap: 8px;
}

@media screen and (min-width: 992px) {
    .steps--dots {
        display: none;
    }
}

.steps .owl-stage {
    display: flex;
}

.steps .owl-carousel .owl-stage-outer {
    overflow: visible;
    padding-bottom: 18px;
}

/*# sourceMappingURL=style.css.map */