.ri-folders-fill {
    color: var(--var-part) !important;
}

.project {
    color: var(--var-text-color);
    width: 25em;
    border: 0.1em solid black;
    border-radius: 1em;
    margin-top: 2em;
}

.screenshot {
    width: 100%;
    height: 13em;
    border-radius: 1em 1em 0 0;
    border:0.1em solid black;
    display: block;
}

.project h2 {
    color: var(--var-text-color);
    font-size: 2em;
    padding: 0.2em;
    border: 0.05em solid black;
    width: 100%;
    background-color: var(--var-popup-up);
}

.project .langage {
    display: flex;
    flex-direction: row;
    align-items: end;
    width: 100%;
    border: 0.1em solid black;
    background-color: var(--var-popup-down);
}

.project .logo {
    margin: 0.1em;
    width: 2em;
    height: 2em;
}

a {
    text-decoration: none;
    color: inherit;
}

.project a {
    color: var(--var-text-color);
    font-size: 1.5em;
    padding: 0.2em;
    border: 0.1em solid black;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    background-color: var(--var-switch-color);
    transition: all 1s ease-in-out;
}

.projet {
    border-radius: 0 0 0 0.5em;
}

.ri-download-2-line {
    border-radius: 0 0 0.5em 0;
}

.download {
    display: flex;
    flex-direction: row;
}

.project a:hover {
    background-color: var(--var-over);
    transition: all 1s ease-in-out;
}

.item {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}