/***** BASE INTEGRATION *****/
/*** VARIABLE ***/
@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
/*** MIXINS ***/
@keyframes bounceSpe {
  from {
    transform: scale(1); }
  50% {
    transform: scale(0.8); }
  to {
    transform: scale(1); } }
/*** TOOLS ***/
.yellow {
  color: #ffc928; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#user_top .header_user_info {
  float: right;
  margin-top: 4px; }
  #user_top .header_user_info a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    #user_top .header_user_info a:hover {
      color: #ffc928; }
    #user_top .header_user_info a.logout {
      position: relative;
      color: #737373;
      margin-left: 4px;
      padding-left: 7px;
      display: inline-block; }
      #user_top .header_user_info a.logout:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 3px;
        width: 1px;
        height: 12px;
        background: #737373; }
      #user_top .header_user_info a.logout:hover {
        color: #ffc928; }
  #user_top .header_user_info .picto-user {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -1px;
    background: url("../../../img/design/picto_user.png") 0 0 no-repeat; }
  #user_top .header_user_info .firm {
    color: #737373;
    text-transform: uppercase; }
@media (max-width: 991px) {
  #user_top .header_user_info a {
    font-size: 10px; }
    #user_top .header_user_info a.logout {
      margin-left: 2px;
      padding-left: 5px; }
      #user_top .header_user_info a.logout:before {
        left: 0;
        top: 3px;
        width: 1px;
        height: 10px; }
  #user_top .header_user_info .picto-user {
    vertical-align: -3px; }
  #user_top .header_user_info .firm {
    font-size: 10px; } }
@media (max-width: 767px) {
  #user_top {
    position: absolute;
    top: 0;
    right: 0; }
    #user_top .header_user_info a {
      font-size: 12px; }
      #user_top .header_user_info a.logout {
        margin-left: 4px;
        padding-left: 7px; }
        #user_top .header_user_info a.logout:before {
          left: 0;
          top: 3px;
          width: 1px;
          height: 12px; }
    #user_top .header_user_info .picto-user {
      vertical-align: -1px; }
    #user_top .header_user_info .firm {
      font-size: 12px; } }
@media (max-width: 479px) {
  #user_top .header_user_info a {
    font-size: 11px; }
  #user_top .header_user_info .firm {
    font-size: 11px; } }
