/* -------------
    SOMMAIRE
------------- */

/*
    @AUTHOR : Nicolas BOUDOT

    VIGNETTES
    Style du bloc vignettes
*/

/*
  00 - GÉNÉRAL
*/



/* -----------------
  00 - GÉNÉRAL
----------------- */

.card-vignette {
    margin-bottom: 30px;
}

.card-vignette__image {
    background-color: rgb(var(--rgb_black));
}

    /* Pour les icônes */
    .card-vignette__image.icone {
        background-color: transparent;
        max-width: calc(100% / (4 / 1));
    }

.card-vignette__image a img {
    transition: opacity .3s, transform .3s;
}

    /* Hover */
    .card-vignette__image a:hover img {
        opacity: 0.5;
        transform: scale(1.05);
    }

.card-vignette__title {
    margin: 12px 0;
}

.card-vignette__description {
    margin-bottom: 24px;
}
