body {
	font-family: 'Catamaran', sans-serif;
	color: black;
}

@media screen and (min-width: 768px) {
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

#layered_block_left ul li label {
	display: inline;
}

/*
* HEADER
*/

#header {
	padding-bottom: 0;
}
#sg-header {
	padding-top: 10px;
}

.slogan {
	text-align: center;
	background-color: #cf111d;
	color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 0.9em;
	margin: 0 5px;
	padding: 8px 10px 6px;
    line-height: 9px;
}

@media(min-width: 767px) {
	.slogan {
		font-size: 0.5em;
		margin: 5px 0 0;
		padding: 4px 10px 2px;
	}
}

@media(min-width: 991px) {
	.slogan {
	    font-size: 0.6em;
	    margin: 15px 0 0;
	    padding: 8px 10px 6px;
	}
}

@media(min-width: 1200px) {
	.slogan {
		font-size: 0.7em;
		margin: 25px 5px 0;
	}
}

/* userinfo & cart */

#header .header_user_info, #header .shopping_cart {
	margin-top: 10px;
}

@media(min-width: 767px) {
	#header .header_user_info, #header .shopping_cart {
		position: relative;
		margin-top: -30px;
		z-index: 1;
	}
}

#header .header_user_info a, #header .shopping_cart > a:first-child {
	padding: 7px;
	color: white;
	font-weight: normal;
	height: 35px;
	width: 115px;
	font-size: 0.85em;
}

@media(min-width: 1200px) {
	#header .header_user_info a, #header .shopping_cart > a:first-child {
		padding: 10px;
		height: 40px;
		width: 135px;
		font-size: 0.9em;
	}
}

#header .header_user_info a::before, #header .shopping_cart > a:first-child::before {
	font-family: "FontAwesome";
	margin-right: 0.5em;
	padding-right: 0;
	font-size: initial;
	line-height: inherit;
}

#header .header_user_info .logout {
	width: initial;
}
#header .header_user_info .logout::before {
	margin: 0;
}

#header .header_user_info .logout::before {
	content: '\f08b';
}

/* blockuserinfo */

#header .header_user_info a {
	background: #333;
	margin: 0;
	width: auto;
}

#header .header_user_info a::before {
	content: '\f007';
}

/* blockcart */

#header .shopping_cart {
	padding-top: 0;
	width: auto;
}

#header .shopping_cart > a:first-child {
	background: #cf111d;
	width: auto;
}

#header .shopping_cart > a:first-child::before {
	content: '\f07a';
}

#header .shopping_cart > a:first-child::after {
	display: none;
}

#header .cart_block {
	top: inherit;
	background: white;
	box-shadow: 0 3px 20px 5px rgba(101, 89, 78, 0.34);
	width: 300px;
}

#header .cart_block .cart_block_list .remove_link a,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: black;
}

#header .cart_block .cart_block_list .remove_link a:hover,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
  color: #cf111d; 
}

.cart_block .cart_block_list .remove_link a::before,
.cart_block .cart_block_list .ajax_cart_block_remove_link::before {
	content: '×';
	font-family: initial;
	font-size: 19px;
	font-weight: bold;
}

.cart_block .cart_block_list .remove_link {
    right: 5px;
    top: 5px;
}

#header .cart_block dt {
	background: none;
}

#header .cart_block dt::after {
	content: '';
	display: block;
	position: relative;
	clear: both;
	margin-right: 10px;
	height: 1px;
	background-color: rgba(208,206,202,0.5);
	bottom: -15px;
}

#header .cart_block .cart-buttons {
	background: white;
	padding: 0 20px 10px;
}

.cart_block .cart-buttons a#button_order_cart span {
	border: none;
	background: #cf111d;
}

.cart_block .cart-buttons a#button_order_cart:hover span {
	border: none;
	background: #b60f1a;
}

#header .cart_block dt {
	color: #333333;
}

#header .cart_block .cart-info .quantity-formated {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	padding-right: 0;
	text-transform: inherit;
}

#header .cart_block .cart-info .product-name a {
	color: #1d1d1d;
	font-weight: 900;
}

.cart_block .cart-info .product-name {
	margin-top: 0;
}

#layer_cart {
	position: fixed;
	margin: 0;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}



/* blocktopmenu */

#block_top_menu {
	padding-top: 0;
}

#block_top_menu .sf-menu {
	background-color: white;
	border: none;
	border-top: 1px solid #e4e3e3;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	margin-top: -1px;
	border-right: 1px solid #e4e3e3;
}

#block_top_menu .sf-menu > li {
	margin-bottom: 0;
}

#block_top_menu .sf-menu > li > a {
	font-family: inherit;
	font-size: 0.8em;
	padding: 15px 20px 10px;
	border-bottom: none;
}

