.tiles-slider--title {
    max-width: 818px;
    text-align: center;
    margin-bottom: 32px;
    padding-inline: 24px;
}

@media screen and (min-width: 992px) {
    .tiles-slider--title {
        text-align: left;
    }
}

@media screen and (min-width: 1328px) {
    .tiles-slider--title {
        padding-inline: 0;
    }
}

.tiles-slider--title .uptitle {
    color: var(--parme);
    margin-bottom: 8px;
}

.tiles-slider--title h2 {
    margin-bottom: 16px;
}

.tiles-slider--item {
    background: var(--jaune-clair);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tiles-slider--item.v-bg {
    background: var(--violet-glace);
}

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

.tiles-slider--item img {
    margin-bottom: 16px;
    height: 24px;
    width: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (min-width: 992px) {
    .tiles-slider--item img {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 991px) {
    .tiles-slider--wrapper:not(.swiper) .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
}

.tiles-slider--item .btn-more {
    align-self: flex-start;
    color: var(--prune);
    font-size: 1rem;
    margin-top: auto;
    padding-top: 24px;
}

.tiles-slider--pagination {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .tiles-slider--pagination {
        display: none;
    }
}

.tiles-slider--pagination .swiper-pagination-bullet {
    background: var(--parme);
    opacity: 1;
}

.tiles-slider--pagination .swiper-pagination-bullet-active {
    background: var(--prune);
}

.tiles-slider--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 8px;
    justify-content: center;
    margin-top: 32px;
    padding-inline: 24px;
}

@media screen and (min-width: 1328px) {
    .tiles-slider--buttons {
        padding-inline: 0;
    }
}

@media screen and (min-width: 992px) {
    .tiles-slider .swiper-wrapper {
        display: flex;
        gap: 24px;
    }
}

.tiles-slider .swiper-slide {
    padding-inline: 24px;
}

@media screen and (min-width: 992px) {
    .tiles-slider .swiper-slide {
        padding-inline: 0;
        flex: 1;
    }
}

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