html, body{
    font-size: 14px;
    width: 100%;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin:0px;
    padding:0px;
}

.main{
    cursor: pointer;
}

.hidden{
    display: none;
}

.select2{ width: 100% !important;}

.logo-login { position: absolute; display: inline-block; top: 0px; left: 0px; width: 500px;}
.logo { position: relative; display: inline-block; width: 100px;}

.text-title{ font-weight: bold; }
.infoDate{  font-weight: bold; font-size: 10px; float: right; }
.infoDate.dateCreation{  background-color: #17a2b8; padding:.25em .4em; border-radius:.25rem; color: white; }
.infoDate.dateUpdate{  background-color: #28a745; padding:.25em .4em; border-radius:.25rem; color: white; }
.infoDate.dateArchivage{  background-color: #ffc107; padding:.25em .4em; border-radius:.25rem; }

