@charset "UTF-8";

#categoryNav {
	padding: 1.4em;
	margin:0 -14px;
	width: 100%;
    background-color: rgba(0,0,0,0.05);
    position:sticky;
}
#categoryNav ul {
    padding: 0;
    margin:0;
    max-height: 80px;
    overflow: scroll;
}
#categoryNav li {
	margin: 0;
    padding: 0;
    display: inline;
}
#categoryNav li a {
	padding: 6px 12px;
	margin: 0 0 5px 0;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
    font-size: 1.1em;
}
#categoryNav li a.children {
    background-color: white;
	color: rgba(0,0,0,0.5);
}
#categoryNav li a.active {
	background-color: #0098AF;
}
#categoryNav li a:hover {
	background-color: #BB3632;
    color:white;
}
#categoryNav li a small {
    display: none;
}
#categoryNav li a:hover small {
    display: inline;
}

#category .row {
}
#affiner {
    /*border: 16px solid #FFF;
    border-width: 0 16px;
    background-color: #EEE;
    padding: 3px;*/
    background-color: #EEE;
	font-family: 'Roboto Condensed', sans-serif;
}
/*
#filtrage_materiel  ul{

}
#filtrage_materiel li {
    list-style: none;
	position: relative;
	border-left:1px solid #CCC;
}
#filtrage_materiel ul:first-child>li:first-child {
	border:none;
}

#filtrage_materiel li ul {
}

#filtrage_materiel li a {
    display: block;
    color:#666;
    text-decoration: none;

}
#filtrage_materiel li a:hover {
    background-color: #CCC;
	color:#333;
}

#filtrage_materiel li a:before {
	content: "";
	display: block;
	position: absolute;
	left: -16px;
	top: 14px;
	width: 8px;
	height: 1px;
	padding: 0;
	background-color: #CCC;
}

#filtrage_materiel li a.active {
	color:#B19D5E;
	padding-left: 12px;
}
#filtrage_materiel li .active:after {
	content: "▿";
	position: absolute;
	top:1px;
	left: -5px;
	background-color: transparent;
	color:#B19D5E;
	font-size: 1.4em;
}
*/
/*
.filtrage li.level1 {
	border: none;
}
.filtrage li.level1 a:before {
	width: 0;
}
/*
.filtrage li.level1 a:before {
	content: "";
	height: 0;
	background-color: white;
	margin: 0;
}
.filtrage li.level1 a {
	top:0;
	left: 0;
	background: white;
	padding: 0 4px;


.filtrage li a:before {
	content: "";
	display: block;
	position: absolute;
	left: -12px;
	top: 50%;
	width: 6px;
	height: 1px;
	padding: 0;
	background-color: #888;
}*/
#filtrage_materiel small.badge {
    font-size:0.8em;
    background-color: #EEE;
    color: #666;
	margin-left: 20px;
}

 #filtrage_technique a {
    color:#444;
    display: block;
    padding: 5px;
    text-decoration: none;
    margin: 0 ;
	position: relative;
	top: -12px;
}
#filtrage_technique li:last-child a{border-bottom:none;}
 #filtrage_technique a.active, #filterBrand a.active {
    color:#111;
}
#filtrage_technique a.active {
    margin: 2px;
}
#filtrage_technique a:hover, #filterBrand a:hover {
    background-color:#DDD;
    color:#666;
}
 #filtrage_technique li:first-child a, #filterBrand li:first-child a {
    font-size: 1.2em;
    margin: 0;
}
#filterBrand  a.all {
    min-height: 32px;
    padding-top: 4px;
    font-size: 1.2em;
    color:rgb(177, 157, 94);
}

