/****************/
/* BROWSER MENU */
/****************/
/*STRUCTURE LIST*/
div.subItem{
    margin-left:8px;
    
}
div.subItem>p{
    margin: 0; padding: 0;
    cursor: pointer;
    color:#6D6D6D;
}
.txt-entry{
    color:#153B70;
    cursor: pointer;
}
.txt-entry:hover{
    color:#0461DB;
    text-decoration: underline;
}
/********/
/*EDITOR*/
/********/
/*Menu*/
.editeur nav li.nav-item{
    margin: 0 8px;
}
.editeur .navbar-light .navbar-nav .nav-link{
    color:#FFF;
}
.editeur .btn-warning.busy{
    background-color: #C49509;
    border-color: #C49509;
}
.editeur .btn-warning.busy>svg{
    display:none;
}
.editeur .btn-warning>span.spinner-border{
    display:none;
}
.editeur .btn-warning.busy>span.spinner-border{
    display:inline-block;
}
/*TEXTAREA*/
.editeur .tinymce-content{
    min-height: 815px;
}
.editeur .tinymce-content.content-description{
    min-height: 216px;
}
/*LABEL*/
.editeur label{
    display: block;
    margin: .5rem 0 0 0;
    color:#2A4A63;
    padding-left:.5rem;
    background: #CCC;
    font-weight: bold;
}
/*INPUTS*/
.editeur .form-control{
    border-radius: 0 0 .25rem .25rem;
}