
/* Personnalisation d'Orange Boostrap */

body 
{
    font-size: small;
}

.h1, h1
{
    font-size: 1.725rem;
}

.h2, h2
{
    font-size: 1.575rem;
}

.h3, h3
{
    font-size: 1.375rem;
}

.small, small {
    font-size: .675rem;
}

.table .thead-dark th, .table th
{
    text-transform: uppercase;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size: .8rem;
}

/* Autres spécifiques à OGRE */

.important
{
    font-weight: bold;
    color: #F16E00;
}

.vert
{
    font-weight: bold;
    color: #32C832;
}

.rouge{
    font-weight: bold;
    color: #CD3C14;
}

.EtatOK
{
    background-color: #32C832;
    font-weight: bold;
    padding: 5px;
    color: white;
}

.EtatKO
{
    background-color: #CD3C14;
    font-weight: bold;
    padding: 5px;
    color: white;
}

.EtatIncertain
{
    background-color: #FFCC00;
    font-weight: bold;
    padding: 5px;
    color: #212529;
}

.EtatBleu
{
    background-color: #527EDB;
    font-weight: bold;
    padding: 5px;
    color: white;
}

.EtatNoir
{
    background-color: black;
    font-weight: bold;
    padding: 5px;
    color: white;
}

.block_home
{
    margin-bottom:7px;
    background-color: #F4F4F4;
    padding: 10px;
}

.block_home:hover
{
    background-color: #DDDDDD;
}