.ck.ck-editor {
    /* height: 450px; */
    width: 520px;
}

.ck-editor__main {
    /* height: 350px; */
    max-height: 900px;
    overflow-y: scroll;
}

.apropos .ck-editor__editable {
    height: 150px;
}

p img {
    width: 100%;
}

.ck-editor__editable p {
    font-size: 25px;
    font-family: 'helvetica';
    line-height: 28px;
}

.ck-placeholder {
    color: #4f7630;
} 

/* Couleur du texte tapé */
.ck-editor__editable {
    color: #000;
    /* noir quand on écrit */
}

/* .ck-focused .ck-content {
    color: #000;
}

.ck-content:not(.ck-focused) {
    color: #e91e63;
} */

.editor_long .ck.ck-editor {
    /* height: 450px; */
    width: 900px;
}

.editor_long .ck-editor__editable {
    /* height: 450px; */
    height: 500px;
}

.editor_court .ck.ck-editor {
    /* height: 450px; */
    width: 500px;
}

.editor_court .ck-editor__editable {
    height: 200px;
    /* color: blue; */
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    color: black;
}

/* UNIQUEMENT FORMULAIRE DIPLOME */
:root {
    --ck-color-base-background: transparent;
    --ck-color-base-border: black;
    --ck-color-button-on-color: none;
    /* --ck-color-focus-border: var(--color_dark); */
    /* --ck-color-focus-border: 1px solid red; */
}

.ck-focused {
    border: none !important;
    border-bottom: 1px solid black !important;
}

.ck.ck-toolbar {
    border: none;
    margin-top: 15px;
}

.etape .ck.ck-editor,
.etape .ck-editor__main {
    width: inherit;
    height: 40vh;
}

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    box-shadow: inherit;
}

.etape .ck.ck-editor__editable_inline {
    border: 0px solid black;
    border-bottom: 1px solid black;
    height: calc(40vh - 2px);
}