.editor{ position: relative; } .editor-main { width: 75%; margin: auto; } .editor__content { margin: auto; } /* MOTS */ /*// — Mot - Accronyme*/ .acronym{ color: pink; } /*// — Mot - Etranger*/ .foreign{ color: red; } /* NOMS */ /*// — Nom - Auteur - Citation*/ .author-quotation{ color : yellow; } /*// — Nom - Auteur - Œuvre*/ .author-work{ color: orange; } /*// — Nom - Marque*/ .brand{ color: coral; } /*// — Nom - Propre*/ .proper-noun{ color: darkorange; } /* NOMBRES */ /*// — Numeral - Chapitre*/ .chapter{ color: blue; } /*// — Numeral - Date*/ .date{ color: aqua; } /*// — Numeral - Siecle*/ .century{ color: cornflowerblue; } /*TYPO */ /*// — Typo - Exposant*/ .superscript{ color: green; } /*// — Typo - Indice*/ .subscript{ color:chartreuse; } /*// — Typo - Particulier*/