.frise {
    display: flex;
    flex-direction: column;
    gap: 10vw;
    padding-bottom: 15vw;
}
.frise__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5vw;
    position: relative;
    text-align: center;
}
.frise__header::before {
    aspect-ratio: 131 / 228;
    background-image: url(../../img/particles/particleFrise.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 90vw;
    content: "";
    display: block;
    position: absolute;
    right: 5.5vw;
    width: 40vw;
}
.other__section ~ .frise {
    margin-top: 32.5vw;
}
.frise__step {
    display: flex;
    gap: 2.5vw;
    position: relative;
}
.frise__step::after {
    aspect-ratio: 188 / 116;
    background-image: url(../../img/particles/particleFriseFirst.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -40vw;
    content: "";
    display: block;
    position: absolute;
    width: 55vw;
}
.frise__step:nth-child(2n)::after {
    aspect-ratio: 150 / 162;
    background-image: url(../../img/particles/particleFriseSecond.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -42.5vw;
    content: "";
    display: block;
    position: absolute;
    right: 0vw;
    width: 40vw;
}
.frise__number {
    color: transparent;
    font-family: var(--ffMXBo);
    font-size: 7.1875rem;
    margin-top: -1.25rem;
    -webkit-text-stroke: .0625rem var(--mColor);
}
.frise__name {
    color: var(--sColor);
    font-family: var(--ffMXBo);
    font-size: var(--fsTitleH2);
    line-height: calc( var(--fsCorpsLess) * 2);
    text-transform: uppercase;
    width: 100%;
}
.frise__content {
    display: flex;
    flex-direction: column;
    gap: var(--fsCorps);
    width: 70vw;
}
.frise > .swiper.mySwiper {
    height: fit-content;
    max-width: 100%;
    /* min-height: 80vw; */
    overflow: visible;
}
.frise .swiper-pagination {
    bottom: -12.5%;
    position: absolute;
    top: unset;
}
.frise > .pagination-frise {
    display: flex;
}
.frise .swiper-pagination-bullet {
    background: #475c61;
    height: var(--fsCorpsLess);
    width: var(--fsCorpsLess);
}
.frise .swiper-pagination-bullet-active {
    background: var(--mColor);
    border-radius: 10vw;
    width: var(--fsTitleH2);
}

.frise--offre {
    margin-top: 30vw;
}

.frise--offre .frise__header::before {
    background-image: url(../../img/particles/particleClient.svg);
    bottom: 75vw;
    left: 3vw;
    right: unset;
}
.frise__container {
    display: flex;
    flex-direction: column;
    gap: 37.5vw;
}
.frise--engagement .frise__container {
    margin-top: 7.5vw;
}
.frise--engagement .frise__step:last-child::after {
    display: none;
}
.frise--offre {
    padding-bottom: 30vw;
}
@media screen and (min-width: 449.98px) {
    .frise--offre .frise__header::before {
        bottom: 30vw;
    }
}

@media screen and (min-width: 575.98px) {
    .frise {
        padding-bottom: 10vw;
    }
    .other__section ~ .frise {
        margin-top: 30vw;
    }
    .frise__header::before {
        bottom: 35vw;
        width: 30vw;
    }
    .frise--offre {
        margin-top: 25vw;
    }
    .frise--offre .frise__header::before {
        bottom: 32.5vw;
    }
    .frise--engagement .frise__container {
        gap: 27.5vw;
    }
    .frise--engagement .frise__step::after {
        bottom: -30vw;
        width: 45vw;
    }
    .frise--engagement .frise__step:nth-child(2n)::after {
        bottom: -38vw;
        width: 38vw;
    }
}

@media screen and (min-width: 767.98px) {
    .frise {
        gap: 5vw;
        padding-bottom: 10vw;
    }
    .frise .swiper-pagination {
        bottom: -6vw;
    }
    .frise__header::before {
        bottom: 25vw;
        width: 25vw;
    }
    .frise__header {
        gap: 2.5vw;
    }
    .frise--offre .frise__header::before {
        bottom: 15.5vw;
    }
    .frise__step::after {
        bottom: -27.5vw;
        width: 35vw;
    }
    .frise__step:nth-child(2n)::after {
        aspect-ratio: 150 / 162;
        background-image: url(../../img/particles/particleFriseSecond.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: -37.5vw;
        content: "";
        display: block;
        position: absolute;
        right: 2.5vw;
        width: 30vw;
    }
    .frise--engagement .frise__container {
        gap: 22.5vw;
    } 
    .frise--engagement .frise__step::after {
        bottom: -25vw;
        width: 40vw;
    }
    .frise--engagement .frise__step:nth-child(2n)::after {
        bottom: -31vw;
        width: 30vw;
    }
}

@media screen and (min-width: 991.98px) {
    #reset, #reset992 .swiper-wrapper, #reset992 .swiper-pagination, #reset992 .swiper-notification, #reset992 .swiper-slide {
        all: unset;
    }
    .other__section ~ .frise {
        background-color: var(--white);
        gap: 7.5vw;
        margin: 0;
        padding: 15vw 5vw 0 5vw;
    }
    .frise__header {
        margin-inline: 5vw;
    }
    .frise__number {
        font-size: 30vw;
        margin-top: -7vw;
    }
    #reset .frise__container {
        display: flex;
        flex-direction: column;
        gap: 5vw;
    }
    #reset .frise__step {
        align-items: start;
        display: flex;
        position: relative;
        width: 60vw!important;
    }
    #reset .frise__step:nth-child(2n) {
        align-items: start;
        display: flex;
        position: relative;
        margin-left: 30vw;
        width: 60vw!important;
    }
    #reset .frise__content {
        width: fit-content;
    }
    #reset .swiper-pagination {
        display: none;
    }
    .frise__name {
        font-size: calc( var(--fsCorpsLess) * 2);
        line-height: 2.5rem;
    }
    .frise--offre {
        margin-top: 0vw;
        padding-bottom: 0vw;
    }
    .frise--offre .frise__header::before {
        aspect-ratio: 1/1;
        bottom: 12.5vw;
        left: -10vw;
        width: 20vw;
    }
    .frise__header::before {
        bottom: 14vw;
        width: 25vw;
        right: -5vw;
    }
    .frise__number,
    .frise__content {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .frise__number.visible,
    .frise__content.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .frise__step {
        width: 65vw;
    }    
    .frise__step:nth-child(2n) {
        right: -25vw;
    }
    .frise__step:nth-child(2n)::after {
        bottom: unset;
        right: unset;
        left: -30vw;
    }
    .frise__step::after {
        bottom: unset;
        right: -30vw;
        top: -5vw;
        width: 35vw;
    }
    .frise__container {
        gap: 10vw;
    }
    .frise--engagement .frise__step::after {
        bottom: unset;
        width: 35vw;
    }
    .frise--engagement .frise__step:nth-child(1) {
        right: -5vw;
    }
}