#block_top_menu .sf-menu > li:first-child > a {
	background-color: #cf111d;
	color: white;
}
/*
#block_top_menu .sf-menu > li:first-child > a::before {
	content: '\f0c9';
	font-family: "FontAwesome";
	margin-right: 0.5em;
	vertical-align: top;
	position: relative;
	top: -2px;
	left: -10px;
}
*/
#block_top_menu .sf-menu > li > ul {
	top: 47px;
	border-top: 3px solid #cf111d;
}


#columns {
	padding-top: 0;
}


/*
* FOOTER
*/

.footer-container {
	background: black;
}

.footer-container #footer {
	padding: 0;
}

.footer-container #footer .bottom-footer {
	position: initial;
}

.footer-container #footer .bottom-footer div {
	border-top: none;
	padding: 8px;
	font-family: 'Catamaran', sans-serif;
	text-align: center;
	color: white;
	font-size: 0.85em;
}

.footer-container #footer .bottom-footer div a {
	color: inherit;
}

.footer-container #footer .bottom-footer div a:hover {
	text-decoration: underline;
}


/*
* Home
*/

#homepage-slider .bx-wrapper .bx-controls-direction a {
	border: none;
	top: 50%;
	transform: translateY(-50%);
}

#homepage-slider .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
}

#homepage-slider .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
}

#homepage-slider .bx-wrapper .bx-controls-direction a::before {
	content: none;
}

#homepage-slider .bx-wrapper .bx-controls-direction a::after {
	color: rgba(255,255,255,0.5);
}

#homepage-slider .bx-wrapper .bx-controls-direction a:hover::after {
	color: white;
}

#suppliers-list .supplier-logo {
	position: initial;
	box-shadow: none;
	border: 1px solid #e4e3e3;
	margin: 0 10px;
	padding: 20px 5px;
}

#suppliers-list .supplier-logo img {
	height: 35px;
}

#suppliers-list {
	margin: 0 25px;
}

#main-suppliers-list .supplier-logo {
	position: initial;
	box-shadow: none;
	border: 1px solid #e4e3e3;
	margin: 0 10px;
	padding: 5px 5px;
}								 

#main-suppliers-list .supplier-logo img {
	width: 125px;
	height: 125px;
}

#main-suppliers-list {
	margin: 60px 25px;
}


.home-advices img,
.home-vidtuto img,
.home-top-aside > img {
	width: 100%;
}

.home-advices img,
.home-vidtuto img,
.home-top-aside div {
	box-shadow: -1px 5px 15px rgba(0,0,0,0.15);
}

.home-top-aside div {
	border-top: 8px solid #cd111d;
	padding: 15px 0 10px;
}

.home-top-aside div a {
	display: block;
	border: 2px solid #cf111d;
	margin: 10px;
	padding: 10px;
	color: #cf111d;
}

.home-top-aside div a.quotation {
	background: #cf111d;
	color: white;
}

.home-top-aside a i::before {
	font-size: x-large;
	margin-right: 8px;
	vertical-align: middle;
}

/*
* Breadcrumb
*/

