#user-links .label, #account .overflow, .col2, #caption .part2, #user-links .mini-cart-total, #user-links .logout-btn, .block.whoare, .block.whoare .desc, #spaces, #panels-wrapper, #langs, #admin-menu {
  display: none;
}

#container {
  padding-top: 36px;
}

#header {
  padding-bottom: 9px;
}

.title-n1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.16333em;
  margin-bottom: 6px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
.title-n1::before {
  content: '';
  height: 1px;
  display: block;
  width: 72px;
  background-color: #59493F;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .title-n1 {
    font-size: 1.25em;
    margin-bottom: 27px;
    font-family: Open Sans Light, Open Sans;
    font-weight: 300;
  }
  .title-n1::before {
    width: 204px;
    margin-left: -102px;
  }
}
@media only screen and (min-width: 1201px) {
  .title-n1 {
    margin-bottom: 23px;
    font-size: 1.66667em;
  }
  .title-n1::before {
    width: 228px;
    margin-left: -114px;
  }
}
.page-contact .title-n1 {
  color: #ffffff;
}
.page-contact .title-n1::before, .page-contact .title-n1::after {
  border-color: #ffffff;
}

#bandeau-w {
  background-color: #59493F;
  margin-bottom: 6px;
  height: 36px;
  position: fixed;
  z-index: 16;
  width: 100%;
  top: 0;
  left: 0;
}

#bandeau {
  width: 100%;
  text-align: right;
}

#bandeau a {
  color: #ffffff;
}

#who-links {
  float: left;
}

#who-links li {
  float: left;
}

#who-links li + li {
  border-left: 1px solid #ffffff;
}

#who-links a {
  padding: 0 5px;
  display: none;
}
#who-links a:hover {
  text-decoration: underline;
}

.sidetoright #bandeau-w {
  position: absolute;
  top: -36px;
}

@media only screen and (min-width: 768px) {
  #who-links a {
    display: inline;
  }
  #who-links .link-order a, #who-links .link-favorites a, #who-links .link-show-catalog a {
    display: none;
  }
  #who-links .link-batch.no-catalog {
    border: none;
  }

  #container {
    padding-top: 0;
  }

  #bandeau-w {
    height: 24px;
    position: relative;
    top: auto;
    left: auto;
  }

  #bandeau {
    float: none;
  }

  #who-links {
    padding: 6px 0 0 0;
    margin-left: -5px;
    display: block;
  }
}
#user-links {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#user-links li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#user-links .ico {
  font-size: 26px;
}
#user-links a {
  padding: 4px 5px 0;
  height: 36px;
  width: 36px;
  display: block;
  text-align: center;
}
#user-links a:hover, #user-links a:active {
  background-color: #ad9d8e;
}

#user-links .label, #cart .nbitemscart, #account .overflow {
  display: none;
}

#logo-part {
  text-align: center;
  padding: 4px 0 11px;
  margin: 0 auto;
  width: 186px;
}
#logo-part img {
  width: auto;
}
#logo-part a {
  display: block;
}

#caption {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  color: #59493F;
  margin-top: 8px;
}

#sitename {
  text-transform: uppercase;
  font-size: 1.44em;
  font-family: Open Sans Light, Open Sans;
  font-weight: 300;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #header {
    padding-bottom: 19px;
  }

  #admin-menu {
    display: block;
    margin-bottom: 6px;
    padding-top: 6px;
  }
  #admin-menu label {
    font-size: 11px;
  }
  #admin-menu .ui-autocomplete-input {
    background-color: #f0eded;
    border: 1px solid #f0eded;
    color: #59493F;
    height: 21px;
    font-size: 12px;
  }

  #user-links {
    float: right;
  }
  #user-links .mini-cart-total {
    display: block;
    color: #59493F;
    text-align: right;
    white-space: nowrap;
  }

  #user-links li > a {
    padding: 6px 24px;
    text-transform: uppercase;
    height: auto;
    width: auto;
  }
  #user-links li > a.logout-btn {
    display: block;
    color: #ad9d8e;
    text-transform: none;
    text-align: right;
    position: absolute;
    right: 0;
    padding: 0;
    margin-right: 9px;
    top: 57px;
  }
  #user-links li > a.logout-btn:hover {
    background-color: transparent;
    text-decoration: underline;
  }

  #user-links .label {
    display: inline;
  }

  #cart {
    background-color: #EA6645;
    position: relative;
  }

  #account {
    position: relative;
  }

  #account .overflow {
    display: block;
    width: 200px;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 15;
    text-align: right;
    color: #59493F;
    text-transform: none;
    padding-right: 9px;
  }

  #account .ico {
    display: none;
  }

  #cart .overflow {
    background-color: transparent;
    display: block;
    width: 100%;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 15;
    text-align: center;
  }

  #cart .ico {
    margin: 3px 0 0 5px;
    font-size: 36px;
    color: #59493F;
    float: left;
  }

  #cart .nbitemscart {
    display: block;
    color: #59493F;
    text-transform: none;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 5px;
  }

  #sitename {
    width: 150px;
    padding-left: 12px;
    margin-left: 10px;
    text-align: left;
    font-size: 1.11667em;
    border-left: 1px solid #ad9d8e;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
  }

  #logo-part {
    padding-bottom: 0;
    vertical-align: bottom;
    margin-left: -8px;
    width: 190px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .login {
    float: none;
  }

  .login #header {
    padding-top: 44px;
    padding-bottom: 21px;
  }
  .login #header #logo {
    padding-bottom: 21px;
    width: 239px;
  }
  .login #header #sitename {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #header {
    padding-bottom: 0px;
  }

  #who-links {
    display: block;
  }
  #who-links .link-order a, #who-links .link-favorites a, #who-links .link-show-catalog a {
    display: inline;
  }
  #who-links .link-batch.no-catalog {
    border-left: 1px solid white;
  }

  #user-links .overflow .label {
    font-size: 12px;
  }

  #sitename {
    font-size: 1.5em;
  }

  #admin-menu {
    margin-bottom: 0;
  }
  #admin-menu label {
    font-size: 13px;
  }
  #admin-menu .ui-autocomplete-input {
    background-color: #f0eded;
    border: 1px solid #f0eded;
    color: #59493F;
    height: 21px;
    font-size: 12px;
  }

  #logo-part {
    margin: 1px 0 0 -8px;
    width: 239px;
    text-align: left;
  }
}
#form-search .icon {
  float: right;
  margin: 7px 20px 0 0;
}

