
article.menu-a-puce {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* table styles */

.title-container{
    /* min-width: 20rem; */
    text-wrap-mode: nowrap;
    overflow: clip;
}

.price-container{
    min-width: 5rem;
    text-wrap-mode: nowrap;
    overflow: clip;
}

.dots{
    flex-grow: 5;
    height: 1.75rem;
    border-bottom: .25rem dotted white;
}

.stuctured-menu tr td span:nth-child(2){
    text-align: right;
}
.stuctured-menu tr td strong{
    margin-inline: 1rem;
}

.description{
    font-size: medium;
}

.pages2to4,.pages5to6{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

h3{
    padding-left: 1rem;
    font-size: 2rem;
    font-weight: bold;
}

article div,img{
    outline: red 0x solid;
    display: inline-block;
}


details{
    border-top: .125rem #ffffff88 solid;
}

.cat-image{
    display: inline;
    height: 3rem;
    max-width: 5rem;
}

summary.categorie{
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem;
    cursor: pointer;
    width: 100%;
}

section.image-card{
    width: 20rem;
    max-height: 26rem;
    position: relative;
}

section.image-card img{
    width: 20rem;
    height: 24rem;
    object-fit: cover;
    padding: 1rem;
}

div.image-card-holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

div.image-card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 2rem;
    margin-left: 4rem;
    padding: .5rem;
    width: 16rem;
    font-size: large;
    font-weight: bolder;
    background-color: #2c2e35dd;
    outline: #ffcb3ddd solid .5rem;
    color: #ffffff;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

details.image-card-categorie{
    width: 100%;
}

.image-card-text-description{
    width: 100%;
    padding: .25rem;
    font-size: x-small;
    white-space: pre-line;
}