.header_user_info {
  position: absolute;
  top:-85px;
  width:200px;
  font-size:18px; 
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width:768px) and (max-width:991px){
    .header_user_info {
      top:-114px;
      right:30px;
      width:200px;
      font-size:18px; 
      font-size: 1.8rem;
    }    
}
@media (min-width:992px) and (max-width:1199px){
    .header_user_info {
      top:-150px;
      right:160px;
      width:200px;
      font-size:18px; 
      font-size: 1.8rem;
    }      
}
@media (min-width:1200px) {
    .header_user_info {
      top:-170px;
      right:160px;
      width:200px;
      font-size:18px; 
      font-size: 1.8rem;
    }      
}
  .header_user_info a.account {
    padding: 12px 15px 5px 38px;
    cursor: pointer;
    background: url(../../../img/ico-mon-compte.png) no-repeat center left;
    display: block;
 }
 @media (min-width:992px) and (max-width:1199px) {
     .header_user_info a.account {margin-left:20px;padding: 12px 5px 5px 35px;}
 }
   .header_user_info2 a.logout {
       color:#cc0000; 
       font-size: 14px; 
       font-weight: 300;
        position: absolute;
        top:-45px;

        width:180px;
        padding-left:38px;       
   }
@media (min-width:768px) and (max-width:991px){
   .header_user_info2 a.logout {
        top:-80px;
        right:50px;
   }
}
@media (min-width:992px) and (max-width:1199px){
   .header_user_info2 a.logout {
        top:-110px;
        right:180px;
   }     
}
@media (min-width:1200px) {
   .header_user_info2 a.logout {
        top:-140px;
        right:180px;   
   }  
}
   .header_user_info2 a.login {
    position: absolute;
    top:-85px;

    width:200px;
    font-size:18px; 
    font-size: 1.8rem;
    font-weight: 600;  
    padding: 12px 15px 5px 38px;
    cursor: pointer;
    background: url(../../../img/ico-mon-compte.png) no-repeat center left;
    display: block;
   }
   @media (min-width:768px) and (max-width:991px){
   .header_user_info2 a.login {
        top:-114px;
        right:30px;
   }
}
@media (min-width:992px) and (max-width:1199px){
   .header_user_info2 a.login {
        top:-150px;
        right:140px;
   }     
}
@media (min-width:1200px) {
   .header_user_info2 a.login {
        top:-170px;
        right:160px;
   } 
}

    .header_user_info a:hover, .header_user_info a.active {
     }

/*# sourceMappingURL=blockuserinfo.css.map */
