@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');


body, div, p{font-family: 'Lato', sans-serif;}

a {
  color: #052d4b;
}
a:hover {
  color: #052d4b;
  text-decoration: underline;
}

.account-list a:hover, .block_newsletter form button[type="submit"] .search:hover, .footer-container li a:hover {
  color: #052d4b;
  text-decoration: underline;
}


.container { width: 75vw!important; }
@media only screen and (max-width: 480px){
  .container {
    width: 100vw!important;
  }
}

/* MISE EN FORME DE LA PAGE CATALOGUE  */
.nomargin{
  margin:0 !important;
}

 
.contentlink{
  color: #946b2d;
  font-weight: bold;
}
.contentlinkparis{
  color: #946b2d;
  font-style: italic;
}
.contentlinktoulouse{
  color: #946b2d;
  text-decoration: underline;
}
.contentlinklyon{
  font-weight: bold;
  color: #946b2d;
}

.rte ul{
  list-style: none;
  padding-top: 1em;
}
.puce-nav{
  padding-top: 1em;
  text-align: initial;
  width: 100%;
  margin-left: 25%;
}
.small-logo{
  border: none;
  width: 4em;
  position: absolute;
  top: 5px;
  left: -15em;
  margin-left: 8em;
}
.small-link{
  color: #946b2d;
  text-decoration: underline;
  font-size: 14px;
}
/* PAGE EBENISTERIE */

.finition-header{
  width: 70%;
  margin:auto;
  margin-bottom: 3em;
}

.presentation .article:nth-of-type(2n+1){
  display: flex;
  flex-direction: row;
}
.presentation .article:nth-of-type(2n+1) .description{
  margin-left: 2em;
  text-align: justify;
  margin-top: 1em;
}
.description h2{
  margin-top: 0;
}
.presentation .article:nth-of-type(2n){
  display: flex;
  flex-direction: row-reverse;
}
.presentation .article:nth-of-type(2n) .description{
  margin-right: 2em;
  text-align: justify;
  margin-top: 1em;
}
.article img{
  margin-top: 0 !important;
  margin-bottom:0 !important;
  min-height: 500px ;
}
.article.big-picture img{
  margin-top: 0 !important;
  margin-bottom:0 !important;
  /* height: 100% !important; */
  min-height: 700px;
}


/* responsive ebenisterie */
@media only screen and (max-width: 768px){
  .presentation .article:nth-of-type(2n+1){
    display: flex;
    flex-direction: column;
  }
  .presentation .article:nth-of-type(2n){
    display: flex;
    flex-direction: column;
  }
  .presentation .article:nth-of-type(2n) .description{
    margin-right: 0em;
    margin-top: 1em;
  }
  .presentation .article:nth-of-type(2n+1) .description{
    margin-left: 0em;
    text-align: justify;
    margin-top: 1em;
  }
  .article img{
    margin-top: 0 !important;
    margin-bottom:0 !important;
    height: auto !important;
    width: 100%; 
  }
  .puce-nav li{
    margin-bottom : 1em;
  }
  .actionbutton_mhp{
    min-width: 262px;
    margin-bottom: 1me;
  }
  .box-info-product p{
    display: flex;
    flex-direction: column;
  }
  #wishlist_button{
    min-width: 285px !important;

  }
  .socialsharing_product button{
    margin-bottom: 2em !important;
  }
}
@media only screen and (max-width: 411px){
  .presentation .article:nth-of-type(2n+1){
    display: flex;
    flex-direction: column;
  }
  .presentation .article:nth-of-type(2n){
    display: flex;
    flex-direction: column;
  }
  .presentation .article:nth-of-type(2n) .description{
    margin-right: 0em;
    margin-top: 1em;
  }
  .presentation .article:nth-of-type(2n+1) .description{
    margin-left: 0em;
    text-align: justify;
    margin-top: 1em;
  }
  .article img{
    margin-top: 0 !important;
    margin-bottom:0 !important;
    height: auto !important;
    width: 100%; 
  }
  
  
}
@media only screen and (max-width: 360px){
  .presentation .article:nth-of-type(2n+1){
    display: flex;
    flex-direction: column;
  }
  .presentation .article:nth-of-type(2n){
    display: flex;
    flex-direction: column;
  }
  .presentation .article:nth-of-type(2n) .description{
    margin-right: 0em;
    margin-top: 1em;
  }
  .presentation .article:nth-of-type(2n+1) .description{
    margin-left: 0em;
    text-align: justify;
    margin-top: 1em;
  }
  .article img{
    margin-top: 0 !important;
    margin-bottom:0 !important;
    height: auto !important;
    width: 100%; 
  }
}
@media (device-height : 568px)
   and (device-width : 320px)
   and (-webkit-min-device-pixel-ratio: 2){
    .presentation .article:nth-of-type(2n+1){
      display: flex;
      flex-direction: column;
    }
    .presentation .article:nth-of-type(2n){
      display: flex;
      flex-direction: column;
    }
    .presentation .article:nth-of-type(2n) .description{
      margin-right: 0em;
      margin-top: 1em;
    }
    .presentation .article:nth-of-type(2n+1) .description{
      margin-left: 0em;
      text-align: justify;
      margin-top: 1em;
    }
    .article img{
      margin-top: 0 !important;
      margin-bottom:0 !important;
      height: auto !important;
      width: 100%; 
    }
    .actionbutton_mhp{
      min-width: 262px;
      margin-bottom: 1em;
    }
    #wishlist_button{
      padding-left: 30px !important;
      padding-right: 30px !important;
    }
    .box-info-product p{
      display: flex;
      flex-direction: column;
    }
    #wishlist_button{
      min-width: 285px !important;
    }
    .socialsharing_product button{
      margin-bottom: 2em !important;
    }

  }
