.header_user {
  padding-top:18px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.header_user_info,
.header_user_pro {
  float: left;
  width: 49%;
min-height: 54px;
font-weight: 400;
display: block;
padding: 0;
cursor: pointer;
line-height: 16px;}

#header_user_info_toogle {
  background: #faedc7;
  display: none;
  left: 0;
  margin-top: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

#header_user_info_toogle span {
  display: block;
}

.header_user_info .customername {
  display: block;
  height: 38px;
  width: 100%;
}

.header_user_pro {
  background: #4b3a20;
  margin-right: 2%;
}
.header_user_pro a,.header_user_info a {
    color: #faedc7;
    font-weight: 400;
    display: block;
    padding: 9px;
    cursor: pointer;
    line-height: 16px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; }
    }
.header_user_pro .accproicon:before {
  content: url(img/icon-pro.png);
  display: block;
  float: left;
  min-height: 34px;
  width: 40px;
}
.header_user_info .logout {
    font-weight: 400;
    display: block;
    padding: 9px 9px 7px;
    cursor: pointer;
    position: relative;
    line-height: 16px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; }
    }
.header_user_pro a.accprodiv span {
  font-size: 14px;
}
.header_user_info .accicon:before {
  content: url(img/icon-compte.png);
  display: block;
  float: left;
  min-height: 34px;
  width: 40px;
}
.header_user_info .customeracc a,
.header_user_info .signout a {
  font-weight: 600;
}
.header_user_info .customeracc a:hover,
.header_user_info .signout a:hover {
  color: #9BAF8F;
}

.header_user_info {
  background: #faedc7;
}
.header_user_info a {
    color: #4b3a20;
    font-weight: 400;
    cursor: pointer;
    line-height: 16px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; }
    }
.header_user_info .accicon {
  content: "icone";
  display: block;
  float: left;
  min-height: 34px;
  width: 40px;
}
.header_user_info a.accdiv span {
  font-size: 14px;
}
