/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media (max-width: 767px) {
	#iqithtmlandbanners-block-11 {
		display: none;
	}
	section#products {
		clear: both;
	}
}

.category-description-top {
  background: white;
  z-index: 1;
  position:relative;
  height:auto;
  overflow: hidden;
}

.category-description-top:before, .category-description-top:after{
  -webkit-transiton: all 300ms ease;
  -moz-transiton: all 300ms ease;
  transiton: all 300ms ease;
}

.category-description-top.masked{
  height: 190px;
  transition: height 1s;
}

.category-description-top.open{
  padding-bottom: 60px;
  transition: height 1s;
}

.category-description-top.masked:before {
    content: "Lire plus";
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    width: 90px;
    display: inline-block;
    z-index: 3;
	padding-bottom: 2px;
    color: #FABC06;
    border-bottom: 2px solid #FABC06;
	cursor: pointer;
}
.category-description-top.masked:before:hover, .category-description-top.open:before:hover {
	color: #f7a102;
}

.category-description-top.masked:after{
  content: "";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  z-index: 2;
  background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
  background: -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
  background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
  background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
}

.category-description-top.open:before {
  content: "Réduire";
  position: absolute;
  bottom:18px;
  left:0;
  z-index: 3;
    right: 0;
    width: 90px;
    display: inline-block;
	padding-bottom: 2px;
    color: #FABC06;
    border-bottom: 2px solid #FABC06;
	cursor: pointer;
}
.product-images .thumb-container {
    align-self: center;
}

.sendcloud-spp__selection-trigger span{
	color: #F9BD08;
	border-bottom: 2px solid #F9BD08;
}

.no-account a{
	color: #fabc06 !important;
	border-bottom: 2px solid #fabc06;
}

.category-description-top.masked:hover::before, .category-description-top.open:hover::before, .sendcloud-spp__selection-trigger span:hover, .no-account a:hover{
	color: #f7a102;
	border-bottom: 2px solid #f7a102;
}

.category-description-top.open:after {
  content: none;
}
.copyright-txt p a {
    margin: 0 8px;
}
.btn.js-search-filters-clear-all {
	padding: 1.12rem 1.5rem;
}
.et_pb_row_1_tb_footer {
	display: flex;
    justify-content: space-evenly;
    text-align: center;
	margin-bottom: 40px;
}

.et_pb_row_2_tb_footer.et_pb_row {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
	display:flex;
	justify-content: space-evenly;
	text-align: center;
	align-items: center;
}

#iqithtmlandbanners-block-11 h5 {
    display: none!important;
    display: block !important;
    font-size: 15px;
    font-weight: 900;
    padding: 0;
    line-height: 22px;
    color: #333;
}

#iqithtmlandbanners-block-11 h5.block-title {
	display:none !important;
}

#iqithtmlandbanners-block-11 p {
	font-size: 12px;
    color: #333;
}
.et_pb_image_5_tb_footer .et_pb_image_wrap img, .et_pb_image_6_tb_footer .et_pb_image_wrap img {
    max-height: 80px;
    width: auto;
}

.et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
    font-size: 14px;
	color: #333;
	line-height: 1.5em;
    font-weight: 400;
}

.et_pb_image_5_tb_footer, .et_pb_image_6_tb_footer {
    margin-bottom: 10px;
}
#custom-text {
font-size: 11px;
}

@media (min-width: 981px) {
.et_pb_column_1_5 {
    width: 15.6%;
}
}

@media (max-width: 767.98px) {
	#left-column.-only-facet-search {
		margin-top: -2rem;
	}
}