#searchTitle {
    padding: 100px 20px 0px 20px;
}
#searchDetail {
    position:relative;
    margin: 20px 35px 20px 0px;
    text-align:center;
    padding-bottom:0;
    padding-top: 0;
}

#searchFilterTitle {
    padding: 25px 0px 42px 0px;
    margin-bottom: 1px;
    font-size: 16px;
    background-color: #2d47af;
}

#searchFilterTitle a {
    color:#fff;
}

.pagination>li>a, 
.pagination>li>span {
    color: #2d47af;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #2d47af;
    border-color: #2d47af;
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {    
    color: #2d47af;
    background-color: #e6e6e6;
    border-color: #ddd;
}

#searchTopPageInfo,
#searchBottomPageInfo {
    float:left;
    margin:20px 0;
    line-height:34px;
    font-size: 16px;
}

#searchTopPageSelection,
#searchBottomPageSelection {
    text-align:right;
    float:right;
}

#searchResultContent {
    clear:both;
}

.search-result .col-sm-3,
.search-result .col-sm-2 {
  padding-top: 10px;
  margin: 5px;
  padding-bottom: 10px;
}

.product-preview-icon {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    margin-top: 10px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.product-preview-icon .fa img {
    width:200px;
    height:200px;
    border: 0px;
}

.product-preview {
    position:relative;
    display: inline-block;
    text-align: center;
    width: 220px;
    height: 400px;
    font-size: 10px;
    border: 1px solid #dedede;
    overflow: hidden;
    color: #000;
    background: #fff;
}


.product-preview .title h4 {
    height: 15px;
    line-height: 15px;
}

.product-preview .title h4:hover {
    text-decoration:underline;
}

.product-preview .ref {
    margin: -5px 0px 0px 0px;
    pointer-events:none;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}

.product-preview .model {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 5px;
    pointer-events: none;
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: normal;
}

.product-preview .price {
    color: #a61a18;
    position: absolute;
    bottom: 45px;
    width: 220px;
    pointer-events: none;
}

.product-preview .pictos {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    padding-top: 10px;
    padding-left: 10px;
}

.product-preview .pictos img {
    margin-right: 5px;
}

.product-preview .logo-marque {
}
.product-preview .picto {
}


.product-preview .replacement-ref {
    color:#a61a18;
    font-size: 12px;
    position: absolute;
    bottom: 32px;
    width: 220px;
    pointer-events: auto;
}

.product-preview .message-restriction-vente {
    color: #a61a18;
    font-size: 10px;
    position: absolute;
    padding: 2px;
    bottom: 32px;
    width: 220px;
}

.product-preview .newprice {
    color:#a61a18;
    position: absolute;
    bottom: 50px;
    width: 220px;
    font-weight:bold;
    pointer-events:none;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: normal;
}

.product-preview .oldprice {
    color:#a61a18;
    position: absolute;
    bottom: 68px;
    margin-bottom: 0px;
    width: 220px;
    font-size: 14px;
    text-decoration: line-through;
    pointer-events:none;
    line-height: 24px;
}

.product-preview .btn-submit {
    position: absolute;
    display: block;
    margin: 0 5px;
    bottom: 5px;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    width: 208px;
    height: 34px;
}

.product-preview .promo {
    position:absolute;
    top:10px;
    width:50px;
    height:50px;
    pointer-events:none;
    display:none;
    margin: 0px 0px 0px 155px;
}

.product-preview .new {
    position: absolute;
    top: 0;
    pointer-events: none;
    display: none;
}


.product-preview:hover {
    background-color:#2d47af !important;;
    color:#fff !important;;
}

.searchFocus {
    background-color:#2d47af !important;;
    color:#fff !important;;
}
.product-preview:hover h4 {
    color:#fff !important;;
}

.searchFocus h4 {
    color:#fff !important;;
}

.product-preview:hover .price,
.product-preview:hover .oldprice,
.product-preview:hover .newprice,
.product-preview:hover .replacement-ref {
    color:#fff !important;
}

.searchFocus .price,
.searchFocus .oldprice,
.searchFocus .newprice {
    color:#fff !important;
}


.product-preview:hover .replacement-ref a {
    color:#f00 !important;
}


.product-preview:hover .btn-submit {
    background-color:#fff !important;;
    color:#2d47af !important;;
}

.searchFocus .btn-submit {
    background-color:#fff !important;;
    color:#2d47af !important;;
}


.product-preview .overlay {
   position:absolute;
   top:0;
   left:0;
   background-color:rgba(0,0,0,0.0);
   width:200px;
   height:200px;
   -webkit-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   opacity:0;
}

.product-preview .overlay:hover {
  background-color:rgba(0,0,0,0.5);
  color: #fff;
  opacity:1;
}

.product-preview .overlay:hover a {
  background-color: #fff;
  color: #24398c;
}

.product-preview .overlay a {
  font-size: 18px;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #24398c;
  display: inline-block;
  margin: 140px 15px 0px 15px;
  cursor:pointer;
}

.product-preview .overlay a:hover {
  background-color: #24398c;
  color: #fff;
}


.search-result .col-sm-4:nth-child(4), 
.search-result .col-sm-4:nth-child(5), 
.search-result .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.search-result .col-sm-4:nth-child(3), 
.search-result .col-sm-4:nth-child(6) {
  border-right:0;
}

.product-preview-info h3 {
    margin-top: 20px;
    padding-bottom: 10px;
}

.product-preview-special {
    text-align:left;
    pointer-events:none;
}

.product-preview-special img {
    z-index:2;
}

.product-preview-special .tauxRemisePromo {
    position: absolute;
    top: 10px;
    right: 25px;
    margin: 0px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    text-align: right;
    z-index: 2;
}

.product-preview-special .tauxRemiseClient {
    position: absolute;
    top: 10px;
    right: 25px;
    margin: 0px;
    color: #a61a18;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    text-align: right;
}

#search-result-categories {
    margin: 20px 60px 20px 60px;
    height: 323px;
    padding: 0px;
    background-color: #2d47af;
}

