


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

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







#Entete{
    
    
    
    
    font-weight: bold;
    font-size: 50px;
    padding: 5px;
    display: flex;
    border-radius: 15px;
    
    max-height: 60px;
    position: absolute fixed ;
    position: center;
    
    
    
}
#navbar{
    display:flex;
    gap: 300px;
}
#nom{
    align-items: center;
    font-size: 30px;
    font-style: italic;

}

#navbarsections{
    
    gap: 20px;
    font-size: 25px;
    align-items: center;
    justify-self: flex-end;
    
}
body{
    color:black;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image:url(fond-noir-blanc-sous-forme-du-ciel-nuages_593040-804.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin :0px;
    padding : 0px
    
    
}

svg{
    width: 25px;
    cursor: pointer;
}
p{
    display: flex;
    gap: 8px;
    cursor: pointer;
}





.competences{
    width: 610px
}
@media only screen and (min-device-width: 414px) 
and (max-device-width: 896px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait) {
 .competences{
width: 150px;

}   
}

.barre{
    height: 10px;
    width: 80px;
    background-color: orange;
    transform: translateY(-50%);
    border-radius: 5px;
    margin-left: 5px;
    animation-name: chgtbarre;
    animation-duration:5s;
    animation-fill-mode: forwards;
}
@keyframes chgtbarre{
    from{width: 5px;}
    to{width: 150px;}
}

.barre2{height: 10px;
    width: 80px;
    background-color: orange;
    transform: translateY(-50%);
    border-radius: 5px;
    margin-left: 5px;
    animation-name: chgtbarre2;
    animation-duration:5s;
    animation-fill-mode: forwards;
}
    @keyframes chgtbarre2{
        0%{width: 5px;}
        100%{width: 250px;}
    }
.barre3{height: 10px;
    width: 80px;
    background-color: orange;
    transform: translateY(-50%);
    border-radius: 5px;
    margin-left: 5px;
    animation-name: chgtbarre3;
    animation-duration:5s;
    animation-fill-mode: forwards;
}
    @keyframes chgtbarre3{
        0%{width: 5px;}
        100%{width: 300px;}
    }

.skilltitle{
    transform: translateY(-50%);
}

.corps{
    margin-top: 150px;
    display: grid;
    
    grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 300px);
  cursor:pointer;

  
  
  

    
   
}

.box1{
    
    background-color: #4c443a;

   
}


.box2{
    grid-column: 1 / span 2; 
    overflow: hidden;
    position: relative;
    align-items: center;
    align-content: center;
    
    


   
}

.box2 img{
    width: 100%;
    height:100%;
    cursor:pointer;
    opacity: 0.5;
   position: absolute;
   z-index: -1;
   object-fit: cover
   ;
   
}

.box2 p{
    
    color:white;
    font-size: 48px;
    z-index: 2;
    justify-content: center;
    

    

}

.box3{background-color: #ec1800;
 
}
.box4{background-color: #00c936;
    
     

}

#metier{
    margin-top: 100px;
    
    font-size: 45px;
    text-align: center;
    border: solid 2px #4c443a;
    font-style: italic;
}

