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

/*
    @AUTHOR : Nicolas BOUDOT

    TÉLÉCHARGEMENT FICHIER
*/

/*
  00 - GÉNÉRAL
*/



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

@media (max-width: 991px) {
    .bloc_download_file .row > * {
        margin-bottom: 10px;
    }
}

.fileDownload-item {
    height: 100%;
}

.fileDownload-item:not(:last-child) {
    margin-bottom: 10px;
}

.fileDownload-itemContent {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--gray-200);
    padding: 10px;
    height: 100%;
}

.fileDownload-item--vignette {
    width: 100px;
    aspect-ratio: 10 / 13;
    margin-right: 10px;
}

.fileDownload-item--title {
    flex-grow: 1;
    color: var(--color-primary);
}
.fileDownload-item--link a {
    margin: 0 0 0 5px;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
    text-decoration: none;
}
.fileDownload-item--link a i{
	color: var(--color-primary);
}
