.pieceJointe {
    color : orchid;
}

.depot-fichier {
    min-height: 200px;
    max-height: 300px;
}

.depot-fichier a:link {
    color: black;
}

.depot-fichier a:visited {
    color: black;
}

.depot-fichier a:hover {
    color: black;
}

.depot-fichier a:active {
    color: black;
}

.revision {
    max-height : 600px;
    overflow : auto;
}

div.mce-fullscreen {
    z-index: 1050;
    top: 51px!important;
}

.annuler, .confirm {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.validatorBtn {
    margin-bottom: 10px;
}

.dz-remove, .fa-pencil-square-o {
    margin-right: 20px;
}

.changePanel {
    display: none;
}


html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -2px 0;
    /* Pad bottom by footer height */
    padding: 0 0 0 0;
}

#wrap > .center-container {
    padding: 0 0 0 0;
    margin:0;
}

.center-container {
    height:100%;
}

.center-row {
    height:100%;
    background-size:cover;
    /*color:#fff;*/
}

.container {
    width : 100%;
}

.pre-scrollable {
    max-height: 500px;
    overflow-y: scroll;
}

.vertical-align {
    vertical-align: middle;
}

.modalL3IA {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}