@import url(/themes/jms_furni/assets/css/custom.css);


/***Général  **/
h1, h2, h3, h4 {
  text-transform: none!important;
}

#header{
  transition:none;
  background:#fff;
  box-shadow: rgba(0,0,0,0.1) 0px 2px 10px;
}
.section-top-header{
  padding:10px 0;
}
/*** Menu principal ***/ 
/* Ajuster la hauteur des items de sous-menu*/
#jms-megamenu-container .nav.level0 .nav-child.dropdown-menu li.lien-icone {
  line-height : 40px;
}

/* Ajuster la hauteur des onglets*/ 
#jms-megamenu-container .jms-megamenu > ul.nav.level0{
  justify-content: space-between;
}
#jms-megamenu-container .nav.level0 > li {
  line-height: normal;
  height: 45px;
}
.alone_category{
  width: calc(calc(100% / 9) - 30px);
  margin: 0 15px;
  text-align: center;
  margin-top:10px;
}
.alone_category ul li a{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.alone_category ul li a img{
  max-width:35px;
  height:auto;
}
.alone_category ul li a span{
  line-height: 20px;
  margin-top: 15px;
}

header.changed_style #jms-megamenu-container .nav.level0 > li {
  line-height: normal;
}
#jms-megamenu-container .nav.level0::before, #jms-megamenu-container .nav.level0::after{
  display:none;
}

.img-hover:hover > a::before,
.img-hover:hover > a::after {
  display:none;
}
.img-hover > a:hover img{
  transform:inherit;
}

#index .img_banner_full img{
  width:100vw!important;
}

/* corriger affichage des images déformées en menu sandwich */

.jms-banner img {
  width: initial!important;
}
.thematiques_home, .title_thematiques .part-addon-title, .section-product-carousel .part-addon-title{
  margin-bottom:50px;
  position:relative;
}
.title_thematiques{
  box-shadow: 0px -4px 5px rgba(0,0,0,0.1);
  padding-top: 50px;
}

@media(min-width:992px){
.title_thematiques .part-addon-title{
  margin-bottom:70px;
}
}

.title_thematiques .part-addon-title::after,
.section-product-carousel .part-addon-title::after{
  width:100%;
  max-width:400px;
  position:absolute;
  bottom:0px;
  left:50%;
  transform:translateX(-50%);
  content:"";
  height:2px;
  background-color:#1CB4A4;
  opacity:0.5;
}
.section-product-carousel .part-addon-title::after{
  max-width:200px;
}
.thematiques_home .content_jmsrow > .row > .layout-column{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
}
.thematiques_home .content_jmsrow > .row > .layout-column > .addon-box{
  max-width:130px;
}
.thematiques_home .content_jmsrow > .row > .layout-column > .addon-box .jms-banner p{
  line-height:20px;
}
.thematiques_home .content_jmsrow > .row > .layout-column > .addon-box .jms-banner img{
  position:relative;
}
/* .blocs_home .layout-column > .addon-box .jms-banner .slogan_banner::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
  background-color:rgba(255,255,255,0.5);
} */
.thematiques_home .content_jmsrow > .row > .layout-column > .addon-box .jms-banner img{
  max-width:100%;
  margin-bottom:10px;
}

/*Style dark*/
/*.section-header {
  background-color: #222;
}

.grouped_elements:after, .blog-carousel .blog-item .post-thumb .post-created, #jms-megamenu-container .jms-megamenu > ul.nav, #jms-megamenu-container .jms-megamenu > ul.nav > li, #jms-megamenu-container .jms-megamenu > ul.nav > li > a, .section-header .style-common .addon-box {
  color:#fff;
}
*/

/*Style flottant */
/* .section-header {
  position: absolute;
  width: 100%;
  z-index: 600;
  top: 87px;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
} */

.section-header {
  background-color: #1cb4a4;
}

.section-header #jms-megamenu-container .jms-megamenu > ul.nav > li > a{
  color:#fff;
}

.section-top-header .style-head-common .swrap_addon-box {
  text-align: left;
  float: none;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
#header .section-top-header .style-head-common .addon-box{
  margin-left:inherit;
}

/* .changed_style .section-header {
  position: sticky;
  top: initial;
  left: initial;
  transform: none;
  -ms-transform: none;
} */
body header {
  transition: background 1s ease;
}

