.employeeC {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--fsCorpsLess);
    margin-block: 10vw;
}
.employeeC__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;
}
.employeeC__legend {
    text-align: center;
}
.employeeC__identity {
    color: var(--mColor);
    font-family: var(--ffMXBo);
    font-size: 1.9375rem;
    line-height: 2.125rem;
    text-transform: uppercase;
    margin-bottom: var(--fsCorpsLess);
}
.employeeC__job {
    color: var(--mColor);
    font-family: var(--ffMRe);
    font-size: var(--fsSubtitle);
    line-height: var(--fsTitle);
}
.employeeC > .title--frontpage {
    margin-bottom: calc(var(--fsCorpsLess) * .85);
    text-align: center;
    position: relative;
    z-index: 1;
}
.employeeC > .title--frontpage:not(:first-of-type) {
    margin-top: calc(var(--fsCorpsLess) * .85);
}

.miniatureE {
    display: flex;
    flex-direction: column;
    gap: var(--fsCorps);
    margin-bottom: 8.5vw;
    width: 59.5vw;
}
.miniatureE__idendity {
    color: var(--mColor);
    font-family: var(--ffMBo);
    font-size: var(--fsTitleH2);
    letter-spacing: -1px;
    line-height: 1.75rem;
    text-transform: uppercase;
}
.miniatureE__job {
    color: var(--sColor);
    font-family: var(--ffMBo);
    font-size: 1.25rem;
    line-height: 1.375rem;
}
.miniatureE__more {
    color: var(--mColor);
    font-family: var(--ffMRe);
    font-size: var(--fsCorps);
    line-height: 1.4375rem;
}
.miniatureE__more strong {
    font-family: var(--ffMBo);
}
.miniatureE__illustration {
    aspect-ratio: 246/317;
    height: auto;
    width: 100%;
    display: block;
}
.miniatureE__illustration.photo2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.miniatureE__legend {
    display: flex;
    flex-direction: column;
    gap: calc(var(--fsCorpsLess) * .75);
}
.miniatureE__legend > .miniatureE__more + .miniatureE__more {
    margin-top: calc(var(--fsCorpsLess) * -.75);
}
.imgContainer--employeeC {
    position: relative;
}
.employeeC__container .miniatureE .imgContainer--employeeC::before{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    content: "";
    display: block;
    position: absolute;
}

.employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
    aspect-ratio: 1 / 2;
    background-image: url(../../img/particles/employeeFirst.svg);
    height: auto;
    left: -34vw;
    top: -45vw;
    width: 60vw;
    z-index: 3;
}

.employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(2) .imgContainer--employeeC::before {
    aspect-ratio: 61 / 61;
    background-image: url(../../img/particles/employeeSecond.svg);
    height: auto;
    right: -15vw;
    top: -11vw;
    width: 30vw;
    z-index: 3;
}

.employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
    aspect-ratio: 1 / 2;
    background-image: url(../../img/particles/employeeThird.svg);
    height: auto;
    right: -31vw;
    top: -43vw;
    width: 55vw;
    z-index: 3;
}

.employeeC__container:nth-of-type(3) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
    aspect-ratio: 61 / 61;
    background-image: url(../../img/particles/employeeSecond.svg);
    height: auto;
    left: -15vw;
    top: 15vw;
    width: 30vw;
    z-index: 3;
}

.employeeC__container:nth-of-type(4) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
    aspect-ratio: 1 / 2;
    background-image: url(../../img/particles/employeeThird.svg);
    height: auto;
    left: -31vw;
    rotate: 90deg;
    top: -53vw;
    width: 55vw;
    z-index: 3;
}

.employeeC__container:nth-of-type(4) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
    aspect-ratio: 1 / 1;
    background-image: url(../../img/particles/employeeFourth.svg);
    height: auto;
    right: -15vw;
    bottom: -3vw;
    width: 30vw;
    z-index: 3;
}

.employeeC__container:nth-of-type(5) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
    aspect-ratio: 61 / 61;
    background-image: url(../../img/particles/employeeSecond.svg);
    height: auto;
    left: -12vw;
    top: 7vw;
    width: 30vw;
    z-index: 3;
}

@media screen and (min-width: 767.98px) {
    .employeeC > .title--frontpage {
        width: 80%;
    }
    .employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -21vw;
        top: -30vw;
        width: 40vw;
    }

    .employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(2) .imgContainer--employeeC::before {
        right: -12vw;
        top: -8.5vw;
        width: 25vw;
    }

    .employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
        right: -22vw;
        top: -33vw;
        width: 40vw;
    }

    .employeeC__container:nth-of-type(3) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -12.5vw;
        top: 20vw;
        width: 22.5vw;
    }

    .employeeC__container:nth-of-type(4) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -21vw;
        top: -40vw;
        width: 40vw;
    }

    .employeeC__container:nth-of-type(4) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
        bottom: 0;
        right: -12.5vw;
        width: 25vw;
    }

    .employeeC__container:nth-of-type(5) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -10.5vw;
        top: 11vw;
        width: 25vw;
    }

    .employeeC > .title--frontpage {
        margin-bottom: calc(var(--fsCorpsLess) * 1);
    }

    .miniatureE {
        margin-bottom: 6.5vw;
    }

    .miniatureE:hover .miniatureE__illustration.photo2 {
        display: block;
    }
}

