body{
	font-family: 'Titillium Web';
	font-size:14px;
	line-height:20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Titillium Web';
}
.text-justify {
	text-align: justify;
}
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.p0{padding:0;}.m0{margin:0;}.img-Sresponsive{width: 100%; height:auto;}
.reveal{
  opacity: 0;
  transform: translateY(30px);
}
.reveal-visible{
  opacity:1;
  transform: translateY(0);
  transition: 1s cubic-bezier(.5, 0, 0, 1);
}
.slogan{
	margin-left:0;
	margin-right:0;
	margin-top:5px;
	letter-spacing: 0.2em;
	padding:5px;
}
#sg-header .logo{
	margin:10px auto 0;
}
#block_top_menu .sf-menu > li{
	border-bottom:none;
}
#block_top_menu .sf-menu > li > a{
	color:#000;
	font-size: 1em;
	padding:15px 20px;
}
#block_top_menu .sf-menu > li > a:hover, #block_top_menu .sf-menu > li.sfHover > a{
	color:#fff;
	background:#000;
}
#block_top_menu .sf-menu > li:first-child > a{
	color:#cf111d;
	background-color:#fff;
}
#block_top_menu .sf-menu > li:first-child > a:hover{
	background-color:#cf111d;
	color:#fff;
}
#header .header_user_info a{
	font-size:1em;
}
#header .shopping_cart > a:first-child{
	font-size: 1em;
}

body#index #line1{
	margin-top:60px;
	margin-bottom: 30px;
}

body#index #line1 h1{
	text-transform: uppercase;
	font-size:18px;
	line-height:30px;
	margin:0;
	font-family: 'Titillium Web';
}
body#index #line1 h1 b{
	font-size:26px;
}
body#index #line1 h1 span{
	color:#d10a11;
}
body#index #line1 h2{
	color:#404040;
	font-style:italic;
	font-size:14px;
	margin-top: 5px;
	font-family: 'Titillium Web';
}
body#index #line1 #demande-devis table{
	background-color: #d10a11;
	color:#ffffff;
	display: inline-block;
}
body#index #line1 #demande-devis table h3{
	margin:0;
	text-transform: uppercase;
	font-weight: bold;
	font-size:12px;
	line-height: 14px;
	font-family: 'Titillium Web';
}
body#index #line1 #demande-devis table h3 span{
	font-size: 20px;
}
body#index #line1 #demande-devis table td:last-of-type{
	line-height:16px;
}
.page-heading{
	color:#1d1d1b;
	border-bottom-color:#13100d;
	font-size:18px;
	margin:10px 0;
}


/***** PRODUCT LIST *****/
.product-container-header{
	height:52px;
}
.product-container-header .category-name{
	color:#13100d;
	text-transform: uppercase;
	background:#ffffff;
	margin-left:15px;
	margin-right:0;
	padding-bottom:0;
	margin-bottom: 15px;
	height: 50px;
	position: relative;
	line-height: 14px;
}
.product-container-header .category-name span{
	display: inline-block;
	width:55%;
	position: absolute;
	bottom: 5px;
}

.product-container-header::before{
	content:"";
	width:15px;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.product-container-header::after{
	content:"";
	width:25px;
	height:2px;
	position: absolute;
	bottom:0;
	left:0;
	background:#ffffff;
}
.product-container-header .supplier-logo{
	right:0;
}
.product-container-header .supplier-logo::after{
	content:"";
	background:#ffffff;
	position: absolute;
	right:-10px;
	top:0;
	width:10px;
	height:100%;
}
.product-container-footer{
	display: none;
}
ul.slickos li .product-container{
	border:solid 1px #e4e3e3;
	height:450px;
	position: relative;
	overflow: hidden;
}
ul.product_list .product-name{
	text-transform: initial;
	color:#1d1d1b;
}
ul.product_list .product-image-container img{
	margin:10px auto;
}
ul.product_list .product-title{
	height:30px;
}
ul.product_list .product-desc{
	color:#000000;
	text-align-last: initial;
	height:initial;
}
.product-container .product-pictos{
	text-align: center;
}
.product-container .product-pictos li img{
	margin-right:5px;
}
ul.product_list .button-container{
	position: absolute;
	bottom: 5px;
	text-align: center;
	/*padding-top: 25%;*/
	padding-bottom: 10px;
	background:#fff;
	display: none;

}
ul.product_list div.product-container:hover .button-container{
	display: block;
}

#homefeatured ul.slick-dots{
	text-align: right
}
.slick-dots li button::before{
	font-size:35px;
	color:#878787;
	opacity: 1;
}
.slick-dots li.slick-active button::before{
	opacity:1;
	color: #cf111d;
}
.slick-dots li{
	margin:0;
}

