.history {
    margin-block: 12.5vw 25vw;
}
.history .title {
    color: var(--sColor);
    text-align: center;
}
.history .corps, .history .corps p {
    line-height: 1.4375rem;
    text-align: center;
}
.history__year {
    color: transparent;
    font-family: var(--ffMBo);
    font-size: 6.25rem;
    letter-spacing: -0.3125rem;
    line-height: 6.25rem;
    margin-bottom: -12.5vw;
    text-align: center;
    -webkit-text-stroke: 1px var(--mColor);
}
.history__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--fsCorpsLess);
    margin-top: -0.35rem;
}
.history__date {
    display: flex;
    flex-direction: column;
    gap: 12.5vw;
}
.history__date:not(:last-child) {
    margin-bottom: 25vw;
    position: relative;
}
.history__date:not(:last-child)::after {
    /* background-color: var(--mColor);
    bottom: -20vw;
    content: "";
    display: block;
    height: 16vw;
    left: 50%;
    position: absolute;
    width: .0625rem; */
    aspect-ratio: 50 / 126;
    bottom: -20vw;
    background-image: url(../../img/logosIcons/arrowHistory.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: auto;
    left: 46%;
    position: absolute;
    width: 2rem;
}
.history__pseudo {
    display: none;
}

@media screen and (min-width: 575.98px) {
    .history {
        margin-bottom: 20vw;
    }
    .history__date {
        gap: 10vw;
    }
    .history__year {
        margin-bottom: -10vw;
    }
    .history__date:not(:last-child)::after {
        bottom: -8.25rem;
        width: 2.35rem;
    }
}

@media screen and (min-width: 767.98px) {
    .history__date {
        gap: 7.5vw;
    }
    .history__year {
        margin-bottom: -7.5vw;
    }
    .history__date:not(:last-child)::after {
        bottom: -9.75rem;
        width: 3rem;
    }
}

@media screen and (min-width: 991.98px) {
    body > main.history {
        height: 75vh;
        margin-bottom: unset;
        margin-inline: unset;
        margin-block: 12.5vw 10vw;
        overflow-y: auto;
        padding-inline: 0;
        position: relative;
        /* -ms-overflow-style: none;
        scrollbar-width: none; */
        width: 100vw;
    }
    .history__pseudo {
        display: block;
        height: .0625rem;
        position: sticky;
        top: 10vh;
        width: 100vw;
        z-index: 10;
    }
    .history__pseudo::before {
        aspect-ratio: 362 / 526;
        background-image: url(../../img/particles/particlesHistoryLeft.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: -63.5vw;
        content: "";
        display: block;
        height: auto;
        position: absolute;
        right: 86.5vw;
        width: 25vw;
        z-index: 0;
    }
    .history__pseudo::after {
        aspect-ratio: 374 / 513;
        background-image: url(../../img/particles/particlesHistoryRight.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: -63.5vw;
        content: "";
        display: block;
        height: auto;
        position: absolute;
        right: -20vw;
        width: 35vw;
        z-index: 0;
    }
    .history::-webkit-scrollbar {
        display: none;
    }
    .history__year {
        font-size: 28.25vw;
        line-height: 28.25vw;
    }
    .history .title {
        font-size: calc(var(--fsCorpsLess) * 2);
        line-height: 2.5rem;
    }
    .history__date {
        gap: 6vw;
        padding-inline: 12.5vw;
    }
    .history__date:not(:last-child) {
        margin-bottom: 20vw;
    }
    .history__date:not(:last-child)::after {
        bottom: -16vw;
        height: 12.5vw;
    }
    .history__date:not(:last-child)::after {
        left: 47.5%;
        width: 3.125rem;
    }
}

@media screen  and (min-width: 1199.98px) {
    body > main.history {
        height: 65vh;
        margin-top: 0vw;
    }
    .history__pseudo::before {
        right: 84.5vw;
        top: -60vh;
        width: 20vw;
    }
    .history__pseudo::after {
        bottom: -30.5vw;
        right: -10vw;
        width: 25vw;
    }
    .history__year {
        font-size: 25vw;
        line-height: 25vw;
    }
    .history__date:not(:last-child)::after {
        left: 48.25%;
        width: 3.75rem;
    }
}

@media screen and (min-width: 1399.98px) {
    .history__date:not(:last-child) {
        margin-bottom: 12vw;
    }
    .history__date:not(:last-child)::after {
        height: 10vw;
    }
    .history__date {
        padding-inline: 18vw;
    }
    .history__pseudo::before {
        right: 82.5vw;
        bottom: -60vw;
    }
    .history__pseudo::after {
        right: -8vw;
        width: 25vw;
    }
    .history__date:not(:last-child)::after {
        bottom: -12vw;
    }
    .history__content + .history__content {
        margin-top: -2vw;
    }
    .history__date:not(:last-child)::after {
        left: 48.5%;
        width: 3.5rem;
    }
}

@media screen and (min-width: 1599.98px) {
    .history__year {
        font-size: 20vw;
        line-height: 20vw;
    }
    .history__date:not(:last-child)::after {
        left: 48%;
        width: 4rem;
    }
}

@media screen and (min-width: 1799.98px) {
    .history__year {
        font-size: 15vw;
        line-height: 15vw;
    }
    .history__date {
        padding-inline: 26vw;
    }
    .history__date:not(:last-child)::after {
        bottom: -10vw;
        height: auto;
    }
    .history__content + .history__content {
        margin-top: -3.5vw;
    }
}

@media screen and (min-width: 1919.98px) {
    body > main.history {
        margin-bottom: 5vw;
    }
    .history__pseudo::before {
        bottom: -47.5vw;
        right: 72.5vw;
        width: 17.5vw;
    }
    .history__pseudo::after {
        bottom: -27.5vw;
        right: 4.5vw;
        width: 20vw;
    }
    .history__year {
        font-size: 12.5vw;
        line-height: 14vw;
    }
}

@media (width >= 2099.98px) {
    .history__date:not(:last-child)::after {
        left: 49%;
    }
}