@media screen and (min-width: 1199.98px) {
    .frise__header::before {
        bottom: -12.5vw;
        width: 30vw;
        right: -25vw;
    }
    #reset .frise__step, #reset .frise__step:nth-child(2n) {
       width: 100% !important;
    }
    #reset .frise__step:nth-child(2n) {
        margin-left: unset;
        margin-top: 10vw;
    }
    #reset .frise__container {
        display: grid;
        gap: 3.5vw;
        grid-template-columns: 45vw 45vw;
        grid-template-rows: 1fr 1fr;
    }
    .other__section ~ .frise {
        padding: 10vw 2vw 0 2vw;
    }
    .frise--offre .frise__header::before {
        display:none;
    }
    .frise--offre {
        position: relative;
    }
    .frise--offre::before {
        aspect-ratio: 309 / 287;
        background-image: url(../../img/particles/particleClient.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        content: "";
        display: block;
        position: absolute;
        left: -14vw;
        top: 0vw;
        width: 17.5vw;
        z-index: -1;
    }
    .frise--offre::after {
        aspect-ratio: 298 / 341;
        background-image: url(../../img/particles/particleFriseOffre.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: 0vw;
        content: "";
        display: block;
        position: absolute;
        right: -19.5vw;
        width: 15vw;
        z-index: -1;
    }
    .frise__step {
        width: 45vw;
    }
    .frise--offre .frise__step:nth-child(1) {
        right: 5vw;
    }
    .frise--offre .frise__step:nth-child(2n) {
        margin-top: -5vw;
        right: -35vw;
        top: unset;
    }
    .frise--offre .frise__step:nth-child(3n) {
        right: 0vw;
        top: -5vw;
    }
    .frise--offre .frise__step:nth-child(4n) {
        margin-top: -5vw;
        right: -35vw;
        top: unset;
    }
    .frise--offre .frise__step:nth-child(5n) {
        margin-top: 0vw;
        top: unset;
    }
    .frise--offres .frise__step:nth-child(1) {
        margin-top: 0vw;
        right: -5vw;
        top: unset;
    }
    .frise--offres .frise__step:nth-child(2n) {
        margin-top: 5vw;
        right: -40vw;
        top: unset;
    }
    .frise--offres .frise__step:nth-child(3n) {
        right: -5vw;
        top: -5vw;
    }
    .frise--offres .frise__step:nth-child(4n) {
        margin-top: -5vw;
        right: -40vw;
        top: unset;
    }
    .frise--offres .frise__step:nth-child(5n) {
        margin-top: 0vw;
        right: -5vw;
        top: unset;
    }
    .frise__step::after {
        bottom: unset;
        right: -30vw;
        top: -5vw;
        width: 35vw;
    }
    .frise__step.frise__step:after {
        display: none;
    }
    .frise__container {
        width: 90vw;
        margin-left: 0vw;
    }
}

@media screen and (min-width: 1199.98px) {
    .frise__header .introduction {
        width: 80%;
    }
    .frise__number {
        font-size: 20vw;
        margin-top: -4vw;
    }
    #reset .frise__container {
        justify-content: center;
        gap: 2.5vw 7.5vw;
        grid-template-columns: 35vw 35vw;
    }
    #reset .frise__step:nth-child(2n) {
        margin-top: 0;
        position: relative;
        top: 10vw;
    }
    #reset .frise__step:nth-child(3n) {
        margin-top: 0;
        position: relative;
        right: 10vw;
    }
    #reset .frise__step:nth-child(4n) {
        margin-top: 0;
        margin-bottom: 10vw;
        position: relative;
        right: 10vw;
        top: 10vw;
    }
    .frise__header::before {
        bottom: -23vw;
        width: 20vw;
        right: -10vw;
    }
    /* .frise--offre::after {
        bottom: 90vw;
    } */
    .frise--engagement .frise__step::after {
        aspect-ratio: 150 / 162;
        background-image: url(../../img/particles/particleFriseSecond.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: -7.5vw;
        content: "";
        display: block;
        position: absolute;
        right: -40vw;
        width: 30vw;
    }
    .frise__step:nth-child(2n)::after {
        aspect-ratio: 188 / 116;
        background-image: url(../../img/particles/particleFriseFirst.svg);
        bottom: unset;
        width: 25vw;
        top: 5vw;
        left: -45vw;
    }
    .frise--offre .frise__step:nth-child(2n)::after,
    .frise--offre .frise__step:nth-child(3n)::after {
        display: none;
    }
    .frise--engagement .frise__container {
        gap: 7.5vw;
    }
    .frise--engagement .frise__step:nth-child(1) {
        right: 5vw;
    }
}

