#sitecontainer{
max-width:100%;
}

table.manhattan tr:first-child{
display:none;
}


table.manhattan td{
display:block;
width:95%;
vertical-align:baseline;
}

table.manhattan td::after{
display:none;
}

table.manhattan td:nth-child(1){
font-size:19px;
}

table.manhattan td:nth-child(1)::before{
content:'Nom :';
display:block;
color:#ffc670;
}

table.manhattan td:nth-child(2)::before{
content:'Rubriques :';
display:block;
color:#ffc670;
}

table.manhattan td:nth-child(3){
display:inline-block;
width:60px;
}

table.manhattan td:nth-child(3)::before{
content:'Ville :';
display:block;
color:#ffc670;
}

table.manhattan td:nth-child(4){
display:inline-block;
width:calc(100% - 100px);
}

table.manhattan td:nth-child(5){
display:inline-block;
width:calc(50% - 20px);
}

table.manhattan td:nth-child(5)::before{
content:'Statut :';
display:block;
color:#ffc670;
}

table.manhattan td:nth-child(6){
display:inline-block;
width:calc(50% - 20px);
}

table.manhattan td:nth-child(6)::before{
content:'Disponible ?';
display:block;
color:#ffc670;
}

table.manhattan td:nth-child(7){
display:inline-block;
width:calc(50% - 20px);
}

table.manhattan td:nth-child(7)::before{
content:'Opalexe ?';
display:block;
color:#ffc670;
}

table.manhattan td:nth-child(8){
display:inline-block;
width:calc(50% - 20px);
}

table.manhattan td:nth-child(8)::before{
content:'Fiche : ';
display:block;
color:#ffc670;
}