body header.changed_style {
  transition: background 1s ease;
}

.section_bottom_footer{
  padding:20px 0 0 0;
}


/*** Panier ***/

 /* Eviter que le texte de lien dépasse sous la quantité  */
 .product-line-info a {
   white-space: normal;
 }


 .cart_block_list .remove_link a:hover {
  color: #1cb4a4;
 }

 .promo-discounts .label {
   white-space: normal;
 }

/*** Connexion ***/
.style-head-common .btn-group .dropdown-menu {
  min-width: 150px;
  padding: 5px 15px;
  line-height: 2em;
}

.style-head-common .btn-group .dropdown-menu span.text-box {
  color: #333333;
}

.section-top-header .btn-group .dropdown-menu {
  color: #222;
}

/*** button cart ***/
.section-top-header .blockcart .ajax_cart_quantity {
  top: 0px;
  right: -10px;
}

/*****************/
/*** Checkout ***/
/***************/

.adress-mode-selector {
  display : flex;
}

.adress-mode-selector .btn.btn-primary {
  white-space: normal;
  margin:2px;
}

.adress-mode-selector i.material-icons {
  font-size: 1.5em;
}

.btn.btn-primary.highlight {
  color: #1cb4a4;
  border-color : #1cb4a4;
}

.btn.btn-primary.highlight:hover {
  color: #fff;
}

.js-error {
  display: none;
}

 /*** Slider ***/
 /*Afficher les flèches de navigation en permanence*/

 .fraction-slider .prev, .fraction-slider .next {
   display: block;
 }

/*Modifier la couleur au survol*/
 .fraction-slider .next:hover, .fraction-slider .prev:hover {
  background: #1cb4a4 none repeat scroll 0 0;
  border-color: #1cb4a4;
 }

 .btn-primary.disabled, .btn-primary[disabled], .btn-default.disabled, .btn-default[disabled], .btn-default.disabled:hover, .btn-default[disabled]:hover  {
  background-color: #bbb;
  border-color: #bbb;
  color: #4b4b55;
 }

/* Carousel produits nouveautés*/
.nouveautés .owl-theme .owl-controls {
  opacity: 1;
  visibility: inherit;
}

 /*** Top header ***/
 /*Modification de la couleur*/
 .section-top-header {
  /*background-color: #1cb4a4;
  background-image: linear-gradient(90deg, #1cb4a4 0%, #22a091 100%);*/
  background-color: #fff;
  font-size: 16px;
  /*color: #fff;*/
}

/*Position sticky lors du défilement
+ modification du child_jms_furni/assets/js/custom.js - ligne 275 pour modifier la hauteur d'exécution du script*/
body header.changed_style .section-top-header {
  display: block;
}

/*Positionnement des infos de contact*/
.section-top-header .contact-info ul {
  display: block;
}

.section-top-header .contact-info ul li {
  margin-right : 10px;
  display: inline-flex;
}

.contact-info ul li label {
  display: none;
}

.icon li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
}

.info_email::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1fa";
  float: left;
  margin-right: 5px;
}

.info_call::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
  float: left;
  margin-right: 5px;
}

/*Affichage du panier*/

.section-top-header .blockcart .shoppingcart-box {
  left: auto;
  min-width: 350px;
  padding: 40px 30px;
  -webkit-transform: scaleY(0) translateX(0%);
  -moz-transform: scaleY(0) translateX(0%);
  -ms-transform: scaleY(0) translateX(0%);
  transform: scaleY(0) translateX(0%);
  top: calc( 100% + 35px);
  width: 350px;
  right: -60px;
  border: none;
  border-radius: 0;
  margin-top: 0;
  line-height: 2;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  text-align: left;
  max-height: 655px;
  overflow-x: hidden;
}

/*Style du bouton de connexion */
.section-top-header #_desktop_user_info a {
  font-size: 16px;
  /* color:#fff; */
  font-weight: 700;
  padding: 5px 10px;
  line-height: 45px;
  border: 1px solid rgba(0,0,0,0.9);
}

.section-top-header #_desktop_user_info a:hover {
  
  color:#fff;
  border-color: #1CB4A4;
  background-color: #1CB4A4;
}