@media screen and (min-width: 1299.98px) {
}

@media screen and (min-width: 1399.98px) {
    .frise--offre .frise__header::before {
        left: -17.5vw;
        bottom: 3vw;
        width: 17.5vw;
    }
    .frise--offre::after {
        width: 15vw;
    }
    .frise__conatiner {
        margin-left: -10vw;
    }
    .frise--offre .frise__step:nth-child(1) {
        width: 45vw;
        right: 10vw;
    }
    .frise--offre .frise__step:nth-child(2n) {
        margin-top: -7vw;
        right: -25vw;
    }
    .frise--offre .frise__step:nth-child(3n) {
        right: 2.5vw;
        top: -5vw;
    }
    .frise--offre .frise__step:nth-child(4n) {
        right: -30vw;
    }
    .frise--offre .frise__step:nth-child(5n) {
        margin-top: -7.5vw;
    }
    .frise--offres .frise__step:nth-child(2n) {
        margin-top: -5vw;
    }
    .frise--offres .frise__step:nth-child(3n) {
        top: -6vw;
    }
    .frise--offres .frise__step:nth-child(4n) {
        top: -5vw;
    }
    .frise--offres .frise__step:nth-child(5n) {
        margin-top: -7.5vw;
    }
    .frise--engagement .frise__step:nth-child(2n) {
        margin-top: -30vw;
        right: -50vw;
        width: 40vw;
    }
    .frise--engagement .frise__step:nth-child(3n) {
        right: -20vw;
        top: -17.5vw;
    }
    .frise--engagement .frise__step::after {
        bottom: 1.5vw;
        right: -40vw;
        width: 20vw;
    }
    .frise--engagement .frise__step:nth-child(2n)::after {
        bottom: unset;
        left: -55vw;
        right: unset;
        top: 18vw;
        width: 20vw;
    }
    .frise--engagement {
        margin-bottom: -15vw;
        padding-bottom: 0;
    }
    .frise--offres .frise__step:nth-child(1) {
        width: 45vw;
        right: -10vw;
    }
    .frise--offres .frise__step:nth-child(2n) {
        right: -50vw;
    }
    .frise--offres .frise__step:nth-child(3n) {
        right: 0vw;
        top: -5vw;
    }
    .frise--offres .frise__step:nth-child(4n) {
        right: -30vw;
    }
    .frise--engagement .frise__container {
        gap: 22.5vw;
    }
    .frise--engagement .frise__step:nth-child(1) {
        right: 10vw;
    }
    .frise--engagement .frise__step:nth-child(2n) {
        right: -40vw;
    }
    .frise--engagement .frise__step:nth-child(3n) {
        right: -10vw;
    }
}

