.bloc_client{
padding-bottom: 15px;
padding-top:30px;
}
.client_title{
	    color: #FFFFFF;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
}
.client_title:after{
    content: "";
    background-color: #FFFFFF;
    height: 20px;
    width: 3px;
    display: block;
    left: 50%;
    position: relative;
}
.voir_plus{
border:1px solid #FFFFFF;
width:295px;
line-height:38px;
height:38px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
 color: #FFFFFF;
text-decoration:none;
margin:0px auto;
margin-top:60px;
display:block;
}
.voir_plus:hover{
background-color:#77b5fd;
text-decoration:none;
transition:1s;
color:#FFFFFF;
}
.client_slide{
height:280px;
}
.fleche_bas{
    background-image: url(/Files/App_002/images/fleche.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 48px;
    width: 48px;
    display:block;
    margin: 0px auto;
    z-index: 10;
    position: relative;
border:1px solid #FFFFFF;
}
.fleche_bas:hover{
    background-color:#77b5fd;
transition:1s;
}