.section-top-header .style-head-common .addon-box {
  border-right: none;
  margin-left: 15px;
}

/*** Filtre à facettes***/

#search_filters_wrapper #search_filters li {
  line-height: 30px;
}

#search_filters_wrapper #search_filters .radio, #search_filters_wrapper #search_filters .checkbox {
  margin-top: 15px;
}

#search_filters .count_facet {
  margin-top: 2px;
}


/***Inscription***/
/*Alignement de case à cocher avec leur label  */

#conditions-to-approve .pull-xs-left {
  line-height: 21px;
}

.custom-checkbox {
  display: inline-flex;
}

#authentication .form-group.row label, .tab-content .form-group label {
  line-height: 1.2em;
}

.custom-checkbox input {
  margin: 2px 4px 0px 0px;
}

/***Breadcrumb***/
/*Modification du fond*/

.breadcrumb {
  position: relative;
  background :none;
  min-height: 0px;
  /* height: 400px; */
}


.breadcrumb-box ol li:after {
  color: inherit;
}

.breadcrumb .addon_title, .breadcrumb a {
    color: #191919;
    text-align: left;
}

.overlay {
  position: relative;
}

.overlay:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0.5;
  background-color: #fff;
}

.overlay .container {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 2;
}

#category .breadcrumb .container {
  /* position: absolute; */
  bottom: 20px;
  z-index: 2;
  max-height: 300px;
  overflow: overlay;
}

#cms .breadcrumb, #order-confirmation .breadcrumb, #cart .breadcrumb, #checkout .breadcrumb, #search .breadcrumb, #password .breadcrumb {
  height: 200px;
}

@media (max-width: 767px) {
  #cms .breadcrumb, #order-confirmation .breadcrumb, #cart .breadcrumb, #checkout .breadcrumb, #search .breadcrumb, #password .breadcrumb {
    height: 50px;
  }
}

.breadcrumb-box {
  text-align: left;
}

.breadcrumb-box ol li {
  font-size: 0.8em;
}

#category-sub-list ol li {
  display: inline-block;
}

.btn-chips {
  border-radius: 20px;
  margin-bottom: 5px;
}

.breadcrumb .mobile_img {
  text-align: right;
  overflow: unset;
}

@media (max-width: 1024px) {
  .breadcrumb .mobile_img {
    display: none;
  }
}

@media (max-width: 767px) {
  /* #category-sub-list {
    display: none;
  } */

  #category .breadcrumb .container {
    position: initial;
  }

  .breadcrumb {
    height: 100%;
  } 
}


.breadcrumb.breadcrumb-short {
  height: 200px;
}

/***Catégorie***/
/*Entête de catégorie*/
#category-description p {
  color: inherit;
}

#category-description {
  margin-bottom: 10px;
  max-width: 800px;
}

/* #category-sub-list {
  max-width: 800px;
} */

body header.changed_style + .breadcrumb #category-sub-list{
  position: fixed;
  z-index: 100;
  padding-top: 15px;
  background: #fff;
  width: 100%;
  left: 0; 
  text-align: center;
  padding-bottom: 0px;
  box-shadow: 0px 0px 5px #ccc;
}

/* fond de page clair*/
#category, #product {
  background-color: #f9f9f9;
}
.product-box {
  background-color: #fff;
}

.product-box img {
  padding: 20px;
}

#category .breadcrumb {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
}

#wrapper.container {
  padding-top: 50px;
  position: relative;
}

/****************************/
/**** Page liste produits ***/
/****************************/

.content_price {
  min-height : 34px;
}

/****** Flags ***************/

.product-preview.style-box1 .label-box > span {
  min-width: 45px;
  height: 25px;
  border-radius: 15px;
  padding: 5px 10px;
  line-height: inherit;
}

/***Page produit***/

#product #wrapper.container .row:first-child {
  position: relative;
  /* top: -220px; */
  background-color: #fff;
  padding: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #product .breadcrumb {
    height: 200px;
  } 

  #product #wrapper.container .row:first-child {
    top: -130px;
  }
}

