.titre-top{
    background: #00617e none repeat scroll 0 0;
    color: #fff;
    height: 80px;
    padding: 18px 0 0 50px;
}
.titre-top .title-page{
    color:#fff;
    font-size:44px;
	margin: 0px !important ;
}
/*.main-body {
    width: 100%;
}*/
.search-content {
    /*padding: 0 0 35px;*/
}
.filter-search{
    display: block;
    font-size: 16px;
    height: auto;
    margin-bottom: 20px;
    min-height: 40px;
    width: 100%;
}
.count-affiche {
    float: left;
    padding-top: 10px;
}
.select-filter{
    float: right;
}
.count-affiche span{
    font-style: italic;
    font-weight: 700;
}
.select-row {
    color: #009cc6;
    display: inline-block;
    padding-left: 25px;
    text-transform: uppercase;
}
.select-row .custom-select{
    display: inline-block;
	border: none;
	font-weight: 500;
}
/*.custom-select:before {
	content: "\f078";
	font:  normal normal normal 14px/1 FontAwesome;
	float: right ;
	color: #009cc6; 
	background: #fff;
	position: relative;
}*/
.select-row .custom-select .value{
    border:0;
}
.select-row .custom-select .value:after{
    margin-left: 8px;
}
.table-search{
    clear:both;
}
.cell-head{
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    display: block;
    padding: 15px 0;
}
.cell-head div{
    display: inline-block;
    margin: 0 -4px;
    font-size:16px;
    font-weight:700;
    text-transform: uppercase;
    padding: 0 15px 0 5px;
}
.row-prod {
    width:20%;
}
.row-id-prod {
    width:20%;
}
.row-det{
    width:30%;
}
.table-search .row-option{
    width:30%;
    text-align: right;
    padding-right: 0;
}
.cell-bodi{
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding: 15px 0;
    position:relative;
}
.cell-bodi div{
    display: inline-block;
    font-size: 16px;
    margin: 0 -2px;
    padding: 0 15px 0 0px;
    vertical-align: top;
}
.cell-bodi div p{
    margin-bottom: 5px;
    color:#231f20;
    font-size:16px;
}
.cell-bodi div p span{
    border-bottom: 1px dotted #009cc6;
    color: #009cc6;
}
.cell-bodi div p span:hover {
	cursor: pointer;
	color: #97daea;
	 border-bottom: 1px dotted #97daea;
}
.cell-bodi div p span:hover a , .content-cle > a:hover {
	color: #97daea;
}
.cell-bodi .row-prod{
    color:#009cc6;
    font-size:20px;
    height: 100%;
}
.cell-bodi .row-prod:hover {
	cursor: pointer;
	color: #97daea;
}
.cell-bodi .row-prod p.cle-mots{
   /* position: absolute;
    left:5px;
    bottom:28px; */
}
.cell-bodi .row-id-prod{
    color:#808285;
    font-size:16px;
    font-weight:700;
}
.table-search .row-option a{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.table-search .row-option a .fa {
    margin-left: 7px;
}
.row-option .price{
    font-size:20px;
	line-height: 50px;
}
.row-option .blc-num-add input, .product-add-cart  .blc-num-add input{
    border: 2px solid #dddddd;
    color: #231f20;
    font-size: 18px;
    margin: 0 10px 10px;
    padding: 10px 7px;
    text-align: center;
    width: 50px;
}
.cell-bodi div.blc-cart{
    margin:10px 0 0;
    padding:0;
}
.table-search .row-option a.add-cart , .shop_table .product-purchase  a.add-cart,  .product-add-cart  .blc-num-add a.add-cart{
    background: #009cc6 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 40px;
    padding: 10px 7px;
    text-align: center;
    width: 136px;
	position: relative;
	top:-2px;
}
.table-search .row-option a.add-cart:hover  ,.btn-compare:hover , .head-compare a:hover,table.comparison-chart td .add-cart:hover,.shop_table .product-purchase  a.add-cart:hover {
	background: #fdb515  none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}
.table-search .row-option a:hover , .content-compare li:hover a ,.print-bloc a:hover{
	color:  #fdb515;
	text-decoration: none;
	cursor: pointer;
}

.compared a {

}
/* BOCK COMPARE */
.block-compare{
	background: #19708b;
	position: fixed;
	bottom: 0;
	left:0;
	height: auto;
	max-width: 480px;
	width: 100%;
	display: none; 
	z-index: 5;
}
.head-compare {
	background: #fdb515;
	height:60px;
	width: 100%;
}
.open .head-compare {
	background: #00617e;
	-webkit-transition:all 400ms ease-in-out; -moz-transition:all 400ms ease-in-out; -ms-transition:all 400ms ease-in-out; transition:all 400ms ease-in-out
}
.head-compare a{
	color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    padding: 24px 0 0 50px;
    text-transform: uppercase;
	text-decoration: none;
    width: 100%;
}
.head-compare a span{
	font-weight: normal;
}
.head-compare a:before, .head-compare a:after {
    font: normal normal normal 14px/1 FontAwesome;
}
.head-compare a:before{	
    content: "\f00b";
    float: left;
	margin-right: 10px;
    margin-top: 2px;
}
.head-compare a:after {	
    content: "\f077";
    float: right;	
	margin-right: 27px;
	-webkit-transition:all 400ms ease-in-out; -moz-transition:all 400ms ease-in-out; -ms-transition:all 400ms ease-in-out; transition:all 400ms ease-in-out
}
.open .head-compare a:after {
    content: "\f078";
}
.content-compare{
	padding: 0;
	overflow: hidden;
	height: 0;
	-webkit-transition:all 400ms ease-in-out; -moz-transition:all 400ms ease-in-out; -ms-transition:all 400ms ease-in-out; transition:all 400ms ease-in-out
}
.open .content-compare{	
	padding: 20px 50px;
	height: auto;
}
.content-compare li{
	border-bottom: 1px solid #0082a9;
	height:50px;
	padding: 0;
}
.content-compare li a{
	color:#fff;
	font-size: 16px;
	line-height: 48px;
}
.content-compare li a.delete-compare-product{
	float: right;
}
.btn-compare{
	background: #009cc6;
	color:#fff;
	display:block;
    font-size: 16px;
    font-weight: 700;
	height:60px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	width:100%;
	border: none;
}

/* FIN BOCK COMPARE */
@media (max-width:1024px){
}
@media (max-width:992px){
    .main-body.search-result {
        display: block;
        margin: 0;
        padding: 20px;
        width: 100% !important;
    }
}
@media (max-width:1200px){
	.count-affiche, .select-filter {
        float: none;
		display: inherit;
		
    }
	.count-affiche {
		padding-bottom: 20px;
	}
	.select-filter { 
		border-top: 1px solid #e1e1e1;	
	}
	.select-row{
		padding-top: 10px;
		float: right;
		
	}
	
	
}
@media (max-width:768px){
    .filter-search{
        border-top:none;
		border-bottom:1px solid #e1e1e1;
    }
    .count-affiche, .select-filter {
        float: none;
		display: inherit;
    }
    .select-row{
       padding: 0px;
		float: none;
    }
	
    .cell-head{
        display: none;
    }
    .cell-bodi div{
        width:100% !important;
    }
	.cell-bodi .blc-num-add{
		width: auto !important;
	}
    .cell-bodi .row-prod p.cle-mots {
        bottom: 0;
        left: 0;
        position: relative;
    }
    .cell-bodi div.blc-cart{
        text-align: right;
    }
    .row-option input{
        margin-right:0;
    }
	.table-search .row-option {
	text-align: left;
}
}

/*DEBUT MODAL TABLEAU */
.fancybox-inner {
	overflow: hidden!important;
}
table.comparison-chart .gray-td{
    color:#444444 !important;
    font-weight: bold !important;
    font-family: 'calibri';
    min-width:180px;
    height:50px;
    text-align:left !important;
    padding-left:0 !important;
    font-size:16px !important;
    vertical-align: middle;
	border-bottom: 1px solid #d8d8d8;
}

.table-comparison-content{
    padding:20px 30px 30px;
}
table.comparison-chart{
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    height:450px;
}
table.comparison-chart th sup{
    font-size: 6px;
}
table.comparison-chart th{
    color:#009cc6;
    font-family: 'calibri';
    border-bottom:1px solid #dfdfdf;
    min-width:180px;
    font-size:16px;
    text-align: left;
    font-weight:200;
    vertical-align: middle;
	padding-left: 20px;
	height: 50px;
}
table.comparison-chart td{
    text-align: left;
    border-bottom:1px solid #dfdfdf;
    vertical-align: middle;
	padding-left: 20px;
	padding-top: 10px; 
	padding-bottom: 10px;
	font-size: 16px;
	height: 50px;
}
.title-tab-fancy{
  
}
.title-tab-fancy div{

}
.title-tab-fancy .title-comparison{
    color:#009cc6;
    font-size:28px;
	line-height: 1.8;
	padding-left: 0px!important;
}
@media (max-width:488px){
	.title-tab-fancy .title-comparison{
		font-size: 18px;
		padding-left: 20px;
		width: 120%;
	}
}
.fancybox-lock .fancybox-overlay {
    background-color: rgba(0, 22, 28, 0.9);
    -webkit-background-color: rgba(0, 22, 28, 0.9);
    color: rgba(0, 22, 28, 0.9);
}
.fancybox-skin{
    padding:0px !important;
    background:transparent !important;
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
}
.fancybox-close{
   	background-image: url(../images/btn-modal-close.png) !important; 
    top: 5px  !important;
    right: 25px !important;
}

tr td.last-btn-line{
    border-bottom:0px !important;
    padding-top:10px;
    padding-bottom:10px;
}
tr td.last-btn-line > button{
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
table.comparison-chart td .add-cart{
    background: #009cc6 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 40px;
    padding: 10px 7px;
    text-align: center;
    width: 120px;
    font-size:17px;
    text-transform: uppercase;
    margin:0 auto;
}
.left-gray{
    display:block;
    width:180px;
	max-height: 690px;
    position:absolute;
    z-index: -99;
    border-right:1px solid #bdbdbd;
    background:#e1e1e1;
    -webkit-box-shadow: 1px 1px 5px 1px #d8d8d8;
    box-shadow: 1px 1px 5px 1px #d8d8d8;
	overflow: hidden;
	
}
.popup-comparaison-content .table-content{
    display:block;
    width:100%;
    background:#fff;
    position:relative;
    z-index: 1;
	max-height: 690px ; 
	overflow-y: auto;
	overflow-x: hidden; 

}
.print-bloc{
    display: block;
	min-width: 80px;
	line-height: 60px;
}
.print-bloc a i{
    margin-left:20px;
}
.print-bloc a{
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    color:#009cc6;
	line-height: 50px;
}
.fancybox-close:hover {
	background: url(../images/btn-modal-close-hover.png) !important;
}
.title-tab-fancy div.title-comparison span a{
	display: none;
	font-size: 20px;
	color: #009cc6;
	padding: 5px 10px 0px;
}
@media (max-width: 488px){
	.block-compare {
		max-width: 100%;
	}
	.header-tab-fancy{
		padding: 15px!important;
	} 
}
@media (max-width: 768px){
	.print-bloc { 
		display: none;
	}
	.title-tab-fancy div {
		display: block;
	}
	.title-tab-fancy div.title-comparison span a{
		display: inline;
		
	}
}
.head-fancy {
	position: fixed;
	z-index: 99;
	background-color:rgba(0, 22, 28, 0.9);
	width: 100%;
	top:0px;
}
#datafancy {
	overflow: auto;
}
.select-row .custom-select:hover {
	cursor: pointer;
}
/*.select-row .orderby {
	width: auto;
}*/
@media(max-width: 1200px){
	.search-content aside{
		display: none;
}
}
.blc-cart .blc-num-add{
	padding: 0px;
}

/*FIN MODAL TABLEAU */

.content-cle>a {
	color: #009CC6 ; 
}
/* */
@media (min-width: 1199px) {
	.page-content.search-content {
		border-spacing: 0px 0px!important ; 
	}
	.search-result {
/*		padding: 30px 50px; */
		padding: 30px 50px 0;
		border-right: 1px solid #e1e1e1;
	
}
	.search-content .product-search{
		padding-left: 0px;
	}
}
/* Tablet menu refine*/
.search-result .tablet-menu{
	display: none;
	margin-top: 20px ;
}
.search-result .tablet-menu ul{ 
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	/*align-content: space-between;
	-webkit-align-content: space-between;*/

}
.search-result .tablet-menu li{
	margin: 0px;
	cursor: pointer;
	/*width: 350px;*/
	height: 57px;
	flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
}
.search-result .tablet-menu li span{
	color: #fff;
	text-decoration: none;
	line-height: 57px;
}
.search-result .tablet-menu a:hover {
	text-decoration: none;

}
.search-result .tablet-menu li:last-child{
	margin-left: 30px;
	margin-bottom: 0px;
}
@media (max-width: 1200px){
	.table-search .catalog-mobil {
		display: inline-block;
		padding: 10px 10px 10px 0px;
	}
	.search-result .tablet-menu { 
		display: block;
	}
	
}
@media (max-width : 488px){ 
	.search-result .tablet-menu{ 
		/*margin: 0px;*/
	}
	.search-result .tablet-menu li{
	width: 200px;
	}
	.search-result .tablet-menu a i{
		display: none;
	} 
	.search-result .tablet-menu li:last-child{
		margin-left: 5px
}
}

@media (min-width: 1200px){
	.search-content > aside {
		padding-top: 30px;
	}
}
.main > .site-header + section {

}
@media (min-width:1200px ){
.search-content  .search-result ~ aside {
		padding-left: 50px;
		padding-right: 35px;
		width: 25.12%;
		min-width: 305px!important;
	}
}
.filter-search .woocommerce-message {
	display: none;
}
.woocommerce-message {
	display: none;
}
.row-det .other-critere{
	color: #949494; 
	border: none;
}
.row-det .other-critere:hover {
	border: none;
	color: #949494; 
}
.count-affiche .filter {
	background: #f5f5f5;
	padding: 5px 10px;
	margin-left: 10px;
	color: #808285;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.count-affiche .filter .fa {
	padding-right: 5px;
}
.count-affiche .filter .fa:hover {
	cursor: pointer;
}
/* poup comparaison */
.title-tab-fancy , .header-tab-fancy{
	padding: 0px;
	
}
.table-comparaison-content {
	padding: 30px;
}
@media(min-width: 488px) and (max-width: 992px) {
	.popup-comparison .popup-comparaison-content{ 
		min-width: calc(100% - 40px)!important;
	}
}
@media(max-width: 488px) {
	.popup-comparison .popup-comparaison-content{ 
		min-width: 100%!important;
	}
}
@media (max-width:768px){
	.title-tab-fancy{
		display: block;
	}
}
.popup-comparaison-content .close-poupComparison {
	width: 40px; 
	height: 40px;
	left: 0px; 
	top: 5px;
}
.comparison-chart-title td{
	min-width: 150px;
	vertical-align: middle;
	height:50px; 
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #d8d8d8;
}
.table-comparaison-content {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;

}
.comp-chart-container {
	overflow-x: auto;
	overflow-y: hidden;
	width: calc(100% - 150px)
}
.chart-title-container {

}
@media (max-width: 1199px){
	.titre-top {
		padding-left: 30px;
	}
}
/*popup-comparison .indication */
.popup-comparison .indication{
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100% ; 
	background: rgba(0,0,0,0.7);
	color: #fff; 
	z-index: 999;
	visibility: hidden; 
	opacity: 0;
}
.popup-comparison .content-indication {
	text-align: center;
	position: absolute;
	left: 50%; 
	top: 50%; 
	transform: translate(-50% , -50%);
	-webkit-transform: translate(-50% , -50%);
	color: #fff; 
	width: 80%; 
}
.content-indication p {
	color: #fff; 
	font-size: 24px; 
	padding: 40px 20px; 
	width: 100%;
}
.content-indication .btn-go {
	text-transform: uppercase; 
	font-size: 16px; 
	width: 130px; 
	height: 50px; 
	text-align: center;
	border: 1px solid #fff; 
	background: transparent; 
	vertical-align: middle;
	line-height: 50px;
}
.content-indication .btn-go:hover {
	cursor: pointer; 
	background: #fdb515;
}
.msg-indication{
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
}
.msg-indication .fa {
	position: absolute; 
	top: 30%; 
}
:checked ~ .indication {
	display: none;
}
@media(max-width: 1200px){
	.popup-comparison .indication {
		visibility: visible; 
		opacity: 1;
	} 
	.title-tab-fancy .logo img{
		
	}
}
@media(max-width: 768px){ 
	.title-tab-fancy .title-comparison {
		font-size: 24px;
		padding-left: 25px!important;
	}
	.header-tab-fancy .print-bloc {
		line-height: 50px;
		display: none;
	}
	.title-tab-fancy .logo {
		width:150px;
	}
}
@media(max-width : 488px){
	.comparison-chart-title td {
		min-width: 120px;
	}
	.left-gray {
		width: 120px;
		max-height: 650px;
	}
	.table-comparaison-content {
		padding: 10px;
	}
}
.last-btn-line .added_to_cart {
	color:#009CC6 ; 
}
.last-btn-line .added_to_cart:hover {
	color:  #fdb515 ;
}
@media(min-width: 1200px){
aside .product-search {
	/*display: block;*/
	
}
	.left-gray {
		height: 690px!important;
	}
}
/* refine and new search  */
@media(max-width: 1200px){
.refine-check:checked ~ .search-result, .newsearch-check:checked ~ .search-result  {
	display: none;
}
.refine-check:checked ~ aside ,.newsearch-check:checked ~ aside  {
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0px!important;
	/*width: 100%!important;*/
}
.refine-check:checked ~ aside .product-search , .newsearch-check:checked ~ aside .product-search{
	padding-right: 50px;
}
.refine-check:checked ~ aside .btn-search-criteria , .newsearch-check:checked ~ aside .btn-search-criteria{
	margin: 0px;
}
.refine-check:checked ~ aside  .search-filter,  .refine-check:checked ~ aside  .search-input{
	display: none;
}
.back-byRefine , .back-bysearch{
	line-height: 50px;
	padding: 0px 20px;
}
.titre-top.page {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
}
}
.tablet-menu .basic-btn{
	line-height: 60px;
}
.tablet-menu .basic-btn:hover {
	cursor: pointer;
}
.chart-tiltle-container {
	width: 150px;
}
.header-tab-fancy .logo {
	max-width: 215px;
	padding-right: 0px!important;
}
.header-tab-fancy .print-bloc{
	text-align: right;
}
.header-tab-fancy .close {
	max-width: 50px;
	padding: 0px!important
}