:root{
    --col-dark: #064c1bc2;
    --col-light: #f4f4f424;
    --col-gray: #064c1bc2;
    --col-blue: #032388;
}

*{
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a[target=_blank]::after {
    content: "â†—ï¸Ž";
    font-size: 12px;
    padding: 0;
    border: 1px solid var(--col-dark);
    margin-left: 2px;
}

a[target=_blank]:hover{
    color: var(--col-blue);
}

hr{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    opacity: .6;
}

body{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: 'Happy Monkey', monospace, sans-serif;
    background-color: var(--col-light);
    color: var(--col-dark);
}

main{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

main section{
    width: 100%;
    position: relative;
}

div.language-container{
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
}

#langue{
    padding: 2px 8px;
    border-radius: 10px;
}

 header.author-container .contact-details p{
    display: flex;
    flex-direction: column;
}

.item-contact{
    margin-bottom: 8px;
}

.item-contact span{
    font-size: .8rem;
}

.item-contact img.icone{
    margin-right: 8px;
    width: 18px;
}

.author {
    color: var(--col-gray);
}

.who-is,
.about-me,
ul.ul-about-me,
.citation{
    font-size: 1.1rem;
    line-height: 1.4;
    color: #107f31c2(8, 111, 51, 0.7);
    position: relative;
}

.citation{
    margin: 32px 0;
}

.about-me{
    margin-left: 16px;
    margin-top: 44px;
    font-size: 1.2rem;
    line-height: 1.3;
}

ul.ul-about-me{
    margin: 8px 0;
    list-style: circle;
}

.part-1{
    margin-bottom: 0;
}

.part-2{
    margin-top: 0;
}

img.icone.icone-langue{
    margin-right: 8px;
}

aside > a{
    display: flex;
    align-items: center;
}

a h3{
    color: #FFF;
}

img.icone{
    width: 24px;
    color: #FFF;
}

aside a h3{
    color: rgba(255, 255, 255, .5);
}

aside a img.icone{
    opacity: .5;
}

a.active h3{
    color: rgb(255, 255, 255);
}

a.active img.icone{
    opacity: 1;
}

.strong{
    font-weight: bold;
    font-size: 1.3rem;
    color: var(--col-dark);
}

.just-T {
    position: absolute;
    top: -35px;
    left: -30px;
    font-size: 72px;
    font-style: italic;
    color: var(--col-dark);
}

.just-afsir {
    position: relative;
    left: 4px;
    margin-right: 4px;
}

img.icone.quote{
    margin: 0;
    padding: 0;
}

.quote-reverse{
    transform: rotateZ(180deg);
}

.d-flex{
    display: flex;
}

.align-items-center{
    align-items: center;
}

article.exp-container:nth-of-type(1),
article.edu-container:nth-of-type(1),
p.bref-desc{
    margin-top: 32px;
}

p.bref-desc{
    opacity: .8;
    line-height: 1.3;
}

article.exp-container{
    padding: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    position: relative;
}

article.edu-container{
    background-color: #fff;
    padding: 0;
    box-shadow: -1px 2px 3px rgba(0,0,0,.3);
    margin-bottom: 16px;
    padding: 1rem 0;
}

article.exp-container img.logo{
    margin: 0;
    padding: 4px;
    position: relative;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 50%;
    z-index: 1;
    background-color: #fff;
}

article.edu-container img.edu-logo{
    margin: 0;
}

article.exp-container::after{
    position: absolute;
    border: none;
    top: 0;
    left: 25px;
    content: "";
    height: 100%;
    width: 2px;
    background-color: rgba(108, 117, 125, .6);
}

div.exp-end{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

div.exp-end .end{
    position: absolute;
    top: -8px;
    left: 22px;
    width: 8px;
    height: 8px;
    background-color: var(--col-gray);
    border-radius: 50%;
    padding: 0;
}

article.exp-container .body{
    background-color: #fff;
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
    border-radius: 15px;
    padding: .8rem 1rem;
    margin: .5rem 0 1rem 0;
    margin-left: 8px;
    width: 100%;
}

article.edu-container div.edu-body{
    padding: .8rem 1rem;
    margin-left: 8px;
}

article.exp-container .body *,
article.edu-container div.edu-body *{
    margin: 0;
}

article.edu-container div.edu-body h4{
    margin-bottom: 8px;
}

article.exp-container .body > p:nth-child(1){
    margin-top: 0;
}

article.exp-container .body .exp-interval{
    color: var(--col-blue);
    margin: 8px 0 .5rem 0;
}

article.exp-container .body .exp-tools-header{
    margin-bottom: 8px;
}

article.section-skill ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    width: 100%;
    padding: 0;
}

article.section-skill ul > li{
    background-color: #fff;
    padding: .5rem .8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1rem;
    border: 1px double rgba(0,0,0,.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    align-self: stretch;
}

li.skill-container *{
    margin: 0;
}

li.skill-container h4{
    margin-bottom: 4px;
}

.text-gray{
    color: var(--col-gray);
}

.text-dark{
    color: var(--col-dark);
}

.text-underline{
    text-decoration: underline;
}

.m-0{
    margin: 0;
}

@media (max-width: 600px){
    main{
        border-right: none;
        width: 100vw;
    }

    .IMG{
        display: none;
    }

    aside{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        z-index: 2;
    }

    aside > a{
        width: 25%;
        border: none;
        background-color: var(--col-dark);
        padding: .5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-decoration: none;
        z-index: 5;
    }

    aside a h3{
        font-size: 10px;
        font-weight: normal;
        margin: 0;
    }

    aside > a:last-child{
        border: none;
    }

    main section{
        margin-bottom: 48px;
        padding: 1rem 1rem;
    }

    article.edu-container{
        display: flex;
        flex-direction: column;
    }

    article.edu-container img.edu-logo{
        width: 250px;
        margin-bottom: 8px;
    }

    article.section-skill ul{
        justify-content: space-between;
    }

    article.section-skill ul > li{
        width: calc(50% - 32px);
        margin-bottom: 8px;
    }

    article.section-skill ul > li:nth-child(odd){
        margin-left: 16px;
    }

    article.section-skill ul > li:nth-child(even){
        margin-right: 16px;
    }

    li.skill-container img{
        width: 96px;
    }
}

@media (min-width: 601px){
    main{
        border-right: 1px solid var(--col-dark);
        width: 90vw;
        position: relative;
    }

    main section{
        padding: 1rem 2rem;
    }

    aside{
        flex-shrink: 0;
        min-height: 100vh;
        width: 230px;
        padding: .5rem 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid black;
        background-color: var(--col-dark);
    }

    aside > a{
        width: calc(100% - 64px);
        margin-left: auto;
        margin-right: auto;
        justify-content: flex-start;
    }
    .icon{
        color: #f4f4f4;
    }

    .IMG{
        width: 140px;
        border: 1px solid black;
        border-radius: 50%;
    }

    img.icone{
        margin-right: 16px;
    }

    article.edu-container{
        display: flex;
        flex-direction: row;
    }

    article.edu-container img.edu-logo{
        margin: 0;
        margin-left: 16px;
        width: 180px;
    }

    article.section-skill ul > li{
        margin: 0 8px;
        margin-bottom: 8px;
    }

    li.skill-container img{
        width: 80px;
    }
}
#icone{
    color: rgb(7, 8, 8);
}