.headerCat {
	color: white;
	margin-bottom: 20px;
}
.headerCat .row > div {
	min-height: 65px;
}
.headerCat h2,
.headerCat h3,
.headerCat h4 {
	font-family: 'Catamaran', sans-serif;
}
.headerCat h2 {
	font-weight: bold;
	margin: 30px 0 5px;
	font-size: 23px;
}
.headerCat hr {
	margin: 0;
	border-top-width: 3px;
}
.headerCat h3 {
	margin: 10px 0 5px;
	font-size: 20px;
}
.headerCat h4 {
	margin: 0;
	font-size: 14px;
}
/*
.breadcrumb-row > div {
	padding-left: 0;
}
*/
.breadcrumb {
	border: none;
	padding: 0;
	background: transparent;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb span {
	font-weight: normal;
	padding: 0;
	margin-left: 0;
	color: black;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb a.home,
.breadcrumb > .navigation-pipe,
.breadcrumb a::before,
.breadcrumb a::after {
	display: none;
}
.breadcrumb .navigation-pipe {
	text-indent: initial;
	width: initial;
	padding: 0 5px;
	//background: white;
}

/*
* Categories
*/

.bgCat3 {background-color: rgb(238, 51, 126)} /* Agencement - Peinture - Décoration */
.bgCat38 {background-color: rgb(0, 117, 157)} /* Assainissement - Travaux Publics - Matières Plastiques */
.bgCat71 {background-color: rgb(246, 138, 31)} /* Bois */
.bgCat93 {background-color: rgb(28, 188, 193)} /* Carrelage */
.bgCat105 {background-color: rgb(157, 23, 42)} /* Couverture - Bardage */
.bgCat140 {background-color: rgb(218, 92, 31)} /* Électricité */
.bgCat177 {background-color: rgb(116, 154, 52)} /* Environnement */
.bgCat220 {background-color: rgb(63, 29, 33)} /* Gros œuvre - Construction */
.bgCat293 {background-color: rgb(0, 107, 182)} /* Isolation - Cloison - Plâtre */
.bgCat344 {background-color: rgb(198, 131, 32)} /* Menuiserie - Revêtements de Sol */
.bgCat392 {background-color: rgb(169, 104, 171)} /* Outillage  */
.bgCat468 {background-color: rgb(229, 186, 35)} /* Panneaux - Lambris - Bardage - Terrasse */
.bgCat503 {background-color: rgb(197, 145, 198)} /* Quincaillerie */
.bgCat529 {background-color: rgb(77, 211, 179)} /* Sanitaire - Plomberie - Chauffage */
.bgCat597 {background-color: rgb(115, 156, 62)} /* Eco-construction */

.bcCat3 {border-color: rgb(238, 51, 126); border-style: solid;}
.bcCat38 {border-color: rgb(0, 117, 157); border-style: solid;}
.bcCat71 {border-color: rgb(246, 138, 31); border-style: solid;}
.bcCat93 {border-color: rgb(28, 188, 193); border-style: solid;}
.bcCat105 {border-color: rgb(157, 23, 42); border-style: solid;}
.bcCat140 {border-color: rgb(218, 92, 31); border-style: solid;}
.bcCat177 {border-color: rgb(116, 154, 52); border-style: solid;}
.bcCat220 {border-color: rgb(63, 29, 33); border-style: solid;}
.bcCat293 {border-color: rgb(0, 107, 182); border-style: solid;}
.bcCat344 {border-color: rgb(198, 131, 32); border-style: solid;}
.bcCat392 {border-color: rgb(169, 104, 171); border-style: solid;}
.bcCat468 {border-color: rgb(229, 186, 35); border-style: solid;}
.bcCat503 {border-color: rgb(197, 145, 198); border-style: solid;}
.bcCat529 {border-color: rgb(77, 211, 179); border-style: solid;}
.bcCat597 {border-color: rgb(115, 156, 62); border-style: solid;}

#subcategories ul {
	margin: 0;
	margin-bottom: 20px;
}

#subcategories ul li {
	height: initial;
	float: none;
	text-align: left;
	display: inline-block;
	margin: 0;
	width: 160px;
}

#subcategories ul li h5 {
	margin: 0;
}

#subcategories ul li .subcategory-name {
	text-transform: initial;
	font-size: 13px;
	color: black;
}

#subcategories ul li .subcategory-name:hover {
	text-decoration: underline;
}


/*
* Product
*/

.pb-left-column {
	padding-left: 0;
}

.pb-left-column #image-block {
	border: 1px solid #ebebeb;
}

.zoomContainer .zoomLens {
	box-shadow: 0 15px 30px rgba(101,89,78,0.25);
}

.top-hr {
	margin: 0;
}

a.supplier-logo {
	display: inline-block;
	position: absolute;
	padding: 10px;
	top: 7px;
	right: 0;
	box-shadow: 0 2px 30px rgba(48, 36, 41, 0.13);
	z-index: 1;
}

.pb-center-column h1 {
	padding-right: 170px;
	font-family: 'Catamaran', sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: black;
	padding-bottom: 0;
	margin-top: 50px;
	margin-bottom: 5px;
}

label {
	color: black;
}

#product_reference span {
	font-weight: bold;
}

#page .rte {
	padding: 10px 15px;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}

.product-pictos {
	margin: 15px 0 30px;
}

.product-pictos li {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	margin-bottom: 20px;
}

.product-pictos li img {
	max-height: 50px;
	max-width: 150px;
}

.product-pictos-container {
	min-height: 50px;
	width: 200%;
	column-count: 2;
    column-fill: auto;
}


.product-comments > div,
.product-plus > ul {
	background-color: #cec3be;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0;
	height: 100%;
	font-family: Dosis, sans-serif;
}

.product-comments > div {
	display: table;
}

.product-comments > div > div {
	display: table-cell;
	vertical-align: middle;
}

.product-comments {
	font-size: 15px;
	line-height: 21px;
}

.product-comments::before {
	content: '\f0d9';
	position: absolute;
	font-family: FontAwesome;
	font-size: 35px;
	color: #cec3be;
	left: 0;
	top: 0;
}

.product-plus {
	font-size: 14px;
	border: 2px solid black;
	padding: 5px;
	margin-left: 15px;
}

.product-plus li {
	list-style: square;
	margin-left: 15px;
	padding: 2px 0;
}

.product-plus::before {
	content: '+';
	position: absolute;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 40px;
	top: -10px;
	left: -13px;
	text-shadow: 0 2px white, 2px 0 white;
}