/* EBENISTERIE CAROUSSEL  */

/* Style the Image Used to Trigger the Modal */
#myImg {
  cursor: pointer;
  transition: 0.3s;
  height: 5em;
}
img.small-small{
  cursor: pointer;
  transition: 0.3s;
  /* width:90%; */
  min-height: auto  ;
  cursor: pointer;
  transition: 0.3s;
  width: 7em;
}
.small-gallery{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 1em 0 7em 0 ;
  height: 6em;
}
#img01{
  margin:auto !important;
}


#myImg:hover {opacity: 0.7;}
img.small-small:hover{opacity: 0.7;}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  /* width: 70%;
  max-width: 700px; */
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 70px;
  right: 30px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.small-gallery-none{
  display: none;
}

/* MISE EN FORME SAV  et auto-dianostic */

#reparationhp:target, #reparationenceinte:target, #bobinemobile:target, #remembranage:target, #filtrepassif:target, #recentrage:target, #reparationelectronique:target, #renovationacoustique:target, #electronique:target, #enceintes:target, #defectueux:target, #sonore:target, #parasite:target, #test-a-realiser:target, #remonter-source:target, #diagnostic-interne:target{
  padding-top: 3em;
}
.oversize-title{
  /* width: 125% !important;  */
}

/* Suppresion de la ligne de promotion 
 */

 .cart_discount_price{
   display: none; 
 }


.annonce{
  color: white;
  background-color: #946b2d;
  height: auto;
  text-align: center;
  margin-top: 1em;
  padding-top: 7px;
  padding-bottom: 7px;
}



.infos{
    max-width: 240px; 
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    margin: 20px auto 0 auto;
}

.modal-content{
    /* position: absolute!important; */
    top: 10%; left: 50%!important;
    transform: translate(-50%, -50%)!important;
}


.modal-backdrop.in, .modal-backdrop.show {
  opacity: 0;
  display: none!important;
}



/**** header ****/

#wrapper {
  background: #ffffff;
}

.container {
  width: 1170px;
}

.maintitle {
  text-transform: uppercase;
  font-size: 32px;
  font-family: "LeArchitect","Arial";
  letter-spacing: 3px;
  color: #062D4C;
  font-weight: 400;
  text-align: center;
}
.infos {
  width: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  margin: 20px auto 0 auto;
}

.carousel .carousel-inner {
  height: 480px;
  /* padding: 20px; */
}
div #carousel{
  padding: 20px;
}

.carousel {
  margin-bottom: 0;
}

ul.carousel-inner{margin-bottom: 0;}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover {
  color: #b17b1b;
}

.page-index #custom-text{padding: 15px!important}


.mhpcatcolimage {
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  padding: 6px 6px;
}

.mhpbanner, .mhpbannerimagediv, .mhpbannerimage, .mhpcatcolimagediv, .mhpcatcolimage {
  width: 100%;
  height: auto;
}

.mhpcatcollegend {
  width: 100%;
  height: 22px;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  position: relative;
}

.mhpcatcollegendtext {
  text-align: center;
  
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 10%;
  background: white;
  transform: translate(0,50%);
  padding: 0px 8px;
  color: #111;
}

.mhpcatcol {
  padding: 30px 15px 0px 15px;
}

/* .inversemargin {
  margin-right: -30px;
} */

#home-page-tabs:before {
  content: "";
  height: 1px;
  width: 50%;
  margin: 0 auto 46px auto;
  background: #946b2d;
}


/***** categories ****/



