


@media (max-width:600px) {
    #menuburger{
        display:block
    }
    #navbarsections{
        display:none
    }
}

@media (min-width:601px) {
    #menuburger {
        display: none;
    }
    #navbarsections {
        display: flex;
    }
}

#presentation{
display: flex;

margin-top: 200px;
}
#avatar{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    justify-self: flex-start;
    align-self: center;
    background-image: url(PhotoCV2.jpg);
}

#avatar2{

    border-radius: 100%;
    width: 300px; height:300px;
    background-image: url(PhotoCV2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 200px;
    border:solid 10px white
}







#Entete{   
    font-weight: bold;
    font-size: 50px;
    padding: 5px;
    display: flex;
    border: solid 1px #6E2920;
    max-height: 60px;
    position:   fixed ;
    top:0px;
    
    width: 100%;
   
    
    background-color: #1F1513;
    box-shadow: 5px 5px 10px black;
    
    
    
    
}
#navbar{
    display:flex;
    justify-self: flex-end;
    gap: 300px;
    margin-left: 1250px;
    
}
#navbarsections{
    
    gap: 20px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-self: flex-end;
    font-family: Fredericka the Great;
    
}
.Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    height: 35px;
    background-color: #391714;
    width: 80px;
    border-bottom: #853A2D 1px solid;
    cursor:pointer;
    color: #FF977D;
  }

  .Button:hover{
    background-color: #4E1511;
  }

  .buttonsocial:link{
    color: #FF977D;
  }
  .buttonsocial:visited{
    color: #FF977D;
  }
  


body{
    color:#FF977D;
    font-family:Fredericka the Great;
    background-color: #1F1513;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin :0px;
    padding : 0px
    
    
}

svg{
    width: 25px;
    cursor: pointer;
}


#nom{
    font-size: 50px;
    padding-left: 20px;
    font-family:'Courier New', Courier, monospace;
    font-style: italic;
}


.projets{
    
    border-bottom:1px solid #853A2D;
    border-radius: 15px;
    padding: 10px;
    font-size: 30px;
    text-align: center;
    width: 300px;
    background-color: #391714;
} 
#gtitreprojets{
    display: flex;
    justify-content: center;
}

#grilleprojets{

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}

#projet1,#projet2,#projet3{

    text-align: center;
}

#CV{
    
    justify-content: center;
    display: flex;
    position: center;
    margin:0px auto;
    margin-top: 100px;
    align-items: center;
}
#imageCV{
    position: absolute;
    z-index: -1;
    margin-top: 800px;
}

#buttonhome:link{
color: #FF977D;
font-size: 15px;
align-self: center;
margin-left: 5px;
}

.TéléchargementCV{
    display: flex;
    flex-direction: column;
    align-items: center ;
    align-content: flex-end;
}

.downloadCV{
    margin-top: 780px;
}





  