.box-info-product {
	background: transparent;
	border: none;
	padding: 15px 0;
}

.product_attributes,
.box-cart-bottom {
	padding: 0;
	box-shadow: none;
	margin-top: 15px;
}

#quantity_wanted_p .btn,
#quantity_wanted_p input {
	float: none;
	border: 1px solid #72685e;
	color: #72685e;
	margin-left: 0;
}

#quantity_wanted_p input {
	width: 60px;
	text-align: center;
}

.pb-center-column #buy_block label {
	width: inherit;
	font-size: 14px;
}

#quantity_wanted_p label {
	margin-right: 20px;
}

.box-info-product .exclusive {
	border: none;
	border-radius: initial;
	background: #cf111d;
	width: 100%;
}
.box-info-product .exclusive:hover {
	background: #b60f1a;
}

.box-info-product .exclusive span {
	border: none;
	text-shadow: none;
	font-weight: normal;
	font-size: 14px;
	font-weight: bold;
}

.box-info-product .exclusive::before,
.box-info-product .exclusive::after {
	content: none;
}
.box-info-product .exclusive.added::before,
.box-info-product .exclusive.added.disabled::before,
.box-info-product .exclusive.disabled::before {
	content: none;
}

.box-info-product .exclusive span {
	font-family: Raleway, sans-serif;
	padding: 10px;
}

.box-info-product .exclusive span::before {
	content: '\f07a';
	font-family: FontAwesome;
	margin-right: 10px;
	font-weight: normal;
	font-size: 1.5em;
	vertical-align: bottom;
}
.box-info-product .exclusive.added span::before {
	content: '\f00c';
}
.box-info-product .exclusive.added.disabled span::before,
.box-info-product .exclusive.disabled span::before {
	content: '\f110';
	animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
}

#add_to_cart {
	margin: 0;
	padding: 0;
}

.product-tabs .nav-tabs > li > a {
	text-transform: uppercase;
	font-family: Dosis, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: black;
	border: none;
}

.product-tabs .nav-tabs {
	border-bottom: 1px solid black;
}

.product-tabs .nav-tabs li {
	margin-right: 50px;
}

.product-tabs .nav-tabs > li.active > a,
.product-tabs .nav-tabs > li.active > a:hover,
.product-tabs .nav-tabs > li.active > a:focus {
    color: black;
    border: none;
    border-bottom: 3px solid black;
    background-color: transparent;
 }

.product-tabs .nav-tabs > li > a:hover {
 	background: transparent;
 	border: none;
 	background-color: rgba(0,0,0,0.05);
 	border-bottom: 2px solid rgba(0,0,0,0.05);
 }


.product-table {
	display: inline-block;
	margin: auto;
}

.product-table h5,
.product-table td {
	font-family: Dosis, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.product-table h5 {
	text-align: center;
	background-color: #57585a;
	margin: 0;
	padding: 10px;
	color: white;
	border: 2px solid white;
	border-bottom-width: 0;
}

.product-table table {
	caption-side: bottom;
	border-spacing: 2px;
	border-collapse: separate;
}

.product-table table caption {
	text-align: right;
}

.product-table tr {
	background-color: #e0d7d1;
}

.product-table tr:nth-child(even) {
	background-color: #c5bbb6;
}

.product-table td {
	padding: 10px 15px;
	text-align: center;
}

#product-table {
	text-align: center;
}

#product-docs {
	font-size: 15px;
}

#product-docs li {
	padding: 5px 0;
}

#product-docs a {
	font-family: Dosis, sans-serif;
	font-weight: bold;
	color: black;
}

#product-docs a:hover {
	color: #57585a;
}

#product-docs i {
	margin-right: 7px;
	font-size: 1.75em;
	vertical-align: bottom;
}

#product-video-link > div {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

#product-video-link iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block .title_block {
	color: #cf111d;
	background: none;
	border: none;
	font-family: 'Catamaran', sans-serif;
	padding-left: 0;
	margin-bottom: 0;
}

.block .products-block li {
	border-bottom: 1px solid #edebe9;
}

.block .products-block li .products-block-image {
	float: none;
	border: none;
	margin-right: 0;
}

.block .products-block li .product-content {
	display: inline-block;
	vertical-align: text-top;
}