#search-result-categories .category-preview-icon {
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  margin-top: 10px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#search-result-categories .category-preview {
    display: inline-block;
    width: 270px;
    height:303px;
    margin: 10px 0px 10px 0px;
}

#search-result-categories .category-preview:hover {
    background-color:white;
}

#search-result-categories .category-preview-special {
    text-align:left;
    pointer-events:none;
}

#search-result-categories .category-preview-special {
    text-align:left;
    pointer-events:none;
} 

#search-result-categories .category-preview-special img.compatible {
    position:absolute;
    top: 20px;
    background-color:transparent;
    pointer-events:none;
    display:none;
    opacity: 0.8
}

#search-result-categories .category-preview-icon {
   background-color: #fafaff;
}

#search-result-categories .category-preview-icon img {
   width: 250px;
   height: 250px;
}

#search-result-categories .category-preview .overlay {
   position:absolute;
   top:0;
   left:0;
   background-color:rgba(0,0,0,0.0);
   width:250px;
   height:250px;
   -webkit-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   opacity:0;
}

#search-result-categories .category-preview .overlay:hover {
  background-color:rgba(0,0,0,0.5);
  color: #fff;
  opacity:1;
}

#search-result-categories .category-preview .overlay span {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  cursor:pointer;
}

#search-result-categories .category-preview .overlay span:hover {
  background-color: #24398c;
  color: #fff;
}

#search-result-categories .category-preview .category-preview-info h3 {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

#search-result-categories .category-preview:hover h3 {
    color: #2d47af;    
}



.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 60px;
    height: 323px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background-color:#2d47af;
    text-align:center;
}

.nbs-flexisel-nav-left {
    left: -60px;
}

.nbs-flexisel-nav-right {
    right: -60px;
}

.left-control, .right-control {
  position: relative;
  display: inline-block;
  top: 122px;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin:0px 5px 0px 5px;
}

.left-control:hover, 
.right-control:hover {
  color: #2d47af;
  background-color:white !important;
}

#search-related-categories {
    margin: 20px 60px 10px 60px;
    height: 396px;
    padding: 0;
    background-color:#2d47af;
}

#search-related-categories h2 {
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #2d47af;
    padding: 20px 60px 20px 80px;
    height:73px;
}

#search-related-categories .category-preview-icon {
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  margin-top: 10px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#search-related-categories .category-preview {
    display: inline-block;
    width: 270px;
    height:303px;
    margin: 10px 0px 10px 0px;
}

#search-related-categories .category-preview:hover {
    background-color:white;
}

#search-related-categories .category-preview h3 {
    color:white;
    font-size:16px;
}

#search-related-categories .category-preview:hover h3 {
    color:#2d47af;
}

#search-related-categories .category-preview-special {
    text-align:left;
    pointer-events:none;
}

#search-related-categories .category-preview-special {
    text-align:left;
    pointer-events:none;
} 

#search-related-categories .category-preview-special img.compatible {
    position:absolute;
    top: 20px;
    background-color:transparent;
    pointer-events:none;
    display:none;
    opacity: 0.8
}

#search-related-categories .category-preview-icon {
   background-color: #fafaff;
}

#search-related-categories .category-preview-icon img {
   width: 250px;
   height: 250px;
}

#search-related-categories .category-preview .overlay {
   position:absolute;
   top:0;
   left:0;
   background-color:rgba(0,0,0,0.0);
   width:250px;
   height:250px;
   -webkit-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   opacity:0;
}

#search-related-categories .category-preview .overlay:hover {
  background-color:rgba(0,0,0,0.5);
  color: #fff;
  opacity:1;
}

#search-related-categories .category-preview .overlay span {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  cursor:pointer;
}

#search-related-categories .category-preview .overlay span:hover {
  background-color: #24398c;
  color: #fff;
}

#search-related-categories .category-preview .category-preview-info {
    text-transform: uppercase;
}


#articlesRandom {
    margin: 20px 60px 1px 60px;
    height: 420px;
    padding: 10px 0;
    background-color:#2d47af;
}

#articlesRandom .nbs-flexisel-nav-left,
#articlesRandom .nbs-flexisel-nav-right {
    height: 420px;
}

#articlesRandom .left-control,
#articlesRandom .right-control {
    top: 195px;
}

#searchDocument {
    position: relative;
    margin: 20px 40px 20px 40px;
    padding-bottom: 40px;
    padding-top: 0;
}

#searchDocuments .doc-item {
    padding:5px;
}

#searchDocuments .doc-item a .fa {
    margin-right:10px;
    font-size: 26px;
}

#searchDocuments .doc-item p {
    margin-left: 32px;
    color: #666;
    font-size: 12px;
}

#subCategories {
    padding: 90px 15px 0px 15px;
}



