@charset "utf-8";
/* CSS Document */
.search-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    -moz-box-shadow: 0 0 3px 0 #a6a6a6;
    -webkit-box-shadow: 0 0 3px 0 #a6a6a6;
    -o-box-shadow: 0 0 3px 0 #a6a6a6;
    box-shadow: 0 0 3px 0 #a6a6a6;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#A6A6A6,Direction=NaN,Strength=3);
    min-height: 330px;
}
.bg-silver-light {
    background-color: #fff !important;
}
#client a {
width: 100%;
font-weight: bolder;
border-radius: 0px;
}
.client a :hover {
    background-color: #f4f0ef;
    color: #e6e6e6;
}
.new{ font-size: 14px;
    padding: 8px 15px;
    border: none;
    border-radius: 0;
    height: 45px;
    position: relative;
    width: 186px;
    border-radius: 25px;
    display: block;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    outline: none;
    width: 80%;
}
.fa-angle-down::before {
    /**content: none;**/
}
#rs-counter {
    padding-top: 92px;
    padding-right: 0px;
    padding-bottom: 98px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #ffffff;
    background-color: rgba(37,37,37,.9);
    background-image: url(/images/2019/07/14/nos-chiffre.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 50%;
}
