/* -------------- re-styling tags for specific needs --------- */

em {
    color: rgb(140, 40, 40);
}

/* ------------------------- Cards ------------------------- */

.card-projet {
    margin: auto;
    min-width: 50%;
    max-width: 80%;
    max-height: 90%;
}

.card-projet > header {
    background-color: var(--bg-color);
    height: 10rem;
}

.card-projet > header > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding-bottom: 1rem;
}

.member-card {
    text-align: center;
    min-width: 12rem;
}

.member-card * {
    font-size: 80%;
    text-align: center;
    padding: 0;
    margin: 0;
}

/* ------------------------- Others ------------------------- */

blockquote > ul {
    font-size: 90%;
    padding-left: 0;
    margin-left: 1rem;
}

.small-size {
    font-size: 66%;
}

.tiny-size {
    font-size: 50%;
}

.max-height {
    max-height: 80%;
}

.vowels {
    width: 35%;
    height: 35%;
}

.width-15 {
    width: 15%;
}
