.bold{
    font-weight: bold;
}

.underline{
    text-decoration: underline;
}

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

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

/* Image mods */

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

/* Nom du mods */

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

/* Bouton mods */

.voir-mods-categorie-boutton {
    font-family: Roboto Flex, sans-serif;
    font-size: 16px;
    min-width: 90px;
    padding: 3% 10%;
    margin: 5% 26%;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background: #92c3eeb7;
  }
