body {
  overflow-x: hidden;
}

#header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

body {
  -webkit-font-smoothing: antialiased !important;
}

#header .header-nav {}

/* commenté pour refonte  */
/* .block-category .category-cover{
  height: 180px;
} */

#tab-points-de-vente .selected {
  -webkit-box-shadow: #8cb993 0px 4px 0px 0px inset;
          box-shadow: #8cb993 0px 4px 0px 0px inset;
}

#header .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#left-part-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* MENU */

#contener-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-top: 0px;
  padding-left: 10px;
}

#espace-revendeur-true-link-header {
  color: white !important;
  text-decoration: underline;
}

#_link_delivery {
  height: 75%;
}

.right-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .header-nav .user-info,
#header .header-nav .language-selector,
#header .header-nav .blockcart,
#header .header-nav .currency-selector {
  margin: 0 15px;
}

#header .header-nav {
  margin: 0px !important;
}

.tab-menu-header {
  font-size: 0.9em;
}

#product-li-tab-menu {
  margin-right: 20px;
}


#bloc-txt-banner {
  margin-top: 300px;
}

#bloc-txt-banner h1 {

  font-weight: 800;
  font-size: 2vw;
  line-height: 125%;
  text-transform: uppercase;

}

#contener-mobile-titre-header {
  padding: 25px 0;
}

#contener-mobile-titre-header h1 {
  font-weight: 800;
  font-size: 1.2em;
  max-width: 70%;
  line-height: 130%;
  margin: 0px auto;
  margin-bottom: 10px;
}

#contener-txt-banner {
  position: absolute;
  right: 15%;
  width: 30%;
  top: 2%;
}

@media (max-width: 1400px) {

  #contener-txt-banner {
    position: absolute;
    right: 9%;
    width: 40%;
    top: 2%;
  }

  #bloc-txt-banner h1 {
    font-size: 2.7vw;
  }

}


.mobile-top-menu {
  background-color: #3c3a36;
  font-size: 11px;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#main-menu .tab-menu-header a {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

#header .header-nav {
  margin: 0px;
  height: 100%;
}

.header-nav {
  padding: 0px;
}

#bloc-part-ico-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#empty-search {
  display: none;
  cursor: pointer;
}

@media (max-width: 1450px) {

  #header .header-nav .right-nav {
    position: absolute;
    right: 10px;
    top: 6px;
  }

  #header .header-nav {
    padding-top: 30px;
  }

}

div#empty-search {
  position: absolute;
  left: 10px;
  margin-right: 5px;
  font-size: 20px;
  z-index: 10;
  color: #8cb993;
}









/* PRODUCTS */