#product #mobile_part {
  display: none;
}
#product #mobile_part .slick-slide img {
  width: 100%;
}
#product #mobile_part .slick-arrow{
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 25px;
  cursor: pointer;
  z-index: 10;
}
#product #mobile_part .slick-arrow.fa-chevron-left{  
  left: 0px;  
}
#product #mobile_part .slick-arrow.fa-chevron-right{  
  right: 0px;
}
#product #mobile_part .slick-list{
  max-width:90%;
  margin:auto;
}
#product #ap5-product-list.card{
  display:flex;
}

@media (max-width: 767px) {
  #product .breadcrumb {
    height: 100px;
  } 

  #product #wrapper.container .row:first-child {
    top: -70px;
  }

  #product #mobile_part {
    display: block;
  }
  #product .desktop_part {
    display: none;
  }

  .product-information .price_stock {
    display: block;
  }

  #product .pb-right-column .content_prices {
    display: block;
  }
  #product .pb-left-column{
    padding-right:10px;
  }

  #product #wrapper #content-wrapper .pb-right-column h1{
    font-size:18px;
  }
  #product #ap5-product-list .product-actions, #product .ap5-pack-product-price-table-container, .ap5-pack-product-name.title-center{
    height: auto !important;
    min-height: 0 !important;
  }
}

.product-preview .name-product {
  text-transform: none;
}

#product .jms-videos {
  position: initial;
}

.product-information .product-variants {
  flex-direction: column;
}

.product-variants select {
  width : 100%;
}

.product-information .product-variants > div {
  display: block;
  /* margin-right: 10px; */
}
.product-information .product-variants .information{
  background: #e15812;
  color: #fff;
  width: 100%;
  padding: 10px;
}

.images-container .scroll-box-arrows .fa:hover, .images-container .scroll-box-arrows .fa:focus {
  border-color: #1cb4a4;
  color: #fff;
  background: #1cb4a4;
}

.table-product-discounts td, .table-product-discounts th {
  padding: 5px 15px;
}

.product-actions .content_quantity_button {
  margin-top: 40px;
}

#more_info_block {
  margin-top: 0px;
}

.product-attachments {
  display: inline-flex;
}

.attachment {
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  text-align: center;
  margin: 0px 15px 15px 0px;
  width: 250px;
}

.pb-right-column .product-add-to-cart {
  float: initial;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-information .price-area {
  display:flex;
  float: initial;
  margin-right: 0px;
}

#product .pb-right-column .content_prices {
  column-gap: 10px;
}

.product-information .price_stock {
  column-gap: 10px;
  flex-wrap:wrap;
}

.product-actions .content_quantity_button .button_product {
  margin-left: 0px;
}

/***** flags*****/
#product .label-box {
  position: relative;
  display: inline-block;
  left: 0px;
  top: 0px;
}

/*** Animations ***/
@-webkit-keyframes animateUpDown {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
  50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
  }
  100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}

@keyframes animateUpDown {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
  50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
  }
  100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}

.mobile_img img {
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.product-add-to-cart .product-quantity .btn-touchspin:hover {
  background: #1cb4a4;
}

/*** Général ***/

.bold {
  font-weight: bold;
}

.addon_title {
  font-size: 1.875em;
  text-transform: none;
  font-weight: 600;
}

#product .addon_title {
  font-size: 1.875em;
}

/*** Carrousels ***/

.accessories-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, .carousel-featured-products.owl-theme .owl-controls .owl-nav div.owl-prev {
  left: 0px;
}

.accessories-carousel.owl-theme .owl-controls .owl-nav div.owl-next, .carousel-featured-products.owl-theme .owl-controls .owl-nav div.owl-next {
  right: 0px;
}


.accessories-carousel .product-box {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

/*** Block reassurance ***/
.blockreassurance_product {
  padding: 20px;
}

/*** jms ajaxsearch ***/

#search_result {
  overflow-y: scroll;
  max-height: 500px;
}

/*** search widget ***/
.section-top-header #search_widget {
  margin :2px 0px;
}

#search_widget input {
  width: 100%;
  border-radius: 20px 0px 0px 20px;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #1cb4a4;
}

#search_widget button {
  border-radius: 0px 20px 20px 0px;
  background: #ffffff!important;
  color: #1cb4a4;
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: #1cb4a4;
}

