
*::first-letter{
    text-transform: capitalize;
  }

.ck.ck-editor__main>.ck-editor__editable {
    background: var(--ck-color-base-background);
    border-radius: 0;
    min-height: 200px!important;
}


.bg-notification
{
    background-color: #7490d61c;

}

.detail-contrat
{
    max-height: 500px;
    overflow-y: scroll;
}

.scrollbar-primary{
    overflow-y: scroll;
    scrollbar-color: #4286f47a #F5F5F5;
    scrollbar-width: thin;
  }

  label{
    color: #7490d6;

  }

.description-annonce .image img {
    max-width: 100% !important;
    height: auto !important;
}