#blockassuros{
	margin-top:30px;
	padding-top: 50px;
	padding-bottom: 50px;
	background:#f3f4f5;
}
#blockassuros h5 {
	font-weight: bold;
	font-family: 'Titillium Web';
	font-size: 17px;
}
#blockassuros img {
	margin-right: 35px;
}
#blockassuros p {
	text-align: justify;
}
#blockassuros .header {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
	height: 55px;
}
#blockassuros .blockassuros {
	padding: 0 20px;
}
#blockassuros .col-sm-3 {
	border-right: solid 1px #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#blockassuros .col-sm-3:last-of-type{
	border-right:none;
}
#index #index-last .col-md-4 h4{
	font-weight: bold;
	font-size: 14px;
	font-family: 'Titillium Web';
}
#suppliers-list .supplier-logo{
	border:none;
}
#suppliers-list{
	border: 1px solid #e4e3e3;
	/*margin:0;*/
	margin: 25px;
	padding-top: 25px;
}

#suppliers-list .slick-list{
	background:#fff;
	margin-top: -20px;
}
/*
#suppliers-list .slick-prev, #suppliers-list .slick-next{
	top:initial;
	left:initial;
	right:initial;
	bottom: initial;
	transform: translate(0,0);
}
#suppliers-list .slick-prev{
	bottom:-25px;
	right:20px;
}
#suppliers-list .slick-next{
	right:0;
	bottom:-25px;
}
*/
#index #nego-conseil{
	/*margin-top: 20px;*/
	margin-bottom: 25px;
}
#index #nego-conseil h4{
	/*margin-top:0;*/
}
#index #nego-conseil ul{margin-top:20px;}
#index #nego-conseil ul li{
	margin-bottom: 15px;
}
#index #nego-conseil ul li a{
	background:#d10a11;
	color:#fff;
	padding-left: 10%;
	padding-right:5px;

}
#index #nego-conseil .conseil{
	position: absolute;
	width: 80%;
	background:#fff;
	position: absolute;
	bottom: -10%;
	right:0;
	padding:10px 20px;

}
#index #nego-conseil #imagos{
	width:100%; height:100%; position: relative;min-height: 350px;
	background-repeat: no-repeat;
	background-size:cover;
}
#index #nego-conseil .conseil h4{
	font-weight: bold;
	font-size: 14px;
	font-family: 'Titillium Web';
}
#index #nego-conseil .conseil h4 img{
	display: inline;
	margin-top: -7px;
	margin-right:10px;
}
#index #nego-conseil .conseil h5{
	font-size: 14px;
	color:#d10a11;
	font-weight: bold;
	font-family: 'Titillium Web';
}
#index #nego-conseil .conseil a{
	color:#d10a11;
}
@media (max-width: 992px) {
	#index #index-last{
		display: block;
	}
	#index #index-last .col-md-4{
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	#blockassuros .col-sm-3{
		border-right: none;
	}
	#index #nego-conseil .col-sm-4,#index #nego-conseil .col-sm-8{
		margin-top: 20px;
	}
	#index #nego-conseil .conseil{
		position: initial;
		width:100%;
	}
	ul.product_list .button-container{
		width:100%;
		padding-top: 15%;
	}
}

.slidos-container {
	position: relative;
}
.slidos-container.loading {
	max-height: 600px;
	overflow: hidden;
	pointer-events: none;
}
.slidos-container.loading > * {
	opacity: 0.1;
}
.slidos-container.loading:after {
	content: '\f110';
    position: absolute;
    display: block;
    top: 50%; left: 50%;
	margin-left: -50px;
    z-index: 20;
    font-family: 'FontAwesome';
	font-size: 100px;
	color: #cf111d;
	animation: spin 3s linear infinite;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.slidos-container.loading .slidos-content {
	display: none;
}
#fados .slidos div{
	position: absolute;
	top:5%;
	left:0;
}
#fados .slidos div h2{
	background:#000;
	color:#fff;
	text-transform: uppercase;
	padding:5px 20px 5px 40px;
	margin:0;
	font-size: 20px;
	display: inline-block;
}
#fados .slidos div h5{
	margin:10px 0;
	padding-left:40px;
}
#iconos{
	position: absolute;
	bottom:-20px;
	
	z-index:5000;
	left:0;
	right:0;
}
#iconos ul.icones{
	margin-top:9px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 768px) {
	#iconos ul.icones {
		grid-template-columns: repeat(7, 1fr);
	}
}