.ui-corner-all {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.ui-corner-all .ui-state-focus, .ui-corner-all .ui-state-hover {
  background : #b9e8e3;
  border-radius: 15px;
  border: none;
}

.ui-corner-all .ui-state-focus .product, .ui-corner-all .ui-state-hover .product {
  font-size: 13px;
  font-weight: bold;
}

.ui-autocomplete, .ui-front, .ui-menu, .ui-widget-content, .ui-widget {
  border: none;
  z-index: 10000;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  margin-top: 2px;
}

.page-not-found #search_widget input {
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #1cb4a4;
} 

.page-not-found #search_widget button {
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: #1cb4a4;
}

/* .changed_style .ui-autocomplete, .changed_style .ui-front, .changed_style .ui-menu, .changed_style .ui-widget-content, .changed_style .ui-widget {
  position: sticky;
  top: 300px;
} */

/*** raccourcis style ***/
.text-right {
  text-align: right;
}


/*** O Part Devis****/

#cart .opartdevis a {
  margin-top: 20px;
}

@media (min-width:768px) and (max-width: 1024px) {
  .opartDevisCartToQuotationLink {
    white-space: normal;
    text-align: left;
  }
}

/*** JMS Wishlist ***/

.is_wish_list_default {
  margin: 0px;
}


/****  Homepage tablet et mobile  ****/

.section-header-mobile .text_cart .icon_cart:before {
  content: url(../img/icon/cart.png);
}

.section-top-header .text_cart .icon_cart:before {
  content: url(../img/icon/cart.png);
}

.section-top-header-mobile {
  background-color: #fff;
  padding: 15px 0px;
}

.section-top-header-mobile .logo {
  margin: 0px auto;
  max-width: 75%;
}

.section-header-mobile {
  /* z-index: 3001; */
    background-color: #ffffff;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    /* padding: 10px 0 0 0; */
    box-sizing: border-box;
    margin: 0;
    position: relative;
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(167, 167, 167, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(167, 167, 167, 1);
    box-shadow: 0px 0px 10px 0px rgba(167, 167, 167, 1); */
    transition-duration: 0.5s;
    transform: translateY(0);
}

.section-header-mobile .user-info, .section-header-mobile .search {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.section-header-mobile #cart_block{
  display: flex;
  justify-content: center;
}

.section-header-mobile #open-button {
  position: relative;
  right: initial;
}

.section-header-mobile .blockcart .ajax_cart_quantity{
  top: 0;
  right: auto;
  margin-left: 5px;
}

@media (min-width: 993px) {
  
  .mobile-only {
    display: none;
  }
  
}

@media (max-width: 992px) {
  
  .desktop-only {
    display: none;
  }
  
}

/***** Page Maintenance ******/

section.page-maintenance {
  max-width: 800px;
  margin: 0px auto;
}

.page-maintenance .logo {
  text-align: center;
  margin: 50px 0px;
}

.page-maintenance img {
  width: 50%;
}

.page-maintenance .page-header, .page-maintenance .page-content {
  margin: 0px 15px;
}


/**** Page réinitialisation mot de passe****/

@media (min-width: 993px) {
  .hidden-sm-up {
    display: none;
  }
}

@media (max-width: 992px) {
  .hidden-xs-down {
    display: none;
  }
}

/**** Footer ***/
.footer-navbar {
  padding-top: 30px;
}

.footer-navbar h3, .footer-navbar h4{
  text-transform:uppercase!important;
  padding-bottom: 25px;
  font-size:20px;
}

.empty_space-footernavbar, .footer-navbar, .section_bottom_footer {
  background-color: #1cb4a4!important;
  color: #fff!important;
  border: none;
}

.footer-navbar, .footer-navbar a {
  color: #fff!important;
}

/**** Chat Box Smartsupp ****/

@media (max-width: 992px)  {
  div#chat-application {
    bottom: 50px!important;
    height: 95%!important;
  }
} 

#deco_home_left, #deco_home_right{
  position:absolute;
}

#deco_home_left{
  left: -350px;
  top: 600px;
}
#deco_home_right{
  right: -400px;
  top: 900px;
}

#index #main #content > .empty_space_bg:first-child, #index #main #content > .slider_show{ 
  display:none;
}

