/*** 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; } }
@media (max-width: 767px) {
  #header {
    display: none; } }

#header_mobile {
  background: #f0ecda;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  border-bottom: 1px solid #d0cfc9;
  /*  @media (max-width: 350px) {
      #header_logo{
        width: 100px;      
        img{
          width: 100px;
        }
      }
    }*/ }
  #header_mobile #header_logo {
    float: left;
    width: 60%;
    background: #f0ecda; }
    #header_mobile #header_logo a {
      display: block;
      float: left; }
    #header_mobile #header_logo img {
      max-width: 220px; }
  @media (min-width: 480px) {
    #header_mobile {
      display: none; } }
  @media (max-width: 767px) {
    #header_mobile {
      display: block; }
      #header_mobile #header_logo {
        float: none;
        width: 120px;
        position: absolute;
        left: 80px;
        padding-top: 5px; }
        #header_mobile #header_logo.no-menu {
          position: initial;
          float: left;
          left: auto;
          padding: 0 15px;
          padding-top: 23px; }
        #header_mobile #header_logo img {
          width: 120px; } }
  @media (max-width: 479px) {
    #header_mobile {
      padding-bottom: 0; }
      #header_mobile #header_logo {
        width: 120px;
        left: 52px;
        padding-top: 10px; }
        #header_mobile #header_logo.no-menu {
          width: 160px; }
        #header_mobile #header_logo img {
          width: 120px;
          height: auto; } }

@media (max-width: 479px) {
  #slider_row {
    padding-top: 60px; } }
#menu_mobile_header {
  float: left;
  padding: 0 15px;
  text-align: right;
  font-size: 0; }
  #menu_mobile_header #bt_menu_mobile {
    padding: 5px 0; }
    #menu_mobile_header #bt_menu_mobile #mobilemenu-opener {
      cursor: pointer;
      display: block;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #menu_mobile_header #bt_menu_mobile #mobilemenu-opener:hover {
        background: #dddddd; }
      #menu_mobile_header #bt_menu_mobile #mobilemenu-opener:before {
        content: '';
        display: block;
        font-family: "FontAwesome";
        width: 40px;
        height: 40px;
        background-size: 100% auto;
        background: #f07039 url("../../../../../img/design/bt_menu.svg") center center no-repeat; }
  @media (max-width: 767px) {
    #menu_mobile_header {
      padding-top: 15px; } }
  @media (max-width: 479px) {
    #menu_mobile_header {
      padding-top: 8px;
      padding-left: 10px; } }

#mobile_header {
  float: right;
  width: 60%;
  padding: 0 5px;
  text-align: right;
  font-size: 0; }
  @media (max-width: 360px) {
    #mobile_header {
      width: 75%; } }
  #mobile_header .mobile-header-link {
    margin: 0 5px;
    display: inline-block;
    vertical-align: top; }
    #mobile_header .mobile-header-link a, #mobile_header .mobile-header-link span {
      display: inline-block;
      font-size: 20px;
      line-height: 28px;
      height: 40px;
      color: #2d2d2d;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #mobile_header .mobile-header-link a:hover, #mobile_header .mobile-header-link span:hover {
        color: #f07039; }
  #mobile_header #search_mobile #search_link {
    cursor: pointer; }
    #mobile_header #search_mobile #search_link:before {
      content: '\f002';
      display: inline-block;
      font-family: "FontAwesome";
      font-size: 20px;
      width: 40px;
      height: 40px;
      background: #f07039;
      -moz-border-radius: 45px;
      -webkit-border-radius: 45px;
      border-radius: 45px;
      text-align: center;
      line-height: 40px;
      color: #fff; }
  #mobile_header #event_mobile #event_link:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../../../../../img/design/calendrier.png") no-repeat center center; }
  #mobile_header #user_mobile #user_link:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../../../../../img/design/compte-mobile.svg") no-repeat center center; }
  #mobile_header #cart_mobile #cart_link {
    position: relative; }
    #mobile_header #cart_mobile #cart_link:before {
      content: '';
      display: inline-block;
      width: 40px;
      height: 40px;
      background: url("../../../../../img/design/panier-mobile.svg") no-repeat center center; }
    #mobile_header #cart_mobile #cart_link #cart_pop {
      font-family: "Roboto Condensed", sans-serif;
      position: absolute;
      display: block;
      font-size: 10px;
      line-height: 16px;
      text-align: center;
      font-weight: 600;
      padding-right: 1px;
      color: #fff;
      min-width: 20px;
      height: 20px;
      top: -10px;
      right: -10px;
      border: 2px solid #fff;
      background: #f07039;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }
  @media (max-width: 767px) {
    #mobile_header {
      padding-top: 15px; } }
  @media (max-width: 479px) {
    #mobile_header {
      padding-top: 10px; } }

@media (min-width: 480px) {
  #search_block_top {
    display: block; }
    #search_block_top.mobile {
      display: none;
      visibility: hidden; } }
@media (max-width: 767px) {
  #search_block_top {
    display: none; }
    #search_block_top.mobile {
      display: block; } }

#search_block_top.mobile {
  padding-top: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s; }
  #search_block_top.mobile #search_query_top {
    height: 50px; }
  #search_block_top.mobile .btn.button-search {
    width: 38px;
    right: 15px;
    height: 48px;
    padding: 0; }
    #search_block_top.mobile .btn.button-search:before {
      height: 38px;
      width: 38px;
      line-height: 38px;
      font-size: 18px; }
  #search_block_top.mobile.active {
    padding-top: 5px;
    visibility: visible;
    height: 60px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
