.menu-horizontal{
position: fixed;
top: 54px;
left: 0;
width: 100%;
height: 50px;
background-color: #f8f8f8;
border-bottom: 1px solid #4b4b4b;
z-index: 4;
display: flex; /*
justify-content: center; /* centre le conteneur interne */
background-color: rgb(19, 19, 19);
font-size: 16px;}
    
.menu-inner{
width: 100%;/*
display: flex;*/
align-items: center;
height: 100%;
line-height: 58px;}

.menu-inner a{
color: #8a8a8a;
font-weight: 500;
cursor: pointer;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);}

#menu-dashboard{
display: flex;
justify-content: space-around; /* Aligne les éléments horizontalement */
align-items: center; /* Centre les éléments verticalement */
height: 100%;
width: 100%;}

#menu-dashboard a{
height: 68%;
text-align: center; /* Centre le texte */
margin: 0;
line-height: 20px;
padding: 4px 12px 4px 12px;
width: 33.3%;}

#body-dash{
display: grid;
place-items: center;
width: 100%;
min-height: 100%;
top: 6.0%;
background-color: #333333;}


#menu-content{
text-align: center;
height: 100%;
line-height: 49px;}

#menu-content .a-pc{
color: #8a8a8a;
width: 160px;/*
padding: 12px 46px 14px 46px;*/
margin: 0px 0px 2px 0px;
height: 45px;
line-height: 44px;
display: inline-block;
border-radius: 10px;}

#menu-content .a-on{
color: white;
background-color: #585858;
border-radius: 8px;}

#menu-content .a-pc:hover{
color: white;
background-color: #585858;
border-radius: 8px;

}