.boxJob {
     float: left;
     width: 100%;
     height: 250px;
     position: relative;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     overflow: hidden;
     border: solid 1px #ff9c00;
     border-radius: 8px;
     transition: 0.5s;
}

.titreAnimation {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     padding: 10px 15px;
     border-radius: 10px 10px 0px 0px;
     background-color: #ff9c00;
     color: #484545;
     font-size: 16px;
}

.partenaireBox {
     top:40px;
     width:100px;
     margin:0 auto;
     height: 100px;
}

.imgPartenaire {
     float: left;
     width: 100%;
     height: 100px;
     background-color: #000;
     border: solid 1px;
     border-color: #FFF;
     border-radius: 8px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
}
.arrowNext, .arrowBefore{
     position: absolute;
     top:50%;
     padding:0px 10px;
     transform:translateY(-50%);
     font-size:16px;
     color:#FFF;
     cursor:pointer;
     background-color: #ff9c00;
}
.arrowNext{
     right:10px;
}
.arrowBefore{
     left:10px;
}