.header_user_info {
  float: right;
 }
  .header_user_info a {
    color: #fff;
    font-weight: 100;
    font-size:12px;
    line-height:16px;
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    text-transform: uppercase;}
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }

.header_user_info_logged
{
  width: 20px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(/img/customer.png);
  display: inline-block;
  margin-top: 7px;
  cursor: pointer;
}

.header_user_info_logged_pop
{
  display:none;
  position: absolute;
  top: 35px;
  border: 1px solid #e6e6e6;
  padding: 15px;
  margin-left:-125px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  width:250px;
  z-index:9999;
  color:black;
  background-color: white;
}

.header_user_info_logged_pop.expanded
{
  display: block;
}

.header_user_info_logged_pop .bonjour
{
  margin-bottom:20px;
}

.header_user_info_logged_pop a
{
  color:black;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 16px;
  font-weight: 700;
  display: block;
  margin-top:5px;
  margin-bottom:5px;
  padding:0;
}

.header_user_info_logged_pop a.logout
{
  margin-top:20px;
}
/*# sourceMappingURL=blockuserinfo.css.map */
