.bold{
    font-weight: bold;
}

.underline{
    text-decoration: underline;
}

#list-mods{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.presta-mods{
    width: 350px;
    height: 520px;
    border-radius: 10px;
    background-color: #defaff;
    margin: 20px;
}

/* Image mods */

.img-mods{
    width: 100%;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

/* Nom du mods */

.name-mods{
    text-align: center;
    font-size: 25px;
}

/* Crédit mods*/

.credit-mods{
    margin-left: 4%;
    margin-bottom: 2%;
    margin-top: 2%;
}

/* Description mods*/

.descriptif-mods{
    margin-left: 4%;
    margin-bottom: 2%;
    margin-right: 1%;
}

/* Configuration mods */

.config-mods{
    margin-left: 10%;
    margin-bottom: 4%;
}

#config-mods{
    display: flex;
}

.info-config-mods{
    padding-bottom: 10%;
    padding-top: 10%;
}

.image-info-config-mods{
    width: 20%; 
}

/* Bouton mods */

.link-button-mods{
    width: 100%;
    cursor: pointer;
}

.link-button-mods-download{
    padding-left: 10%;
    padding-right: 5%;
}

.img-button-mods{
    width: 10%;
}
