/*Zone de résultats produit*/
h2{
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #000;
}

.black{
    color: #292938;
}

.zoneProd {
position: relative;
float:left;
width:100%;
padding:0px;
margin:2px;
border: 1px solid #eaeef3;
background-color:  #fff;
height: 290px;
}

.zoneProd:hover {
box-shadow: 1px 1px 12px lightslategrey;
}

.zonePhoto {
position: relative;
    float: left;
    background: #FFFFFF;
    margin: 5px 5px 0 5px;
    width: 25%;
    min-width: 100px;
    box-shadow: 1px 1px 12px #eaeef3;
    z-index: 2;
    border-radius: 0%;
    padding: 25px;
    margin: 20px;
}

.zonePhoto img {
z-index:10;
/*border-radius: 50%;*/
}

.zoneInfosProduit {
position: relative;
margin-left: 217px;
margin: 0;
padding: 0;
border: none;
font-size: 100%;
vertical-align: baseline;
background: transparent;
background-color: #fff;
}

.zoneTitre {
position: relative;
float:left;
padding: 5 0 0 0px;
color: #256ea4;
/*border-bottom: 1px solid #dadada;
background: #FFFFFF;*/
/*width:49%;*/
height: 42px;
line-height: 26px;
}

.ft{
float: right;
margin-right: 12px;
width: 150px;
padding: 15px 0;
}

.voirPdt{
float: right;
margin-right: 12px;
width: 130px;
padding: 15px 0;
font-size:13px;
}

.description {
padding-bottom: 50px;
font-size: 14px;
padding: 15px;
border: none;
}

.designation {
font-weight: bold;
color: #666666;
margin-bottom: 20px !important;
margin: 5px;
padding-top: 40px;
border: none;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

.hrres{
    width: 100px;
    position: relative;
    float: left;
}

.hrbleu{
    margin-top: 5px;
    margin-bottom: 5px;
}

.descCourte {
font-size: 14px !important;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 2;
    vertical-align: baseline;
    background: transparent;
    margin-top: 40px;
}


/* Bloc de filtres*/

.ptitreFiltre {
/*background: #256ea4;*/
font-size: 16px;
color: #229F97;
clear: both;
border-top: 1px solid #B2B6BB;
border-bottom: 1px solid #B2B6BB;
display: inline-block;
width: 95%;
}

.blocFiltre ul {
padding: 10px 0 10px 0;
list-style-position: inside;
list-style-type: none;
line-height: 1.3;
}

.blocFiltre ul li p {
margin-left: -10px;
}

.blocFiltre li ul li:before {
    content: "¤ ";
}

.blocFiltre a {
color: #474747;
text-decoration: none;
cursor: pointer;
}

.blocFiltre a:hover {
color: #0153CB;
text-decoration: underline;
cursor: pointer;
}

.blocFiltre .invisible{
    display: none;
}

.descCat{
    background-color: #f5f5f5;
    margin-bottom:30px;
    text-align: justify; 
    padding: 25px; 
    height: auto;
    
}

.descCat strong{
    font-weight: 700;
}

.main
{
background-color: #fbfbfc;  
}

.voirProduit
{
    width:auto;
    padding:8px 0;
    text-align:center;
    display: inline-block;
    float:left;
    margin:0 8px 0 0;
    border-radius:7px;
    font-size: 0.85em;
    width:120px;
    color:#fff;
    background: #c62b02;
    box-shadow: 0 0 1px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.1);
    text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.3);
}

.voirProduit:active {
    background: #444;
    background: linear-gradient( #555, #2C2C2C);
    background: -webkit-linear-gradient( #555, #2C2C2C);
    background: -moz-linear-gradient( #555, #2C2C2C);
    background: -ms-linear-gradient( #555, #2C2C2C);
    background: -o-linear-gradient( #555, #2C2C2C);
    background: linear-gradient( #555, #2C2C2C);
}

.voirProduit:hover {
    background: #555;
    background: -webkit-linear-gradient( #777, #333);
    background: -moz-linear-gradient( #777, #333);
    background: -ms-linear-gradient( #777, #333);
    background: -o-linear-gradient( #777, #333);
    background: linear-gradient( #777, #333);
}

.listConditionnements{
    margin-top: 15px;
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
}

 .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    cursor: pointer;
}

 .ui-menu-item:hover{
    background-color: #0088cc;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.selectedfilter{
    color: #A63D22;
    font-style: italic;
}

.lienRub{
    font-size:13px;
    font-weight: 500;
      font-size:13px;
    color:#1ca9c3;
}


.lienRub:hover{
    font-size:13px;
    font-weight: 700;
    color:#1ca9c3;
}

/*Spécificités mobiles*/
@media (max-width: 1024px) {
     .voirPdt {bottom:5px;text-align: center; color: white; position: inherit; text-transform: capitalize;}
     .zoneTitre {left:2%; text-align: -webkit-auto; width: 62%;}
     .designation{height: 30px; margin-top: 20px; padding: 25px 5px 15px 0px; font-weight: 300}
     .voirPdt a:hover{color: #FFFFFF;}
     .voirPdt a {color: #e5edf1;}
}

@media (max-width: 430px) {
    .descCourte{display: none;}
    .zoneTitre {left:10px;margin-top: 0px; text-align: center;}
    .designation {height: 65px;width: 100%;}
    .voirpdt{width: 70px;}
    .zonePhoto {width: 25%;padding: 0px;box-shadow: none;border-radius: 0%;}
    .zoneProd {max-height: 180px;}
    .hrres {display: none;}
    .ft{display:none;}
    .zoneProd h2{margin-top: 15px;width: 100%;line-height: 100%}
    .col-xs-12{padding: 0px}
}
