/* margin for slider home */
.page-home div.ls-container {
  margin-bottom: 40px !important;
}

/* margin for slider banner */
.header-banner div.ls-container {
  margin-bottom: 0 !important;
}

/* margin for slider product */
.product-box-container div.ls-container {
  margin-bottom: 1rem !important;
}

/* Title full width */
.title_block_home {
  text-align: center;
}
.title_block_home .title_home {
  display: inline-block;
  padding: 0 10px;
  max-width: 72%;
  vertical-align: middle;
  margin: 0;
}
.title_block_home .line_home {
  height: 2px;
  width: 150px;
  background: #272d33;
  display: inline-block;
  vertical-align: middle;
  max-width: 13%;
  position: relative;
  top: 1px;
}

/*Global li padding */
.htmlcontent-home li {
  padding-bottom: 15px;
}

/* Inspirations slider hookTopColumn */
#htmlcontent_topcolumn {
  margin-bottom: 1.5rem;
}
#htmlcontent_topcolumn .htmlcontent-home li {
  padding-bottom: 0;
}
#htmlcontent_topcolumn .htmlcontent-home li p {
  margin-bottom: 0;
  margin-top: 0.25rem;
  text-align: center;
  color: #272d33;
  transition: all 0.4s ease-in-out;
  font-size: 1.1rem;
}
#htmlcontent_topcolumn .htmlcontent-home li:hover p {
  color: #de0436;
}

/* Rayons & bons plans before gray background slider hookHome */
#htmlcontent_home .htmlcontent-home {
  margin-bottom: 0;
}
#htmlcontent_home .htmlcontent-home li a {
  display: block;
}
#htmlcontent_home .htmlcontent-home li p {
  margin-bottom: 0;
  text-align: center;
  color: #272d33;
  transition: all 0.4s ease-in-out;
  font-size: 1.1rem;
}
#htmlcontent_home .htmlcontent-home li:hover p {
  color: #de0436;
}

/* Second slider on gray background hookHomeSlide */
#htmlcontent_homeslide {
  margin-bottom: 1rem;
}
#htmlcontent_homeslide .bx-viewport {
  background-color: #f1f1f1;
  border-radius: 20px;
}
#htmlcontent_homeslide .htmlcontent-home li {
  padding-top: 15px;
}

/* After gray background slider HomeAfterSlide */
#htmlcontent_homeafterslide .htmlcontent-home {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
#htmlcontent_homeafterslide .htmlcontent-home li a {
  display: block;
  height: 100%;
}
#htmlcontent_homeafterslide .htmlcontent-home li img {
  height: 100%;
}
#htmlcontent_homeafterslide .htmlcontent-home li p {
  margin-bottom: 0;
  text-align: center;
  color: #272d33;
  transition: all 0.4s ease-in-out;
  font-size: 1.1rem;
}
#htmlcontent_homeafterslide .htmlcontent-home li:hover p {
  color: #de0436;
}

/* Before newsletter hookHomeBottom */
#htmlcontent_homebottom .htmlcontent-home {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  justify-content: center;
  gap: 15px 15px;
}
#htmlcontent_homebottom .htmlcontent-home li a {
  display: block;
  height: 100%;
}
#htmlcontent_homebottom .htmlcontent-home li img {
  height: 100%;
}
#htmlcontent_homebottom .htmlcontent-home li.btncateg {
	padding-bottom: 0;
}
#htmlcontent_homebottom .htmlcontent-home li.col-xs-12 {
	padding-top: 15px;
}
#htmlcontent_homebottom .htmlcontent-home li.btncateg a {
	background: #272d33;
	color: white;
	padding: 10px 10px;
	border-radius: 15px;
  font-size: 1rem;
	font-weight: 500;
  transition: all 0.4s ease-in-out;
}
#htmlcontent_homebottom .htmlcontent-home li.btncateg a:hover {
	background: #de0436;
}
#htmlcontent_homebottom .htmlcontent-home li p {
  margin-bottom: 0;
  text-align: center;
  color: #272d33;
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  #htmlcontent_homebottom .htmlcontent-home {
    gap: 5px 5px;
  }
  #htmlcontent_homebottom .htmlcontent-home li.btncateg a {
    font-size: 0.875rem;
  }
}

/* Bx Slider override */
#content-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
#content-wrapper .htmlcontent-home.initslide {
  margin: 0;
  padding: 0;
}

#content-wrapper .bx-wrapper .bx-controls-direction a {
	display: inline-block;
	font-family: "Material Icons", Arial, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	width: 32px;
	height: 32px;
	line-height: 1;
  top: 50%;
  margin-top: -16px;
}

#content-wrapper .bx-wrapper .bx-controls-direction a:before {
  padding-left: 0;
  color: #272d33;
  font-size: 32px;
  font-family: "Material Icons", Arial, sans-serif;
}
#content-wrapper .bx-wrapper .bx-controls-direction a:hover:before {
  color: #de0436;
  background: white;
}

#content-wrapper .bx-prev {
  left: -8px;
}
#content-wrapper .bx-next {
  right: -8px;
}
#content-wrapper .bx-prev:before {
  content: '\e5cb';
}
#content-wrapper .bx-next:before {
  content: '\e5cc';
}
