section .testimonials {
	position: relative;
}

section #customers-actualites {
.item-details{
background-color: #333333;
color: #fff;
padding: 20px 10px;
text-align: left;
h5{
margin: 0 0 15px;
font-size: 18px;
line-height: 18px;
span{
color: red;
float:right;
padding-right: 20px;
}
}
p{
font-size: 14px;
}
}
.item {
text-align: center;
margin-bottom:80px;
}
}
.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #28A745;
}
.owl-carousel {
  position: relative;
}