.popup-mobile {
  display: none !important;
 
}

.scheme_default .why-choose-us .sc_services_hovers .trx_addons_column-1_3:nth-child(3n+2) .sc_services_item .sc_services_item_title:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px){
  .homev2-logotypes.tablet, .homev2-logotypes.mobile{
    display:none !important;
  }
}
@media (max-width: 991px){
  .homev2-logotypes.desktop, .homev2-logotypes.mobile{
    display:none !important;
  }
}
@media (max-width: 767px){
  body .pt40{
    padding-top:40px !important;
  }
    body .pb0{
    padding-bottom:0px !important;
  }
  .reverse-mobile{
        display: flex;
    flex-direction: column-reverse;
  }
  body .remove-mobile-padding > div{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .why-choose-us .sc_services_columns_wrap > div{
flex:0 0 100% !important;
width:100% !important;
}
  .homev2-logotypes.tablet{
    display:none !important;
  }
  .homev2-logotypes.mobile{
    display:block !important;
  }
}


.why-choose-us .sc_services_columns_wrap > div .sc_services_item{
  border:1px solid #ccc;
}

.why-choose-us .sc_services_columns_wrap > div:nth-child(1) .sc_services_item a{
      color: transparent !important;
    background: url(/wp-content/uploads/2018/06/Household-Bed-icon-1.png) !important;
    background-size: 50px !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.why-choose-us .sc_services_columns_wrap > div:nth-child(2) .sc_services_item a{
      color: transparent !important;
    background: url(/wp-content/uploads/2018/06/percent-1.png) !important;
    background-size: 50px !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.why-choose-us .sc_services_columns_wrap > div:nth-child(3) .sc_services_item a{
      color: transparent !important;
    background: url(/wp-content/uploads/2018/06/goscie-1.png) !important;
    background-size: 50px !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.scheme_default .why-choose-us .sc_services_hovers .trx_addons_column-1_3:nth-child(3n+2) a{
      color: #ec2128;
}


.scheme_default .why-choose-us .sc_services_hovers .trx_addons_column-1_3:nth-child(3n+2) .sc_services_item{
  background:transparent;
}
.scheme_default .why-choose-us .sc_services_hovers .trx_addons_column-1_3:nth-child(3n+2) .sc_services_item_content{
  color: rgba(16, 52, 73, 0.6) !important;
}


.pillow-absolute{
  position: absolute;
    right: -50px;
    z-index: 5;
}


.homev2-logotypes img{
max-width: 110px;
    max-height: 60px;
    box-sizing: border-box;
    width: auto;
    height: auto;
}
.homev2-logotypes .vc_item .vc_inner{
  background:#fff;
  border:1px solid #ccc;
  padding:15px;
  display:flex;
  align-items:center;
  justify-content:center;
    min-height: 60px;
}

.headerv2-layout{
      display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.home-v2-boxes{
      box-shadow: -4px 0px 9px 0px #00000036;
    z-index: 5;
    position: relative;
}
.headerv2-layout > div:first-child{
      width: 100%;
    grid-area: 1 / 1 / 2 / 4;
}
.headerv2-layout > div:last-child{
      width: 100%;
    grid-area: 1 / 4 / 2 / 5;
}
.headerv2-layout > div:last-child > div > div .sc_content{
      height: calc(100% - 97px);
}
@media (min-width: 992px){
  .headerv2-layout > div:last-child > div, .headerv2-layout > div:last-child > div > div, .headerv2-layout > div:last-child > div > div .sc_content > div, .headerv2-layout > div:last-child > div > div .sc_content > div > div, .headerv2-layout > div:last-child > div > div .sc_content > div > div > div, .headerv2-layout > div:last-child > div > div .sc_content > div > div > div > div{
  height:100%;
}
}
.home-v2-boxes > div{
  height:calc(33.333333% - 50px);
      transition: all .5s;
  background-size:cover;
  background-position:50% 50%;
  position:relative;
  padding:25px;
  display:flex;
  align-items:center;
  padding-right:20%;
  box-shadow: 0px 0px 0px 0px #00000052;
  z-index:9;
}
.home-v2-boxes > div:hover{
      box-shadow: 0px 0px 13px 0px #00000052;
    transform: scale(1.02);
  z-index:10;
}
.home-v2-boxes > div a{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:3;
}
.home-v2-boxes > div h3{
  position:relative;
  z-index:2;
  color:#fff;
  margin:0;
  font-size:21px;
}
.home-v2-boxes > div:after{
  content:'';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:1;
  background:linear-gradient(45deg, #2c2c2c94, transparent);
}




.floating-button{
    display: flex !important;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    background-color: #2c2c2c;
    text-align: center;
    line-height: 1;
    font-size: 1.125rem;
    flex-direction: column;
    align-items: center;
    color: #fff;
    position: fixed;
    top: 130px;
    right: 60px;
    transition: transform .1s ease-out,background .2s;
    z-index: 11111;
}
.floating-button:hover{
  background:#f1232a;
  color:#fff;
}
.floating-button img{
      width: 60px;
    display: block;
    margin: auto auto 0;
}
.floating-button span{
margin: 0 auto auto;
  color:#fff !important;
    font-size: 13px;
    margin-top: 5px;
    font-family: 'Barlow Condensed';
    font-weight: 300;
}
@keyframes sonarEffect{0%{opacity:.3}40%{opacity:.5;box-shadow:0 0 0 2px #aea59f,0 0 .5rem .5rem #92857d,0 0 0 .5rem #aea59f}to{box-shadow:0 0 0 2px #aea59f,0 0 .5rem .5rem #aea59f,0 0 0 .5rem #aea59f;transform:scale(1.3);opacity:0}}
.floating-button:after{
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    box-sizing: content-box;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}




.nature{
  display:none !important;
}
.stocky-bar{
    display:none !important;
  }

@media (min-width: 1025px){
  .stocky-bar{
    display:none;
  }
}

.top_panel > p:empty{
  display:none;
}

@media (max-width: 1349px){
  .products .trx_addons_column-1_5{
    flex:1 0 33.33333% !important;
    width:100% !important;
  }
}

@media (max-width: 1199px){
.headerv2-layout > div:first-child {
    grid-area: 1 / 1 / 2 / 4;
}
  .headerv2-layout > div:last-child {
    grid-area: 1 / 4 / 2 / 5;
}
}

@media (max-width: 991px){
    .products .trx_addons_column-1_5{
    flex:1 0 50% !important;
  }
  .home-v2-boxes > div{
    height:auto !important;
    padding-right:25px !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body .headerv2-layout > div:last-child > div > div .sc_content{
    padding-top:0 !important;
  }
  .headerv2-layout{
    grid-template-columns: 1fr;
	grid-template-rows: auto;
  }
  .headerv2-layout > div:first-child {
    grid-area: 1 / 1 / 2 / 2; 
}
    .headerv2-layout > div:last-child {
    grid-area: 2 / 1 / 3 / 2;
}
}

@media (max-width: 767px){
      .products .trx_addons_column-1_5{
    flex:1 0 100% !important;
  }
  div.banner_soldes{
    bottom:100px;
  }
  .trx_addons_scroll_to_top.show{
    display:none !important;
  }
}

/* .menu-item.menu-collapse {
    display: none !important; 
} */

#sc_content_156594618 .vc_custom_1606393243728, #sc_content_156594618 .vc_custom_1652417537556 {
    margin-left: 0!important;
}
.vc_row.vc_row-flex>.icons-top.vc_column_container>.vc_column-inner {
    align-items: flex-end;
}
#menu-menu-new {
    width: 100%;
}
.mobilse .sc_layouts_column_icons_position_left .sc_layouts_item {
    float: none;
    width: 100%;
    padding-left: 5px;
}
.icons-top .wpb_wrapper {
    display: flex; 
}
.sc_layouts_menu_nav>li.menu-item-has-children>a, .sc_layouts_menu_nav>li>a {
    padding: 2.2em 0.6em!important;
}
.agesform-radio-btn-cs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px !important;
}
#wpcf7-f1105-p994-o1 input[type="radio"] {
    display: inline-block;
    top: 1px;
    position: relative;
}
#wpcf7-f1105-p994-o1 .wpcf7-radio .wpcf7-list-item-label::before, #wpcf7-f1105-p994-o1 .wpcf7-radio .wpcf7-list-item-label::after {
    display: none; 
}
#wpcf7-f1105-p994-o1 input[type="radio"]+.wpcf7-list-item-label {
    padding-left: 0.5em;
}
#wpcf7-f1105-p994-o1 .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px !important;
}
#wpcf7-f1105-p994-o1 .wpcf7-list-item input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #b9b9b9;
    min-width: 1rem;
    min-height: 1rem;
    border: 0.01em solid #909090;
    border-radius: 15px;
}
#wpcf7-f1105-p994-o1  .wpcf7-list-item input[type="radio"]:checked {
  	background-color: #0a0a0a;
    border: 3px solid #ffffff;
    outline: 1px solid #0a0a0a;
}
.logo-right .wpb_wrapper{    display: flex !important;
    align-items: center !important;
    justify-content: center !important;}
