html {
    height: 100%;
}

body {
    /*font: 'open sans condense';*/
    font: normal 140% 'trebuchet ms';
    /* background-color: lightgrey;*/
    min-height: 100%;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {
    font: 150% 'roboto';
}

h4,
h5,
h6 {
    font: 120% 'open sans condense', ;
}


/************************* NAVBAR ********************************** */

.slogan {
    float: right;
    padding: 0px;
    text-align: right;
    font: 120% 'roboto', 'trebuchet ms';
    color: white;
}


/********************** MENU INFO ************************************** */

#arbo {
    margin-right: 8px;
    margin-left: 8px;
}

.menu-info {
    background-color: ghostwhite;
    border-bottom: #009688 2px solid;
    margin-bottom: 5px;
}

#nav-marge {
    margin-bottom: 0px;
}

.arbo-title {
    color: #009688;
    font-weight: bold;
}


/******************** MENU GAUCHE ****************************** */

.menu-gh {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px;
    margin-bottom: 5px;
}

.ct-gh {
    padding-left: 0px;
    margin-bottom: 20px;
}

.vide {
    margin-bottom: 130px;
}

.vide-tiers {
    margin-bottom: 200px;
}

.smenus {
    margin-left: 40px;
    padding-bottom: 10px;
    padding-top: 5px;
    font-family: 'trebuchet ms';
    color: grey;
}

.smenus-tiers {
    margin-left: 40px;
    padding-bottom: 10px;
    padding-top: 15px;
    font-family: "roboto";
    color: grey;
}

#active {
    color: #009688;
    font-weight: bold;
}

.smenusa {
    font-family: "roboto";
    color: grey;
}

.smenusa:hover {
    color: #009688;
    font-weight: bold;
    text-decoration: none;
}

.smenus:hover {
    font-weight: bold;
}

.icon-esp {
    margin-right: 10px;
    color: #009688;
}

.menus {
    font-weight: bold;
    color: darkslategrey;
}

.mng-mrg {
    padding: 0px;
}

.mng-mrgint {
    padding: 5px;
}


/*********************** CONTENU **************************** */

.contenu {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    margin-left: 0px;
    padding: 10px;
}

.inptstl {
    height: 65px;
    width: 100%;
    color: #009688;
    border-bottom: #009688 2px solid;
    border-top: white 0px solid;
    border-right: white 0px solid;
    border-left: white 0px solid;
    font-family: "roboto";
}

.ct-ctr {
    padding-left: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
}

.pnl-color {
    color: #009688;
    font-weight: bold;
    font-family: Roboto;
}

#pnl-clr {
    background-color: lightgrey;
}

.lvn {
    width: 200px;
    height: 45px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.lvn1 {
    margin-top: 20px;
    width: 200px;
    margin-bottom: 120px;
    height: 45px;
}

.ctn-mrg {
    padding: 5px;
}


/** ***************** Tableau ************************ */

#lib-clr {
    border-bottom: #009688 3px solid;
    color: black;
}

#lib-clr1 {
    text-align: center;
    border-bottom: #009688 3px solid;
    color: black;
}

.ico-table {
    color: #007bff;
    margin-right: 8px;
}

.ico-table:hover {
    color: red;
    cursor: pointer;
}

.ico-table1 {
    color: #007bff;
    margin-right: 8px;
}

.ico-table1:hover {
    color: green;
    cursor: pointer;
}

.ico-table2 {
    color: #007bff;
    margin-right: 8px;
}

.ico-table2:hover {
    color: #ffc107;
    cursor: pointer;
}

#td-marge {
    padding-top: 15px;
}

#td-marge1 {
    padding-top: 15px;
    text-align: center;
}

#clr-table {
    font-family: 'open sans condense';
    color: #4d4d33;
}

#height-tiers {
    height: 57px;
}

#height-aticle {
    height: 57px;
}


/******************* Footer *****************/

.fot-clr {
    color: white;
    background-color: #009688;
    font-family: 'indie flower';
}

