/* #20202A */

* {
    box-sizing: border-box;
    margin: 0;
}

body {
    display: flex;
    background-color: #18181f;
    font-family: "Reem Kufi", sans-serif;
    /* background-image: url(./ressource/fond\ portfolio.png);
    background-size: 100vh;
    background-repeat: no-repeat;
    background-position: center;
      */
}

header {
    display: inline-flex;
    flex-direction: column;
    height: 100vh;
    width: 10%;
    border-right: 2px solid #E9B766;
    background-color: #20202A;
    color: aliceblue;
    min-width: 150px;
}

.logo {
    margin : 10px;
    align-items: center;
}

.logo img {
    width: 100%;
    aspect-ratio: 3/1;
    margin-bottom: 30px;

}

.nav-bar {
    display: flex;
    flex-direction: column;
}

.nav-bar ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.nav-bar ul li {
    height: 60px;
    list-style: none;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    display: flex;
    border-top: 1px solid #505051;
    border-bottom: 1px solid #505051;
}

.nav-bar ul li:hover {
    background-color: #18181f;
  

}

.nav-bar ul li a {
    color: aliceblue;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    align-content: center;
}

main {
    margin-left: max(160px, 11%);
    position:absolute ;
    color: aliceblue;

}

.titre h1 {
    font-size: 42px;
    margin-left: 10px;
}

.titre h2 {
    font-size: 24px;
    position: relative;
    top : -15px;
    left: 78px
}

.presentation h3 {
    position: relative;
    top: 55px;
    max-width: 60%;
    text-align: justify;
    line-height: 24px;
}

.contact {
    position: relative;
    top: 120px;
    width: 60%;
    /* display: inline-flex; */
}

.contact ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
}

.contact ul li {
    padding: 16px;
}

.contact ul li img {
    aspect-ratio: 1/1;
    width: 100px;
}
.contact ul li img:hover{
      scale: 1.10;
}

.contact ul li img:active{
      scale: 0.90;
}


#circleSkill {
    width: 170px;
    aspect-ratio: 1/1;
    background-color: #E9B766;
    border: 1px solid #E9B766;
    position: fixed;
    bottom: -70px;
    left: 50%;
    transform: translate(-25%);
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    color: #18181f;
    align-content: center;
    font-size: 24px;
}

#circleSkill:hover {
    background-color: #b99459;
    cursor: pointer;
    scale: 1.10;
}

#circleSkill:active {
    scale: 0.90;
}

.skill img {
    position: fixed;
    bottom: -50px;
    left: 50%;
    transition: 0.5s;

}

.skill .visible {
    visibility: visible;
}

.skill .html {
    position: fixed;
    left: 31.6%;
    bottom: 25px;
    transition: 0.5s;
}

.skill .markdown {
    position: fixed;
    left: 36%;
    bottom: 130px;
    transition: 0.7s;
}

.skill .css {
    position: fixed;
    left: 43%;
    bottom: 180px;
    transition: 0.9s;
    scale: 1.10;
}

.skill .git {
    position: fixed;
    left: 56%;
    bottom: 180px;
    transition: 1.1s;
}

.skill .js {
    position: fixed;
    left: 62.5%;
    bottom: 130px;
    transition: 1.3s;
    scale: 0.90
}

.skill .wordpress {
    position: fixed;
    left: 67%;
    bottom: 25px;
    transition: 1.5s;
}

.circle {
    margin: auto;
    width: 400px;
    aspect-ratio: 1/1;
    border: 1px solid aliceblue;
    border-radius: 50%;
    bottom: -200px;
    position: fixed;
    left: 50%;
    transform: translate(-40%);
    z-index: 0;

}

#button {
    position: fixed;
    left: 50%;
    transform: translate(-25%);
    bottom: 300px;
    border-radius: 33px;
    border: #18181f;
    aspect-ratio: 3/1;
    box-shadow: 3px 4px 2px #505051;
    padding: 0;
}

#button:hover {
    background-color:#E9B766;
}

#button:active {
    box-shadow: none;
    scale:0.90;
    background-color:#7d5e2b
}



#button a {
    padding: 18px 33px;
    color: #20202A;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
}

#button a:hover{
    color: aliceblue;
}

.skillNote {
    position: fixed;
    transform: translate(-14%);
    left: 50%;
    bottom: 4px;
    font-size: 33px;
    border-radius: 50%;
    z-index: 2;
    color:#18181f;
}