.contact {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10vw;
    margin-bottom: 20vw;
}
.contact__title {
    font-family: var(--ffMBo);
    font-size: 1.875rem;
    line-height: 2.25rem;
    text-align: center;
}
.contact .employee .illustrationContainer::after {
    top: 0;
    background-image: url(../../img/particles/particlePinkSecond.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    /* display: block; */
    display: none;
    height: 6rem;
    position: absolute;
    right: 8vw;
    width: 7.35rem;
}
.contact .employee:nth-child(2) .illustrationContainer::after {
    top: 2vw;
    background-image: url(../../img/particles/particleBlueSecond.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    /* display: block; */
    display: none;
    height: 6rem;
    position: absolute;
    right: 23vw;
    width: 7.35rem;
}
.contact__button {
    margin-top: var(--fsCorpsLess);
}

.employee {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--fsCorpsLess);
    margin-block: 10vw;
}
.employee__picture {
    display: block;
    height: 43.5vw;
    width: 42.5vw;
    mask-image: url(../../img/masks/maskHexagon.svg);
    -webkit-mask-image: url(../../img/masks/maskHexagon.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    overflow: visible;
}
.employee__legend {
    text-align: center;
}
.employee__identity {
    color: var(--mColor);
    font-family: var(--ffMXBo);
    font-size: 1.9375rem;
    line-height: 2.125rem;
    text-transform: uppercase;
    margin-bottom: var(--fsCorpsLess);
}

.employee__pilot{
	color: var(--mColor);
    font-family: var(--ffMRe);
    font-size: .9375rem;
    line-height: 1.125rem;
}
.employee__job {
    color: var(--mColor);
    font-family: var(--ffMRe);
    font-size: var(--fsSubtitle);
    line-height: var(--fsTitle);
}

@media screen and (min-width: 575.98px) {
    .contact .employee:nth-child(2) .illustrationContainer::after {
        right: 26vw;
        top: 3.5vw;
    }
    .contact .illustrationContainer::after {
        top: 5vw;
    }
}

@media screen and (min-width: 767.98px) {
    .contact {
        gap: 7.5vw;
        margin-bottom: 12.5vw;
    }
    .contact .employee:nth-child(2) .illustrationContainer::after {
        right: 23vw;
        top: 5vw;
        width: 25vw;
    }
    .contact .illustrationContainer::after {
        top: 3vw;
        width: 25vw;
    }
    .contact__title + .button--contact {
        margin-top: -2rem;
    }
    .employee + .contact__title {
        margin-top: -2rem;
    }
    .client__content + .contact {
        margin-bottom: 4rem;
    }
}


@media screen and (min-width: 991.98px) {
    .contact__title {
        font-family: var(--ffMXBo);
    }
    .employee {
        flex-direction: row;
        gap: 5vw;
        justify-content: center;
        margin-block: 5vw;
    }
    .employee__picture {
        height: 20vw;
        width: 17.5vw;
    }
    .employee__legend {
        text-align: start;
        width: 32.5vw;
    }
    .contact {
        gap: 1vw;
        margin-bottom: 10vw;
    }
    .contact .illustrationContainer::after {
        height: 10vw;
        top: 1vw;
        width: 15vw;
    }
    .contact .employee:nth-child(2) .illustrationContainer::after {
        height: 10vw;
        right: 7.5vw;
        top: 2.25vw;
        width: 15vw;
    }
    .employee + .contact__title {
        margin-top: 2rem;
    }
}

@media (width >= 1199.98px) {
    .client__content + .contact > .employee {
        margin-block: 3.5vw 2.5vw;
    }
}

@media screen and (min-width: 1399.98px) {
    body > *.contact {
        margin-inline: 15vw;
    }
    .employee {
        gap: 2.5vw;
    }
    .employee__picture {
        height: 17.5vw;
        width: 15vw;
    }
    .contact .employee:nth-child(2) .illustrationContainer::after {
        height: 8vw;
        right: 6.5vw;
        width: 13vw;
    }
    .contact .illustrationContainer::after {
        height: 9vw;
        right: -3vw;
        width: 13vw;
    }
    .employee__legend {
        width: 20vw;
    }
    .employee {
        margin-block: 3.5vw;
    }
}

@media screen and (min-width: 1599.98px) {
    .contact {
        margin-bottom: 7.5vw;
    }
    .employee__picture {
        height: 15vw;
        width: 12.5vw;
    }
    .contact .employee:nth-child(2) .illustrationContainer::after {
        height: 8vw;
        right: 5vw;
        top: 1.25vw;
        width: 11vw;
    }
    .contact .illustrationContainer::after {
        height: 8vw;
        right: -3vw;
        top: 1vw;
        width: 11vw;
    }
}

@media (width >= 1799.98px) {
    .client__content + .contact > .employee {
        margin-block: 2.5vw 1.5vw;
    }
}

@media screen and (min-width: 1919.98px) {
    body > *.contact {
        margin-inline: 21vw;
    }
    .employee {
        gap: 1.5vw;
    }
    .employee__picture {
        height: 9.5vw;
        width: 8.5vw;
    }
    .employee__legend {
        width: 17vw;
    }
    .contact .employee:nth-child(2) .illustrationContainer::after {
        height: 5vw;
        right: 3.5vw;
        top: 0.75vw;
        width: 7vw;
    }
    .contact .illustrationContainer::after {
        height: 5vw;
        right: -1.5vw;
        top: 0.5vw;
        width: 6.5vw;
    }
    .contact {
        margin-bottom: 6vw;
    }
    .employee {
        margin-block: 2vw;
    }
    .contact .employee .illustrationContainer::after {
        right: 0.5vw;
    }
    .client__content + .contact > .contact__title {
        margin-bottom: 2vw;
    }
}