.mhpbanner_com {
  margin-top: 0;
  height: 220px;
}
#uniform-selectProductSort span{
  width: auto !important;
}
#uniform-nb_page_items span{
  width: auto !important;
}
.mhpbanner_com_image {
  width: calc(100% + 30px);
  height: 100%;
  margin-left: -15px;
  object-fit: cover;
}
.actionbutton_major_mhp {
    text-transform: uppercase;
    font-weight: 500!important;
}
.actionbutton_mhp {
  min-width: 300px;
  border: 1px solid #946b2d;
  
  padding: 8px 16px 6px 16px;
  text-align: center;
  font-weight: normal;
  background-color: #fff;
  color: #333;
}
.actionbutton_mhp_list {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  border: 1px solid #946b2d;
  
  padding: 8px 16px 6px 16px;
  text-align: center;
  font-weight: normal;
  background-color: #fff;
  color: #333;
}
.actionbutton_mhp span:after, .actionbutton_mhp_list span:after{
  content: ">";
  font-size: 110%;
  padding-left: 8px;
  font-weight: normal;
}
.actionbutton_mhp:hover span a, .actionbutton_mhp_list:hover span {
  color: #946b2d!important;
}
.actionbutton_mhp a span, .actionbutton_mhp a {
  color: #333;
  font-weight: 300;
  font-size: 15px;
}
.actionbutton_mhp:hover a span, .actionbutton_mhp:hover a {
  color: #946b2d!important;
}
.actionbutton_mhp:hover {
  color: #946b2d!important;
}

.cms_maintitle {
  width: 100%;
  text-align: center;
}
.cms_maintitle:after {
  display: block;
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  background: #333;
  text-align: center;
  margin-top: -44px;
  margin-bottom: 44px;
  margin-left: -30px;
}
.cms_mainh {
  display: inline-block;
  margin-top: 18px;
  background: white;
  padding: 0px 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 26px;
  color: #946b2d;
}
.cms_mainh::first-letter {
  font-size: 115%;
}
.cms2_maintitle {
width: 100%;
text-align: center;
}
.cms2_maintitle:after {
display: block;
content: "";
width: calc(100% + 60px);
height: 1px;
background: #333;
text-align: center;
margin-top: -26px;
margin-bottom: 64px;
margin-left: -30px;
}

/* ************************************************************************************************
                                Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
  border-top: 5px solid #333;
  color: #d7d7d7;
  line-height: 19px;
  margin: 0 0 26px 0; }
  .content_scene_cat .content_scene_cat_bg {
    padding: 18px 10px 10px 42px;
    background-color: #464646 !important; }
    @media (max-width: 1199px) {
      .content_scene_cat .content_scene_cat_bg {
        padding: 10px 10px 10px 15px; } }
  .content_scene_cat span.category-name {
    font: 600 42px/51px "Open Sans", sans-serif;
    color: #fff;
    margin-bottom: 12px; }
    @media (max-width: 1199px) {
      .content_scene_cat span.category-name {
        font-size: 25px;
        line-height: 30px; } }
  .content_scene_cat p {
    margin-bottom: 0; }
  .content_scene_cat a {
    color: #fff; }
    .content_scene_cat a:hover {
      text-decoration: underline; }
  .content_scene_cat .content_scene {
    color: #777; }
    .content_scene_cat .content_scene .cat_desc {
      padding-top: 20px; }
      .content_scene_cat .content_scene .cat_desc a {
        color: #777; }
        .content_scene_cat .content_scene .cat_desc a:hover {
          color: #515151; }

/* ************************************************************************************************
                                    Sub Categories Styles
************************************************************************************************ */
.maincatalog_withsub{
  width: 100%;
  text-align: center;
  border-top: 1px solid #333;
  position: relative;
  min-height: 60px;
  margin-bottom: 32px;
  margin-top: 32px;
}
.withsubborder {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.maincatalog_title {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translate(-50%,0);
}
.maincatalog_desc {
  margin: 60px auto 8px auto;
  width: 70%;
  text-align: justify;
  font-size: 15px;
  color: #333;
}
@media screen and (max-width: 768px){

  .maincatalog_desc {
    /* margin: 32px auto 8px auto; */
    width: 90%;
    text-align: justify;
    font-size: 15px;
    color: #333;
  }
}
.maincatalog_pagetitle{
  display: inline-block;
  background: white;
  padding: 0px 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 26px;
  color: #946b2d;
}
.maincatalog_pagetitle::first-letter{
  font-size: 115%;
}


#subcategories {
  padding: 12px 0 0px 0; }
  .ontwolines {
    padding: 12px 16% 0px 16%!important;
  }
  #subcategories p.subcategory-heading {
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0; }
  #subcategories ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
 }
    #subcategories ul li {
      width: 133px;
      margin: 12px 16px 0px 16px;
      text-align: center;
      height: 180px; }
      #subcategories ul li .subcategory-image {
        padding: 4px 0;
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb; }
        #subcategories ul li .subcategory-image a {
          display: block;
          padding: 0px; }
          #subcategories ul li .subcategory-image a img {
            max-width: 100%;
            vertical-align: top; }
      #subcategories ul li .subcategory-name {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
      }

  .subcategory-name::first-letter {
    font-size: 16px!important;
  }
        #subcategories ul li .subcategory-name:hover {
          color: #515151; }
      #subcategories ul li .cat_desc {
        display: none; }
      #subcategories ul li:hover .subcategory-image a {
        padding: 0px; }