#filterBrand small.badge,#filtrage_technique small.badge {
    font-size:0.8em;
    float: right;
    background-color: #EEE;
    color: #666;
    position: relative;
    right:2px;
}
#filterBrand ul{
    list-style: none;
    padding: 0;
    margin: 0;
    
}
#filterBrand li{
    list-style: none;
    padding: 0 ;
    margin: 0;    
}
#filterBrand a{
    display: block;
    min-height: 50px;
    padding: 4px 12px;
    border-bottom:1px solid #CCC;
    text-decoration: none;
    background-color: white;
    color: #444;
}
#filterBrand img {
    width: 50px;
}
#filtrage_technique ul{
    list-style: none;
    padding: 0;
    margin: 0;
    
}
#filtrage_technique li{
    list-style: none;
    padding: 0 ;
    margin: 0;
}
#filtrage_technique a{
   

}
#nav_feuille {
    padding: 20px 20px 12px 20px;
    margin:192px 0 0 0;
    position: relative;
    background: rgba(0,0,0,0.5)
}
#nav_feuille ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav_feuille li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border: none;
}
#nav_feuille a {
    text-align: left;
    text-decoration: none;
    display: block;
    color: white;
    margin: 0 0.2em 0.4em 0;
    padding: 0.4em 0.8em;
    border-radius: 16px;
    background: #B19D5E;
    font: 1.2em normal "Calvert", Arial, Helvetica, sans-serif
}
#nav_feuille a:hover {
    background: #111;
}
/* Filtrage */ 

/* Marques */
#logomarque {
    margin:-1px 0 0 0;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    min-height: 200px;
    padding: 32px;
}
#logomarque p{
    padding: 0;
    margin: 0 0 12px 0;
}
#logomarque:hover{
   background-color: rgba(255, 255, 255, 0.8);
}
#logomarque img {
    float:left;
    margin:0 32px 0 0 ;
    border:1px solid #CCC;
}

#logomarque a {
    color: rgb(0, 69, 107);
}

/* Liste des sous catégories */


#CategoryArticles {
    padding: 0;
    margin: 0;
    position: relative;
}

#CategoryArticles ul {
    position: relative;
    padding: 0;
    margin: 0;
}
#CategoryArticles li {
    position: relative;
    list-style-type: none;
    padding:0;
    margin:0;
}
#CategoryArticles #nav_feuille li {
    border: none;
}
.infobox {
    background: rgba(177,157,94,0.10);;
    color: #B19D5E;
    padding: 8px 16px;
    min-height: 5.7em;
}
.infobox .logomarque {
    position: relative;
    top: -6px;
    left: -14px;
}
.infobox a.btn {
    background-color: #B19D5E;
    color:white;
    text-decoration: none;
    margin: 4px 0 0 16px;
}

.product {
    position: relative;
    margin: 0;
    padding:0;
    
}
.product-img{
    position: relative;
    border:none;
    background-color: white;
    padding: 0;
    overflow: hidden;
    margin:0;
}
.product-detail {
    margin:0;
    padding: 0;
}
.product-img a{
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
}
.product-img img {
    margin:0 auto;
}
.product-price{
    background: rgba(177,157,94,0.1);
    color: rgb(177,157,94);
}
.product-detail h4 {
    margin: 0;
    padding: 0;
}
.product-detail h4 a{
    font-family: 'Domine', serif;
    background-color: #333;
    color: white;
    text-decoration: none;
    display: block;
    font-size: 0.8em;
    margin: 0;
    padding: 8px 16px;
    border-radius: 0 0 8px 8px;
    min-height: 4.4em;
}
/* Disponibilité */
.product-dispo{
  
    padding: 0 8px
    background-color: rgba(255,255,255,0.7)
}
.pastille-dispo {
    font-size: 3em;
    padding: 0;
    margin: 0
}
.product-detail h4 a
{
    transition: color 2s ease-in;
}
.product-detail h4 a.lien-product-green:hover,
.product-detail h4 a.lien-product-blue:hover,
.product-detail h4 a.lien-product-orange:hover,
.product-detail h4 a.lien-product-red:hover {
    
    background-color: #333333;
}
.product-detail h4 a.lien-product-green {
    background-color: #339900;
}
.product-detail h4 a.lien-product-blue {
    background-color: #0098AF;
}
.product-detail h4 a.lien-product-orange {
    background-color: #CC6600;
}
.product-detail h4 a.lien-product-red {
    background-color: #900;
}
.product-detail h4 a.lien-product-black {
    background-color: #333;
}
.dispo-green {
    color: #339900;
}
.dispo-blue {
    color: #0098AF;
}
.dispo_green2 {
    color: #890
}
.dispo-orange {
    color: #CC6600;
}
.dispo-red {
    color: #900;
}
.dispo-black {
    color: #000;
}


