/* bg footer */
.header_user_info {
  float: right;
  border-left: 1px solid #6d5f5e; }
  @media (max-width: 480px) {
    .header_user_info.logged {
      /* MOBILE */
      display: none !important; } }
  @media (max-width: 480px) {
    .header_user_info {
      /* MOBILE */
      width: 12%;
      height: 58px;
      background-color: #3c2d2c;
      position: relative; }
      .header_user_info:before {
        content: "\f007";
        font-family: "FontAwesome";
        display: block;
        color: white;
        font-size: 24px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        line-height: 58px;
        z-index: 1; } }
  .header_user_info a {
    font-family: 'robotomedium';
    color: #fff;
    font-weight: normal;
    display: block;
    padding: 8px 15px 11px 15px;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 480px) {
      .header_user_info a {
        /* MOBILE */
        text-indent: -5000px;
        z-index: 2;
        height: 100%;
        position: relative; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }
      @media (max-width: 480px) {
        .header_user_info a:hover, .header_user_info a.active {
          /* MOBILE */
          background: none; } }
      .header_user_info a:hover:before, .header_user_info a.active:before {
        color: #b6005e !important; }
    .header_user_info a.login:before {
      content: "\f007";
      font-family: "FontAwesome";
      display: inline-block;
      color: #fff;
      padding-right: 5px; }

/*# sourceMappingURL=blockuserinfo.css.map */
<script src="/fr/js/vinotrip-static.js"></script>