.subcat_title {
  width: 133px;
  padding-top: 4px;
}
.subcat_text {
  
  font-size: 12px;

  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=category.css.map */




/******* menu ******/
.mhpmenu {
}

.mhpmenu-content{
  text-align: center;
  position: relative;
  border-bottom: 1px solid #333;
  border-top: 1px solid #aaa;

}
.mhplogo_div {
  position: absolute;
  top: -9em;
  left: -7em;
}
.mhpbuttons_div {
  position: fixed;
  top: 14px;
  right: 22px;
}
.buttonicon {
  display: inline-block;
  padding: 0px 6px;
  position: relative;
}
.mhpmenu_logo {
  cursor: pointer;
  width: 11em;
  margin-left: 7em;
}
.mhpmenu_usr, .mhpmenu_searchalt, .mhpmenu_language, .mhpmenu_cart, .mhpmenu_search {
  cursor: pointer;
  width: 34px;
  height: 34px;
}
.mhplanguage_alt {
  position: absolute;
  top: 41px;
  left: 6px;
  padding: 0px;
  width: 34px;
  height: 34px;
}
.mhplanguage_altimg {
  cursor: pointer;
  margin-top: 6px;
  width: 34px;
}
.mhpsearch_detail {
  position: absolute;
  top: 47px;
  right: 0px;
  padding: 6px;
  border: 1px solid #ddd;
  background: white;
}
.mhpusr_detail {
  position: absolute;
  top: 47px;
  right: 0px;
  border: 1px solid #ddd;
  background: white;
  width: 220px;
}
.mhpusr_item {
  display: block;
  
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  color: #333;
  width: 220px;
  text-align: center;
  background-color: #ddd;
}
.mhpusr_item2 {
  display: block;
  
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  color: #333;
  width: 220px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.mhpusr_active {
  position: absolute;
  cursor: pointer;
  top: -16px;
  right: 0px;
  color: limegreen;
  z-index: 9999;
  font-weight: bold;
  font-size: 44px;
}

.mhpmenu_usr_activeoutline {
  border: 1px solid #946b2d;
}
.stickytop {
  position: fixed;
  z-index: 9999;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #333;
  border-top: none;
}

.stickytopbody {
  margin-top: 60px;
}
.menutitle,.mobilemenu,.smallmenu,.smalltitle, .menucatalog, .servicecatalog, .promocatalog, .menusubcatalog, .menutitleright, .tohide {
  display: none;
}

.menulink {
  display: inline-block;
  cursor: pointer;
  height: 60px;
  font-size: 15px;
  z-index: 3;
}
.menualink {
  display: block;
  
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 0px 32px;
  line-height: 60px;
  height: 60px;
  font-weight: 300;
  color: #333;
}
.menualink::first-letter {
  font-size: 115%;
}
.activemenu {
  color: #946b2d;
  background-color: #ddd;
  }
  .activemenubis {
    color: #946b2d;
    background-color: #ddd;
    }
.menualink:hover, .menulink:hover, .menusublink:hover {
    color: #946b2d!important;
}
.menualink:active, .menualink:focus, .menusublink:active, .menusublink:focus {
  color: #946b2d!important;
  text-decoration: underline;
}

#mhpcatalog {
  position: relative;
}
.menutitlerelative {
  position: relative;
}
#togglecatalog, #toggleservice, #togglepromo {
  position: absolute;
  top: 1px;
  left: 0px;
  background-color: white;
  border: 1px solid #dcdcdc;
  z-index: 0;
}
.menusublink {
  position: relative;
  cursor: pointer;
  height: 60px;
  width: 360px;
  text-align: left;
}
.menuasublink {
  display:block;
  width: 360px;
  text-align: left;
}
.menusubcatalog {
  position: absolute;
  top: -1px;
  left: 360px;
  background-color: white;
  border: 1px solid #dcdcdc;
  z-index: 999;
}
.icon-search {
  cursor: pointer;
}
#iconsearch {
  display: inline-block;
}

#search_block_top {
  display: inline-block;
}
#search_block_top #searchbox {
  width: 200px;
}
#search_block_top #search_query_top {
  display: inline;
  height: 28px;
  background: #fbfbfb;
  margin-right: 8px;
  border-radius: 4px;
}

.ac_results {
  background: #fff;
  border: 1px solid #d6d4d4;
  width: 280px;
  margin-top: 7px;
  margin-left: -7px;
}
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}
.ac_results li.ac_odd {
  background: #f1f1f1;
}
.ac_results li:hover, .ac_results li.ac_over {
  background: #ddd;
  cursor: pointer;
}

.menutitleleft {
  z-index: 3;
}

