#Nos_services .bx-wrapper{width:100%;
position:relative;}

#Nos_services .bx-wrapper .bx-viewport{width:100%;
position:relative;
height:405px !important;}

#Nos_services .bx-wrapper .bx-loading{}

#Nos_services .bx-wrapper .bx-pager{display:none;}

#Nos_services .bx-wrapper .bx-pager .bx-pager-item{}

#Nos_services .bx-wrapper .bx-pager.bx-default-pager a{}

#Nos_services .bx-wrapper .bx-pager.bx-default-pager a:hover{}

#Nos_services .bx-wrapper .bx-pager.bx-default-pager a.active{}

#Nos_services .bx-wrapper .bx-controls-direction a{}

#Nos_services .bx-wrapper .bx-controls-direction a.disabled{}

#Nos_services .bx-wrapper .bx-prev{    background-image: url(/Files/App_002/images/prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    background-color: #d8d8d8;
    display: block;
    text-indent: -9999em;
    left: 45%;
    position: absolute;
}

#Nos_services .bx-wrapper .bx-prev:hover{transition:0.5s;
background-color:#1c7dce;
    background-image: url(/Files/App_002/images/prev_hv.png);}

#Nos_services .bx-wrapper .bx-next{    background-image: url(/Files/App_002/images/nex.png);
    background-repeat: no-repeat;
background-position:center center;
width:50px;
height:50px;
background-color:#d8d8d8;
display:block;
    text-indent: -9999em;
    right: 45%;
    position: absolute;}

#Nos_services .bx-wrapper .bx-next:hover{transition:0.5s;
background-color:#1c7dce;
    background-image: url(/Files/App_002/images/next_hv.png);}

#Nos_services .projet{
    display: flex;
    flex-direction: column;
    align-items: center;
position:relative;
}
#Nos_services .projet:before{
content: "";
    height: 340px;
    border: 6px solid #f1f1f1;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: -1;
}
#Nos_services .projet_img {width: 85%; text-align:center; }
#Nos_services .projet_img img{
max-height:265px;
max-width:100%;
}
#Nos_services .projet_img {
margin-bottom:40px;
}
#Nos_services .title{
    color: #0070cd;
    font-size: 14px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    height: 55px;
    overflow: hidden;
    width: 85%;
}
@media screen and (max-width: 600px){
#Nos_services .bx-wrapper .bx-viewport {
    height: 270px !important;
}
#Nos_services .projet:before {
    content: "";
    height: 190px;
    border: 6px solid #f1f1f1;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: -1;
}
#Nos_services .projet_img {
    margin-bottom: 25px;
}
#Nos_services .title {
    color: #0070cd;
    font-size: 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    height: 55px;
    overflow: hidden;
    width: 85%;
}
}
@media screen and (max-width: 1003px){
#Nos_services .bx-wrapper .bx-prev {
    width: 30px;
    height: 30px;
    left: 43%;
}
#Nos_services .bx-wrapper .bx-next {
    width: 30px;
    height: 30px;
    right: 45%;
}
}
#Nos_services .projet:hover:before {
    border: 6px solid #91c1e9;
transition:0.5s;
cursor:pointer;
}

