/*
 * Header
 */
.block-header {
  position: fixed;
  right: 0;
  background-color: #e1e5eb;
  width: calc(100% - 280px);
  box-shadow: 0 3px 6px 0 rgba(170, 170, 170, 0.16);
  z-index: 99;
}
@media only screen and (max-width: 1200px), screen and (max-height: 500px) {
  .block-header {
    display: none;
  }
}
.block-header__bottom__search {
  left: 16px;
  height: 31px !important;
  position: absolute;
}
.block-header__bottom .block-header__searchbar_wrapper {
  position: absolute;
  left: 63px;
  right: 6px;
}
.block-header--mobile {
  display: none;
  position: fixed;
  right: 0;
  background-color: #e1e5eb;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 1200px), screen and (max-height: 500px) {
  .block-header--mobile {
    display: block;
  }
}
.block-header__infos {
  display: flex;
  align-items: center;
  margin-left: 16px;
  color: #2f3c55;
  float: left;
}
@media only screen and (max-width: 1280px) {
  .block-header__infos {
    column-gap: 4px;
  }
}
.block-header__infos a {
  color: #2f3c55;
}
.block-header__infos .tpl_button--av {
  margin-bottom: 0;
  margin-left: 57px;
  padding-left: 17px;
  padding-right: 26px;
}
.block-header__infos .tpl_button--av:after {
  margin-left: 20px;
}
@media only screen and (max-width: 1280px) {
  .block-header__infos .tpl_button--av {
    margin-left: 0;
  }
}
.block-header__contact_icon {
  float: left;
  width: 20px;
  height: auto;
  margin-right: 8px;
}
.block-header__contact_icon--mobile {
  right: 56px;
  top: 16px;
  height: 24px !important;
  position: absolute;
}
.block-header__contact {
  font-weight: bold;
  margin-right: 12px;
  display: inline-block;
}
.block-header__contact--menu {
  font-weight: bold;
  margin-top: 16px;
  margin-left: 32px;
}
.block-header__contact--menu a {
  color: #2f3c55;
}
.block-header__contact_label {
  display: inline-block;
}
.block-header__schedule {
  font-size: 0.75em;
  display: inline;
}
.block-header__schedule--menu {
  font-size: 0.75em;
  margin-top: 8px;
  margin-left: 32px;
}
.block-header__searchbar_wrapper input#search {
  width: 90%;
  text-align: center;
  border-radius: 49px;
  font-size: 17px;
}
@media only screen and (max-width: 1734px) {
  .block-header__searchbar_wrapper input#search {
    width: 82%;
  }
}
.block-header__menu {
  margin-right: 0;
  border-spacing: 16px 0;
}
.block-header__menu--mobile {
  display: none;
  height: calc(100vh - 112px);
  overflow-y: scroll;
}
.block-header__menu--opened {
  display: block;
}
.block-header__search {
  color: #2f3c55;
  font-weight: bold;
  cursor: pointer;
  width: 33%;
}
@media only screen and (max-width: 1895px) {
  .block-header__search {
    width: 30%;
  }
}
@media only screen and (max-width: 1734px) {
  .block-header__search {
    width: 21%;
  }
}
@media only screen and (max-width: 1568px) {
  .block-header__search {
    display: none;
  }
}
.block-header__search .block-header__menu_item::before {
  background-image: url(../../img/search_icon.png);
  background-size: 12px 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  margin-right: 8px;
}
.home .block-list-prod ul.products_woo {
  display: grid;
  justify-content: center;
  align-items: center;
  list-style: none;
  column-gap: 45px;
  grid-template-columns: auto auto auto;
}
@media only screen and (max-width: 768px) {
  .home .block-list-prod ul.products_woo {
    grid-template-columns: auto;
  }
}
.home .block-list-prod ul.products_woo .block-img {
  position: relative;
  width: 370px;
}
@media only screen and (max-width: 1568px) {
  .home .block-list-prod ul.products_woo .block-img {
    width: 300px;
  }
}
.home .block-list-prod ul.products_woo .block-img .img_woo {
  width: 311px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .home .block-list-prod ul.products_woo .block-img .img_woo {
    width: 314px;
  }
}
.home .block-list-prod ul.products_woo .block-img h2 {
  font-size: 19px;
  text-align: left;
  margin-left: 23px !important;
}
.home .block-list-prod ul.products_woo .block-img::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 219px;
  background: #e1e5eb;
  z-index: -1;
  border-radius: 20px 20px 20px 20px;
}
.home .block-list-prod ul.products_woo .block-img:hover::after {
  background-color: #BBBFE8;
}
.home .block-list-prod ul.products_woo .block-img .prix_bt {
  display: flex;
  justify-content: space-between;
  margin: 18px 23px;
}
.home .block-list-prod ul.products_woo .block-img .prix_bt span {
  font-family: 'Spectral';
  font-weight: 900;
  font-size: 15px;
}
.home .block-list-prod ul.products_woo .block-img .prix_bt a {
  color: #f0b390;
  border-radius: 45px;
  background: white;
  border: 1px solid #f0b390;
  padding: 3px 18px;
  font-size: 16px;
}
.home .block-introduction__content-2 {
  padding: 35px 0px 6px;
}
.home .block-introduction__content-2 h1 {
  color: #2f3c55;
}
.home .block-introduction__content-2 .block-introduction__description-2 {
  color: #647381;
}
.home .block-introduction__overlay--revert {
  background: none;
}
.block-header__menu_wrapper {
  padding: 20px 0;
  cursor: pointer;
}
.block-introduction {
  margin-bottom: 45px;
}
.block-header__menu_wrapper:after {
  background-image: url(../../img/chevron_down_blue.png);
  background-size: 10px 6px;
  display: inline-block;
  width: 10px;
  height: 6px;
  content: "";
  margin-left: 8px;
}
.block-header__menu_item {
  color: #2f3c55;
  font-weight: bold;
}
header.block-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 43px;
  top: 42px;
}
@media only screen and (max-width: 768px) {
  header.block-header {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  header.block-header {
    column-gap: 6px;
  }
}
.block-header__submenu_wrapper {
  position: absolute;
  display: none;
  background-color: #f9fafc;
  border: 1px solid #cacad0;
  margin-top: 16px;
  margin-left: -16px;
}
.block-header__searchbar_wrapper {
  border-radius: 49px;
}
.block-header__searchbar_wrapper--mobile {
  padding: 16px;
}
.block-header__menu_wrapper:hover .block-header__submenu_wrapper {
  display: block;
}
.block-header__form_wrapper {
  padding: 16px 16px 0 16px;
  cursor: default;
}
.block-header__form_wrapper--alt {
  padding: 16px 0 0 64px;
  cursor: default;
}
.block-header__input {
  width: calc(100% - 16px);
}
.block-header__icon {
  height: 30px !important;
  cursor: pointer;
}
.block-header__top {
  text-align: center;
  padding: 8px 0;
  border-bottom: solid 1px #647381;
}
.block-header__bottom {
  padding: 9px 8px 9px 8px;
  box-shadow: 0 3px 6px 0 rgba(170, 170, 170, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.block-header__bottom a {
  margin-left: 3px;
  font-weight: 900;
}
.block-header__bottom a:after {
  display: none;
}
.block-header__menu_icon {
  left: 16px;
  top: 26px;
  height: 19px !important;
  position: absolute;
}
.block-header__cart {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1200px), screen and (max-height: 500px) {
  .block-header__cart {
    right: 16px;
    top: 16px;
    height: 24px;
    position: absolute;
  }
  .block-header__cart img {
    height: 24px;
  }
}
.block-header__cart__quantity {
  position: absolute;
  color: #69779b;
  background: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  right: -10px;
  top: -10px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px), screen and (max-height: 500px) {
  .block-header__cart__quantity {
    height: 15px;
    width: 15px;
    line-height: 15px;
    font-size: 12px;
  }
}
.block-header__size_icon {
  left: 16px;
  height: 24px;
  position: absolute;
}
.block-header__funelior_logo {
  height: 67px !important;
}
.block-header__searchbar {
  color: #2f3c55;
  border: none;
  width: -webkit-fill-available;
  padding: 8px 40px 8px 16px;
  background: url(../../img/search_icon.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
  text-transform: uppercase;
  font-weight: 900;
}
.block-header__searchbar::placeholder {
  color: #647381;
}
.block-header__searchbar_background {
  position: relative;
  display: inline-block;
  border-radius: 24px;
  padding: 4px 0;
  background-color: #ffffff;
}
.block-header__searchbar__submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.block-header__close {
  float: right;
  height: 32px !important;
  width: auto;
}
.block-header--mobile .block-header__bottom__search {
  display: none;
}
.block-header__searchbar_wrapper_mobile {
  border-radius: 49px;
  width: 63%;
}
@media only screen and (max-width: 981px) {
  .block-header__searchbar_wrapper_mobile {
    width: 54%;
  }
}
@media only screen and (max-width: 768px) {
  .block-header__searchbar_wrapper_mobile {
    width: 43%;
  }
}
@media only screen and (max-width: 660px) {
  .block-header__searchbar_wrapper_mobile {
    width: 36%;
  }
}
@media only screen and (max-width: 595px) {
  .block-header__searchbar_wrapper_mobile {
    width: 31%;
  }
}
@media only screen and (max-width: 551px) {
  .block-header__bottom {
    justify-content: center;
  }
}
@media only screen and (max-width: 507px) {
  .block-header__bottom {
    column-gap: 2px;
  }
  .block-header__searchbar {
    font-size: 11px;
  }
}
@media only screen and (max-width: 455px) {
  .block-header__searchbar_wrapper_mobile {
    display: none;
  }
  .block-header--mobile .block-header__bottom__search {
    display: block;
  }
  .block-header__bottom {
    justify-content: flex-end;
  }
  .block-header__bottom {
    column-gap: 17px;
  }
}
/*# sourceMappingURL=./block-header.css.map */