@media (min-width: 767px) {

  .wrapper-category-cover {
    margin-top: -62px;
  }

  #btn-search-mobile {
    display: none;
  }

  #menu-products-v2 {
    position: absolute;
    z-index: 199;
    left: 0px;
    top: 100%;
    width: 100%;
    height: auto;
    padding: 25px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 5px solid #8cb993;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    overflow: hidden;
  }

  #product-li-tab-menu:hover #menu-products-v2 {
    opacity: 1;
    visibility: visible;
  }

  #menu-products-v2 #table-menu-v2 a {
    color: black;
  }

  #table-menu-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }

  #table-menu-v2 li ul {
    display: block;
  }

  #main-menu #table-menu-v2 .sublinks-menu-v2 {
    font-weight: bold;
    position: relative;
    display: block;
    width: 90%;
  }


  .subchild_menu_v2 a {
    width: 90%;
    display: block;
  }

  /* .sublinks-menu-v2:before{
              content: "/";
              position: absolute;
              right: 100%;
              margin-right: 10px;
              top: 0px;
              color: #8cb993;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -ms-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;

              
            } */

  #firstbloc-menu-v2 {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;

  }

  #preview-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    height: 300px;
    margin-top: 15px;
  }

  .subcateg-menu-v2 {
    margin: 20px 0px;
    /*flex: 0 0 25%;*/
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    /* menu vertical */
    text-transform: uppercase;
  }

  .subtable-menu-v2 li:hover {
    padding-left: 10px;
  }

  .subtable-menu-v2 li a {
    padding-bottom: 2px;
    font-weight: 500;

  }

  #table-menu-v2 a:hover {
    color: #8cb993 !important;
    padding-left: 10px;
  }

  #table-menu-v2 a:hover:before {
    margin-right: 0px;
  }

  #table-menu-v2 a {

    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
  }


  .subtable-menu-v2 li a:before {
    content: "/";
    position: absolute;
    right: 100%;
    margin-right: 10px;
    top: 0px;
    color: #8cb993;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

  }

  .subtable-menu-v2 li:hover a:before {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .subtable-menu-v2 li {
    margin-top: 15px;
  }

  .subtable-menu-v2 li a {
    text-transform: none;
  }

  #preview-menu {
    position: relative;
  }

  #preview-menu-img {
    width: 100%;
    background-size: contain;
    height: 90%;
    cursor: pointer;
  }

  #btn-see-category-preview {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: white;
    text-transform: uppercase;
    background-color: #8cb993;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 12px 0px;
    text-align: center;
  }

  #title-preview-img {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    color: #4b4b4b;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
  }

  #header #btn-see-category-preview {
    color: white;
  }

  #tab-products-menu {
    position: static;
  }

  #loading_gif {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    height: 300px;
    margin-top: 20px;
  }

  .loading_gif {
    background-image: url('/media/img/loading2.png');
  }

  .back_img {
    background-repeat: no-repeat;
    background-position: center;
  }

  .contain {
    background-size: 20%;
  }

  /* commenté pour la refonte  */
  /* .tab_link_menu_header{
              padding-top: 10px;
            } */

  .tab_link_menu_header:hover {
    /*box-shadow: rgb(226, 0, 26) 0px 4px 0px 0px inset;*/
    -webkit-box-shadow: #8cb993 0px 4px 0px 0px inset;
            box-shadow: #8cb993 0px 4px 0px 0px inset;
  }

  .margin_right_desktop {
    margin-right: 22% !important;
  }

  #preview-menu.img_preview_9,
  #menu-products-v2.img_preview_9 #loading_gif {

    position: absolute;
    right: 5%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0px;
    width: 25%;

  }

  #menu-products-v2.img_preview_12 .subcateg-menu-v2,
  #menu-products-v2.img_preview_12 #preview-menu,
  #menu-products-v2.img_preview_12 #loading_gif {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  #menu-products-v2 .margin_right_desktop {
    margin-right: 15% !important;
  }



}

#search-mobile-header,
#menu-icon-mobile {
  display: none !important;
}

/* commenté pour refonte  */
/* .block-category {
    margin-top: 60px;
} */

#header select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  background-color: transparent !important;
}

.search_header {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  background-color: transparent !important;
}

.display_none {
  display: none !important;
}


#form2 @media (max-width: 1450px) {

  .wrapper-category-cover {
    margin-top: -30px;
  }

  .block-category {
    margin-top: 30px;
  }

}


@media (max-width: 1175px) {
  #menu-products-v2 {
    font-size: 0.9em;
  }

  .subcateg-menu-v2 {
    margin: 10px 0;
  }

  .subtable-menu-v2 li {
    margin-top: 10px;
  }

  #preview-menu {
    margin-top: 10px;
  }

}

@media all and (max-device-width: 1024px) and (orientation:portrait) {

  .header-nav {
    background-color: black !important;
  }

  #video-background,
  #img-banner-home {
    margin-top: 80px;
  }

}


@media (max-width: 975px) {
  #menu-products-v2 {
    font-size: 0.8em;
  }

  .subcateg-menu-v2 {
    margin: 10px 0;
  }

}




#btn-search-mobile {
  display: none;
}