@media screen and (min-width: 991.98px) {
    .miniatureE {
        margin-bottom: 2.5vw;
        max-width: 30vw;
    }
    .miniatureE__idendity {
        font-size: 1.75rem;
        letter-spacing: -1px;
        line-height: calc( var(--fsCorpsLess) * 2);
        text-transform: uppercase;
    }

    .employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -13vw;
        rotate: 10deg;
        top: -22vw;
        width: 25vw;
    }
    .employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(2) .imgContainer--employeeC::before {
        display: none;
    }
    .employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
        aspect-ratio: 61 / 61;
        background-image: url(../../img/particles/employeeSecond.svg);
        height: auto;
        right: -6vw;
        rotate: 15deg;
        top: -2vw;
        width: 12.5vw;
    }
    .employeeC__container:nth-of-type(2) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        aspect-ratio: 1 / 1;
        background-image: url(../../img/particles/employeeFourth.svg);
        bottom: 30vw;
        height: auto;
        right: 0vw;
        width: 12.5vw;
    }
    .employeeC__container:nth-of-type(2) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
        aspect-ratio: 1 / 2;
        background-image: url(../../img/particles/employeeThird.svg);
        height: auto;
        left: 14vw;
        rotate: -15deg;
        top: -25vw;
        width: 25vw;
    }
    .employeeC__container {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5vw;
        justify-content: center;
        position: relative;
        width: 93vw;
    }
    .employeeC__container:nth-of-type(2)::after {
        aspect-ratio: 428 / 334;
        background-image: url(../../img/particles/employeeFifth.svg);
        background-position: 90%;
        background-repeat: no-repeat;
        background-size: 90%;
        bottom: 25vw;
        content: "";
        display: block;
        height: auto;
        position: absolute;
        right: 14vw;
        width: 35vw;
    }
    .employeeC__container:nth-of-type(3) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -8vw;
        rotate: 15deg;
        top: 10vw;
        width: 12.5vw;
    }
    .employeeC__container:nth-of-type(4) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -15vw;
        top: -24vw;
        width: 30vw;
        rotate: 75deg;
    }
    .employeeC__container:nth-of-type(4) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
        bottom: 0;
        right: -5.5vw;
        rotate: 42.5deg;
        width: 12.5vw;
    }
    .employeeC__container:nth-of-type(5) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -9.5vw;
        rotate: 75deg;
        top: -1vw;
        width: 12.5vw;
    }
    .employeeC__container--supp {
        justify-content: start;
    }
    .employeeC {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1199.98px) {
    .miniatureE {
        max-width: 25vw;
    }
    .employeeC__container {
        width: 78vw;
    }
    .employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -11vw;
        rotate: 10deg;
        top: -18vw;
        width: 20vw;
    }
    .employeeC__container:nth-of-type(2) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        bottom: 25vw;
        width: 10vw;
    }
    .employeeC__container:nth-of-type(2) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
        top: -18vw;
        width: 20vw;
    }
    .employeeC__container:nth-of-type(2)::after {
        bottom: 20vw;
        right: 10vw;
        width: 30vw;
    }
}

@media screen and (min-width: 1599.98px) {
    .miniatureE {
        max-width: 22.5vw;
    }
    .employeeC__container {
        width: 70.5vw;
    }
    .employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -9vw;
        top: -16vw;
        width: 17.5vw;
    }
    .employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
        right: -4.75vw;
        top: -1vw;
        width: 10vw;
    }
    .employeeC__container:nth-of-type(2) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        bottom: 24vw;
        width: 8.5vw;
    }
    .employeeC__container:nth-of-type(2)::after {
        bottom: 15vw;
        width: 25vw;
    }
    .employeeC__container:nth-of-type(3) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -6.5vw;
        top: 7vw;
        width: 10vw;
    }
    .employeeC__container:nth-of-type(4) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -11vw;
        top: -16vw;
        width: 20vw;
    }
    .employeeC__container:nth-of-type(4) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
        right: -4.5vw;
        width: 10vw;
    }
    .employeeC__container:nth-of-type(5) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -7.5vw;
        rotate: 75deg;
        top: -0.5vw;
        width: 10vw;
    }
}

@media screen and (min-width: 1799.98px) {
    .miniatureE {
        max-width: 20vw;
    }
    .employeeC__container {
        width: 63vw;
    }
    .employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -7vw;
        top: -13vw;
        width: 15vw;
    }
    .employeeC__container:nth-of-type(1) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
        right: -3.5vw;
        width: 7.5vw;
    }
    .employeeC__container:nth-of-type(2) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        bottom: 20vw;
    }
    .employeeC__container:nth-of-type(2) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
        left: 13vw;
        top: -15vw;
        width: 17.5vw;
    }
    .employeeC__container:nth-of-type(2)::after {
        bottom: 15vw;
        width: 20vw;
    }
    .employeeC__container:nth-of-type(3) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -5.5vw;
        width: 8.5vw;
    }
    .employeeC__container:nth-of-type(4) .miniatureE:nth-of-type(3) .imgContainer--employeeC::before {
        right: -3.5vw;
        width: 8.5vw;
    }
    .employeeC__container:nth-of-type(5) .miniatureE:nth-of-type(1) .imgContainer--employeeC::before {
        left: -6.5vw;
        top: 0.5vw;
        width: 8.5vw;
    }
}