@media screen and (min-width: 1599.98px) {
    .other__section ~ .frise {
        gap: 3.5vw;
        padding-bottom: 5vw;
        padding-inline: 10vw 15vw;
    }
    #reset .frise__container {
        gap: 2.5vw 5vw;
    }
    #reset .frise__step:nth-child(1) {
        left: 2.5vw;
    }
    #reset .frise__step:nth-child(2n) {
        right: -5vw;
    }
    #reset .frise__step:nth-child(3n) {
        right: 5vw;
        top: -5vw;
    }
    #reset .frise__step:nth-child(4n) {
        right: 5vw;
        top: 5vw;
    }
    .frise:not(.frise--offres) .frise__header::before {
        display: none;
    }
    #reset .frise__step:nth-child(5n) {
        top: -5vw;
    }
    .frise__step {
        width: 40vw;
    }
    .frise__step:nth-child(2n) {
        margin-top: -10vw;
        right: -35vw;
    }
    .frise__step:nth-child(3n) {
        right: 5vw;
        top: -5vw;
    }
    .frise__step:nth-child(4n) {
        margin-bottom: 5vw;
        margin-top: -12.5vw;
        right: -40vw;
    }
    .frise__step:nth-child(2n):after, .frise__step:nth-child(3n):after {
        display: block;
    }
    .frise__step:nth-child(2n)::after {
        bottom: unset;
        right: -15vw;
        left: unset;
        top: -12.5vw;
        width: 20vw;
    }
    .frise__step:nth-child(3n)::after {
        bottom: unset;
        right: unset;
        left: -20vw;
        top: -5vw;
        width: 20vw;
    }
    .frise__step:nth-child(4n):after {
        display: none;
    }
    .frise__step:nth-child(5n) {
        margin-top: -12.5vw;
    }
    .frise__container {
        margin-left: 0vw;
    }
    .frise--offres .frise__step:nth-child(2n)::after,
    .frise--offres .frise__step:nth-child(3n)::after {
        display: none;
    }
    .frise--offres .frise__step,
    .frise--offres .frise__step:nth-child(1) {
        width: 37.5vw;
    }

    .frise--offres .frise__step:nth-child(1) {
        right: -5vw;
        top: 2.5vw;
    }
    .frise--offres .frise__step:nth-child(2n) {
        right: -45vw;
    }
    .frise--offres .frise__step:nth-child(3n) {
        right: 5vw;
        top: -15vw;
    }
    .frise--offres .frise__step:nth-child(4n) {
        right: -30vw;
        top: -10vw;
    }
    .frise--offres .frise__container {
        margin-bottom: -15vw;
    }
    .frise--engagement .frise__container {
        margin-left: -10vw;
    }
}

@media screen and (min-width: 1799.98px) {
    .frise--offre .frise__header::before {
        bottom: 0vw;
    }
    .frise--offre::after {
        bottom: 0vw;
        right: -15vw;
        width: 15vw;
    }
    #reset .frise__step:nth-child(5n) {
        top: -7.5vw;
    }
    .frise--engagement .frise__step:nth-child(2n) {
        margin-top: -32.5vw;
        right: -50vw;
    }
    .frise--engagement .frise__step:nth-child(3n) {
        right: -22.5vw;
        top: -20vw;
    }
    .frise__step:nth-child(4n) {
        right: -40vw;
    }
    .frise--engagement .frise__step:nth-child(1) {
        left: 5vw;
    }
    .frise--engagement .frise__step::after {
        bottom: 5.5vw;
        right: -50vw;
        width: 17.5vw;
    }
    .frise--engagement .frise__step:nth-child(2n)::after {
        left: -50vw;
        top: 12.5vw;
        width: 20vw;
    }
    .frise--engagement {
        margin-bottom: -20vw;
    }
    .frise--offre::before {
        left: -10vw;
        width: 12.5vw;
    }
}

