

.about{
    margin-top: 40px;
    overflow-x: hidden;
    /* min-height: 50vh; */
    min-height: 50vh;
}

.about > h2{
    width: 80vw;
    margin: auto;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 46px;
    font-size: clamp(35.77px, 6.4vw, 57px); /* 18 */
}

.about > .content{
    width: 75vw;
    margin: auto;
    margin-top: 60px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.about > .content > img{
    width: 150px;
    height: 150px;
    max-width: 400px;
    max-height: 400px;
    border-radius: 10%;
}

.about > .content > .text{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    
}

.about > .content > .text > p{
    font-weight: 300;
    font-size: clamp(14px, 2.5vw, 22px); /* 18 */
}
.about > .content > .text > p > span{
    margin-left: 46px;
}

.skills{
    margin-top: 80px;
    overflow-x: hidden;
    /* min-height: 50vh; */
}

.skills > h2{
    width: 80vw;
    margin: auto;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 46px;
    font-size: clamp(35.77px, 6.4vw, 57px); /* 18 */
}

.skills > .competences{
    display: flex;
    flex-direction: row;
    width: 90vw;
    margin: auto;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.skills > .competences > .competence{
    display: flex;
    flex-direction: column;
    border-radius: 11%;
    padding: 25px;
    /* padding-left: 25px; */
    aspect-ratio: 1 / 1;
    width: clamp(150px, 25vw, 250px);
    position: relative;
}


.skills > .competences > .competence > p{
    font-size: 15px;
    font-size: clamp(11px, 2.2vw, 18px); /* 18 */
    font-weight: 300;
}

.skills > .competences > .competence > h3{
    font-size: 18px;
    font-size: clamp(14px, 2.5vw, 22px); /* 18 */
    font-weight: 400;
    position: absolute;
    bottom: 5px;
}


.skills > .competences > .competence:nth-child(1){
    background-color: #FFFBDB;
}
.skills > .competences > .competence:nth-child(2){
    background-color: #DBF9FF;
}
.skills > .competences > .competence:nth-child(3){
    background-color: #FFEFFD;
}
.skills > .competences > .competence:nth-child(4){
    background-color: #FFE9DC;
}

.skills > .langues{
    width: 67vw;
    margin: auto;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:0px;
}

.skills > .langues > p{
    max-width: 1000px;
    font-size: 18px;
    font-size: clamp(14px, 2.5vw, 22px); /* 18 */
    font-weight: 300;
}

.parcours{
    margin-top: 60px;
    max-width: 100vw;
    overflow: hidden;
    padding-bottom: 40px;
    /* min-height: 50vh; */
}

.parcours > h2{
    margin-left: 10vw;
    width: 100vw;
    margin-top: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 46px;
    font-size: clamp(35.77px, 6.4vw, 57px); /* 18 */
}

.progress{
    width: 80vw;
    margin: auto;
    margin-top: 30vh;
    margin-bottom: -100vh;
    position: sticky;
    top: -10px;
    z-index: -1;
}

.progress > .progress-bar{
    height: 70vh;
    background-color: var(--background);
    width: 24px;
    border-radius: 1000px;
    margin-left: 30px;
}

.parcours > .list{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100vw;
}

.parcours > .list > .item{
    height: 30vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 80vw;
    margin: auto;
    /* margin-left: calc(auto+35px); */
    justify-content: start;
    align-items: center;
    gap: 70px;
}
.parcours > .list > .item > *{
    /* margin-left: 4px; */
}

.parcours > .list > .item > .circles{
    display: flex;
    
}

.parcours > .list > .item:last-child > .circles{
    display: flex;
    background-color: var(--text);
    height: 30vh;
    margin-top: 30vh;
}
.parcours > .list > .item:last-child > .circles > div{
    margin-top: -10px;
}

.parcours > .list > .item > .text{
    width: 100%;
}

.parcours > .list > .item > .text > h3{
    font-size: 20px;
    font-size: clamp(20px, 2.6vw, 26px); /* 18 */
    font-weight: 500;
}

.parcours > .list > .item > .text p{
    font-size: 16px;
    font-size: clamp(13px, 2vw, 20px); /* 18 */
    font-weight: 300;
    max-width: 1100px;
}

.parcours > .list > .item > .circles > .black-circle{
    background-color: var(--background);
    width: 70px;
    height: 70px;
    border-radius: 10000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parcours > .list > .item > .circles > .black-circle > .white-circle{
    aspect-ratio: 1 / 1;
    background-color: var(--text);
    border-radius: 10000px;
    width: 70%
}



.contact-section{
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    min-height: 70vh;
    background-color: var(--background);
    color: var(--text);
    
}

.contact-section > h3{
    font-size: 42px;
    font-size: clamp(33px, 6vw, 51px); /* 18 */
    font-weight: 600;
}

.contact-section > img{
    width: 25%;
    max-width: 200px;
    min-width: 150px;
    border-radius: 1000000px;
}

.contact-section > a{
    color: var(--text);
    font-size: 26px;
    font-size: clamp(20px, 3.6vw, 32px); /* 18 */
    padding-top: 40px;
}

.contact-section > .socials{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    max-width: 250px;
    gap: 50px;
}

.contact-section > .socials .social{
    aspect-ratio: 1 / 1;
    cursor: pointer;
}

footer{
    padding-top: 30px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    font-size: clamp(14px, 2.5vw, 22px); /* 18 */
    font-weight: 300;
    position: relative;
    bottom: 0;
    background-color: var(--background);
    color: var(--text);
}

footer a{
    color: var(--text);
}

@media screen and (max-width: 375px) {
    .progress{
        display: none;
    }
    .parcours > .list > .item > .circles{
        display: none;
    }
    .parcours > .list > .item:last-child > .circles{
        display: none;
    }
}

@media screen and (min-width: 750px) {
    .about > .content > img{
        width: 20vw;
        height: 20vw;

    }
    .about > .content > .text > p{
        font-weight: 300;
        font-size: clamp(20px, 3.6vw, 32px); /* 18 */
    }

    .about > .content{
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 60px;
    }
}

@media screen and (min-width: 1024px) {

}

.langues p::after {
    content: '|';
    animation: blink 1s step-start infinite;
}

@keyframes blink {
    50% { opacity: 0; }
}
