
/* cards */
a.deco-card {
    color:#000000 ;
    text-decoration:none;
}
.deco-card:hover {
    background-color: #333d47;
    color:#FFFFFF;
    text-decoration:none;
}
a.deco-card:hover {
    cursor:pointer;
}

.card-footer { 
    background-color: transparent !important; 
    /* border-color: rgba(255, 0, 0, 0.2);  */
}


/* cacher par défaut pour annimation */
/* .wow {
    visibility: hidden;
} */


/* slider */
.carousel-caption {
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding-bottom: 30px;
}

@media(max-width: 576px) {
    .carousel-caption {
        display: none;
    }
}
#carouselPrincipal {
    min-height: 160px;
}

/* .hr {
    height: 0.4rem;
    width: 5rem;
    background-color: #000000;
    margin-left: 0px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 0px;
} */