.product-related-products h3 {
		margin: 30px 0;
		border-bottom: 1px solid black;
		font-family: Dosis, sans-serif;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	
.product-related-products h3 span {
	display: inline-block;
	padding: 10px 15px;
	border-bottom: 2px solid black;
}

.product-related-product {
	border: 1px solid #bbb;
	font-size: 0;
}

.product-related-product h5 {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	color: black;
	padding: 0 5px;
}

.product-related-product img {
	width: 50%;
	vertical-align: middle;
	padding: 10px;
}


/*
* Product List
*/


.product-container-header {
	position: relative;
}

.product-container-header .category-name {
	margin-right: 95px;
	padding: 10px;
	color: white;
	font-weight: bold;
	text-align: left;
}

.product-container-header .supplier-logo {
	position: absolute;
	top: 0;	right: 5px;
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 10px;
	padding: 5px;
	background-color: white;
}
.product-container-header .supplier-logo img {
	width: 75px;
	height: 25px;
}

.product-container h5 {
	padding: 0 15px;
	margin: 0;
}

ul.product_list.grid > li .product-container h5 {
	min-height: initial;
	padding: 0 15px;
}

.product-title {
	height: 60px;
}

.product-name {
	color: black;
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	line-height: 15px;
}

ul.product_list .product-name {
	font-weight: 800;
}

ul.product_list.grid > li .product-container .product-desc {
	display: block;
}

.product-desc {
	color: #666666;
	text-align: justify;
	text-align-last: center;
	padding: 5px 15px;
	height: 60px;
}

.product-reference {
	font-size: 12px;
}

ul.product_list.grid > li .product-container .product-image-container {
	border: none;
}

ul.product_list.grid > li .product-container {
	border: 1px solid #e4e3e3;
	padding-bottom: 15px;
	min-height: 465px;
}

.product-container .product-pictos {
	margin-bottom: 5px;
}

.product-container .product-pictos li {
	min-width: 70px;
	margin-bottom: 10px;
}
.product-container .product-pictos li img {
	max-height: 35px;
}

.product-container-footer {
	height: 15px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

ul.product_list.grid > li.hovered .product-container .product-desc,
ul.product_list.grid > li.hovered .product-container .product-pictos {
	display: none;
}



.button.ajax_add_to_cart_button,
.button.lnk_view,
.button.add_to_compare {
	border: none;
	min-width: 200px;
	text-align: center;
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	background: none;
	padding: 0;
	margin: 0;
}

ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button,
ul.product_list.grid > li .product-container .button-container .lnk_view,
ul.product_list.grid > li .product-container .button-container .add_to_compare {
	margin: 0;
}

.button.ajax_add_to_cart_button {
	color: white;
}

.button.ajax_add_to_cart_button span,
.button.lnk_view span,
.button.add_to_compare span {
    padding: 10px;
    display: block;
}

.button.ajax_add_to_cart_button span {
	background: #cf111d;
	border: none;
}
.button.ajax_add_to_cart_button:hover, .button.ajax_add_to_cart_button:hover span {
	background: #b60f1a;
}

.button.ajax_add_to_cart_button span::before,
.button.lnk_view span::before,
.add_to_compare span::before {
    font-family: FontAwesome;
    margin-right: 10px;
    font-weight: normal;
    font-size: 1.5em;
	vertical-align: bottom;
}

.button.ajax_add_to_cart_button span::before {
	content: '\f07a';
}

.button.lnk_view {
	color: #575757;
}

.button.lnk_view span {
	background: none;
	border: none;
}
.button.lnk_view:hover span {
	background: #f5f5f5;
}

.button.lnk_view span::before {
	content: '\f002';
}

.button.add_to_compare {
	color: #cf111d;
	border: 2px solid #cf111d;
}

.button.add_to_compare:hover span {
	color: #b60f1a;
	border-color: #b60f1a;
	text-decoration: none;
}

.button.add_to_compare span::before {
	content: "\f096";
	width: 12px;
	display: inline-block;
	font-size: initial;
}

.button.add_to_compare.checked span::before {
	content: "\f046";
}



/*
* Products Comparison
*/

#product_comparison tr td {
	padding: 0;
}


#product_comparison tr td:nth-child(1):nth-last-child(2) {
	width: 10%;
}
#product_comparison tr td:nth-child(2):nth-last-child(1) {
	width: 90%;
}


#product_comparison tr td:nth-child(1):nth-last-child(3) {
	width: 20%;
}
#product_comparison tr td:nth-child(2):nth-last-child(2),
#product_comparison tr td:nth-child(3):nth-last-child(1) {
	width: 40%;
}


#product_comparison tr td:nth-child(1):nth-last-child(4) {
	width: 16%;
}
#product_comparison tr td:nth-child(2):nth-last-child(3),
#product_comparison tr td:nth-child(3):nth-last-child(2),
#product_comparison tr td:nth-child(4):nth-last-child(1) {
	width: 28%;
}


#product_comparison tr td:nth-child(1):nth-last-child(5) {
	width: 12%;
}
#product_comparison tr td:nth-child(2):nth-last-child(4),
#product_comparison tr td:nth-child(3):nth-last-child(3),
#product_comparison tr td:nth-child(4):nth-last-child(2),
#product_comparison tr td:nth-child(5):nth-last-child(1) {
	width: 22%;
}

