.note{
	display:block;
	background-image:url(/images/etoiles.gif);
	background-repeat:no-repeat;
	width:64px;
	height:10px;
	overflow:hidden;
	text-indent:-100em;
	margin:10px auto;
}
.note.rating5{
	background-position:0 -151px;
}
.note.rating45{
	background-position:0 -136px;
}
.note.rating4{
	background-position:0 -121px;
}
.note.rating35{
	background-position:0 -106px;
}
.note.rating3{
	background-position:0 -91px;
}
.note.rating25{
	background-position:0 -76px;
}
.note.rating2{
	background-position:0 -61px;
}
.note.rating15{
	background-position:0 -46px;
}
.note.rating1{
	background-position:0 -31px;
}
.note.rating05{
	background-position:0 -16px;
}
.note.rating0{
	background-position:0 0px;
}

.prodSpec {
	border: 1px solid #E5E5E5;
	width: 100%;
}

.prodSpec h3{
	margin: 0;
}

.prodSpec .specProd:hover{
	background: #F0F4F8;
}

.prodSpec td{
	padding: 2px 5px;
	border-bottom: 1px solid #E5E5E5;
}

.prodSpec .specName {
	width: 360px;
	padding-left: 20px;
}

.prodSpec ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#listingTop{
	background-color:#004C84;
	height:24px;
	width:100%;
	text-align:right;
}

#listingTop a ,
#listingTop .l ,
#listingTop div {
	color:white;
	font-size:11pt;
}

.listingTable{
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	width:100%;
}

.listingTable td{
	vertical-align:top;
	text-align:center;
	border-left:5px solid white;
	border-top:1px solid #D0D0D0;
	padding:5px;
}

.listingTable td.desc{
	text-align:left;
}

.listingTable td.first{
	border-left:0;
}

.listingTable .listPage td{
	padding-top:5px;
	border:0;
}

.listingTable .header{
	background-color:#E4E4E4;
}

.listingTable .header td{
	padding-top:10px;
	padding-bottom:10px;
	border:5px solid white;
	font-weight:bold;
}

.listingTable .header .sortSelected{
	background-color:#53A701;
}

.listingTable .tax{
	font-size: 10px;
	color: #888888;
	white-space: nowrap;
}

.title{
	font-weight:bold;
}

.listingTable .cp{
	height: auto;
	overflow: visible;
}

.listingTable .price{
	font-weight:bold;
	font-size:110%;
	height:auto;
}

#compare .case {
	clear:none;
	min-height:0;
}

#compare .case.last {
	padding-left:20px;
	padding-right:20px;
 }
 
.sortarrow{
	display:block;
	height:8px;
}

#fb-root{
	display:none;
}

#productForm{
	width:710px;
	text-align:left;
	padding-top:5px;
}

#productForm label{
	display:block;
	padding:0 5px;
	width:100px;
	text-align:right;
	float:left;
}

.post_error{
	color:red;
	font-weight:bold;
	float:right;
}
.color_error{
	color:red;
	font-weight:bold;
}

@media only screen and (max-width:1000px){
    .listingTable .header,
    .listingTable .vo{
        display:none;
    }
    
    .listingTable, .listingTable tbody{
        display:block;
    }
    .listingTable tr{
        display:flex;
        flex-direction:column;
        position:relative;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #E6955E;
        cursor: pointer;
        padding: 3px 3px 3px 100px;
        min-height: 100px;
    }
    .listingTable tr:last-child{
        border:0;
    }
    .listingTable td{
        border:0;
        padding:0;
        text-align:left;
        order:3;
    }
    .listingTable td.desc {
        overflow:hidden;
    }
    .listingTable .img.s,
    .listingTable .img.r.s{
        position: absolute;
        width:90px;
        height:auto;
        bottom: 3px;
        left: 3px;
        top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .listingTable .l{
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
    .listingTable .desc{
        order:1;
    }
    .listingTable .name{
        font-weight:bold;
    }
    .listingTable td:nth-child(2){
        order:4;
    }
    .listingTable td:nth-child(4){
        display:none;
    }
    .listingTable td:nth-child(5) .cp{
        font-weight:bold;
        font-size:12pt;
        color:#006400;
    }
    .listingTable td:nth-child(6) .price{
        font-weight:normal;
        font-size:100%;
    }
    .listingTable td:nth-child(6) .price:before,
    .listingTable td:nth-child(6) .price::before{
        content:"Prix total : ";
    }
    
    #specSee{
        overflow:hidden;
    }
    
    .prodSpec{
        border:0;
    }
    .prodSpec .specTitle {
        border:0;
    }
    .prodSpec .specProd{
        display: flex;
        flex-direction: column;
    }
    .prodSpec .specName{
        border: 0;
        padding: 2px 5px;
    }
    .specProd .specValue{
        padding-left: 20px;
    }
    .prodSpec tr:last-child td{
        border:0;
    }
    
    #avisSee{
        padding:0 10px;
    }
    
    #productForm{
        width:initial;
    }
    #productForm label{
        float:none;
        text-align:left;
    }
    #productForm input[type="text"],
    #productForm textarea{
        width:95%;
    }
    
    #listingTop > .float,
    #listingTop select,
    #listingTop input{
        display:none;
    }
}