/* le style de votre projet */

/* css pour le pdf ds operation à facturer */


body.pdf_wkhtmltopdf{
    margin: 0;
    font-family: Courier, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 11pt;
    color: #888;
}

#wrapper-pdf{
    padding:3rem;
}

.section-donnee-pdf{
    border:1px solid #999;
    border-radius: 5px;
    margin: 2rem;
    padding: 1rem;
}

.bordeau{
    color:#a00 !important;
}

.bleu-clair{
    color: #00b8d4 !important;
}

.gras{
    font-weight:bold;
}

.texte-droite{
    text-align:right;
}

.table{
    width:100%;
    border-collapse: collapse;
}

.table-bordered,
.table-bordered tr,
.table-bordered th,
.table-bordered td{
    border:1px solid #ddd;
}
.table-bordered thead{
    background-color: #efefef;
}

.table-bordered .total{
    background-color: #ffefef;
}
.detail-ouvrage{            
    margin-bottom: 1rem;
}
.detail-ouvrage li{            
    margin-left: 1rem;
}