@media (max-width: 767px) {

  #tab-points-de-vente .selected {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  #search-mobile-header,
  #menu-icon-mobile {
    display: block !important;
  }

  input#headerSearch {
    padding-top: 12px !important;
  }

  .wrapper-category-cover {
    margin-top: 75px;
  }

  input#headerSearch {
    height: 40px;
  }

  #btn-search-mobile {
    background-color: black;
    color: white;
    position: absolute;
    top: 100%;
    width: 50%;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    margin-top: 5px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.5px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #product-li-tab-menu {
    padding-left: 10px;
    margin: 0px;
  }

  #espace-revendeur-link-header {
    display: none;
  }

  a.multiple {
    position: relative;
    overflow: hidden;
  }

  a.multiple:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    top: 50%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid white;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  #product-tab-menu.multiple:hover:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    top: 50%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid white;
    -ms-transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);

  }

  .link_selected a.multiple:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    top: 50%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid white;
    -ms-transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);

  }

  #preview-menu {
    display: none;
  }

  #product-tab-menu:hover {
    background-color: #8cb993;
  }

  .link_selected .sublinks-menu-v2 {
    background-color: #8cb993;
  }

  #contener-tabs-menu a {
    padding: 15px 0px;
  }

  .tab_link_menu_header {
    padding-left: 3px !important;
  }

  #menu-products-v2 a {
    border-bottom: 1px solid #8a8a8a;
    display: block;
    font-size: 0.9em;
  }

  #table-menu-v2 .subcateg-menu-v2:last-of-type a {
    border-bottom: none !important;
  }

  .subcateg-menu-v2 {
    margin: 0;
  }

  .subtable-menu-v2 {
    /* display: none; */
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  #table-menu-v2 {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

  }

  #product-li-tab-menu:hover #table-menu-v2 {
    max-height: 1200px;
    overflow: hidden;
  }

  .subcateg-menu-v2.link_selected .subtable-menu-v2 {
    max-height: 1200px;
    overflow: hidden;
  }

  .sublinks-menu-v2:hover {}

  div#menu-products-v2 {
    position: relative;
    width: 100%;
    padding: 0;
    font-size: 1.0em;
  }

  li.subchild_menu_v2 {
    background-color: white !important;
  }

  li.subchild_menu_v2 a {
    color: black !important;
    font-weight: bold;
  }

  .tab-menu-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #header .header-nav {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);

    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    z-index: 1;

    background-color: black !important;

    height: auto;


  }

  #header .header-nav.transform_0 {
    -ms-transform: translateY(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }

  #_mobile_logo {
    position: relative;
    z-index: 2;
    background-color: black;
  }

  .mobile-top-menu {
    position: relative;
    z-index: 2;
  }

  .container-fluid.visible {
    height: inherit;
  }

  #header .main-menu {
    width: 100%;
  }

  #header #main-menu {
    width: 100%;
  }

  #contener-tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #contener-tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tab-menu-header {
    padding: 0px;
    border-bottom: 1px solid #8a8a8a;
    width: 90%;
    /* padding: 20px 30px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
  }

  #contener-tabs-menu .tab-menu-header:last-child {
    border-bottom: none;
  }


  #header .header-nav {
    padding-top: 0px;
  }

  #menu-icon-mobile {
    color: #fff;
    height: inherit;
    line-height: inherit;
    cursor: pointer;
    position: relative;
    left: 20px;
    position: absolute;
    margin-top: 10px;
    z-index: 10;
  }

  a.sublinks-menu-v2 {
    padding-left: 16px !important;
  }

  #tab-points-de-vente {
    padding-left: 14px !important;
  }

  #tab-points-de-vente a {
    padding-left: 0px !important;
  }

  .subchild_menu_v2 a {
    padding-left: 30px !important;
    font-size: 0.8em !important;
  }

  #left-part-header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

}

#preview-title-menu {
  width: 100%;
  text-align: center;
  text-transform: unset;
  font-size: 1.5em;
  line-height: 120%;
}




/* SEARCH */

input#headerSearch {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding: 8px 40px;
  width: 350px;
  text-align: center;
}

input#headerSearch::-webkit-input-placeholder {
  font-size: 0.9em;
}

input#headerSearch::-moz-placeholder {
  font-size: 0.9em;
}

input#headerSearch:-ms-input-placeholder {
  font-size: 0.9em;
}

input#headerSearch::-ms-input-placeholder {
  font-size: 0.9em;
}

input#headerSearch::placeholder {
  font-size: 0.9em;
}

#search2 .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-fluid:after {
  content: none !important;
}

#headerSearch {
  height: 30px;
}

.search_header {
  background-image: url('/media/img/search-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: default;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

#search2 {
  position: relative;
}

div#search_box {
  background-color: #505050;
  position: fixed;
  left: 50%;
  z-index: 10000;
  text-align: left;
  min-width: 100%;
  width: 900px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 75%;
  max-width: 75%;
  min-width: 75%;
  overflow: auto;
  height: auto;
  max-height: 75%;
  border-bottom: 1px solid #e0e0e0;

}

.search-result-head {
  padding: 10px 5px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}

#search_inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
}


#search_box li:hover {
  background-color: #f6f6f6;
}

#search_box li {
  height: 100%;
}

