/*
Fonction du module
Author: William Morf 7 avr. 2020
@copyright Copyright (C) 2018 William Morf - CAS La Dôle
@license GNU General Public License version 2 or later
*/
/* 
    Created on : 7 avr. 2020, 18:57:43
    Author     : William
*/
.album-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.album-select {
    display:flex;
    flex-direction: column;
    margin: 0.5em;
}
.sub-cat-title {
    text-align: center;
}
.ngy2viewerToolAction .label {
    font-weight: normal;
    line-height: 24px;
}