@media screen and (max-width: 1200px){
  .mhpbuttons_div, .mobilemenuuser {
    display: none;
  }
  .menulink {
    width:100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .menutitlefull {
    display: inline-block;
    width: calc(100%);
    line-height: 60px;
    height: 60px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .menutitleleft {
    display: inline-block;
    width: calc(100% - 4px - 50px);
    line-height: 60px;
    height: 60px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .menutitleright {
    display:block;
    float: right;
    width: 50px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    cursor: pointer;
  }
  .mhpmenu-content {
    display: none;
  }
  .menutitle {
    display: block;
    cursor: pointer;
    height: auto;
    width: 100%;
    background-color: #bb8a57;
    color: black;
  }
  .menuplusbutton {
  }
  #mhpcatalogtitle {
    width: 100%;
  }
  #togglecatalog {
    position: static;
    background-color: white;
    border: 1px solid #dcdcdc;
    z-index: 998;
  }
  .menusublink {
    position: relative;
    cursor: pointer;
    height: 60px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .menuasublink {
    width: auto;
    text-align: left;
  }
  .menualink {
    display: inline-block;
    width: 100%;
    padding-left: 32px;
    cursor: pointer;
    font-size: 13px;
  }
  .mobilemenuitem {
    border-bottom: 1px solid #ddd;
  }
  .mobilemenuitem:hover {
    color: #946b2d!important;
  }

  .menusubcatalog {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100vw;
    background-color: #ccc;
    border: none;
    z-index: 999;
  }
  .menusubcatalog div div a:before {
    content: ">";
    padding-right: 8px;
  }
  .smallmenu {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #333;
    background: white;
    font-size: 14px;
  }
  .smallmhplogo {
    position: fixed;
    top:0;
    left: 170px;
    line-height: 70px;
    height: 70px;
  }
  .smallmhpcontactinfo {
    position: fixed;
    top:0;
    left: 140px;
    font-size: 13px;
    color: #777;
    height: 70px;
    padding-top: 14px;
  }
  .smallmhptoggle {
    position: fixed;
    top:0;
    right: 190px;
    font-size: 13px;
    color: #777;
    height: 70px;
    line-height: 70px;
  }
  .smallmhptogglebis {
    position: fixed;
    top:0;
    right: 130px;
    font-size: 13px;
    color: #777;
    height: 70px;
    line-height: 70px;
  }
  .smallmhptoggleter {
    position: fixed;
    top:0;
    right: 87px;
    font-size: 13px;
    color: #777;
    height: 70px;
    line-height: 70px;
  }
  .smallmhptogglequadro {
    position: fixed;
    top: 0;
    right: 40px;
    font-size: 13px;
    color: #777;
    height: 70px;
    line-height: 70px;
  }
  .smallmhptogglequint {
    position: fixed;
    top: 0;
    right: 5px;
    font-size: 13px;
    color: #777;
    height: 70px;
    line-height: 70px;
  }
  .smallmhptel {
    display: block;
    line-height: 30px;
  }
  .smallmhpmel {
    display: block;
    line-height: 30px;
    margin-top: -12px;
  }

  .smalltitle {
    display: block;
    text-align: center;
    text-transform: uppercase;
  }
  .smalltitle h1 {
    font-family: "LeArchitect";
    color: #0e1a40;
    letter-spacing: 1px;
    margin-top: 100px;
  }
  .smallmenu {
    display: block;
  }
  .mobilemenu {
    position: absolute;
    top:70px;
    left:0;
    background: white;
    width: 100%;
  }
  .mobilemenuuser {
    position: absolute;
    top:70px;
    right:0;
    background: white;
  }
  #menutitlesmall {
    cursor: pointer;
  }
  .iconbuttonmhpmenu {
    display: inline-block;
    height: 28px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    padding: 4px 8px;
    background-color: #946b2d;
    color: #333;
  }
  .activebuttonmenu{
    color: #946b2d;
  }
  .mhpusr_item {
    text-align: center;
  }
  .mhpusr_item2 {
    text-align: center;
  }
  .mhplanguage_alt {
    position: absolute;
    top: 49px;
    left: 0px;
    padding: 0px;
    width: 34px;
    height: 34px;
  }
  .mhplanguage_altimg {
    cursor: pointer;
    width: 34px;
  }
  .mhpsearch_detail {
    position: absolute;
    top: 70px;
    right: 0px;
    padding: 6px;
    border: 1px solid #ddd;
    background: white;
    line-height: initial;
  }
}

@media screen and (max-width: 600px){
  .smallmhpcontactinfo, .top-logo, .float-xs-left { display:none!important; }
  .ets_mm_megamenu.hook-default {padding: 0!important;}
  .mhpmenu_logo {
    cursor: pointer;
    width: 70px;
  }

  .mhplogo_div {
    position: fixed;
    top: -2px;
    left: -100px;
  }
}

#myBtn {
 display: none; /* Hidden by default */
 position: fixed; /* Fixed/sticky position */
 bottom: 20px; /* Place the button at the bottom of the page */
 right: 20px; /* Place the button 30px from the right */
 z-index: 99; /* Make sure it does not overlap */
 border: none; /* Remove borders */
 outline: none; /* Remove outline */
 cursor: pointer; /* Add a mouse pointer on hover */
 padding: 15px; /* Some padding */
 font-size: 18px; /* Increase font size */
 border: 1px solid #333;
 color: #333; /* Text color */
 opacity: 0.5;
 background: none;
}