.logo-right .wpb_wrapper > div{margin:0 5px !important;}
.logo-right .wpb_wrapper > .sc_layouts_item{    width: auto !important;
    float: left;}
.logo-right .wpb_wrapper > .wpb_single_image{    max-width: 190px !important;
    float: right !important;}

.icons-top .sc_layouts_iconed_text span.sc_layouts_iconed_text_icon{padding: 0 !important;
    font-size: 18px !important;
    margin: 0 0 0 auto;}

body .top_panel_custom .sc_content{margin: 0 !important;
    background: transaprent !important;}
.vc-hoverbox-block.vc-hoverbox-front{
  justify-content:flex-start !important;
  
}
.vc-hoverbox-block.vc-hoverbox-front > div{
  position:relative;
  z-index:4;
  text-shadow: rgba(0,0,0,0.65) 1px 1px 2px; 
}
.vc-hoverbox-block.vc-hoverbox-front:after{
  content:'';
  display:block;
  position:absolute;
  height:100%;
  width:100%;
  background:rgba(0,0,0,0.3);
  z-index:3;
  border-radius: 10px;
}
body .top_panel_custom .sc_content h1, .breadcrumbs{
  text-shadow: rgba(0,0,0,0.65) 1px 1px 2px; 
}
.header_position_over .top_panel .sc_layouts_row[class*="scheme_"]:not(.sc_layouts_row_fixed_on){
    background: #2c2c2c!important;
    padding-top: 0;
    padding-bottom: 0;
}

