/*** COLORS ***/
/*** MENU ***/
/*** MIXINS ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
#header_user_info_nav {
  float: right;
  border-left: 1px solid #cdd5d5; }
  #header_user_info_nav a {
    display: block;
    color: #336666;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px 0 32px;
    line-height: 35px;
    position: relative; }
    #header_user_info_nav a:hover, #header_user_info_nav a.active {
      color: #50a5bb; }
    #header_user_info_nav a:before {
      content: "";
      width: 32px;
      height: 35px;
      background: url("../../../img/design/icon-compte.gif") no-repeat center center;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      left: 0;
      top: 0; }

#header_user_info {
  float: right;
  border-left: 1px solid #cdd5d5; }
  #header_user_info .link-wrapper {
    position: relative;
    padding-bottom: 0px; }
    #header_user_info .link-wrapper:hover > #sub_user {
      visibility: visible;
      top: 37px;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    #header_user_info .link-wrapper a {
      display: block;
      color: #336666;
      font-size: 14px;
      font-weight: 500;
      padding: 0 10px 0 32px;
      line-height: 35px;
      position: relative; }
      #header_user_info .link-wrapper a:hover, #header_user_info .link-wrapper a.active {
        color: #50a5bb; }
      #header_user_info .link-wrapper a:before {
        content: "";
        width: 32px;
        height: 35px;
        background: url("../../../img/design/icon-compte.gif") no-repeat center center;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 0; }
      #header_user_info .link-wrapper a.login:after {
        content: "\f107";
        font-family: "FontAwesome";
        display: inline-block;
        float: right;
        font-size: 20px;
        color: #a5bd16;
        margin: 0 0 0 10px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
      #header_user_info .link-wrapper a.login:hover:before, #header_user_info .link-wrapper a.login.active:before {
        color: #336666; }
      #header_user_info .link-wrapper a.login:hover:after, #header_user_info .link-wrapper a.login.active:after {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    #header_user_info .link-wrapper #sub_user {
      position: absolute;
      top: 0px;
      left: 0;
      z-index: 50000;
      height: auto;
      background: #fff;
      color: #333333;
      width: 250px;
      padding: 10px;
      text-align: left;
      visibility: hidden;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #header_user_info .link-wrapper #sub_user.active {
        visibility: visible;
        top: 30px;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
      #header_user_info .link-wrapper #sub_user li a {
        font-size: 14px;
        line-height: 18px;
        color: #336666;
        padding: 4px 5px;
        display: inline-block; }
        #header_user_info .link-wrapper #sub_user li a:before {
          display: none; }
        #header_user_info .link-wrapper #sub_user li a:hover {
          color: #50a5bb; }
          #header_user_info .link-wrapper #sub_user li a:hover i {
            color: #50a5bb; }
        #header_user_info .link-wrapper #sub_user li a i {
          width: 20px;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s; }
  @media (max-width: 991px) {
    #header_user_info a {
      padding: 5px 15px 0 0;
      font-size: 14px; }
      #header_user_info a:before {
        margin-right: 8px; } }
  @media (max-width: 767px) {
    #header_user_info {
      padding-top: 10px; }
      #header_user_info a {
        padding: 3px 10px 0 0; }
        #header_user_info a:before {
          margin-right: 0px; }
        #header_user_info a span {
          display: none; } }
  @media (max-width: 479px) {
    #header_user_info {
      position: absolute;
      top: 0;
      right: 49px;
      padding-top: 10px; }
      #header_user_info a {
        padding: 3px 8px 3px 8px;
        border-left: 1px solid #edf1f1; } }
