.text-black-90{
    color: #333;
}

/**
    Header ?
 */
.chap-header{
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}

 /* TODO Trouver une alternative compatible bootstrap */
.post-resume-text{
    font-size: large;
}


.modal .tinymce-mobile-dropup{
  background-color: rgba(255,255,255,0.3) !important;
}

/** LOADING */

.loading-background {
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(255,255,255,0.8);
}

.loading-img {
  position: absolute;
  top:50%;
  width: 100%;
  z-index: 1001;
}

/** avatar */

.avatar{
    width: 50px;
    height: 50px;
}

.avatar.tiny{
    width: 40px;
    height: 40px;
}

.avatar-selector{
    padding : 10px;
    cursor : pointer;
}

.more{
    display: none;
}