#index .text_ref_home .addon-box:last-child{
  text-align: center;
  border-radius: 30px;
  max-width: 1100px;
  margin: auto;
    margin-top: auto;
  box-shadow: rgba(0,0,0,0.1) 1px 1px 5px;
  padding: 30px 50px;
  margin-top: -100px;
  position: relative;
  background: #fff;
  z-index:10px;
  font-size:22px;
}

#index .text_ref_home .addon-box:first-child a{
  cursor:inherit;
}

#index .text_ref_home .addon-box:last-child p{
  line-height: 24px;
  max-width: 800px;
  margin: auto;
  font-size:16px;
}

#index .text_ref_home .addon-box:last-child h2{
  font-size:22px;
}

#index .section-product-carousel{
  margin-top:30px;
}
#index .section-product-carousel .owl-theme .owl-controls .owl-nav div.owl-next,
#index .section-product-carousel .owl-theme .owl-controls .owl-nav div.owl-prev{
  opacity:0.6;
  background: #1cb4a4;
}
#index .section-product-carousel .owl-theme .owl-controls .owl-nav div.owl-next:hover,
#index .section-product-carousel .owl-theme .owl-controls .owl-nav div.owl-prev:hover{
  opacity:1;
}

#index .section-product-carousel .owl-carousel .owl-item .preview:hover img{
  opacity:0.4;
}

#index .addon_title{
  font-size:24px;
}

#index .jms-banner .title_slogan {
  font-size: 38px;
}

.blocs_home .layout-column > .addon-box .jms-banner .slogan_banner{
  background: rgba(255,255,255, 0.5);
  padding-top: 20px;
}

#index .jms-banner > a:hover{
  color:inherit;
}

#index{
  overflow-x:hidden;
}
#product .tab-content > .tab-pane{
  display:none;
}
#product .tab-content > .tab-pane[id^="pack-product-tab"].active,
#product .tab-content > .tab-pane.active{
  display:block;
}
#ap5-pack-product-tabs-content{
  border:none;
}
#ap5-pack-product-tab-list{
  margin:0;
  border-bottom: 1px solid #ddd;
  background: #1cb4a4;
  color: #fff;
}
#ap5-pack-product-tab-list li a span{
  color:#fff;
}

#ap5-pack-content-block > .card-block{
  padding:0;
}

#ap5-pack-product-tab-list > li > a.active{
  background-color:#000;
}

.ap5-pack-content{
  margin-top:20px;
}
.ap5-pack-product-name a{
  font-weight:500;
}
.description_short_ap5-pack{
  line-height:20px;
  background-color: rgba(210, 240, 238, 1);
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 25px;
}
#product .ap5-pack-product-content{
  height:auto!important;
}

@media(max-width:1500px){
  #header > .section-top-header > .container{
    width:calc(100% - 50px);
  }
  #header > .section-top-header > .container > .row > .layout-column:nth-child(3){
    width:64%;
  }
  #header > .section-top-header > .container > .row > .layout-column:nth-child(2){
    width:20%;
  }
  #product .ap5-pack-product{
    width:50%;
  }
}


@media(min-width:1201px){
  #jms-megamenu-container .nav.level0 > li:first-child{
    margin-left:0;
  }
  #jms-megamenu-container .nav.level0 > li:last-child{
    margin-right:0;
  }
}

@media(max-width:1200px){
  #header > .section-header > .container{
    width: calc(100% - 50px);
  }
  .section-header #jms-megamenu-container .jms-megamenu > ul.nav > li > a{
    font-size:14px;
  }
  .jms-megamenu .nav > li{
    margin: 0 18px;
  }
  #header > .section-header > .container > .row > .layout-column{
    width:100%;
  }
 
}
@media(max-width:1080px){
  .section-top-header .contact-info ul li{
    font-size:14px;
  }
}


