body{
    margin: 0;

}
.divPlugins{
    margin-bottom: 9em;
    position: relative;
    z-index: 1;
}

#menuNavW{
    display: flex;
    justify-content: center;
    height: 3em;
    background-color: #0f83cc;
    font-family: 'Nunito', sans-serif;
    border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    box-shadow: 0px 2px 20px gray;
}


.divLogoTce{
    width: 20%;
}



#menuNavW ul{
    height: 100%;
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 1em;
    margin-right: 1em;
}



#menuNavW ul li{
    width: 15%;
    height: 100%;
}

#menuNavW ul li a{
    font-size: 1.3em;
    background-color: #0f83cc;
    text-decoration: none;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.7s;
}

#menuNavW ul li a:hover{
    height: 120%;
    background-color: #fdbe00;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
}

#menuNavM{
    display: none;
    justify-content: space-between;
    height: 3em;
    background-color: #0f83cc;
    font-family: 'Nunito', sans-serif;
    border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    box-shadow: 0px 2px 20px gray;
}

#menuNavM ul{
    list-style-type: none;
    padding: 0;

}

.aBarres{
    display: flex;
    justify-content: center;
    margin-left: 100%;
    text-decoration: none;
}
.deroulantMobile ul{
    list-style: none;
}
.deroulantMobile ul li a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.deroulantMobile ul li a:hover{
    width: 110%;
    background-color: #fdbe00;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
}

.deroulantMobile ul{
    display: none;
}
.deroulantMobile a{
    color: white;
}
.deroulantMobile:hover .sous{
    display: block;
}

.deroulantMobile:hover .aBarres{
    margin-left: 0;
}
.sous{
    background-color: #0f83cc;
    margin-top: 11%;
    position: relative;
    z-index: 2;
    width: 7em;
}
.sous li{
    margin-top: 1%;
    height: 3em;
}
.dReseauxSociauxM{
    display: flex;
    width: 15%;
    justify-content: space-around;
}
.reseauxSociaux{
    color: white;
    transition: all 0.7s;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.divReseauxSociaux i{
    font-size: 1.5em;
    transition: all 0.7s;
}

.reseauxSociaux:hover{
    color: #fdbe00;
}
.dreseauxSociaux i:hover{
    font-size: 2em;
}

.divLogoTce img{
    border-radius: 10%;
    width: 3.58em;
}

#footer{
    z-index: 3;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background: linear-gradient(lightgray,#686868);
    border-radius: 0.5em 0.5em 0 0;

}

.footerDiv{
    display: flex;
    justify-content: space-around;
    padding-top: 1em;
    padding-bottom: 0.5em;

}



#footer img{
max-width: 100%;
height: 4em;

}

#footer p{
    margin: 0;
    color: white;
    text-align: right;

    margin-right: 1%;
}

.footerInfo{
    display: flex;
    justify-content: space-between;
}
.rSDiscord, .rSInsta{
    margin-left: 1%;
}
@media screen and (max-width: 1280px){
    #menuNavW ul{
        width: 90%;
    }    
}

@media screen and (max-width: 750px){
    #menuNavW ul{
        width: 95%;
        margin-left: 0;
        margin-right: 0;
    }  
    #menuNavW ul li a{
        font-size: 0.8em;
    }

    .reseauxSociaux{
        font-size: 10px;
    }  
    #footer img{
        height: 2em;
    }
}

@media all and (max-width: 480px)
{
    #menuNavW{
        display: none;
    }

    #menuNavM{
        display: flex;
    }
}

