.carousel-indicators button{
    background:transparent !important;
    width:auto !important;
    height:auto !important;
    border:none;
    text-indent:0 !important;
    opacity:.5;
    margin: 0 5px !important;
}

.carousel-indicators button.active{
    opacity:1;
}

.carousel-indicators button i{
    color:#fff;
    font-size:.75rem;
}

.carousel-article .carousel-item img, .image-article{
  transform: scale(0.9);
}
.eventail-lightbox {
    transition: transform .3s ease;
}

.eventail-lightbox:hover {
    transform: scale(1.03);
}