.header_user_info {
  float: right;
  border-left: 1px solid #515151;
  border-right: 1px solid #515151; }
  .header_user_info a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }
#header_user{
  height:66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header_user #header_nav {float: left;display: inline-block;margin-right: 15px;}
#header_user .compte_text svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  stroke-width: 2.5;
}

#header_user .compte_text {
  display: flex;
  align-items: end;
  color: var(--primary)
}

@media (max-width: 768px) {
  
  #header_user .compte_text {width: 40px;align-items: start;overflow: hidden;display: inline-block;height: 30px;padding: 5px 0;}
  #header_user .compte_text svg{padding: 5px;width: 32px;height: 32px;display: block;}
  #header_user #header_nav {margin:0 }
}