﻿html 
{
    height: 100%;
}

body
{
    background: #EFEFEF;
    height: 100%;
    padding: 0;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    font-size: 1.4em; 
    line-height: 1.5; 
}

header {
    padding: 5px 20px 10px 20px;
    border: 1px solid #808080;
    border-radius: 7px;
    background: #D6D1C0;
    box-shadow: 3px 3px 15px -1px #000000, /* Ombre à droite et en bas */
    -3px 3px 15px -1px #000000, /* Ombre à gauche et en bas */
    0px 5px 15px -5px #000000; /* Ombre uniquement en bas */
    height: 100px;
}

    header img {
        height: 100%;
        width: auto; /* Largeur ajustée automatiquement */
    }

footer 
{
    padding: 5px 20px 10px 20px;
    align-content: center;
    text-align: center
}

#contenu {
    color: #363B29;
    background: #f7f5ed;
    border: 1px solid #808080;
    border-radius: 5px;
    box-shadow: #808080;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    font-size: 12pt;
    padding: 10px 20px;
    padding-bottom: 10%;
    padding-top: 5%;
}

#contenu_login {
    color: #363B29;
    background: #f7f5ed;
    border: 1px solid #808080;
    border-radius: 5px;
    box-shadow: #808080;
    width: 95%;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    font-size: 14pt;
    padding: 10px 20px;
    padding-bottom: 10%;
    padding-top: 5%;
}

#global
{
    min-height: 100%;
    width: 62.5%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background: #EFEFEF;
    padding: 20px;
    align-content: center;
}

.panel_table 
{
    font-weight: bold;
    font-size: 1em;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    padding: 5px;
}

.class_panel 
{
    font-weight: bold;
    font-size: 1em;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    text-align: left;
    line-height: 120%;
    margin-left: 10%;
    padding: 2em 1em 1em 1em;
    width: 80%;
}

    .class_panel td
    {
        padding-top: 10px;
    }

.lagrid
{
    font-size: 1.2em;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    text-align: center;
    line-height: 200%;
    margin: auto;
    padding: 1em 1em 1em 1em;
    width: 120%;
}

.box
{
    margin: 20vh auto;
    width: auto;
    text-align:center;
}

.table {
    text-align: left;
    vertical-align: middle;
    width: 100%;
    border-collapse: collapse; /* Évite les bordures doubles */
}

.table_center {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border-collapse: collapse; /* Évite les bordures doubles */
}
.table-rows_center td {
    height: 30px;
    padding: 5px 10px; /* Ajoute un espacement interne */
    line-height: 30px;
    vertical-align: middle;
}

    .table-rows_center td:first-child {
        width: 50%;
    }

    .table-rows_center td:last-child {
        width: 50%;
        padding-left: 10px; /* Ajoute un espacement de 10px entre les colonnes */
    }

.table-rows td {
    height: 30px;
    padding: 5px 10px; /* Ajoute un espacement interne */
    line-height: 30px;
    vertical-align: middle;
}
    .table-rows td:first-child {
        width: 60%;
    }

    .table-rows td:last-child {
        width: 40%;
        padding-left: 10px; /* Ajoute un espacement de 10px entre les colonnes */
    }

.cheader {
    border-radius: 4px;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    background-color: #808080;
    color: white;
    text-align: center;
    font-size: 14px;
    border: 0 none;
}

.auto-style1 {
    height: 23px;
}

.ctxtbox {
    border-radius: 4px;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    text-align: center;
    font-size: 14px;
    border: 0 none;
}

.cbutton {
    border-radius: 4px;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    text-align: center;
    font-size: 14px;
}

.popup
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vh;
    padding-left: 2px;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    font-size: 1.4em; 
    line-height: 1.5; 
}


.box_div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4em;
    padding-top: 0.5em;
    border: 1px solid #808080;
    background: #FCFCFC;
}

/* Conteneur du menu */
.menu1 {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 98%;
    background: #f7f5ed;
    padding: 1em 5px;
    color: white;
    opacity: 0.9;
    border: 1px solid #808080;
    border-radius: 7px;
}

/* Style du menu DevExpress */
.menu-style {
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
}

    /* Liens du menu */
    .menu-style a {
        text-decoration: none;
        color: #333;
        padding: 8px 12px;
        display: block; /* Assure un bon alignement */
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }

        /* Effet au survol */
        .menu-style a:hover {
            background-color: #ddd;
            color: #000;
            border-radius: 3px;
        }

body > .menu1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.h2
{
   color:#316ba7
}
