#categorie {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    height: auto;
    border: 2px solid black;
    border-radius: 5px;
    background-color: gray;
    opacity: 0.95;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 10px 0px inset grey;
    justify-content: space-between;
}

.sommaire {
    background-color: gray;
    border: 0px solid white;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    min-width: 180px;
    height: auto;
    font-size: 20px;
    text-align: center;
    justify-content: center;
}

.contour-categorie {
    padding-top: 10px;
    justify-content: center;
}

.intitule-categorie {
    font-size: 16px;
    font-style: oblique;
}

.description-categorie {
    background-color: gainsboro;
    width: 180px;
    font-size: 15px;
    text-align: left;
    padding: 0px 0px 0px 10px;
    border: 1px solid white;
    border-radius: 5px;
    opacity: 0.8;
}
