
header{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0px;
    left: 0px;
    height: 50px;
    width: 100%;
    background: #33595e;
    color: white;
    z-index: 1;
    box-shadow: 3px 5px 3px rgba(0, 0,0,0.2);
}

header h1{
    position: relative;
    left: 10px;
}

header nav{
    flex-grow: 1;
    text-align: center;
}

body{
    background-color: #fdf1dd;;
    font-family: kanit;
}

.menu:not(:last-child) {  
    border-right: solid 1px aliceblue;
}

.menu a{
    padding-right: 25px; 
    padding-left: 25px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    
}


.liens:hover{
    font-size: 150%;
}
main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: 50px;
    width: 100%;
    box-sizing: border-box;
}
.title{
    text-align: center;
    font-size: xx-large;
    background-color: #33595e;
    color: white;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 75px;
}

section{
    min-height: 100vh;
}

#cursus,#competences,#qualites,#exp,#projet{
    display: flex;
    margin-bottom: 250px;
    flex-direction: column;

}
#apropos article{
    background-color:#33595e ;
    color: white;
    position: relative;
    left: 350px;
}
article{
    display:flex;
    flex-direction: column;
    background-color: #faf5ec;
    color: black;
    max-width: 750px;
    font-size: x-large;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 15px;
    text-align: justify;
    
}

#moi{
    position:absolute;
    top: 140px;
    left: 150px;
    width: 500px;
    height: 500px;
    object-fit: cover;

}

.select{
    display: flex;
    flex-direction: column;
}

footer{
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 100vw;
    background: #33595e; ;
    color: white;
    z-index: 1;
    left: -8px;
    bottom: -15px;
}
footer p{
  background-color: gray;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  
}
#CV{ 
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 800px) {
    header {
        height: 170px;
    }

}  

.kanit-thin {
    font-family: "Kanit", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .kanit-extralight {
    font-family: "Kanit", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .kanit-light {
    font-family: "Kanit", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .kanit-regular {
    font-family: "Kanit", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .kanit-medium {
    font-family: "Kanit", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .kanit-semibold {
    font-family: "Kanit", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .kanit-bold {
    font-family: "Kanit", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .kanit-extrabold {
    font-family: "Kanit", serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .kanit-black {
    font-family: "Kanit", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .kanit-thin-italic {
    font-family: "Kanit", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .kanit-extralight-italic {
    font-family: "Kanit", serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .kanit-light-italic {
    font-family: "Kanit", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .kanit-regular-italic {
    font-family: "Kanit", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .kanit-medium-italic {
    font-family: "Kanit", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .kanit-semibold-italic {
    font-family: "Kanit", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .kanit-bold-italic {
    font-family: "Kanit", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .kanit-extrabold-italic {
    font-family: "Kanit", serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .kanit-black-italic {
    font-family: "Kanit", serif;
    font-weight: 900;
    font-style: italic;
  }