#product_comparison td {
	vertical-align: top;
}



.product-comparison-header {
	padding: 10px 20px;
	color: white;
	font-weight: bold;
}

.product-comparison-header .cmp_remove {
	color: white;
	float: right;
	margin-right: -10px;
}

table#product_comparison .product-image-block .product_image {
	border: none;
	margin: 10px 0;
	padding: 0;
}

table#product_comparison h5 {
	text-align: center;
	min-height: inherit;
	padding: 0 10px;
	margin: 0;
}

#product_comparison .product-name {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

#product_comparison #product_reference label,
#product_comparison #product_reference span {
    font-weight: normal;
}

#product_comparison #product_reference {
	text-align: center;
	font-size: 12px;
}

#product_comparison .supplier-logo {
	display: block;
	position: initial;
	box-shadow: none;
	text-align: center;
}

table#product_comparison tbody tr td.product-block {
	text-align: justify;
	color: #666666;
}

#product_comparison .product-pictos {
    text-align: center;
}

#product_comparison .product-pictos li img {
	max-height: 35px;
}

#product_comparison .table-label {
	text-transform: uppercase;
	color: #666666;
	padding: 20px 15px;
}

#product_comparison .product-table {
	width: 100%;
}

/*
* Authentication
*/

.page-heading {
	color: #1d1d1b;
	font-family: 'Catamaran', sans-serif;
	font-size: 20px;
	font-weight: 800;
	border-bottom: 3px solid #cf111d;
	padding-bottom: 5px;
	margin: 20px 0;
}

.auth-desc {
	text-transform: uppercase;
}

.page-subheading {
	font-family: 'Catamaran', sans-serif;
}

#authentication .page-subheading {
	text-transform: initial;
	font-size: 16px;
	margin-top: 0;
	padding-bottom: 0;
	border: 0;
	color: #1d1d1b;
}

.box {
	border: none;
	background: none;
	border-top: 6px solid #cf111d;
	box-shadow: -1px 5px 15px rgba(0,0,0,0.15)
}

#authentication .box {
	margin-bottom: 0;
}

#authentication label {
	font-weight: normal;
}

#authentication .box .row {
	margin-bottom: 15px;
}

#login_form,
#create-account_form {
	min-height: initial;
	height: 100%;
}

.button.button-medium,
.button.button-medium span {
	background: #cf111d;
	border: none;
	font-size: 15px;
}

.button.button-medium span {
	background: transparent;
	padding: 5px 25px;
	min-width: 175px;
}

.button.button-medium:hover {
	background: #b60f1a;
}

#login_form .form-group.lost_password {
    margin: 5px 0;
}

.form-control {
	border: 1px solid black;
}

#login_form .form-group.lost_password a {
    text-decoration: none;
    color: #1d1d1b;
}

#login_form .form-group.lost_password a:hover {
	text-decoration: underline;
}

#create-account_form .button {
    margin-top: 43px;
}

/*
* MY ACCOUNT
*/
#my-account ul.myaccount-link-list li a i {
	color: #cf111d;
}



/*
* CMS
*/
/*
#cms #page .headerCat img {
	width: 100%;
}
#cms #page .headerCat h2 {
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
}
#cms #page .breadcrumb {
	margin-bottom: 0;
}
#cms #page .rte {
	padding-top: 0;
}

#cms #page .rte h2 {
	text-transform: uppercase;
	font-family: 'Catamaran', sans-serif;
	font-size: 20px;
	font-weight: 800;
}

#cms #page .rte h2:first-child {
	margin-top: 0;
}

#cms #page .rte img {
	margin: 0;
}

#cms #page .rte .main h2 {
	border-bottom: 8px solid;
}

#cms #page .rte p {
	margin-bottom: 18px;
}

#cms #page .rte h3 {
	font-family: 'Catamaran', sans-serif;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#cms #page .rte .info ul,
#cms #page .rte .info p {
	margin: 0;
}

#cms #page .rte .info,
#cms #page .rte .alerte {
	color: white;
	padding: 10px 15px;
	font-size: 13px;
	margin: 10px 0;
}

#cms #page .rte .info {
	background: #575756;
	border-top: 8px solid #cf111d;
}
#cms #page .rte .info a {
	color: white;
	font-weight: bold;
}

#cms #page .rte .alerte {
	background: #cf111d;
	position: relative;
	padding-left: 25px;
}

#cms #page .rte .alerte::before {
	content: url('img/alerte.svg');
	position: absolute;
	left: 10px;
	top: 10px;
}
*/
/* Gros Œuvre - Construction */
.nccat3 .main h2,
.nccat3 .main a,
.sf-menu .menuNCCat3:hover,
.sf-menu .menuNCCat3 li:hover,
.sf-menu .menuNCCat3 ul,
.sf-menu .menuNCCat3 a:hover,
.sf-menu .menuNCCat3.sfHover > a,
.sf-menu .menuNCCat3 .sfHover > a {
	color: rgb(70,35,35);
	border-color: rgb(70,35,35);
}
.bgNCCat3 {
	background: rgb(70,35,35);
}