#form-search {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 100%;
}
#form-search .input-search {
  position: relative;
}
#form-search input {
  width: 36px;
  border: 0 none;
  background-color: transparent;
  -moz-transition-property: width, opacity;
  -o-transition-property: width, opacity;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 36px;
  position: relative;
  z-index: 5;
  opacity: 0;
  padding: 0 15px 0 4px;
}
#form-search input:focus {
  width: 150px;
  z-index: 1;
  color: #ffffff;
  opacity: 1;
}
#form-search input:focus:-moz-placeholder {
  color: #ad9d8e;
}
#form-search input:focus::-moz-placeholder {
  color: #ad9d8e;
}
#form-search input:focus:-ms-input-placeholder {
  color: #ad9d8e;
}
#form-search input:focus::-webkit-input-placeholder {
  color: #ad9d8e;
}
#form-search button {
  position: absolute;
  right: 5px;
  top: 2px;
  background-color: transparent;
  border: 0 none;
  margin: 0;
  font-size: 22px;
  color: #ffffff;
  padding: 4px 5px 0;
  z-index: 4;
}
#form-search button:active {
  z-index: 6;
}

@media only screen and (min-width: 768px) {
  #form-search {
    float: right;
    z-index: 9;
    position: absolute;
    top: 94px;
    right: 33px;
  }
  #form-search input {
    opacity: 1;
    background-color: #ffffff;
    padding: 0 15px 0 4px;
    color: #59493F;
    border: 1px solid #ad9d8e;
    height: 25px;
    width: 206px;
    z-index: 1;
  }
  #form-search input:-moz-placeholder {
    color: #ad9d8e;
  }
  #form-search input::-moz-placeholder {
    color: #ad9d8e;
  }
  #form-search input:-ms-input-placeholder {
    color: #ad9d8e;
  }
  #form-search input::-webkit-input-placeholder {
    color: #ad9d8e;
  }
  #form-search input:focus {
    width: 206px;
    background-color: #ffffff;
    z-index: 1;
  }
  #form-search input:focus {
    color: #59493F;
  }
  #form-search .ico-search {
    color: #59493F;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  #form-search {
    top: 100px;
  }

  #form-search input {
    height: 31px;
    width: 273px;
  }
  #form-search input:focus {
    width: 273px;
  }
  #form-search input .ico-search {
    font-size: 18px;
  }
}
.home .title-n1 {
  margin-top: 17px;
  margin-bottom: 17px;
}

@media only screen and (min-width: 768px) {
  .home .title-n1 {
    margin-top: 24px;
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 1201px) {
  .home .title-n1 {
    margin-top: 26px;
    margin-bottom: 36px;
  }
}
.page-contact #body {
  background-image: url("/images/contact.jpg");
  background-size: cover;
}

.annonce-promo {
  color: #EA6645;
  background-color: #e8e1db;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  display: block;
  height: auto;
  padding: 6px;
  line-height: 1.5;
}
.annonce-promo strong {
  text-transform: uppercase;
}
.annonce-promo .button {
  font-size: 0.9em;
  display: inline-block;
  background-color: #59493F;
  color: #FFF;
  padding: 8px;
  margin-left: 10px;
  line-height: 1;
}
.annonce-promo.relax {
  display: none;
}
.annonce-promo.relax strong {
  color: #EA6645;
}
.annonce-promo.relax .button {
  background-color: #EA6645;
}

#view-user-name {
  width: 250px;
}

/*# sourceMappingURL=header.css.map */