#iconos ul.icones li{
	display: inline-block;
	margin: 5px;
}
#iconos #searchos{
	background:#fff;
}
#iconos .col-md-7{
	background:rgba(255,255,255,0.6);
}
#searchos h3{
	text-transform: uppercase;
	margin:20px 0 20px 40px;
	font-size:16px;
	font-weight: bold;
	color:#1d1d1b;
}
#searchos #search_block_top{
	padding-top: 0;
	margin-bottom:30px;
}
#searchos #search_block_top .btn.button-search::before{
	content:"OK";
	font-family: 'Titillium Web';
	font-weight: bold;
}
#searchos #search_block_top .btn.button-search{
	background:#cf111d;
	padding:0 5px;
	width:initial;
}
#searchos #search_block_top .btn.button-search:hover{
	color:#fff;
}
#searchos #placeholdos{
	color:#000;
	text-transform: uppercase;
	background:#fff;
	font-weight: bold;
	display: inline-block;
	padding: 5px 0;
	position: absolute;
	left:30px;
	cursor:text;
}
#searchos #placeholdos span{
	color:#666666;
	text-transform: lowercase;
	font-weight: normal;
}
#searchos #placeholdos span::after{
	display: none
}
#searchos #placeholdos::before{
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 20px;
	position: absolute;
	left:-25px;
	top:0px;
}
.headerCat .blockos{
	width:20px;
}
.headerCat .catos-titles{
	
	width: 100%;
}
.headerCat h2{
	margin:0;
	
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	margin-top: -44px;
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 20px;
}
.headerCat h2::before{
	content:"";
	position: absolute;
	width: 20px;
	height:100%;
	left:-20px;
	top:0;

	background-color:inherit;
}

.headerCat h2 span{
	background:#000;
	padding:10px 40px 10px 20px;
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
}

.headerCat #sousCatos{
	background:#fff;
	color:#000;
	padding-left:20px;
}
.headerCat #sousCatos h3{
	display: inline-block;
	font-size:24px;
}
.headerCat #sousCatos h4{
	display: inline-block;
	font-size: 24px;
}
.headerCat .linos{
	height:3px;
	width:100%;
}
.headerCat .breadcrumb{
	padding-left: 20px;
	margin:10px 0;
	width: 100%;
	text-decoration: underline;
	text-decoration-color: #5a5858;
	
}
.breadcrumb span{
	color:#5a5858;

	font-size:14px;
	font-style: italic;
}
.breadcrumb span a{
	text-decoration: none;
}

.compare-form .bt_compare{
	background:#333;
}
.compare-form .bt_compare:hover{
	color:#cf111d;
	color:#fff;
}
.content_sortPagiBar .sortPagiBar{
	border-bottom: none;
}
.top-pagination-content ul.pagination li > span, 
.bottom-pagination-content ul.pagination li > span, 
.top-pagination-content ul.pagination li > a span, 
.top-pagination-content ul.pagination li > span span, 
.bottom-pagination-content ul.pagination li > a span, 
.bottom-pagination-content ul.pagination li > a, 
.bottom-pagination-content ul.pagination li > span span{
	border-top:none;
	border-left:none;
	border-bottom:none;
}
.bottom-pagination-content{
	border:none;
}
.bottom-pagination-content ul.pagination li:nth-last-child(2) > *{
	border:none
}
.bottom-pagination-content ul.pagination li.active > span{
	color:#d21017;
}
.button.exclusive-medium{
	background:#333;
	color:#fff;
	border:none;
	text-shadow: none;
}
.button.exclusive-medium:hover{
	background:#cf111d;
}
.button.exclusive-medium span{
	border:none;
	background:none;
}
.button.exclusive-medium span i{
	color:#fff !important;
}
#layer_cart .layer_cart_product .title{
	font-size:16px;
}
#layer_cart .layer_cart_product .title i{
	font-size: 26px;
}
#layer_cart .layer_cart_product .product-image-container {
	max-width: 50%;
}
#layer_cart .layer_cart_cart .title{
	font-size:16px;
}
.top-hr{
	height: 3px;
}
#quantity_wanted_p .btn{
	margin-top: -5px;
}
.product-comments > div, .product-plus > ul{
	background:#ffffff;
}
.product-plus li{
	list-style: none;
}
.product-plus li::before{
	content:"- ";
}
.product-plus{
	border-width: 1px;
}
#catViewed{
	margin-top: 50px;
}