/* Agencement - Peinture - Décoration */
.nccat4 .main h2,
.nccat4 .main a,
.sf-menu .menuNCCat4:hover,
.sf-menu .menuNCCat4 li:hover,
.sf-menu .menuNCCat4 ul,
.sf-menu .menuNCCat4 a:hover,
.sf-menu .menuNCCat4.sfHover > a,
.sf-menu .menuNCCat4 .sfHover > a {
	color: rgb(232,50,120);
	border-color: rgb(232,50,120);
}

.bgNCCat4 {
	background: rgb(232,50,120);
}

/* Environnement */
.nccat6 .main h2,
.nccat6 .main a,
.sf-menu .menuNCCat6:hover,
.sf-menu .menuNCCat6 li:hover,
.sf-menu .menuNCCat6 ul,
.sf-menu .menuNCCat6 a:hover,
.sf-menu .menuNCCat6.sfHover > a,
.sf-menu .menuNCCat6 .sfHover > a {
	color: rgb(162,199,72);
	border-color: rgb(162,199,72);
}
.bgNCCat6 {
	background: rgb(162,199,72);
}

/* Assainissement - Travaux Publics - Matières Plastiques */
.nccat7 .main h2,
.nccat7 .main a,
.sf-menu .menuNCCat7:hover,
.sf-menu .menuNCCat7 li:hover,
.sf-menu .menuNCCat7 ul,
.sf-menu .menuNCCat7 a:hover,
.sf-menu .menuNCCat7.sfHover > a,
.sf-menu .menuNCCat7 .sfHover > a {
	color: rgb(0,114,152);
	border-color: rgb(0,114,152);
}
.bgNCCat7 {
	background: rgb(0,114,152);
}

/* Bois */
.nccat8 .main h2,
.nccat8 .main a,
.sf-menu .menuNCCat8:hover,
.sf-menu .menuNCCat8 li:hover,
.sf-menu .menuNCCat8 ul,
.sf-menu .menuNCCat8 a:hover,
.sf-menu .menuNCCat8.sfHover > a,
.sf-menu .menuNCCat8 .sfHover > a {
	color: rgb(241,135,0);
	border-color: rgb(241,135,0);
}
.bgNCCat8 {
	background: rgb(241,135,0);
}

/* Carrelage */
.nccat9 .main h2,
.nccat9 .main a,
.sf-menu .menuNCCat9:hover,
.sf-menu .menuNCCat9 li:hover,
.sf-menu .menuNCCat9 ul,
.sf-menu .menuNCCat9 a:hover,
.sf-menu .menuNCCat9.sfHover > a,
.sf-menu .menuNCCat9 .sfHover > a {
	color: rgb(45,184,197);
	border-color: rgb(45,184,197);
}
.bgNCCat9 {
	background: rgb(45,184,197);
}

/* Couverture - Bardage */
.nccat10 .main h2,
.nccat10 .main a,
.sf-menu .menuNCCat10:hover,
.sf-menu .menuNCCat10 li:hover,
.sf-menu .menuNCCat10 ul,
.sf-menu .menuNCCat10 a:hover,
.sf-menu .menuNCCat10.sfHover > a,
.sf-menu .menuNCCat10 .sfHover > a {
	color: rgb(160,23,29);
	border-color: rgb(160,23,29);
}
.bgNCCat10 {
	background: rgb(160,23,29);
}

/* Électricité */
.nccat11 .main h2,
.nccat11 .main a,
.sf-menu .menuNCCat11:hover,
.sf-menu .menuNCCat11 li:hover,
.sf-menu .menuNCCat11 ul,
.sf-menu .menuNCCat11 a:hover,
.sf-menu .menuNCCat11.sfHover > a,
.sf-menu .menuNCCat11 .sfHover > a {
	color: rgb(216,85,9);
	border-color: rgb(216,85,9);
}
.bgNCCat11 {
	background: rgb(216,85,9);
}

/* Isolation - Cloison - Plâtre */
.nccat12 .main h2,
.nccat12 .main a,
.sf-menu .menuNCCat12:hover,
.sf-menu .menuNCCat12 li:hover,
.sf-menu .menuNCCat12 ul,
.sf-menu .menuNCCat12 a:hover,
.sf-menu .menuNCCat12.sfHover > a,
.sf-menu .menuNCCat12 .sfHover > a {
	color: rgb(0, 107, 182);
	border-color: rgb(0, 107, 182);
}
.bgNCCat12 {
	background: rgb(0, 107, 182);
}