#myBtn:hover {
opacity: 1;
border: 1px solid #946b2d;
 color: #946b2d; /* Text color */ /* Add a dark-grey background on hover */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
  .mhplogo_div{
    position: fixed;
    top: 0em;
    left: -7em;
  }
  .mhpmenu_logo{
    cursor: pointer;
    width: 5em;
    margin-left: 7em;
  }
}

@media only screen and (min-width : 321px) and (max-device-width : 768px){
  .mhpmenu_logo{
    cursor: pointer;
    width: 5em;
    margin-left: 8em;
  }
  .mhplogo_div{
    position: fixed;
    top: 0em;
    left: -7em;
  }



}

#header{box-shadow:inherit}
.page-header{display: none;}
/* .breadcrumb{display: none;} */

/**************************************************************
					CMS Pages Styles
***************************************************************/
#cms #content-wrapper .block-cms {
  padding-bottom: 20px; }
#cms #content-wrapper h1 {
  margin-bottom: 25px; }
#cms #content-wrapper h3 {
  font-size: 20px;
  border-bottom: none;
  margin: 0;
  margin-top: 2em;
  padding: 0 0 17px 0; }
#cms #content-wrapper p {
  font-size: 14px; 
  line-height: inherit;
}
#cms #content-wrapper .list-1 li {
  padding: 4px 0 6px 0;
  font-weight: bold;
  color: #46a74e;
  border-top: 1px solid #d6d4d4; }
  #cms #content-wrapper .list-1 li:first-child {
    border: none; }
  #cms #content-wrapper .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px; }
#cms #content-wrapper img {
  margin: 4px 0 17px;
  max-width: 100%;
  height: auto; }
#cms #content-wrapper .testimonials {
  border: 1px solid;
  border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
  margin: 4px 0 13px 0;
  position: relative; }
  #cms #content-wrapper .testimonials .inner {
    border: 1px solid #fff;
    padding: 19px 18px 11px 18px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #fefefe 100%); }
    #cms #content-wrapper .testimonials .inner span {
      text-indent: -5000px;
      display: inline-block;
      width: 20px;
      height: 15px; }
      #cms #content-wrapper .testimonials .inner span.before {
        background: url(../img/bl-before-bg.png) no-repeat;
        margin-right: 8px; }
      #cms #content-wrapper .testimonials .inner span.after {
        background: url(../img/bl-after-bg.png) no-repeat;
        margin-left: 8px; }
  #cms #content-wrapper .testimonials:after {
    content: ".";
    display: block;
    text-indent: -5000px;
    position: absolute;
    bottom: -16px;
    left: 21px;
    width: 15px;
    height: 16px;
    background: url(../img/testimon-after.gif) no-repeat; }
  #cms #content-wrapper .testimonials + p {
    padding-left: 45px;
    margin-bottom: 18px; }
#cms #content-wrapper p.bottom-indent {
  margin-bottom: 18px; }
#cms #content-wrapper #admin-action-cms {
  background: none repeat 0 0 #F6F6F6;
  border: 1px solid #d2d0d0;
  padding: 10px; }
  #cms #content-wrapper #admin-action-cms p {
    margin: 0; }
    #cms #content-wrapper #admin-action-cms p span {
      display: block;
      padding-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #333; }
    #cms #content-wrapper #admin-action-cms p .button {
      font: 700 17px/21px Arial, Helvetica, sans-serif;
      padding: 0;
      border: 1px solid;
      padding: 10px 14px;
      display: inline-block; }
      #cms #content-wrapper #admin-action-cms p .button.publish_button {
        color: #fff;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        border-color: #0079b6 #006fa8 #012740 #006fa8;
        background: #009ad0;
        background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
        background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0); }
        #cms #content-wrapper #admin-action-cms p .button.publish_button:hover {
          border-color: #01314e #004b74 #0079b6 #004b74;
          filter: none;
          background: #0084bf; }
      #cms #content-wrapper #admin-action-cms p .button.lnk_view {
        color: #333;
        text-shadow: 1px 1px white;
        border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
        background: #f7f7f7;
        background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0); }
        #cms #content-wrapper #admin-action-cms p .button.lnk_view:hover {
          border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
          filter: none;
          background: #e7e7e7; }

