#body-dash{
display: grid;
place-items: center;
width: 100%;
min-height: 100%;
top: 6.0%;
background-color: #333333;
font-family: Cambria, Arial, Helvetica, sans-serif;}

.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%;}




#menu-content{
text-align: center;
height: 100%;
line-height: 49px;}

#menu-content .a-pc{
color: #8a8a8a;
width: 162px;/*
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;}

.badge{background:#4b6e79; color:#fff; margin-left: 5px; padding:5px 10px; border-radius:10px; font-weight:700;}

.mail-card{
position: relative;   /* nécessaire pour le positionnement absolu */
border:1px solid #e6e6e6;
border-radius:16px;
padding: 16px;
padding-bottom: 28px;  /* espace pour le bouton */
margin:12px 0;
background:#646464;
box-shadow: 0 6px 18px rgba(0,0,0,.04);}

.mail-head{margin-bottom:10px}
  
.mail-subject{
margin:0;
font-size:16px;
line-height:1.2;}
  
.mail-meta{
margin-top:6px;
font-size:13px;
opacity:.7;
display:flex;
gap:8px;
flex-wrap:wrap;
align-items:center;}
  
.mail-dot{opacity:.4}
  
.mail-preview{
white-space: pre-line;
line-height:1.5;
max-height:4.5em;  /* 3 lignes */
overflow:hidden;
transition:max-height 300ms ease;}

.mail-card.is-open .mail-preview{
max-height:1000px;}
  
/* Bouton flottant */
.mail-btn{
position:absolute;
width: 8%;
right: 20px;
bottom: 16px;
color: #333333;
padding: 6px 12px;
border-radius: 8px;
border: 1px solid #ddd;
background: #c9c9c9;
cursor: pointer;}
  
.mail-btn:hover{
background: #fff;}