/*** 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 #808080; }
  #header_user_info_nav a {
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 5px 8px;
    line-height: 18px; }
    #header_user_info_nav a:hover, #header_user_info_nav a.active {
      color: #f07039; }

#header_user_info {
  text-align: center;
  float: right; }
  #header_user_info .link-wrapper {
    position: relative;
    padding-bottom: 30px;
    display: block; }
    #header_user_info .link-wrapper:hover > #sub_user {
      visibility: visible;
      top: 115px;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    #header_user_info .link-wrapper a {
      display: block;
      font-size: 16px;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif; }
      #header_user_info .link-wrapper a.login, #header_user_info .link-wrapper a.event {
        font-size: 16px;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        color: #2d2d2d;
        cursor: pointer;
        vertical-align: top; }
        #header_user_info .link-wrapper a.login:after, #header_user_info .link-wrapper a.event:after {
          content: '\f078';
          display: inline-block;
          font-family: "FontAwesome";
          margin-left: 5px; }
        #header_user_info .link-wrapper a.login:before, #header_user_info .link-wrapper a.event:before {
          content: '';
          display: block;
          background: url("../../../img/design/renard-compte-off.gif") no-repeat center center;
          width: 65px;
          height: 90px;
          margin: auto; }
        #header_user_info .link-wrapper a.login:hover:before, #header_user_info .link-wrapper a.event:hover:before {
          content: '';
          display: block;
          background: url("../../../img/design/renard-compte.gif") no-repeat center center;
          width: 65px;
          height: 90px;
          margin: auto; }
      #header_user_info .link-wrapper a.event {
        position: absolute;
        right: 150px; }
        #header_user_info .link-wrapper a.event:before {
          background: url("../../../img/design/calendrier.png") no-repeat center center; }
        #header_user_info .link-wrapper a.event:after {
          display: none; }
        #header_user_info .link-wrapper a.event:hover:before {
          background: url("../../../img/design/calendrier.png") no-repeat center center; }
    #header_user_info .link-wrapper #sub_user {
      position: absolute;
      top: 0px;
      left: 50%;
      z-index: 99;
      height: auto;
      background: #fff;
      margin-left: -125px;
      color: #808080;
      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: 115px;
        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: #2d2d2d;
        padding: 4px 5px;
        display: inline-block; }
        #header_user_info .link-wrapper #sub_user li a:hover {
          color: #f07039; }
          #header_user_info .link-wrapper #sub_user li a:hover i {
            color: #f07039; }
        #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 #dddddd; } }