#search_box ul {
  background-color: #ffffff;
  margin: 0;
  list-style-type: none;
  color: #333333;
}

#search_box a {
  text-decoration: none;
  color: #505050;
  font-weight: 700;
}

a.link_title_search {
  display: block;
}

#search_box a:hover {
  color: #ef8d34
}

img.attention_search {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

img.search_img_form {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-left: 20px;
}

#post_search2 ul li {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbfbfb;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

#post_search2 ul li.alternate {
  background-color: #efefef;
}

i.try_orth_search {
  padding: 5px;
}

#contener-submit-ortho {
  cursor: pointer;
}

.li_pdt_search {
  position: relative;
  cursor: pointer;
}

.price_pdt_search {
  color: #8cb993;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.li_pdt_search img {
  max-width: 150px;
  width: 150px;
  min-width: 150px;
  height: auto;
}

.result_txt_pdt_search {
  padding: 0px 10px;
}

.result-list-element-block-right.result_txt_pdt_search {
  max-width: 90%;
  padding: 0px 10px;
}

.li_categorie_search {
  cursor: pointer;
}






@media (max-width: 767px) {

  div#search_box {
    max-height: 400px;
    margin-top: 28px;
  }

  li.li_pdt_search {
    font-size: 0.9em;
  }

  .li_pdt_search img {
    max-width: 120px;
    width: 120px;
    min-width: 120px;
  }

  #_link_delivery {
    display: none;
  }

  #search2 {
    position: relative;
    margin-right: 20px;
    position: fixed;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 10px;
    width: 80%;
    margin: 0px;
    margin: 10px 0px 0px 0px;
  }

  #right-nav {
    position: static;
  }

  input#headerSearch {
    -webkit-border-radius: 30px;
            border-radius: 30px;
    padding-right: 40px;
    width: 275px;
    text-align: center;
    width: 100%;
  }


  #search-mobile-header {
    right: inherit;
    top: inherit;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    position: relative;
    outline: none;
  }


  #search-mobile-header {
    position: absolute;
    right: 20px;
  }

  #search-mobile-header,
  #menu-icon-mobile {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;

  }

  .mobile-top-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #search2 {

    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
  }

  #search2.visible {
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    visibility: visible;
    opacity: 1;

  }

  #search_box {
    margin-top: 5px !important;
    top: 38px !important;
  }

  div#search_box {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  form#search2 {
    width: 100%;
    padding: 0% 10%;
  }


  .breadcrumb-header-container {
    padding-top: 112px;
    margin: 0 30px;
    font-size: 12px;
    text-transform: uppercase;
    display: block !important;
    padding: 0;
    left: 0px !important;
    top: 10px !important;
    /* transform: translateX(-50%); */
    width: 100%;
    position: relative;
    padding: 0 !important;
    margin: 0;
    position: absolute !important;
    left: 0px;
    top: inherit;
    bottom: 0px;
  }

  .wrapper-category-cover {
    margin-top: 80px;
  }

  .block-category .category-cover {
    height: 47px;
  }

  /* ajouté pour refonte */
  .block-category {
    margin: 0;
  }

}


@media (max-width: 700px) {

  div#search_box {
    max-height: 450px;
    margin-top: 28px;
  }

  li.li_pdt_search {
    font-size: 0.9em;
  }

  .li_pdt_search img {
    max-width: 120px;
    width: 120px;
    min-width: 120px;
  }

  a.link_title_search {
    max-width: 85%;
  }


}

@media (max-width: 550px) {

  #search_box {
    font-size: 0.9em;
  }

  .li_pdt_search img {
    max-width: 100px;
    width: 100px;
    min-width: 100px;
  }

}

@media (max-width: 450px) {

  #header #_mobile_user_info a i {
    display: none;
  }

  #header .material-icons {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }

  .search_header {
    background-position: center;
  }

  #header select {
    text-align: center;
  }

  .mobile-top-menu {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }



  #menu-icon-mobile {
    left: 20px;
  }




}

@media (max-width: 400px) {

  li.li_categorie_search {
    font-size: 0.8em;
  }

  .li_pdt_search img {
    max-width: 80px;
    width: 80px;
    min-width: 80px;
  }

  .result_txt_pdt_search {
    font-size: 0.8em;
  }

  #search_inside {
    padding: 5px;
  }

}

@media (max-width: 321px) {

  div#search_box {
    max-height: 350px;
    margin-top: 10px;
  }

}