#IconMenu{
    position:fixed;
    top: 2%;
    left: 2%;
    z-index: 9999;

} 
.IconMenuhover #IconMenu{
    top: 2%;
    left: 1%;
    color:rgb(223, 105, 9);
}

.navPC{
    display: none;
}
ul{
    padding-inline-start: 0!important;
}
.afficheMenuPc{
    position: fixed;
    width: 20%;
    left: 0;
    top : 0;
    height: 100vh;
    z-index: 9998;
    padding-top: 2%
}
.CloseMenu{
    position: absolute;
      top: 0;
      right: 10px;
      font-size:8rem;
      z-index: 2;
      color: #b50505;
      height: 60px;
      width: 60px;
      
  }
.fondhead{
    background-color: #2e2d2d !important;
}
#navPC ul li a,#navPC ul li{
    text-align: start;
    font-size: 3rem;
    font-weight: 700;
    margin-left: 3%;
    padding: 2%;
    color: beige;

}
#navPC ul li a:hover,#navPC ul li:hover{
    text-decoration: underline;
    color: rgb(223, 105, 9);
    cursor: pointer;
    /* background-color: #b8d416 !important; */
}
@media (max-width: 992px){
    #IconMenu{
        position:fixed;
        top: 4%;
        left: 48%;
        z-index: 9999;
        font-size: 5rem;
    }
    .TitlePrinc {
        margin-top: 5%;
    }
    .afficheMenuPc{
        /* position: fixed; */
        width: 50%;
        left: 0;
        top : 0;
        height: 100vh;
        z-index: 9998;
        padding-top: 2%
    }
    
}
#NavMob{
    margin: 3%;
    font-size: 5rem;
    color:   rgb(223, 105, 9);
    padding: 2%;
}
.LogoMobile{
    margin-left: 36%;
}