/*# sourceMappingURL=cms.css.map */
.cms_parts_block{
  color: black;
  text-align: center;
  margin-top: 22px;
  
  font-size: 15px;
}
.cms_half_column {
  text-align: justify;
}
.cms_half_column_title{
  color: black;
  font-weight: 500;
  margin-top: 12px;
  padding-left: 80px;
}
.bigletter{
  display: inline-block;
  max-width: 90%;
	font-size: 19px;
  text-transform: uppercase;
}
.bigletter::first-letter{
  font-size: 115%;
}
.cms_half_column_title h2:before {
  content: '>';
  padding-right: 10px;
  vertical-align: middle;
  color: #946b2d;
}
.cms_tab_style {
  width: 40px;
  height:2px;
  display: inline-block;
}
.cms_block_item_title{
  color: black;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 16px;
}
.cms_block_item_title::first-letter{
  font-size: 115%;
}
.cms_block_item_content {
  text-align: justify;
  width: 80%;
  margin: auto;
}
.cms_has_borders{
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.cms_has_borders_bottom:after {
  display: block;
  content: "";
  width: 50%;
  margin: auto;
  height: 1px;
  background: #aaa;
  text-align: center;
  margin-top: 32px;
}
.cms_horiz_block{
  text-align: center;
  font-size: 15px;
  width: 70%;
  /* padding-left: 20%; */
  /* padding-right: 20%; */
  padding-bottom: 24px;
  margin: 0px auto 12px auto;
  color: black;
  
}
.margin{
  margin-top:2em;
}

@media (max-width: 767px) {
  .cms_horiz_block {
      text-align: center;
      font-size: 15px;
      width: 90%;
      padding-left: 2%;
      padding-right: 2%;
      padding-bottom: 24px;
      margin: 0px auto 12px auto;
      color: black;
      
  }
  .cms_half_column_title {
    padding-left: 0px;
  }
  .cms_third_item {
    padding-bottom: 32px;
  }
  .cms_has_borders {
    border-left: none;
    border-right: none;
  }

}
@media (max-width: 320px) {
.actionbutton_mhp.center{
  font-size:13px;
  }
  .cms_half_column_title h2:before{
    padding-right: 5px;
  }
  .bigletter{
    font-size:15px;
  }
}
/***** product *********************/
.product-information {
  font-size: .9375rem!important;
  color: #232323;
}


/******* DIVERS **************/

#wrapper {
  /* padding-top: 0; */
}

.modal-content {
  top: 350px;
  z-index: 9999;
}

.product-flags li.product-flag {
  font-size: 10px;
  background: #062c4b;
}

.product-flags {

  z-index: 0;
}


.article{margin-bottom:50px}

/*********** COULEURS *****************/


.form-control:focus {
  color: #232323;
  background-color: #fff;
  outline: .1875rem solid #052d4b;
}
.form-control:focus {
  border-color: #052d4b;
  outline: 0;
}



.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
  border: #052d4b 3px solid;
}

#header .header-nav .cart-preview.active {
  background: #052d4b;
}

#header a:hover {
  color: #052d4b;
  text-decoration: none;
}

.btn-primary, .btn-primary:hover {
  color: #fff;
  background-color: #052d4b;
  border-color: transparent;
}

.product-price {
  color: #052d4b;
}

.btn-primary:hover {
  background-color: #1d93ab;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
  border-bottom: #052d4b 3px solid;
}


.tabs .nav-tabs .nav-link.active {
  color: #052d4b;
}


.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
  background-color: #052d4b;
}

/**** NAVIGATION FACETTE ***********/

#left-column .facet{
max-height: 300px;
overflow: auto;
margin-bottom: 30px;
}

#search_filters .ui-slider-horizontal {
  height: .4em;
  width: 90%;
}

/***** category ********************/
#subcategories{border-top:0}
.subcategory-heading{display: none;}

.withsubborder {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.maincatalog_withsub {
  width: 100%;
  text-align: center;
  border-top: 1px solid #333;
  position: relative;
  min-height: 60px;
  margin-bottom: 32px;
  margin-top: 32px;
}


.maincatalog_title {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translate(-50%,0);
}

.maincatalog_title h1 {
  display: inline-block;
  background: white;
  padding: 0px 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 26px;
  color: #946b2d;
}


.maincatalog_desc {
  margin: 60px auto 8px auto;
  /*width: 70%;*/
  width: 100%;
  text-align: justify;
  font-size: 15px;
  color: #333;
  padding: 0 30px;
}



.product-miniature .thumbnail-container, .product-cover {
  border: 1px solid #dddddd;
}

.card{ 
  border: 1px solid #cccccc;
  text-align: center;
  min-height: 60px;
  margin-bottom: 20px;  /*32*/
  margin-top: 20px;     /*60*/
  border-radius: 0;
  padding-top: 0;
}

.card p{font-size: 14px!important;}

.card .block-category-inner{
  margin: 10px auto 20px auto;
  width: 70%;
  text-align: justify;
  font-size: 12px;
  color: #333;
}

.block-category .h1 {
  display: inline-block;
  background: white;
  padding: 0px 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 26px;
  color: #946b2d;
  margin-top: -10px;
}



/****************** SOUS CATEGORIES ***********************************/

.souscat{border-right: 1px solid #cccccc; border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc; margin-bottom: 60px;}

#subcategories {
  max-width: 990px;
  margin: 0 auto;
  border: 0!important;
}
#subcategories ul li .subcategory-image {
  padding: 0;
  margin-bottom: 5px;
}
#subcategories ul li:hover .subcategory-image a {
  padding: 0;
  border: 0;
}

