/* Ce fichier a été copié depuis le projet Commun. */
/* Ne pas éditer ce fichier directement; l'éditer depuis le projet Commun. */

zone-texte {
    position: relative;
}

textarea {
    width: 388px;
    height: 138px;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    display: block;
    cursor: text;
    position: relative;
    word-wrap: break-word;
    resize: none;
    transition: all 0.25s ease-in-out;
}

textarea:not(:disabled):hover {
    border-color: #AAAAAA;
}

textarea:not(:disabled):focus {
    transition: all 0.25s ease-in-out;
}

textarea:disabled {
    color: #AAAAAA;
    cursor: default;
}

zone-texte texte {
    width: 400px;
    margin-bottom: 10px;
    white-space: normal;
}

#w #description texte{
    width: 650px !important;
}

#description texte{
    width: 992px !important;
}

#w zone-texte texte .ellipsis {
    width: 700px !important;
    word-break: break-word;
    overflow-wrap: break-word;
}

#w .premiereColonne zone-texte texte .ellipsis {
    width: 400px !important;
}

zone-texte texte .ellipsis {
    width: 600px !important;
    word-break: break-word;
    overflow-wrap: break-word;
}

#w .encadreCommentaire zone-texte texte .ellipsis, .encadreCommentaire zone-texte texte .ellipsis {
    width: 725px !important;
    word-break: break-word;
    overflow-wrap: break-word;
}

#w .encadreReponse zone-texte texte .ellipsis, .encadreReponse zone-texte texte .ellipsis {
    width: 655px !important;
    word-break: break-word;
    overflow-wrap: break-word;
}

.encadreReponse {
    width: 658px;
}