img.clients{
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: unset;
}
.presentaion{
    text-align: center;
}
.sociaux .fa{
    font-size: 22px;
}
#newsletter-bg{
    background: #231f20;
}
.footer-resaux{
    list-style-type: none;
}
.footer-resaux li{
    display: inline !important;
    padding: 7px 5px !important;
    font-size: 18px !important;
}
.footer-resaux li i{
    font-size: 35px !important;
}
.footer-resaux {
  margin-top: 30px !important;
}

.title-breadcrumb{
    position: relative;
    bottom: 0px;
}
.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}
.text-danger {
    color: #a94442 !important;
}
.btn.btn-primary{
  background: #da0073 none repeat scroll 0 0!important;
  border: medium none!important;
  color: #fff!important;
  padding: 8px 29px!important;
  text-transform: uppercase!important;
  font-size: 13px!important;
  font-weight: 600!important;
  border-radius: 0px !important;
}

/*DETAIL PEODUIT*/
.product-img{
      width: 100% !important;
      min-height:255px;
    }
    .product-single{
      box-shadow: 1px 2px 6px 0px #da008066;
    }
    .page-title-overlay {
        background: #c6c6c6;
    }
    .hot-wid-rating {
        color: #8a8a8a !important;
    }

    .btn-panier{
      text-align: center;
        margin: auto;
          margin-top: auto;
        margin-top: 18px;
        width: 211px;

    }
    .btn-panier .fa.fa-shopping-cart{
      width: 100%;
    }
    .item-color.active{
      background: #ff0000;
      border: 4px solid #515151;
    }
    .single-wid-product.sel-pd p{
      line-height: 1.5;
        margin-top: 16px;
        font-size: 12px;
        font-weight: 100;
    }

  .error-captcha{
    color: red !important;
    display: none;
  }

  /*BADGES*/

.badges{
      position: fixed;
    right: 0px;
    z-index: 10;
        top: 41%;
}
.badges ul{
  list-style-type: none;
}
.badges ul li a{
  background: #da1572;
    padding: 5px 15px 5px 12px;
}
.badges a{
      padding: 5px 15px 5px 12px;
    color: white;
    display: block;
}
.badges ul li.middel{
      border-bottom: 1px solid white;
    border-top: 1px solid white;
}
.badges a:hover,.badges a:active{
  color: white;
  text-decoration: none;
}

/*ABOUT US*/
.about_us_tab  .nav > li > a > img{
  width: 100%;
  max-width: 100% !important;
}

/*.about_us_tab .tab-content > .tab-pane.active{
  display: block !important;
}
.about_us_tab .nav.nav-tabs{
  float: right !important;
}*/

img.clients{
  
}
ul.first li.first{
  color
}
ul.first li:not(.first){
  position: relative;
  right: -200px;
}
ul.first li:not(.first){
  position: relative;
  right: 0px;
  animation: badges 1s;
}
@media only screen and (max-width: 750px) {
    .badges{
       display: none;
    }
    table.responsive{
      display: block !important;
    }
    /*table.responsive tbody,table.responsive tr{
      display: block !important;
      width: 100%;
    }
    table.responsive td{
      display: inline-block;
    }*/
    table.full{
      display: none;
    }
}
table.responsive{
  display: none;
}
@keyframes badges {
    from {right: -200px;}
    to {right: 0px;}
}
.search-area form div.control-group ul.categories-filter.animate-dropdown li.dropdown a.dropdown-toggle{
  font-size: 11px !important;
}

/*HOME TOP RESEAUX*/

.user-menu.header-right{
  float: left;
  padding-top: 5px;
}

#toppanier{
  visibility: hidden;
    /* max-height: 2px; */
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 0px;
    left: 0px;
}
#toppanier img{
  border :2px solid #da0073;
}


