/*custom css*/
#header .header-body {border-top:0px !important;}
p {text-align:justify;}

/************************ CATALOGUE ******************************/
/*liste prod*/
.product-thumb-info img {border-radius:0;}
.product-thumb-info .product-thumb-info-image:before {  background: #d3e0ec; }

.product-thumb-info h4 {font-size:1em;}
.shop ul.products .product .price .amount {font-size: 0.7em;}

.shop ul.products {padding: 2px 0;} /*suppresion pad pour empty liste*/ 

.product-thumb-info .product-thumb-info-content {height: 30px; padding:2px; } /* hauteur bloc pdt*/
.product-thumb-info .product-thumb-info-image {height: 60px;} /* hauteur bloc img dans bloc pdt*/

.refvignettexs {display: none;}

/*----fiche produit----*/

#fiche_description table, #fiche_description_tech table, #fiche_description_divers table, #fiche_description_option table { border:1px #ccc solid; width:100%; padding:5px;}
#fiche_description table tr td, #fiche_description_tech table tr td, #fiche_description_divers table tr td {padding:5px;}
#fiche_description table p, #fiche_description_tech table p, #fiche_description_divers table p, #fiche_description_option table p {margin:0 0 1px 0 !important; /*font-size:12px;*/ line-height:15px;}
#fiche_description_option table {margin-bottom: 0px;}
#fiche_description_option table p {font-size:12px;}
#fiche_description_option table tr td {padding:3px;}

.table_persotr {background-color: #eaeaea !important;}
.table_persotd {border: 1px #fff solid !important;}

.table100   {width: 100% !important;}

.tabentete {color:#fff; background-color: #868686; text-align: center;}

.ico_vert   {color: #1bb118; font-size: 20px;}
.ico_rouge  {color: #e02419; font-size: 20px;}
.ico_orange {color: #f79e04; font-size: 20px; font-weight: bold;}

.displaynormestyle
{
	border-style: solid; 
    font-weight: bold;
	text-align: center; 
	padding: 10px 10px; 
	margin-right: 10px; 
	font-size: 16px;
	display: inline-block;
}

.shop {
    margin-top: 0px !important;
}

.cadrevisu
{
    height: 253px;
    text-align: center;
    font-size: 11px;
}
.cadre
{
    padding: 10px 10px 10px 10px;
    border: #d3d3d3;
    border-style: solid;
    width: 100%;
    height: 100%;
    border-width: 1px;

    display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;

display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;

display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;
}

@media (max-width: 992px) {
    .price {display: none !important;}
}
@media (max-width: 992px) {
    .col-xs-12
    {
        float: left;
    }

    .product-thumb-info {
        position: relative;
        height:200px;
        text-align: center;
    }
    .product-thumb-info-image img {margin: 0 auto;}

    
    .refvignettexs {
        display: block; z-index: 500;
        
        color: #fff; background-color: #000; 
        padding: 0 10px; text-align: center;
        width :100%; 
    }
}

.owl-carousel .owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 1px;
    font-size: 30px;
}

.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    padding: 13px 0px 0px 15px !important;
}

.owl-carousel .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    position: relative;
    left: -1px;
    top: 1px;
    font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    padding: 13px 0px 0px 15px !important;
}

/****************** news ticker home **********************/
.darkflash {background-color:#151515; color:#fff;}
.tickercontainer { /* the outer div with the black border */
height: 39px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 100%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 100%;
/*font: bold 10px Verdana;*/
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #fff;
/*font: bold 10px Verdana;*/
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 10px; 
color:#ccc;
} 


/************************* FOOTER ****************************/
#footer.light {
    padding-top: 0px;
    border-top: 1px solid #FFF;
}