/* EDITOR CSS
*********************************************/
body {background-color:#fff; color:#000; font-family: 'Open Sans', sans-serif;}

.titre_boite {
font-weight: 400;
font-size: 26px;
color: #635c57;
}

.titre_personnages {
font-weight: 700;
font-size: 26px;
color: #635c57;
}

.button-blue-editor {
background-color:#0076a2;
padding:5px 10px;
margin:10px 0px !important;
border-radius: 5px;
text-align:left;
color:white;
text-transform:uppercase;
}

.interprete_titre {
font-weight: 400;
font-size: 12px;
color: #635656;
}

.interprete_nom {
font-weight: 700;
font-size: 12px;
color: #635656;
}

.phrase_accent {
font-weight: 300;
font-size: 24px;
color: #635656;
}

.cadre_image {
padding: 8px;
background-color: #ffffff;
border: 1px solid #d5d3d3;
}