#subcategories ul li .subcategory-image {
  min-height: 195px;
}

#subcategories ul li {
  height: inherit;
  padding-bottom: 20px;
}
#subcategories ul li .subcategory-image {
  padding: 0;
}


/****************** FOOTER ************************************************/
.footer-container .h4, .footer-container .h3{
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #946b2d!important;
	padding: 16px!important;
	border-top: 1px solid #333!important;
	border-bottom: 1px solid #333!important;
	text-align: center;
	}
.footer-container .h4 a, .footer-container .h3 a{
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #946b2d!important;
    padding: 16px!important;
    text-align: center;
    }
  


.footer-container .reseaux-sociaux {
  margin-bottom: 2em;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mhpfootertable {
  width: 100%;
}
.footer-container a, .footer-container:hover{
font-size: 14px;
color: #7a7a7a!important;
}


/*********** marques ************/
#manufacturer #main ul .brand {
  width: 230px;
  min-width: inherit;
  padding: 10px;
  margin: 25px;
  text-align: center;
  background: #fff;
  height: 230px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  height: 350px;
}

#manufacturer #main ul .brand-img {
  /* width: 120px; */
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#manufacturer #main ul .brand img {
	width: 100%;
	height: auto;
  max-height: 200px;
}

#manufacturer #main ul .brand p{
  font-size: 12px;
  line-height: 1.4;
}


#manufacturer-description{
  border: 1px solid;
  padding: 30px;
  margin-bottom: 30px;

}

#manufacturer-short_description{margin-bottom: 30px;}

#manufacturer h1{
  margin-top: 40px;
}

/************* MENU *************/
.ets_mm_megamenu, .ets_mm_megamenu.sticky_enabled.scroll_heading{
  width: 100% !important;
  /* max-width: 1470px !important; */
  margin: 0 auto 25px auto !important;
}

.ets_mm_megamenu ul {
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}

.layout_layout1 .ets_mm_megamenu_content {
  background: none!important;
}

.layout_layout1 .mm_menus_li:nth-child(2) {
  border-left: 0!important;
}

.layout_layout1 .mm_menus_li {
  border-right: 0!important;
}

.layout_layout1 .mm_menus_li:last-child {
  border-right: 0!important;
}

.layout_layout1 .ets_mm_megamenu_content {
  border-bottom: 1px solid #333!important;
  border-top: 1px solid #aaa!important;
}

.mm_menu_content_title {
  text-transform: uppercase!important;
  letter-spacing: 2px!important;
  font-weight: normal!important;
}

.mm_columns_ul{width: 200px!important;}






/*ajout du stagiaire*/
/* body {
  align-items: center;
  background: #e3e3e3;
  display: flex;
  height: 100vh;
  justify-content: center;
} */
@keyframes scroll {
  0% {
    transform: translateX(0);
 }
  100% {
    transform: translateX(calc(-250px * 7));
 }
}
.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 20%;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 29);
}
.slider .slide {
  height: 100px;
  width: 250px;
}
@media only screen and (max-width: 480px){
  h1 a img, div p img {
    width: 100%!important;
    margin-right: 0;
    padding-right: 0;
  }
  #header .header-top>.container>.row:first-of-type {
     margin: 0 20% 0 20%;
  }
}

div.everblock.everblock-2 div.container{
  padding: 0;
  width: 90%!important;
}
body .ets_mm_megamenu::before { 
  background-color: none!important;
}
#header{
  margin-bottom: 0px!important;
}
img[width="141"][height="180"] {
  display: none;
}
li:has(a:contains("Promotions")) {
  display: none;
}

li > div.subcategory-image > a[href="https://www.lamaisonduhautparleur.com/fr/678-promotions"] {
  display: none;
}

div.row{
  display: flex;
  justify-content: center;
}
.manufacturer-logo{
  max-width: 400px;
}
.product-pack {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-pack article {
  width: 48%; 
}
.h4{
  width: 100%!important;
}
.pack-product-quantity {
  min-width: 40px;
}
.pack-product-name{
  max-width: 95px;
}