.fot-marge {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.pftr {
    padding: 5px;
    margin: 0px;
}


/***************Page authentification***********************/

* {
    box-sizing: border-box;
}

.input-container {
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.icon {
    padding: 15px;
    background: #004d00;
    color: white;
    min-width: 50px;
    text-align: center;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    color: #2086bf;
}

.input-field:focus {
    border: 2px solid #2086bf;
}

.btni {
    background-color: #004d00;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 20px;
    border: 2px solid #FFD700;
}

.btni:hover {
    opacity: 1;
}

.inscr {
    color: gray;
    margin-right: 100px;
    /*font-family: "open sans condense";*/
    font-size: 14px;
    text-decoration: none;
}

.inscr:hover {
    color: #009688;
    text-decoration: none;
}

.pwdforgot {
    color: grey;
    margin-left: 50px;
    /*font-family: "open sans condense";*/
    font-size: 14px;
    text-decoration: none;
}

.pwdforgot:hover {
    color: #009688;
    text-decoration: none;
}

.box {
    color: grey;
    font-family: "open sans condense";
}

.btna {
    text-decoration: none;
    color: white;
}

.btna:hover {
    font-weight: bold;
}

#format {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    border: white 2px solid;
    background-color: white;
    margin-bottom: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px 8px 0px 0px;
}

#contain-log {
    margin-left: auto;
    margin-right: auto;
    /*margin: 20% auto;*/
    max-width: 800px;
    border: white 2px solid;
    background-color: white;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0px 0px 8px 8px;
}

.login-titre {
    margin: auto;
    font-weight: bold;
    padding: 15px;
    color: darkslategrey;
    font: 140% 'tangerine', 'trebuchet ms';
}

.log-marge {
    text-align: center;
}

.marge-log {
    margin-top: 30px;
}

.fot-log {
    border-top: gray 1px solid;
    text-align: center;
}

.mis-pg {
    margin: auto;
    padding: 15px;
}

.masque {
    display: none;
}

.fixed {
    position: fixed;
    bottom: 0;
    left: 15px;
    right: 10px;
    width: 98%;
    background-color: white;
}

.fixed2 {
    /*position: fixed;*/
    max-height: 280px;
    max-width: 100%;
    bottom: 0;
    /*left: 15px;*/
    /*right: 10px;*/
    /*width: 98%;*/
    background-color: white;
    position: relative;
    overflow: scroll;
}

.content-fixed {
    max-height: 320px;
    max-width: 100%;
    /*max-height: auto;*/
    position: relative;
    overflow: scroll;
}

.content-fixed1 {
    /*max-height: 480px;*/
    max-width: 100%;
    max-height: auto;
    position: relative;
    overflow: scroll;
}

.content-fixedecri {
    max-height: 380px;
    max-width: 100%;
    /*max-height: auto;*/
    position: relative;
    overflow: scroll;
}


/*.content-fixed {
    scrollbar-width: thin;
    scrollbar-color: darkgrey white;
}*/


/*.content-fixed::-webkit-scrollbar {
    width: 12px;
}*/

.content-fixed::-webkit-scrollbar-track {
    background: white;
}

.content-fixed::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 20px;
    border: 3px solid white;
}

.hide {
    display: none;
}

.button {
    height: 40px;
    background-color: #4a4946;
    color: white;
    margin-top: 5px;
    padding-left: 10px;
    border: #009688 2px solid;
    padding-top: 5px;
}

.load {
    color: #009688;
    font-size: 55px;
}

.creer {
    height: 45px;
    background-color: #337ab7;
    color: white;
    margin-top: 10px;
    width: 100%;
    border: darkgrey 2px solid;
}

.verte {
    background-color: #003300;
    border: #FFD700 2px solid;
    height: 45px;
    margin-top: 10px;
    font-size: 15px;
    width: 100%;
}

#upload-button {
    width: 150px;
    display: block;
    margin: 20px auto;
}

#filetoupload {
    display: none;
}

#cv_demandevirement_dmdvirfilepathvalid {
    display: none;
}

#pdf-main-container {
    width: 650px;
    margin: 20px auto;
}

#pdf-loader {
    display: none;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 100px;
    height: 100px;
}

#pdf-contents {
    display: none;
    /*width:500px;*/
}

#pdf-meta {
    overflow: hidden;
    margin: 0 0 20px 0;
}

#pdf-buttons {
    float: left;
}

#page-count-container {
    float: right;
}

#pdf-current-page {
    display: inline;
}

#pdf-total-pages {
    display: inline;
}

#pdf-canvas {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

#page-loader {
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: none;
    color: #999999;
    font-size: 13px;
}