.media-left img {
    background-color: white;
    padding: 0;
    margin: 0;
    width: 200px;
}
.media-body{
    padding: 0 24px;
}
.media-body h4 {
    margin: -8px 0 0 0;
    padding: 0;
}

.media-body h4 a {
    text-decoration: none;
}
.media-body p {
    margin: 0 0 20px 0;
    padding: 0;
}
.media{
    margin: 3px;
}

#CategoryArticles h3 a:hover {
    color: #333;
}
#CategoryArticles a.voir_product {
    background-color: rgba(0,0,0,0.1);
    border-radius: 8px;
    color: #666;
    padding: 6px;
    display: inline-block;
    font-size: 0.6em;
    position: relative;
    margin:12px 20px 0 20px;
    text-align: center;
}
#CategoryArticles a.voir_product:hover {
    color: black;
    background-color: rgba(0,0,0,0.2);
}
#CategoryArticles a.main{
    text-decoration: none;
    background: rgba(0,0,0,0.6);
    color: white;
    margin-left: 16px;
}
#CategoryArticles .lien_scat {
    display: block;
    text-align: center;
    margin: 0 3px;
    text-decoration: none;
    background-color: rgba(177,157,94,0.8);
    color:white;
    padding: 8px;
    font-size: 1em ;
}
#CategoryArticles .lien_scat:hover {
    background-color: rgba(0, 69, 107, 1);
}
#CategoryArticles .product-main {
    margin: 0;
    padding: 16px 0;
    background: url(/images/structure/categories/ap_displaybyrow.png) no-repeat top right;
    display: inline-block
}
#CategoryArticles .product-main.few_articles {
    padding-right: 120px;
    background-position: bottom right
}
#CategoryArticles .product-main li:hover {
    border-color: #999;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
}
#CategoryArticles .product-main li {
    position: relative;
    margin:0;
    overflow: hidden;
}
#CategoryArticles #CategoryProducts li, #CategoryArticles .product-main li {
    padding: 40px 0 0 0;
    background: white;
    border: 1px solid white;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.1);
}
#CategoryArticles .alternative1 .product-main.few_articles {
    background-image: url(/images/structure/categories/ap_displaybyrow_fewb.png);
}
#CategoryArticles .alternative2 .product-main.few_articles {
    background-image: url(/images/structure/categories/ap_displaybyrow_few.png);
}
#CategoryArticles .alternative1 .product-main.lot_articles {
    background-image: url(/images/structure/categories/ap_displaybyrow_lota.png);
}
#CategoryArticles .alternative2 .product-main.lot_articles {
    background-image: url(/images/structure/categories/ap_displaybyrow_lotb.png);
}
.product-main img {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
a.nom_article {
    display: block;
    position: absolute;
    bottom: 28px;
    left: 0px;
    right: 0px;
    z-index: 500;
    background-color: #DDD;
    color: #000;
    padding: 5px;
    font-size: 1em;
    min-height: 32px;
    text-decoration: none;
}
a.lien_product {
    display: block;
    color: white;
    padding: 5px;
    font-size: 1em;
    min-height: 220px;
    text-decoration: none;
    margin: 0;
}
.prix_category {
    position: absolute;
    right: 0;
    left: 0;
    text-align: right;
    bottom: 0;
    color: #B19D5E;
    white-space: nowrap;
    margin: 0;
    padding: 5px;
    z-index: 300;
    background-color: rgba(255,255,255,0.8)
}
.product-main .prix_category strong {
    font-size: 1.2em;
}
#CategoryArticles .product-main .info {
    float: left;
    z-index: 200;
    color: #666;
    padding: 20px;
    width: 230px;
    background: rgba(200,200,200,0.8);
    box-shadow: none;
    border: none;
    margin-right: 50px;
    height: 204px;
    margin: 0;
}
.product-main .lien_info:hover {
    background-color: #BB3632;
}
#CategoryArticles #CategoryProducts {
    padding: 6px 0;
    margin: 0;
    position: relative;
    list-style: none;
}
#CategoryArticles #CategoryProducts li {
    margin: 6px 6px 12px 6px;
    overflow: hidden;
}
#CategoryProducts .lien_scat a em {
    color: #666;
    font-size: 10px;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    font-style: normal;
}
#CategoryProducts .lien_scat a:hover em {
    color: #BB3632;
}
/* Liste des étiquettes */

