#slide-couverture {
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 40px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

#slide-couverture .item {
    width: auto !important;
    height: 310px;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#slide-couverture .item p {
    position: absolute;
    bottom: -16px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 10px;
    font-weight: 700;
    text-align: center;
}

#slide-couverture .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

#slide-couverture .owl-nav [class*='owl-']:hover {
    background: none;
}

#slide-couverture .owl-prev {
    position: absolute;
    left: -30px;
}

#slide-couverture .owl-next {
    position: absolute;
    right: 90px;
}