.image-fiche .row {
    margin-left: -5px;
    margin-right: -5px;
}
.image-fiche .col-sm-12, .image-fiche .col-sm-9, .image-fiche .col-sm-3{
    padding-left: 5px;
    padding-right: 5px;
}
.image-actualite .image-fiche{
    box-shadow: none;
}
.cv-carousel {
    display: block;
    height: 448px !important;
    z-index: 1;
}
.cv-nav{
    transition: all .3s;
    opacity: 0;
    left: 70px;
    z-index: 1;
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    position: absolute !important;
}
.cv-carousel:hover .cv-nav{
    opacity: 1;
}
.cv-nav .cv-prev, .cv-nav .cv-next {
    cursor: pointer;
    font-size: 0;
    padding: 18px;
    border-radius: 100%;
}
.cv-nav .cv-prev{
    transition: all .3s;
    position: absolute;
    top: 0;
    background: #333 url("../images/prev.png") no-repeat 6px 9px;
}
.cv-nav .cv-prev:hover{
    position: absolute;
    top: 0;
    background: #d29b00 url("../images/prev.png") no-repeat 6px 7px;
}
.cv-nav .cv-next{
    transition: all .3s;
    position: absolute;
    bottom: 0; 
    background: #333 url("../images/next.png") no-repeat 6px 11px;
}
.cv-nav .cv-next:hover{
    position: absolute;
    bottom: 0; 
    background: #d29b00 url("../images/next.png") no-repeat 6px 13px;
}
.cv-carousel-sans .item {
    margin-bottom: 10px;
}
.pagination-liste label{
    display: none;
}
.pagination-liste .fa {
    margin-top: 3px;
}
.pagination-liste .pagination a{
    /*height: 34px;*/
}
a.social-share__item.social-share--facebook:hover {
    color: #2d4372;
}