.title-picto--container {
    max-width: 1280px;
    margin-inline: auto;
    padding: 40px 0;
}

@media screen and (min-width: 992px) {
    .title-picto--container {
        padding-inline: 16px;
        padding: 80px 0;
    }
}

@media screen and (min-width: 1312px) {
    .title-picto--container {
        padding-inline: 0;
    }
}

@media screen and (min-width: 992px) {
    .title-picto .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 40px;
        row-gap: 80px;
    }
}

.title-picto--header {
    max-width: 936px;
    margin-inline: auto;
    margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .title-picto--header {
        margin-bottom: 80px;
    }
}

.title-picto--header h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: var(--violet);
    text-wrap: balance;
    text-align: center;
    margin-bottom: 32px;
}

@media screen and (min-width: 992px) {
    .title-picto--header h2 {
        font-size: 4.375rem;
        line-height: 70px;
    }
}

.title-picto--header h2 em {
    font-family: var(--play);
    font-style: italic;
}

.title-picto--header p {
    color: var(--violet);
    text-align: center;
    text-wrap: balance;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

@media screen and (min-width: 992px) {
    .title-picto--header p {
        font-size: 17px;
        line-height: 22px;
    }
}

.title-picto--item {
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media screen and (min-width: 992px) {
    .title-picto--item {
        gap: 24px;
        width: calc(33.33% - 27px) !important;
        height: auto !important;
    }
}

.title-picto--item h3 {
    font-family: var(--play);
    color: var(--violet);
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 700;
    line-height: 20px;
}

@media screen and (min-width: 992px) {
    .title-picto--item h3 {
        font-size: 1.75rem;
        line-height: 30px;
        text-wrap: balance;
    }
}

.title-picto--item p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-wrap: balance;
    line-height: 17px;
}

@media screen and (min-width: 992px) {
    .title-picto--item p {
        max-width: 330px;
        font-size: 17px;
        line-height: 22px;
    }
}

.title-picto--item a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 16px;
    border-radius: 4px;
    background: var(--violet);
    color: white;
    border: 1px solid var(--violet);
    transition: background 0.3s ease, color 0.3s ease;
}

@media screen and (min-width: 992px) {
    .title-picto--item a {
        margin-top: auto;
    }
}

@media screen and (min-width: 1024px) {
    .title-picto--item a {
        font-size: 1.125rem;
        padding: 16px 28px;
    }
}

.title-picto--item a:hover {
    background: white;
    color: var(--violet);
}

.title-picto--dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.title-picto--dots span {
    background: rgba(116, 34, 129, 0.25);
    transition: all 0.4s ease;
}

.title-picto--dots .swiper-pagination-bullet-active {
    background: var(--violet);
}

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

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