.archive.post-type-archive.post-type-archive-product h1:after{content: 'Voici notre catalogue en ligne ! Vous y trouverez une partie de notre stock, mais surtout nos bons plans ! Nous vous invitons à faire votre sélection et demandez-nous conseils directement à partir de nos fiches produits';
    font-size: 21px;
    display: block;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;}
@media (max-width: 1489px){
  .headerv2-layout > div:last-child > div > div .sc_content{
    padding-top:84px !important;
        height: calc(100% - 84px);
  }
}
@media (max-width: 959px) {
  .agesform-radio-btn-cs {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .agesform-radio-btn-cs span {
    margin-top: 7px; 
  }
}
@media (max-width: 991px) {

  .icons-top .sc_layouts_iconed_text span.sc_layouts_iconed_text_icon{width:11px !important; height:11px !important; padding: 10px !important;}
}

@media (max-width: 767px) {
    .floating-button.desktop{
    display:none !important;
  }
    .menu_mobile:not(.opened) .floating-button.mobile{
    display:none !important;
  }
  #wpcf7-f1105-p994-o1 .wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 0 !important; 
  }
  .logo-right .logo_image{
    margin-top:0 !important; margin-bottom:0 !important;
  }
  .logo-right .sc_layouts_item{margin:0 !important;}
  .logo-right .wpb_wrapper{justify-content:center !important;}
  .sc_layouts_menu_mobile_button{        position: absolute !important;
        right: 15px !important;
        top: 3px !important;}
  .menu-center{
    display: inline-block !important;
    min-height: 50px !important;
  }
  .menu-center .sc_layouts_item_link{
    height: 43px !important;}
  .icons-top{
        position: absolute !important;
    bottom: 10px !important;
  }
}
@media (max-width: 639px) {
  .agesform-radio-btn-cs .wpcf7-acceptance .wpcf7-list-item-label {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  .agesform-radio-btn-cs .wpcf7-form-control.wpcf7-radio {
    display: flex;
  }
}

@media (min-width: 768px) {
  .floating-button.mobile{
    display:none !important;
  }
  .sc_layouts_menu_nav>li, .sc_layouts_menu_nav>li>a {
      letter-spacing: normal;
  }

  .sc_layouts_menu_nav>li.menu-item-has-children>a, .sc_layouts_menu_nav>li>a {
      padding: 2.2em 5px;

  }
}