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

/*
    @AUTHOR : Nicolas BOUDOT

    UTILITAIRE : NO
    Classe utilitaire pour les éléments sans image
*/



.utils_no-picture > a,
.no-picture > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.utils_no-picture > img,
.no-picture img {
    max-width: 75%;
    max-height: 75%;
}
