﻿body {
    margin: 15px;
    padding: 15px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.layout-principale
{
    
    border: 1px solid #ccc;    
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.page-entete
{
    height: 30px;
}

.logo_orsys 
{
    display: block;
    position: relative;
    width: 220px;
    top: -25px; 
    margin-right: 15px;
    background: #fff;
}

.page-contenu 
{
    font-family: Arial;    
    padding: 15px;
    padding-top: 0;
}

.Error
{
    height: 100%;
    
}
.Error.page-titre {
    font-size: 1vw;
    color: #217c93;
}

.Error.page-titre p {
        font-size: 1vw;
        color: #000;
}