@media(max-width:991px){
  #index .text_ref_home .addon-box:last-child{
    padding:30px 20px;
    margin-top:0;
  }
  #index .text_ref_home .addon-box:last-child p{   
    font-size:14px;
  }
  
  #index .text_ref_home .addon-box:last-child h2{
    font-size:18px;
  }

  #index .section-product-carousel  .owl-theme .owl-controls .owl-nav div.owl-prev{
    left:20px;
  }
  #index .section-product-carousel  .owl-theme .owl-controls .owl-nav div.owl-next{
    right:20px;
  }
  #index .thematiques_home .content_jmsrow > .row > .layout-column > .addon-box{
    width: calc(100% / 5);
    margin-top: 25px;
    max-width:100%;
  }
  .thematiques_home .content_jmsrow > .row > .layout-column > .addon-box .jms-banner p {   
    max-width: 100px;
    margin: auto;
  }
  #product #wrapper.container{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  #product #ap5-buy-block-container, 
  #product #ap5-product-list{
    width:100%;
  }
  .ap5-pack-product-image a img {
    max-width: 100%;
    height: auto;
  }
}

@media(max-width:767px){
  #index .thematiques_home .content_jmsrow > .row > .layout-column > .addon-box{
    width: calc(100% / 3);
  }
  #product .ap5-pack-product{
    width:100%;
    text-align:center;
    margin-top: 0 !important;
    border: 1px solid #eee;
    margin-bottom: 45px;
  }
  #product .ap5-pack-product hr:not(.ap5-pack-product-icon-plus){
    display:none;
  }
  .ap5-pack-product .ap5-pack-product-icon-plus:before {
    top: -84px !important;
    left: 50% !important;
    font-size: 45px;
    transform: translateX(-50%);  
    color: #1cb4a4 !important;  
  }
  #product .ap5-pack-product .ap5-attribute-fieldset .ap5-attribute-list{
    margin-top:10px;
  }
  #product #wrapper.container{
    padding-left:0;
    padding-right:0;
  }
  #product.ap5-pack-page .product-additional-info .block-social{
    display:none;
  }
  #product.ap5-pack-page #wrapper.container{
    padding-bottom:0;
  }
  #ap5-pack-product-tab-list > li{
    width:100%;
    height:auto!important;
  }
  #product.ap5-pack-page #ap5-pack-product-tab-list > li > a{
    text-align: left;
    align-items: start!important;
    padding: 10px 15px;
    border: 1px solid; 
  }
  #product.ap5-pack-page .product-accessories{
    margin-top:30px;
  }
  #ap5-pack-product-tab-list li a span {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
  }
  #search_filters .facet{
    display:none;
    padding-top:10px;
    padding-bottom:10px;
  }
  #search_filters .facet:nth-child(2){
    border-top: 1px solid #e1e1e1;
  }
  #search_filters .filter-box{
    padding-bottom:0;
    position:relative;
    border:none;
  }
  #search_filters .filter-box::after{
    content: '+';
    display: block;
    width: 35px;
    height: 35px;
    background: #1cb4a4;
    margin-top: 10px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-55%);
    padding: 0px 11px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  #search_filters .filter-box.active::after{
    content: '-';
    padding: 0px 12px;
  }
  #category #left-column{
    margin-bottom:20px;
  }
  #search_filters .filter-box h4{
    padding-bottom:20px;
  }
  #search_filters .facet .facet-title{
    font-weight:bold;
    font-size:18px;
  }
  #search_filters_wrapper #search_filters .facet-label > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #search_filters_wrapper #search_filters li{
    line-height: 20px; 
  }
  #search_filters .facet .facet-title{
    padding:0;
  }
}

@media(max-width:480px){
  #index .section-banner .jms-banner .text_slogan, 
  #index .jms-banner .title_slogan{
    font-size:24px
  }
  #index .thematiques_home .content_jmsrow > .row > .layout-column > .addon-box{
    width: calc(100% / 2);
  }
}

#header .banner{
  background: black;
  margin: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

#header .banner::before {
  display: block;
  height: 2.1rem;
  content: url(/themes/child_jms_furni/assets/img/icon/megaphone.svg);
  transition: transform 0.2s;
  animation: agitate 2s linear infinite;
}

@keyframes agitate {
  0%, 50%, 100% {
    transform: scale(1) rotate(0deg);
  }
  5%,15%,25%,35%,45% {
    transform: scale(1.2) rotate(-45deg);
  }
  10%,20%,30%,40% {
    transform: scale(1.2) rotate(45deg);
  }
}

#customer-form input[name="birthday"] + .help-block{
  font-weight:bold;
  color:red;
}

#product_list .products{
  display:flex;
  flex-wrap:wrap;
}
.product-preview .name-product{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  white-space:inherit;
}