.etiquette {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 500;
    border: 1px solid white;
}
li.etiquette_exclusif .prix_category {
    color: #000;
}
li.etiquette_bestseller .prix_category {
    color: rgb(116, 112, 173)
}
li.etiquette_selection .prix_category {
    color: #BB3632
}
li.etiquette_nouveaute .prix_category {
    color: #0098AF
}
/* Liste des sous techniques en pied de page */
#cat_tech_li_stech {
    padding: 20px
}
#cat_tech_li_stech ul {
    padding: 0;
    margin: 0
}
#cat_tech_li_stech li {
    background-color: #DDD;
    padding: 10px;
    margin: 10px 1px 0 0;
    float: left;
    list-style: none;
}
#cat_tech_li_stech li li {
    display: inline-block;
    padding: 0;
    margin: 5px;
    background-color: none;
    border: none;
}
#cat_tech_li_stech strong {
    display: block;
    padding: 5px;
    margin: 0
}
#cat_tech_li_stech li a {
    display: block;
    border-radius: 12px;
    background-color: #333;
    background-color: rgba(0,0,0,0.8);
    margin: 0;
    color: white;
    text-decoration: none;
    padding: 4px 10px
}
#cat_tech_li_stech li a:hover {
    background-color: #B19D5E;
}

#avis {
    padding: 20px 50px 20px 180px;
    background: url(/images/structure/marques/ombre_avis_marque3.png) no-repeat right bottom #FFF;
    margin: 0;
    font-size: 1.2em;
    color: #92C848;
}
#avis h4 {
    color: #92C848;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: none;
    background: url(/images/structure/marques/ombre_avis_marque2.png) no-repeat top center;
    margin: 0px;
    padding: 20px 10px 10px 10px;
    text-indent: 40px
}
#avis p {
    color: #92C848;
}

#filterBrands {
    background: #DDD;
    margin: 0px;
    padding: 1px;
}
#filterBrands h3 {
    color: #B19D5E;
    font-size: 2em;
    padding: 4px 12px 4px 24px;
    margin: 24px 10px 0px 24px;
    font-family: 'Domine', serif;
    background: url(/images/structure/categories/fleche-titres-sous-categories.png) no-repeat 3px -28px transparent;
}
#filterBrands ul {
    list-style: none;
    padding: 24px;
    margin: 0 0 6px 0;
}
#filterBrands li {
    margin: 0 0 2px 2px;
    padding: 0px;
    display: inline-block;
    background: white;
}
#filterBrands li a {
    border: 1px solid #CCC;
    display: block;
    margin: 0;
    padding: 2px;
    width: 75px;
    height: 75px;
}
#filterBrands li img {
    width: 75px;
    height: 75px;
}
#filterBrands li a:hover {
    border: 1px solid #333;
}
#filterBrands li a.more {
    font-size: 32px;
    text-align: center;
    position: absolute;
    top: 32px;
    right: 32px;
    text-decoration: none;
    background-color: rgba(0,0,0,0.6);
    border-radius: 42px;
    color: white;
    border: none;
    height: 36px;
    width: 36px;
    padding: 0 4px 8px 4px;
    margin: 0
}
#filterBrands li a.more:hover {
    background-color: #BB3632;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    .media-left img {
        border:1px solid rgba(0,0,0,0.1);
        background-color: white;
        padding: 8px;
        margin-left: 16px;
        width: 100px;
    }
    #CategoryArticles .alternative1 {
        background: rgba(0,0,0,0.10);
    }
    #CategoryArticles .alternative2 {
        background: white;
    }
    .product {
        padding: 8px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}