.bloc-planif {
    max-height: calc(100vh - 100px);
    overflow: auto;
    border: 1px solid #2c4153;
    border-radius: 4px;
}

.bloc-planif a {
    padding-left: 20px;
}

.bloc-planif-liste {
    /*height: calc(50vh - 115px);*/
    min-height: 40px;
    overflow: auto;
    /*border: solid 1px #2c4153;*/
}


.bloc-planif-title {
    color: #fefefe;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    background-color: #2c4153;

}

.btn-excel {
    background-color: white;
    border: 2px solid #207245;
    color: #207245;
    transition: 0.2s;
}

.btn-excel:hover {
    background-color: #207245;
    border: 2px solid #207245;
    color: white;
}

.btn-excel i:after {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    content: ' Excel';
}

.btn-pdf {
    background-color: white;
    border: 2px solid #F52015;
    color: #F52015;
    transition: 0.2s;
}

.btn-pdf:hover {
    background-color: #F52015;
    border: 2px solid #F52015;
    color: white;
}

.btn-pdf i:after {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    content: ' PDF';
}
