.photo-cadre {
    display: flex;
    flex-direction: column;
    padding: 5px 2px 0 2px;
    background-color: white;
    max-width: 150px;
    height: 180px;
}
.photo-cadre--nom {
    color: black;
    font-family: 'Dancing Script', cursive;
    font-size: 25px;
    max-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.photo-cadre--nompetit {
    color: black;
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
    max-height: 34px;
    display: flex;
    white-space: nowrap;
    margin-top: 3px;
    margin-left: 5px;
}
.photo-cadre--nomxs {
    color: black;
    font-family: 'Dancing Script', cursive;
    font-size: 19px;
    max-height: 34px;
    display: flex;
    white-space: nowrap;
    margin-top: 5px;
    margin-left: 7px;
}
.photo-cadre--nomxxs {
    color: black;
    font-family: 'Dancing Script', cursive;
    font-size: 17px;
    max-height: 34px;
    display: flex;
    white-space: nowrap;
    margin-top: 5px;
    margin-left: 7px;
}
.photo-cadre--img {
    max-width: 148px;
    max-height: 148px;            
}
.trombi-table {
    border: 0;
    margin-bottom: 30px;;
}
.trombi-table--row {
    height: 205px;
}
.trombi-table--cell {
    text-align: center;
    max-width: 150px;
    height: 185px;
}
.trombi-table--titlerow {
    height: 30px;
}
.trombi-table--titlecell {
    text-align: center;
}
.trombi-table--title {
    color: #FCE293;
    font-size: 18px;
}
