h2 {
    color:#1ea061;
}

h2.titre-histo {
    font-size: 1.3em;
    margin-bottom: 0;
}

#cnxBloc .card,
#cnxBloc .card-header:first-child {
    border-radius: 0;
}

table.table-histo {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}

table.table-histo td {
    vertical-align: top;
}

table.table-histo tr.annule th {
    font-weight: normal;
    color:#900;
}

table.table-histo tr.attente th {
    font-weight: normal;
    color:rgb(153, 87, 0);
}

table.table-histo tr.annule td {
    text-decoration: line-through;
}

table.table-histo p {
    margin-bottom: 5px;
}

table.table-histo p.annule {
    font-weight: normal;
    color:#900;
    font-size: 12px;;
}

table.table-histo p.attente {
    font-weight: normal;
    color:rgb(153, 87, 0);
    font-size: 12px;;
}

table.table-histo p.accepte {
    font-weight: normal;
    color: rgb(10, 153, 0);
    font-size: 12px;;
}

table.table-histo p.refuse {
    font-weight: normal;
    color: rgb(153, 28, 0);
    font-size: 12px;;
}

.btnSwitchMandat {
    cursor: pointer;
}

.t-14 {
    font-size: 14px;
}

#frontContainer {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 80px);
}

#affichageHaut {
    flex: 0 1 auto;
}

#selectMandats {
    overflow: hidden;
    transition: width 0.5s;
    position: fixed;
    top: 0;
    background-color: #e9e9e9;
    border-right: 1px solid #cecece;
    width: 120px;
    float: left;
    height: 100%;
    padding: 0;
}

#selectMandats .middle {
    position: absolute;
    top: 75px;
}

#selectMandats .middle .list {
    width: 100%;
}

#selectMandats .middle .list a {
    display: block;
    text-decoration: none;
    position: relative;
    list-style: none;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

#selectMandats .middle .list a .link, 
#selectMandats .bottom .list a .link {
    text-decoration: none;
    width: 100%;
    position: relative;
    display: flex;
}

#selectMandats .middle .list a .link .icon,
#selectMandats .bottom .list a .link .icon {
    position: relative;
    display: block;
    min-width: 120px;
    height: 60px;
    line-height: 66px;
    text-align: center;
    font-size: 1.5em;
    color: #94a79e;
}

#selectMandats .csegtxt {
    font-size: 10px;
    line-height: 10px;
    margin-top: -15px;
}

#selectMandats div a.active {
    cursor: default;
}

#selectMandats div a.active .icon {
    color: #1ea061 !important;
}

#compteurOptions {
    padding-left: 120px;
}

.info-solde-desktop {
    color: #1ea061;
    text-align: center;
    margin-top: 20px;
}

.info-solde-desktop span {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    color: #555;

}


#heuresDispo,
#heuresDispoDesktop {
    background-color: #f9b01d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    font-size: 2.4em;
    margin: 0 auto;
    color:#fff;
    font-weight: bold;
}

.nom-mandat-desktop {
    text-align: center;
    font-size: 1.2em;
    color: #235254;
    margin-bottom: 0;
}

.btn-front {
    background-color: #234f52;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
    width: 100%;
    font-size: .8em;
}

.btn-front:hover,
.btn-front:active,
.btn-front:focus {
    background-color: #27cd7c;
    color:#fff;
}

#detailsConso {
    flex: 1 1 auto;
    background-color: #eee;
    padding:20px;
}

#detailsConso ul,
#detailsConso ul li,
#detailsConsoDesktop ul,
#detailsConsoDesktop ul li {
    list-style-type: none;
}

#detailsConso ul li,
#detailsConsoDesktop ul li {
    font-size: 13px;
    line-height: 40px;
}

#detailsConso ul li > i,
#detailsConsoDesktop ul li > i {
    opacity: .3;
}

#detailsConsoDesktop table {
    border-collapse: collapse;
    width: calc(100% - 30px);
    margin: 15px;
    font-size: 14px;
}
#detailsConsoDesktop table td,
#detailsConsoDesktop table th {
    padding-bottom: 5px;;
}

#detailsConsoDesktop table th {
    text-align: right;
    color: #234f52;
}

#detailsConsoDesktop table i {
    opacity: .3;
}

#declarerContainer,
#demandeContainer,
#historiqueContainer,
#transfererContainer {
    background-color: #eee;
    padding: 10px 15px;
    position: absolute;
    top: 390px;
    width: 100%;
    margin-left: -15px;
    height: 100vh;
}

#historiqueContainer > .row {
    background-color: #eee;
}

#tableDeclarer {
    width: 100%;
    border-collapse: collapse;
}

table tr.mb td {
    padding-bottom: 15px;;
}

.btnAddLigne,
.btnSupprLigne {
    font-family: Arial Black;
    cursor: pointer;
    font-size: 38px;
    font-weight: bold;
    color: #f9b01d;
    line-height: 38px;
    -webkit-text-stroke: 1px #000;
}

.btnSupprLigne i {
    font-size: 18px;
    color:#900;
    -webkit-text-stroke: 0px #fff;
}

#commentaire {
    width: 100%;
    margin-bottom: 15px;
    height: 80px;
    padding:10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    resize: none;
}

#formDemande label {
    font-size: 13px;
    color:#555;
}

#formDemande p {
    font-weight: bold;
}

#historiqueContainer table {
    font-size: 13px;
}

#historiqueContainer table td,
#historiqueContainer table th {
    padding:4px 8px;
}

#historiqueContainer .btnAnnuleHeure {
    color:#900;
    cursor: pointer;
}

#historiqueContainer .btnCommentaire {
    color:rgb(0, 130, 153);
    cursor: pointer;
}

.lienGoogleAgenda {
    display: block;
    text-decoration: navajowhite;
    font-size: 14px;
    background-color: #4285f4;
    color: #fff;
    width: 200px;
    margin: 10px auto;
    padding: 4px 8px;
    border-radius: 10px;
}

.btnFermeDeclarer,
.btnFermeTransferer,
.btnFermeHisto {
    cursor: pointer;
    color : #777;
    font-size: 24px;
    position: absolute;
    top:15px;
    right: 15px;
}

#infoDesktop {
    /* background-color: #f5f5f5; */
    width: 50%;
    height: 100vh;
    position: absolute;
    top: 15px;
    right: 0;
}

#infoDesktop h2,
#infoDesktop i,
#infoDesktop p {
    color:#234f52;
}

#infoDesktop .ifa-fleche {
    font-size: 20rem;
    opacity: .2;
    position: absolute;
    top: 50px;
    left: -40px;
}

.mes-mandats {
    text-align: center;
    background-color: #234f52;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    margin-top: -3px;
}

.ifa-login {
    font-size: 20rem;
    opacity: .05;
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
}

#loginBaseline {
    color:#27cd7c;
    font-size: 1.3em;
}

.mdpOublie {
    font-size: .8em;
    opacity: .5;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}