/* Masquer */

.header, .navigation, .footer, .jmoddiv, .page-header, .paragraphe, .icons, body > ul {
    display:none !important;
}

[itemprop="articleBody"] > h3, [itemprop="articleBody"] > hr, [itemprop="articleBody"] > div > h3, [itemprop="articleBody"] > div > hr {
    display: none;
}

[itemprop="articleBody"] > div > div:not(.moduletable){
    display: none;
}

#form_devis > *:not(.row-fluid), #warning_preview, .buttons_preview, button, #form_devis > .row-fluid > *:not(#devis_preview)
{
    display: none !important;
}

#devis_preview {
    width: 100%;
}

.printonly {
    display: block;
}

.brand {
    height: auto !important;
    float:left;
}

.clearfix {
    clear:both;
}
/* Affichage spéciales */

#date_devis, #tva_mess
{
    margin-top: 50px;
    margin-right: 50px;
    text-align: right;
}

#contact_devis {
    margin-top: 50px;
    margin-right: 50px;
    text-align: right;
}

#devis_head {
    text-align : center;
}

#devis_body {
    text-align : right;
}

/* Tableau Devis */

#devis_preview table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    word-break: keep-all;
    width: 90%;
    font-size: 60%;
}

#devis_preview thead {
    border-top: 3px solid #ee741b;
    border-left: 3px solid #ee741b;
    border-right: 3px solid #ee741b;
    border-bottom: 1px solid #ee741b;
}

#devis_preview tbody {
    border-top: 1px solid #ee741b;
    border-left: 3px solid #ee741b;
    border-right: 3px solid #ee741b;
    border-bottom: 0px;
}

#devis_preview tfoot .none_footer{
    border-top: 3px solid #ee741b;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

#devis_preview tfoot .left_footer{
    border-top: 3px solid #ee741b;
    border-left: 3px solid #ee741b;
    border-bottom: 3px solid #ee741b;
}

#devis_preview tfoot .right_footer{
    border-top: 3px solid #ee741b;
    border-right: 3px solid #ee741b;
    border-bottom: 3px solid #ee741b;
}


#devis_preview td {
    border: 1px solid #e1e1e0;
    text-align: center;
    padding: 8px;
}


#devis_preview th {
    border: 1px solid #ee741b;
    border-left : 1px solid #e1e1e0;
    border-right: 1px solid #e1e1e0;
    text-align: center;
    padding: 8px;
}

#devis_preview .headth{
    border: 1px solid #ee741b;
    font-size: 200%;
}

/* Affiche normal */

h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h3 {
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    text-rendering: optimizelegibility;
}

h4 {
    font-size: 14px;
    line-height: 16px;
    margin: 12px 0;
}

h5 {
    font-size: 13px;
    line-height: 15px;
    margin: 12px 0;
    font-style: italic;
}

h6:not(.pdf){
    font-size: 13px;
    line-height: 15px;
    font-style: italic;
    color: #e1e1e0 !important;
}

.pdf h6 {
    font-size: 13px;
    line-height: 15px;
    font-style: italic;
    color: #aaaaaa;
}

#devis_preview h3 {
    margin-left: 0px;
}
