/***** BASE INTEGRATION *****/
/*** COLOR ***/
/*** VARIABLE ***/
/*** MIXINS ***/
/*** TOOLS ***/
*:focus {
  outline: none !important;
  box-shadow: none !important; }

.clear {
  clear: both; }

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

.green-gradient {
  background-color: #37a388;
  background-image: linear-gradient(to right bottom, #37a388 0%, #00a880 100%); }

.blue-gradient {
  background-color: #0cb1d5;
  background-image: linear-gradient(to right bottom, #0cb1d5 0%, #069fca 100%); }

.title-full {
  text-align: center;
  font-family: "Gothic", "Open Sans", sans-serif;
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #222222;
  position: relative;
  text-transform: uppercase; }
  .title-full:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 1px;
    z-index: 8;
    background: #e1e1e1; }
  .title-full .title-inner {
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    position: relative;
    z-index: 9; }
    .title-full .title-inner .indemne {
      display: block;
      font-family: "Sign", "Open Sans", sans-serif;
      color: #00a880;
      text-transform: none; }
      .title-full .title-inner .indemne img {
        vertical-align: -2px;
        margin-left: 4px; }
  @media (max-width: 767px) {
    .title-full {
      font-size: 22px;
      line-height: 28px; }
      .title-full .title-inner {
        font-size: 24px; }
        .title-full .title-inner .indemne img {
          width: 88px;
          height: auto; } }
  @media (max-width: 479px) {
    .title-full {
      font-size: 18px;
      line-height: 22px; }
      .title-full .title-inner {
        font-size: 18px;
        padding: 0 18px; }
        .title-full .title-inner .indemne img {
          width: 65px;
          height: auto; } }

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

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

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

  .visible-xxs {
    display: block !important; } }
@media (max-width: 479px) {
  body.b2b #header_user_info {
    right: 15px !important; } }

#header_user_info {
  float: right;
  padding-top: 28px; }
  #header_user_info a {
    color: #222222;
    display: block;
    font-size: 17px;
    font-family: "Gothic", "Open Sans", sans-serif;
    padding: 8px 40px 0 0;
    cursor: pointer;
    line-height: 18px;
    vertical-align: top; }
    #header_user_info a:before {
      content: '';
      display: inline-block;
      width: 19px;
      height: 23px;
      vertical-align: -4px;
      margin-right: 12px;
      background: url("../../../img/design/picto_user.png") 0 0 repeat-x;
      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 a:hover, #header_user_info a.active {
      color: #00a880; }
      #header_user_info a:hover:before, #header_user_info a.active:before {
        -moz-transform: translate(0, -4px);
        -ms-transform: translate(0, -4px);
        -webkit-transform: translate(0, -4px);
        transform: translate(0, -4px); }
  @media (max-width: 1199px) {
    #header_user_info {
      padding-top: 18px; }
      #header_user_info a {
        padding: 8px 25px 0 0; } }
  @media (max-width: 991px) {
    #header_user_info {
      padding-top: 10px; }
      #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 #e1e1e1; } }