.contactC__title {
    color: var(--mColor);
    font-family: var(--ffMXBo);
    font-size: 2.375rem;
    line-height: 2.625rem;
    text-transform: uppercase;
}
.contactC__content {
    display: flex;
    flex-direction: column;
    gap: 7.5vw;
}
.contactC__content:not(.contactC--join .contactC__content) > .introduction {
    display: none;
}
.contactC--join .contactC__content {
    gap: 5vw;
}
.contactC__name {
    color: var(--mColor);
    font-family: var(--ffMBo);
    font-size: 1.75rem;
    line-height: 2.25rem;
    text-transform: uppercase;
}
.contactC__text p, .contactC__text a {
    color: var(--mColor);
    font-family: var(--ffMRe);
    font-size: 1.75rem;
    line-height: 2.25rem;
}
.contactC--contact .contactC__name, .contactC__text p, .contactC__text a {
    font-size: var(--fsCorps);
    line-height: 1.4375rem;
}
.contactC--contact {
    padding-top: 6vw;
}
.contactC--contact .contactC__title {
    margin-bottom: -1.5vw;
}
.formular__toggle {
    display: flex;
    width: 100%;
}
.formular__button {
    border: 1px solid #B5B7BC;
    background-color: var(--whiteBis);
    color: var(--mColor);
    font-family: var(--ffMRe);
    font-size: var(--fsCorps);
    line-height: var(--fsTitleH2);
    padding-block: .8rem .55rem;
    text-align: center;
    width: 100%;
}
.formular__button:first-child {
    border-right: 0px solid #B5B7BC;
    color: var(--mColor);
    font-family: var(--ffMRe);
    font-size: var(--fsCorps);
    line-height: var(--fsTitleH2);
    padding-block: .8rem .55rem;
    text-align: center;
    width: 100%;
}
.formular > .formular__toggle > .formular__button--selected {
    background-color: var(--mColor);
    border: 1px solid var(--mColor);
    color: var(--whiteBis);
}
.formular > .formular__toggle > .formular__button {
    align-items: center;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 575.98px) {
    .contactC__content {
        gap: 5vw;
    }
    .contactC--contact .contactC__title {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 767.98px) {
    .contactC__content {
        gap: 5vw;
    }
}

@media screen and (min-width: 991.98px) {
    .contactC {
        align-items: start;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .contactC--contact {
        padding-top: 0;
    }
    .contactC__content {
        gap: 2vw;
        margin-top: 5vw;
        position: relative;
        width: 45vw;
    }
    .contactC__content::before {
        background-image: url(../../img/particles/particleAgenceSBottom.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 90%;
        content: "";
        display: block;
        height: 40%;
        left: -5vw;
        position: absolute;
        top: -7.5vw;
        width: 7.5vw;
    }
    .contactC__content::after {
        background-image: url(../../img/particles/particleTestimony.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 90%;
        content: "";
        display: block;
        height: 100%;
        right: 0vw;
        position: absolute;
        bottom: -7.5vw;
        width: 15vw;
    }
    .contactC__content > .introduction{
        display: flex;
        width: 72.5%;
    }
    .contactC__title {
        font-size: 3.25rem;
        line-height: 3.5625rem;
    }
    .contactC > .formular {
        background-color: #ECF3F4;
        margin-bottom: 0vw;
        margin-top: 0vw;
        padding: 2.5vw;
        width: 40vw;
    }
    .contactC__contain {
        margin-top: calc(var(--fsCorpsLess) * .5);
    }
    .contactC--agency .contactC__content::before {
        left: -2vw;
        top: -12.5vw;
    }
    .contactC--contact .introduction p {
        font-size: var(--fsTitleH2);
        line-height: 1.875rem;
    }
    .navbar + .contactC--contact {
        margin-top: 3rem;
    }

    /*.contactC--agency .contactC__text p, .contactC--agency .contactC__text a {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }*/
    .contactC--agency .introduction span, .contactC--agency .introduction p, .contactC--agency .introduction {
        font-size: var(--fsTitleH2);
        line-height: 1.875rem;
    }
    body > .contactC--join {
        background-color: var(--white);
        margin-inline: 0;
        padding-inline: 5vw;
    }
    .contactC--join .contactC__content::before {
        background-image: url(../../img/particles/particleContactJoinTop.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 90%;
        content: "";
        display: block;
        height: 30%;
        left: 35vw;
        position: absolute;
        top: -7.5vw;
        width: 7.5vw;
    }
    .contactC--join .contactC__content::after {
        background-image: url(../../img/particles/particleTestimony.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 90%;
        content: "";
        display: block;
        height: 50%;
        right: 10vw;
        rotate: 165deg;
        position: absolute;
        bottom: -27.5vw;
        width: 19vw;
    }
}

@media screen and (min-width: 1199.98px) {
    .contactC {
        position: relative;
    }
    .contactC::after {
        aspect-ratio: 291 / 517;
        background-image: url(../../img/particles/particleTestimonyAfter.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        top: -7.5vw;
        content: "";
        display: block;
        right: -17vw;
        position: absolute;
        width: 15vw;
        z-index: 0;
    }
    .contactC--contact::after {
        top: 25vw;
    }
    .contactC--contact .contactC__content::before {
        aspect-ratio: 78/215;
        background-image: url(../../img/particles/particlesContact.svg);
        height: auto;
        left: -11vw;
        top: 0vw;
        width: 10vw;
    }
    .contactC--join .contactC__content::after {
        height: 120%;
    }
    body > .contactC--join {
        padding-inline: 10vw;
    }
    body > .actu__content + .contactC--join {
        margin-top: 5vw;
    }
    body > .actu__content + .contactC--join .contactC__content::after {
        bottom: -35vw;
    }
}

@media screen and (min-width: 1399.98px) {
    .contactC__content::after {
        height: 120%;
    }
    .contactC__content::before {
        left: -7.5vw;
    }
    .contactC--join .contactC__title {
        width: 80%;
    }
    .contactC--join .contactC__content {
        gap: 2.5vw;
    }
}

@media screen and (min-width: 1599.98px) {
    .contactC__content {
        width: 40vw;
    }
    .contactC--contact {
        padding-top: 5vw;
    }
    .contactC--agency::after {
        right: -12.5vw;
        width: 10vw;
    }
    .navbar + .contactC--contact {
        margin-top: 0;
        padding-top: 2.5vw;
    }
    body > .contactC--join {
        padding-bottom: 5vw;
        padding-inline: 12.5vw;
    }
    .contactC--join .contactC__content::before {
        left: 25vw;
    }
    .contactC--join .contactC__content > .introduction {
        width: 80%;
    }
}

@media screen and (min-width: 1799.98px) {
    .contactC--join .contactC__content::before {
        height: 40%;
        width: 6.5vw;
    }
    .contactC--join .contactC__content::after {
        bottom: -22.5vw;
        right: 20vw;
        width: 12.5vw;
    }
    body > .contactC--join {
        padding-inline: 15vw;
    }
    .contactC--join::after {
        right: 7.5vw;
        top: 10vw;
        width: 10vw;
    }
    body > .actu__content + .contactC--join .contactC__content::after {
        bottom: -25vw;
    }
}

@media screen and (min-width: 1919.98px) {
    .contactC__content::before {
        height: 50%;
        width: 5vw;
    }
    .contactC__content::after {
        height: 110%;
        right: -5vw;
        width: 10vw;
    }
    .contactC__content {
        gap: 1.5vw;
        width: 23vw;
    }
    .contactC::after {
        top: -5.5vw;
        right: -10vw;
        width: 12.5vw;
    }
    .contactC {
        gap: 7.5vw;
        justify-content: center;
    }
    .contactC > .formular {
        padding: 1.5vw;
        width: 25vw;
    }
    .contactC--contact .contactC__content::before {
        left: -15vw;
        width: 5vw;
    }
    .contactC--contact::after {
        top: 12.5vw;
        right: -10vw;
        width: 12.5vw;
    }
    .contactC__content {
        margin-top: 2vw;
    }
    .navbar + .contactC--contact {
        margin-bottom: 2.5vw;
    }
    .contactC--join .contactC__content::after {
        height: 110%;
    }
    .contactC--join .contactC__content::before {
        left: 20vw;
        width: 4vw;
    }
    .contactC--join .contactC__content::after {
        bottom: -22.5vw;
        right: 0vw;
        width: 12.5vw;
    }
    .contactC--join::after {
        top: 7.5vw;
        right: 5vw;
    }
    .contactC--join .contactC__content {
        gap: 1vw;
    }
}

@media screen and (min-width: 2199.98px) {
    .contactC--join .contactC__content::after {
        bottom: -17.5vw;
        right: 5vw;
    }
}