/* Menuiserie - Revêtement de Sol */
.nccat13 .main h2,
.nccat13 .main a,
.sf-menu .menuNCCat13:hover,
.sf-menu .menuNCCat13 li:hover,
.sf-menu .menuNCCat13 ul,
.sf-menu .menuNCCat13 a:hover,
.sf-menu .menuNCCat13.sfHover > a,
.sf-menu .menuNCCat13 .sfHover > a {
	color: rgb(198, 131, 32);
	border-color: rgb(198, 131, 32);
}
.bgNCCat13 {
	background: rgb(198, 131, 32);
}

/* Outillage */
.nccat14 .main h2,
.nccat14 .main a,
.sf-menu .menuNCCat14:hover,
.sf-menu .menuNCCat14 li:hover,
.sf-menu .menuNCCat14 ul,
.sf-menu .menuNCCat14 a:hover,
.sf-menu .menuNCCat14.sfHover > a,
.sf-menu .menuNCCat14 .sfHover > a {
	color: rgb(169, 104, 171);
	border-color: rgb(169, 104, 171);
}
.bgNCCat14 {
	background: rgb(169, 104, 171);
}

/* Panneaux - Lambris - Bardage - Terrasse */
.nccat15 .main h2,
.nccat15 .main a,
.sf-menu .menuNCCat15:hover,
.sf-menu .menuNCCat15 li:hover,
.sf-menu .menuNCCat15 ul,
.sf-menu .menuNCCat15 a:hover,
.sf-menu .menuNCCat15.sfHover > a,
.sf-menu .menuNCCat15 .sfHover > a {
	color: rgb(229, 186, 35);
	border-color: rgb(229, 186, 35);
}
.bgNCCat15 {
	background: rgb(229, 186, 35);
}

/* Quincaillerie */
.nccat16 .main h2,
.nccat16 .main a,
.sf-menu .menuNCCat16:hover,
.sf-menu .menuNCCat16 li:hover,
.sf-menu .menuNCCat16 ul,
.sf-menu .menuNCCat16 a:hover,
.sf-menu .menuNCCat16.sfHover > a,
.sf-menu .menuNCCat16 .sfHover > a {
	color: rgb(197, 145, 198);
	border-color: rgb(197, 145, 198);
}
.bgNCCat16 {
	background: rgb(197, 145, 198);
}

/* Sanitaire - Plomberie - Chauffage */
.nccat17 .main h2,
.nccat17 .main a,
.sf-menu .menuNCCat17:hover,
.sf-menu .menuNCCat17 li:hover,
.sf-menu .menuNCCat17 ul,
.sf-menu .menuNCCat17 a:hover,
.sf-menu .menuNCCat17.sfHover > a,
.sf-menu .menuNCCat17 .sfHover > a {
	color: rgb(77, 211, 179);
	border-color: rgb(77, 211, 179);
}
.bgNCCat17 {
	background: rgb(77, 211, 179);
}





/* Éco construction */
/*
.nc7 .main h2,
.nc7 .main a,
.sf-menu .menuNC7:hover,
.sf-menu .menuNC7:hover a {
	color: rgb(122,154,43);
	border-color: rgb(122,154,43);
}
.bgNC7 {
	background: rgb(122,154,43);
}
*/

/* Isolation - Cloison - Plâtre */
/*
.nc11 .main h2,
.nc11 .main a,
.sf-menu .menuNC11:hover,
.sf-menu .menuNC11:hover a {
	color: rgb(0,92,169);
	border-color: rgb(0,92,169);
}
.bgNC11 {
	background: rgb(0,92,169);
}
*/

/* Outillage - Quincaillerie */
/*
.nc15 .main h2,
.nc15 .main a,
.sf-menu .menuNC15:hover,
.sf-menu .menuNC15:hover a {
	color: rgb(177,105,168);
	border-color: rgb(177,105,168);
}
.bgNC15 {
	background: rgb(177,105,168);
}
*/


/* MAP */
#modal_map iframe {
	width: 100%;
	height: 650px;
}

#map .gm-style-iw-d a {
    color: #cf111d;
	font-weight: bold;
}

body.is-iframe .header-container,
body.is-iframe .breadcrumb-row,
body.is-iframe .column,
body.is-iframe .footer-container,
body.is-iframe #tarteaucitronRoot{
	display: none;
}
body.is-iframe #columns {
	padding-bottom: 0;
}
body.is-iframe #center_column {
	width: 100%;
}

#stores .store-member {
	padding-bottom: 10px;
}
#stores .store-member .dark {
	margin-right: 5px;
}
#stores .store-member .selector {
	display: inline-block;
}
#stores .store-member .selector,
#stores .store-member .selector > span {
	width: auto!important;
}

/* MODAL CSS */
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  ;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.contact-form-box {
	padding: 0;
	background: none;
}