.sectionTwoPartThreeElement .title {
    color: var(--basicColor1);
    text-transform: capitalize
}

.sectionTwoPartThreeElement .title span {
    color: var(--basicColor3);
    text-transform: lowercase
}

.sectionTwoPartThreeElement li {
    display: inline-block;
    cursor: pointer;
    margin-right: 5%;
    transform: translateX(-2em);
    opacity: 0;
    transition: 1s
}

.sectionTwoPartThreeElement .appearLi {
    opacity: .5;
    transform: translateX(0)
}

.sectionTwoPartThreeElement ul .click {
    opacity: 1
}

.sectionTwoPartThreeElement {
    padding-top: 2em;
    padding-bottom: 10em;
    margin-top: -9vw
}

.sectionTwoPartThreeElement > div {
    z-index: 10;
    position: relative
}

.sectionTwoPartThreeElement .articleAtelier h3 {
    margin-bottom: 1em
}

.sectionTwoPartThreeElement .articleAtelier a:before {
    content: "";
    background-image: url("https://vitaloreflex.fr/0_website_data/images/Element_Graphique-15.svg");
    display: inline-block; /* ou block, selon le contexte */
    background-size: contain; /* ajuste l'image à la taille de l'élément */
    background-repeat: no-repeat; /* empêche la répétition de l'image */
    width: 1em; /* définissez la largeur souhaitée */
    height: 1em; /* définissez la hauteur souhaitée */
    padding-right: .2em;
    margin-top: .3em;

}

.sectionTwoPartThreeElement .articleAtelier:nth-child(2n) {
    margin-right: 5%
}

.sectionTwoPartThreeElement .articleAtelier a {
    color: #000;
    font-size: 1.5em;
    margin: .2em 0;
    transform: translateX(-1em);
    opacity: 0;
    text-decoration-color: transparent;
    transition: 1s;
    display: block
}

.sectionTwoPartThreeElement .articleAtelier .appearA {
    transform: translateX(0);
    opacity: 1;
    display: flex;
    align-items: flex-start;
}

.sectionTwoPartThreeElement .articleAtelier a:hover {
    color: var(--basicColor1);
    text-decoration: underline
}

.sectionTwoPartThreeElement .elementP {
    width: 100%;
    text-align: left;
    position: absolute;
    transition: 1s;
    top: 0;
    height: 0;
    visibility: hidden;
    opacity: 0
}

.sectionTwoPartThreeElement section article svg path, .sectionTwoPartThreeElement section article svg rect {
    fill: var(--basicColor3)
}

.sectionTwoPartThreeElement div.relative {
    margin: 1em 0
}

.sectionTwoPartThreeElement .appearP {
    visibility: visible;
    position: initial;
    opacity: 1;
    height: fit-content !important
}

.sectionTwoPartThreeElement section .subTitle {
    color: var(--basicColor1);
    margin-bottom: .5em;
    font-size: 2.5em
}

.sectionTwoPartThreeElement section .subTitle:after {
    content: "";
    width: 60%;
    background: var(--basicColor1);
    height: 2px;
    display: inline-block;
    vertical-align: middle
}

.sectionTwoPartThreeElement section svg {
    margin: 0 auto
}

.sectionTwoPartThreeElement section {
    margin-top: 3em
}

.sectionTwoPartThreeElement ul li p {
    margin-bottom: .5em
}

.sectionTwoPartThreeElement ul li:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #000;
    display: block
}

@media screen and (max-width: 850px) {
    .sectionTwoPartThreeElement section {
        flex-wrap: wrap
    }

    .sectionTwoPartThreeElement section article {
        width: 45%
    }
}

@media screen and (max-width: 700px) {
    .sectionTwoPartThreeElement .title {
        font-size: 2em
    }

    .sectionTwoPartThreeElement .articleAtelier a {
        font-size: 1em
    }

    .sectionTwoPartThreeElement ul li {
        font-size: 1.3em
    }
}

@media screen and (max-width: 650px) {
    .sectionTwoPartThreeElement section article {
        width: 100%;
        margin-right: 0
    }

    .sectionTwoPartThreeElement section article:last-child {
        margin-top: 1.5em
    }
}