#sg-header{
	display: flex;
	margin-bottom: 15px;
}
#sg-header .logos, #sg-header #titlos, #sg-header #magos{
	align-self: flex-end;
}
#sg-header .logos .logo{
	margin:0 auto;
}
#sg-header #magos{
	color:#333333;
}
#sg-header #magos h5{
	margin:0;
	color:#cf111d;
	font-weight: 900;
	text-transform: capitalize;
	font-style: italic;
	display: inline-block;
	position: relative;
}

#sg-header #magos a#mag_modify{
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	margin-left: 5px;
	display: inline-block;
}
#sg-header #magos span.city{
	text-transform: capitalize;
}
#sg-header #magos span.mag{
	color:#575757;
}
#sg-header #magos .col-inner::before{
	content:"";
	background:url('../img/mag-location.png') no-repeat;
	position: absolute;
	top:50%;
	left:-10px;
	transform: translateY(-50%);
	width:20px;
	height: 30px;
	background-size: contain;
}
header #search_block_top{
	padding-top:0;
}
header #search_block_top .btn.button-search{
	background:none;
	color:#000;
	width:initial;
	padding:2px 5px 0 0;
}
header #search_block_top #placeholdos{
	margin:0;
	color: #000;
	text-transform: uppercase;
	background: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 5px 0;
	position: absolute;
	font-size: 10px;
	cursor: text;
	top:5px;
	left:5px;
}
header #placeholdos span{
	color: #666666;
text-transform: lowercase;	
font-weight: normal;
}
header #placeholdos span::after{
	display: none;
}
header #search_block_top #search_query_top{
	padding:0;
	height:30px;
	margin:0;
	border-color:#a0a0a0;
}

@media (max-width: 1200px) {
	header #search_block_top #placeholdos span{
		display:none;
	}
	#searchos #placeholdos span{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#magos .col-inner{
		display: none !important;
	}
	#iconos{
		display: block;
		position: initial;
	}
	#iconos #searchos{
		padding-top:20px;
	}
	#fados .slidos div h2{
		font-size:3vw;
	}

}

@media (max-width: 768px) {
	#iconos{
		display: block;
		position: initial;
	}
	#iconos #searchos{
		padding-top:20px;
	}
	#fados .slidos div h2{
		font-size:3vw;
	}
	.headerCat h2 span{
		font-size: 4vw;
	}
	#sg-header{
		margin-bottom: 0;
		margin-top: 15px;
	}
	#titlos .slogan{
		font-size:0.6em;
	}
	#sg-header-mobile{
		display: flex;
	}
	#sg-header-mobile .col-xs-6{
		align-self: flex-end;
	}
	#sg-header-mobile .col-xs-6 img{
		margin:0 auto;
	}
	#searchos #placeholdos span{
		display: none;
	}
	.slick-next{
		right:-15px;
	}
	.slick-prev{
		left:-15px;
	}
	#index #nego-conseil #imagos{
		min-height: none;
		background-image: none;
	}
}

#layer_cart .crossseling{
	display: none;
}
.footer_link .button.lnk_view span::before {
	display: none;
}
.page-heading a, .page-heading a:hover{color:#000000;}
.box{
	border:none;
}
.page-heading.product-listing{
	border-bottom: 3px solid #000000;
	margin:10px 0;
}
#perpagos::after{
	content: "par page";
	margin-left: 10px;
}
#order-opc .page-heading.step-num span{
	font-style: normal;
}
.loader-container{
	position: fixed;
	top:0;
	left:0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}
.loader-container.hidden{
	opacity:0;
	visibility: hidden;
}
.loader{
	width:120px;
	height:120px;
	border:16px solid #e5e5e5;
	border-top:16px solid #cf111d;
	border-radius: 50%;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.2);
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -60px;
	margin-left: -60px;
	animation: loader 1s linear infinite;
}
@keyframes loader{
	0%{
		transform : rotate(0deg);
	}
	100%{
		transform : rotate(360deg);
	}
}
body#index{
	overflow-x:hidden 
}
#supplier-list-mobile{
	border: 1px solid #e4e3e3;
	margin: 0;
}
#suppliers-list-mobile .supplier-logo img{
	height: 35px;
}
#suppliers-list-mobile .supplier-logo{
	position: initial;
	box-shadow: none;
	border: none;
	margin: 0 10px;
	padding: 20px 5px;
}
#search_block_top #search_query_top{
	background:#fff;
}