@media screen and (min-width:1919.98px) {
    .other__section ~ .frise {
        margin-bottom: -7.5vw;
        padding-inline: 15vw;
    }
    #reset .frise__content {
        width: 22.5vw;
    }
    .frise__number {
        font-size: 15vw;
        margin-top: -3.5vw;
    }
    #reset .frise__step:nth-child(1) {
       gap: 1vw;
       left: 3.5vw;
    }
    #reset .frise__step:nth-child(2n) {
        right: -2.5vw;
        top: 6vw;
    }
    #reset .frise__step:nth-child(4n) {
        right: 5vw;
        top: 1.5vw;
    }
    .frise--offre::after {
        right: -17.5vw;
        width: 11.5vw;
    }
    #reset .frise__step:nth-child(5n) {
        top: -10vw;
        right: -4.5vw;
    }
    .frise__step:nth-child(2n)::after {
        bottom: unset;
        right: -5vw;
        left: unset;
        top: -9.5vw;
        width: 15vw;
    }
    .frise__step:nth-child(3n)::after {
        bottom: unset;
        right: unset;
        left: -15vw;
        top: -2vw;
        width: 15vw;
    }
    .frise__step:nth-child(3n) {
        right: 7.5vw;
    }
    .frise__step:nth-child(4n) {
        margin-top: -12.5vw;
        right: -25vw;
    }
    .frise__step:nth-child(5n) {
        margin-top: -10vw;
    }
    .frise--engagement .frise__step, .frise--engagement .frise__step:nth-child(2n){
        width: 32vw;
    }
    .frise--engagement .frise__step:nth-child(1) {
        left: 5vw;
    }
    .frise--engagement .frise__step:nth-child(2n) {
        margin-top: -27.5vw;
        right: -45vw;
    }
    .frise--engagement .frise__step::after {
        bottom: -5.5vw;
        right: -45vw;
        width: 17.5vw;
    }
    .frise--engagement .frise__step:nth-child(2n)::after {
        left: -39.5vw;
        top: 5vw;
        width: 17.5vw;
    }
    .frise--engagement .frise__step:nth-child(3n) {
        right: -20vw;
        top: -17.5vw;
    }
    .frise--engagement {
        margin-bottom: -15vw;
    }
    .frise--offres .frise__step:nth-child(1) {
        right: 0vw;
    }
    .frise--offres .frise__step:nth-child(2n) {
        right: -37.5vw;
    }
    .frise--offres .frise__step:nth-child(3n) {
        right: 10vw;
    }
    .frise--offres .frise__step:nth-child(4n) {
        right: -22.5vw;
        top: -12.5vw;
    }
    .frise__header::before {
        bottom: -17vw;
        width: 20vw;
        right: -15vw;
    }
    .frise--offres .frise__step:nth-child(2n) {
        margin-top: -10vw;
    }
    .frise--offre .frise__step:nth-child(1) {
        width: 40vw;
    }
    .frise--offre .frise__step:nth-child(1) {
        right: 2.5vw;
    }
    .frise--offre .frise__step:nth-child(2n) {
        margin-top: -17.5vw;
        right: -40vw;
    }
    .frise--offre .frise__step:nth-child(3n) {
        right: 10vw;
        top: -10vw;
    }
    .frise--offre .frise__step:nth-child(4n) {
        margin-top: -25vw;
        right: -32.5vw;
    }
}

@media screen and (min-width: 2099.98px) {
    .frise--offre::after {
        right: -15.5vw;
    }
}

@media screen and (min-width: 2199.98px) {
    .frise__header::before {
        bottom: -17vw;
        width: 17.5vw;
        right: -21vw;
    }
    .frise--offre::after {
        right: -12.5vw;
    }
    /* .frise__step:nth-child(4n) {
        margin-bottom: 5vw;
        margin-top: -22.5vw;
        right: -45vw;
    } */
    .frise--engagement .frise__step::after {
        right: -50vw;
    }
}