.frise {
    background-color: var(--whiteBis);
    border-radius: 9vw;
    display: flex;
    flex-direction: column;
    margin-inline: -5vw;
    padding: 5vw 0 0 0;
    width: 100vw;
}
.frise__illustration {
    border-radius: 50vw;
    height: 91vw;
    object-fit: cover;
    padding: 10vw;
    width: 90vw;
}
.frise__step {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 9vw;
    padding: 5vw;
}
.frise__content {
    display: flex;
    flex-direction: column;
    gap: 6vw;
}
.frise__name {
    font-size: var(--fsSubtitleGreen);
    line-height: 2rem;
    text-transform: uppercase;
}
.frise__description {
    display: flex;
    flex-direction: column;
    gap: 6vw;
}

@media screen and (min-width: 767.98px) {
    .frise{
        padding-top: 0;
    }
    .frise__step {
        gap: 7.5vw;
    }
    .frise__content, .frise__description {
        gap: 3.5vw;
    }
    .frise__illustration {
        padding: 7.5vw;
    }
}

@media screen and (min-width: 991.98px) {
    .frise{
        border-radius: 2.3125rem;
        gap: 5vw;
        padding-top: 0;
    }
    .frise__step {
        flex-direction: row-reverse;
        gap: 5vw;
        position: relative;
    }
    .frise__step:nth-child(2n) {
        flex-direction: row;
    }
    .frise__step::after {
        background-color: var(--sColor);
        bottom: -10vw;
        content: "";
        display: block;
        height: .125rem;
        position: absolute;
        right: 22vw;
        transform: rotate(-45deg);
        width: 70vw;
        z-index: 0;
    }
    .frise__step:nth-child(2n)::after {
        bottom: 2.5vw;
        transform: rotate(45deg);
    }
    .frise__step:last-child::after {
        display: none;
    }
    .frise__content, .frise__description {
        gap: 2.5vw;
        width: 40vw;
    }
    .frise__illustration {
        background-image: url(../../img/logosIcons/firstDesktop.svg);
        height: 41vw;
        padding: 3.5vw;
        width: 40vw;
        z-index: 1;
    }
    
    /* -- -- -- -- -- NOS OFFRES PAGE -- -- -- -- -- */

    #offres__frise .offres__step .illustrationContainer__background{
        background-image: url(../../img/logosIcons/firstDesktop.svg);
     }
    #offres__frise .offres__step:nth-child(2n) .illustrationContainer__background{
       background-image: url(../../img/backgrounds/secondOffres.svg);
    }
    #offres__frise .offres__step:nth-child(3n) .illustrationContainer__background{
        background-image: url(../../img/logosIcons/firstDesktop.svg);
    }
    #offres__frise .offres__step:nth-child(4n) .illustrationContainer__background{
        background-image: url(../../img/logosIcons/fourthOffres.svg);
    }
    .frise__mask {
        background-color: var(--white);
        display: block;
        height: 45vh;
        position: fixed;
        bottom: 0;
        width: 100vw;
        z-index: -1;
    }
    .frise__mask--whiteBis {
        background-color: var(--whiteBis);
    }
}

@media screen and (min-width: 1199.98px) {
    .frise {
        gap: 0;
        margin-inline: -12.5vw;
    }
    .frise__step {
        justify-content: space-around;
    }
    .frise__name {
        width: 30vw;
    }
    .frise__description {
        width: 35vw;
    }
    .frise__content, .frise__description {
        gap: 1.5vw;
    }
}

@media screen and (min-width: 1399.98px) {
    .frise {
        gap: 5vw;
        margin-inline: -15vw;
        padding: 5vw 10vw;
    }
    .frise__step {
        padding: 0;
    }
    .offres__step {
        padding-inline: 15vw;
    }
    .offres__illustration{
        height: 36vw;
        width: 35vw;
    }
    .frise__step::after {
        bottom: -5vw;
        width: 35vw;
    }
    .frise__step:nth-child(2n)::after {
        bottom: -2.5vw;
    }

    /* -- -- -- -- -- NOS OFFRES PAGE -- -- -- -- -- */
    #offres__frise .frise__step::after {
        right: 30vw;
        width: 45vw;
    }
}

@media screen and (min-width: 1599.98px) {
    .frise {
        padding: 5vw 15vw;
    }
    .frise__name {
        width: 25vw;
    }
    .frise__description {
        width: 30vw;
    }
    .frise__illustration {
        height: 36vw;
        width: 35vw;
    }
    .frise__step::after {
        bottom: -2.5vw;
        right: 17.5vw;
    }
    .frise__step:nth-child(2n)::after {
        bottom: -5vw;
    }
    #offres__frise .frise__step::after {
        right: 27vw;
    }
}

@media screen and (min-width: 1799.98px) {
    .frise__content, .frise__description {
        gap: 1vw;
    }
}

@media screen and (min-width: 1919.98px) {
    .frise {
        gap: 2.5vw;
        margin-inline: -22.5vw;
        padding: 2.5vw 17.5vw;
    }
    .frise__name {
        width: 20vw;
    }
    .frise__description {
        width: 28.5vw;
    }
    .frise__illustration {
        height: 32.5vw;
        padding: 3vw;
        width: 31.5vw;
    }
    .frise__step::after {
        right: 17.5vw;
    }
    .frise__step:nth-child(2n)::after {
        bottom: 0vw;
    }
    .offres__step::after {
        right: 27.5vw;
    }
    #offres__frise .frise__step::after {
        right: 29vw;
    }
}

@media screen and (min-width: 2299.98px) {
    .frise__illustration {
        height: 30vw;
        padding: 2.5vw;
        width: 29.5vw;
    }
}