/* ybc_blocksearch */
.wrap_header_tap ul li.active a {
	background-color: #cf111d;
}
ul.pagination_search li.active a {
    color: #cf111d;
}
#search_block_top div#search_block_results {
	margin-top: 30px;
}
#searchos #search_block_top div#search_block_results {
	margin-top: 40px;
}
#search_block_top div#search_block_results .autocomplete-suggestions {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	padding: 15px;
}
#search_block_top ul {
    margin-top: 0;
}
#search_block_top .search_block_results li.search_result_header {
	background: #cf111d;
}
#search_block_top .search_block_results li.search_result_header span.title_group {
	color: white;
}
#search_block_top .search_block_results .box_button_see {
	background: #cf111d;
	color: white;
}


/* EXPERTSVOICE */

.expertsvoice {
	padding: 20px;
}

.expertsvoice > div:first-child {
	display: flex;
	align-items: center;
}

.expertsvoice .image {
	background: no-repeat top center/cover;
	padding-top: 130%;
}

.expertsvoice .presentation > span {
	display: block;
}

.expertsvoice .presentation span:nth-child(1) {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.expertsvoice .presentation span:nth-child(3) {
	background: black;
	color: white;
	display: inline-block;
	padding: 0 4px;
	margin-top: 4px;
	text-transform: uppercase;
}

.expertsvoice .contenu {
	margin-top: 10px;
    overflow: auto;
}

@media (min-width: 992px) {
	.expertsvoice .contenu {
		max-height: 300px;
	}
}
@media (min-width: 1200px) {
	.expertsvoice .contenu {
		max-height: 425px;
	}
}

.expertsvoice .contenu em {
	font-style: italic;
	font-size: 15px;
}

.expertsvoice .contenu ul {
	list-style: disc;
	padding-left: 20px;
	text-align: left;
}

/* category */
.sg-expertsvoice {
	border: 1px solid #afafaf;
}
.sg-expertsvoice .cat {
	position: relative;
}
.sg-expertsvoice .title {
	position: absolute;
	bottom: 0;
	display: flex;
}
.sg-expertsvoice .title .before{
	width:20px;
}
.sg-expertsvoice .title h3,
.sg-expertsvoice .title h4 {
	margin: 0;
	color: white;
	font-weight: bold;
}
.sg-expertsvoice .title h3 {
	font-size: 18px;
	text-transform: uppercase;
}
.sg-expertsvoice .title h4 {
	font-size: 14px;
}
.sg-expertsvoice .title hr {
	height: 2px;
	margin: 2px 0;
}
.sg-expertsvoice .title div:last-of-type{
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
}

/* index */
#index .expertsvoice {
	position: absolute;
	right: 0; bottom: 0;
	width: 85%;
	background: white;
}
@media (max-width: 768px) {
	#index .expertsvoice {
		width: 100%;
		padding: 15px;
	}
}

/* displayall */
#expertsvoices h2 {
	margin: 25px 0 0 0;
	border-style: solid;
	border-width: 0 0 3px 20px;
	cursor: pointer;
	line-height: 20px;
	font-size: 20px;
	text-transform: uppercase;
}
#expertsvoices h2 span {
	display: inline-block;
	padding: 10px 15px 10px 20px;
	background-color: black;
	color: white;
}
#expertsvoices h2 span::after {
    content: '\f107';
	display: inline-block;
	margin-left: 15px;
    font-family: 'FontAwesome';
	transition: transform .3s;
    
}
#expertsvoices h2.collapsed span::after {
    transform: rotate(-90deg);
}
#expertsvoices h2 + div {
	border-style: solid;
	border-width: 0 0 0 20px;
	padding: 150px 20px 0;
	position: relative;
}
#expertsvoices .universe-image {
	position: absolute;
	top: 0; left: 0;
    width: 100%;
    height: 200px;
	background: no-repeat center/cover;
}

/* NEGO CONSEILS */
.sg-cms-category {
	padding: 75px 20px 0;
	background: url(../img/negoconseils-bg.jpg) no-repeat top left / 100%;
}
@media (min-width: 768px) {
	.sg-cms-category {
		padding: 100px 50px 0;
	}
}
@media (min-width: 992px) {
	.sg-cms-category {
		padding: 140px 0 0 160px;
	}
}
@media (min-width: 1200px) {
	.sg-cms-category {
		padding: 175px 0 0 200px;
	}
}

.sg-cms-category .block-cms {
	padding: 25px 35px;
	background: white;
}
@media (min-width: 992px) {
	.sg-cms-category .block-cms {
		padding: 25px 0 0 40px;
	}
}

#cms #center_column .sg-cms-category h1.page-heading {
	margin: 0;
	padding: 0;
	border: none;
}

.sg-cms-category h2 {
	margin: 25px 0 0 0;
    border-style: solid;
    border-width: 0 0 3px 20px;
    cursor: pointer;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.sg-cms-category h2:first-of-type {
	margin: 0;
}

.sg-cms-category h2 span {
	display: inline-block;
	padding: 10px 15px 10px 20px;
	background-color: black;
	color: white;
}
.sg-cms-category h2 span::after {
    content: '\f107';
	display: inline-block;
	margin-left: 15px;
    font-family: 'FontAwesome';
	transition: transform .3s;
    
}
.sg-cms-category h2.collapsed span::after {
    transform: rotate(-90deg);
}

.sg-cms-category h2 + div {
	border-style: solid;
	border-width: 0 0 0 20px;
	padding: 20px 20px 0;
	position: relative;
}

.sg-cms-category .row.cms_pages .panel {
	padding: 10px 20px;
}

@media (min-width: 768px) {
	.sg-cms-category .row.cms_pages .panel {
		min-height: 325px;
	}
}
@media (min-width: 992px) {
	.sg-cms-category .row.cms_pages .panel {
		min-height: 375px;
	}
}
@media (min-width: 1200px) {
	.sg-cms-category .row.cms_pages .panel {
		min-height: 310px;
	}
}


.sg-cms-category .row.cms_pages .panel h4 {
	font-weight: bold;
	font-size: 14px;
	font-family: 'Titillium Web';
}
.sg-cms-category .row.cms_pages .panel h5 {
	font-size: 14px;
	color: #d10a11;
	font-weight: bold;
	font-family: 'Titillium Web';
}
.sg-cms-category .row.cms_pages .panel a {
	color: #d10a11;
}
.bcmsCat3 {border-color: rgb(70,35,35)} /* Gros Œuvre - Construction */
.bcmsCat4 {border-color: rgb(232,50,120)} /* Agencement - Peinture - Décoration */
.bcmsCat6 {border-color: rgb(162,199,72)} /* Environnement */
.bcmsCat7 {border-color: rgb(0,114,152)} /* Assainissement - Travaux Publics - Matières Plastiques */
.bcmsCat8 {border-color: rgb(241,135,0)} /* Bois */
.bcmsCat9 {border-color: rgb(45,184,197)} /* Carrelage */
.bcmsCat10 {border-color: rgb(160,23,29)} /* Couverture - Bardage */
.bcmsCat11 {border-color: rgb(216,85,9)} /* Électricité */
.bcmsCat12 {border-color: rgb(0, 107, 182)} /* Isolation - Cloison - Plâtre */
.bcmsCat13 {border-color: rgb(198, 131, 32)} /* Menuiserie - Revêtement de Sol */
.bcmsCat14 {border-color: rgb(169, 104, 171)} /* Outillage */
.bcmsCat15 {border-color: rgb(229, 186, 35)} /* Panneaux - Lambris - Bardage - Terrasse */
.bcmsCat16 {border-color: rgb(197, 145, 198)} /* Quincaillerie */
.bcmsCat17 {border-color: rgb(77, 211, 179)} /* Sanitaire - Plomberie - Chauffage */

/* empty cart */
.empty-cart {
	margin: 20px;
	text-align: center;
}
.empty-cart .message {
	display: inline-block;
	padding: 20px 25px;
}
.empty-cart .message::before {
	content: '\f07a';
	display: block;
	font-family: 'FontAwesome';
	font-size: 100px;
	line-height: 1em;
}

.empty-cart ul.icones {
	padding-top: 40px;
}
.empty-cart ul.icones li {
	display: inline-block;
    width: 150px; height: 125px;
    vertical-align: top;
}
.empty-cart ul.icones li img {
	display: block;
    margin: auto;
}

#stores .store-title .dark {
	font-size: 13.5px;
}
#stores input#addressInput {
    width: 215px;
}
#stores .store-content {
	padding-bottom: 15px;
}

#expertsvoices .row:before,
#expertsvoices .row:after {
    display: none;
}