body.cke_editable {
    background: whitesmoke;
    font-family: Sans-Serif;
  }
  
  .cke_panel_container span.c4com.chapo,
  .cke_editable span.c4com.chapo {
    font-family: Serif;
    padding: .3rem .4rem;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    color: #004e9f;
  }
  
  /* Highlights */
  .cke_panel_container span.c4com.highlighted_red,
  .cke_editable span.c4com.highlighted_red,
  .cke_panel_container span.c4com.highlighted_green,
  .cke_editable span.c4com.highlighted_green,
  .cke_panel_container span.c4com.highlighted_green2,
  .cke_editable span.c4com.highlighted_green2,
  .cke_panel_container span.c4com.highlighted_blue,
  .cke_editable span.c4com.highlighted_blue,
  .cke_panel_container span.c4com.highlighted_iris_blue,
  .cke_editable span.c4com.highlighted_iris_blue,
  .cke_panel_container span.c4com.highlighted_pink,
  .cke_editable span.c4com.highlighted_pink {
    color: white;
    padding: .3rem .4rem;
  }
  
  .cke_panel_container span.c4com.highlighted_red,
  .cke_editable span.c4com.highlighted_red {
    background-color: #d0021b;
  }
  
  .cke_panel_container span.c4com.highlighted_green,
  .cke_editable span.c4com.highlighted_green {
    background-color: #7ed321;
  }
  
  .cke_panel_container span.c4com.highlighted_green2,
  .cke_editable span.c4com.highlighted_green2 {
    background-color: #417505;
  }
  
  .cke_panel_container span.c4com.highlighted_blue,
  .cke_editable span.c4com.highlighted_blue {
    background-color: #35a9e1;
  }
  
  .cke_panel_container span.c4com.highlighted_iris_blue,
  .cke_editable span.c4com.highlighted_iris_blue {
    background-color: #00adb9;
  }
  
  .cke_panel_container span.c4com.highlighted_pink,
  .cke_editable span.c4com.highlighted_pink {
    background: #dc3d51;
  }
  
  /* Href */
  .cke_editable a[href] {
    font-weight: 500;
    color: #004e9f;
    text-decoration: underline;
  }
  
  /* Claim */
  .cke_panel_container span.c4com.claim,
  .cke_editable span.c4com.claim {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 1.07px;
    text-transform: uppercase;
  }
  
  /* Entete */
  .cke_panel_container span.c4com.entete,
  .cke_editable span.c4com.entete {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
  }
  
  /* Citation blanche */
  .cke_panel_container span.c4com.citation,
  .cke_editable span.c4com.citation {
    font-family: Ubuntu;
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    color: #004e9f;
  }
  
  .cke_editable span.c4com.citation {
    line-height: 1.75;
    display: block;
    margin: 0 30px;
    padding: 0;
  }
  
  .cke_editable span.c4com.citation::before,
  .cke_editable span.c4com.citation::after {
    content: "";
    display: inline-block;
    font-size: 40px;
    font-weight: 900;
    width: 20px;
    height: 20px;
    background: url('/themes/custom/c4com/img/cite_blue.svg') no-repeat;
  }
  
  .cke_editable span.c4com.citation::before {
    margin-right: 5px;
    background-position: left 2px;
    transform: rotateY(180deg);
  }
  
  .cke_editable span.c4com.citation::after {
    margin-left: 10px;
    background-position: right 2px;
  }
  
  .cke_panel_container span.c4com.citation-legend,
  .cke_editable span.c4com.citation-legend {
    font-size: 16px;
    line-height: 1.75;
    display: block;
    color: #004e9f;
  }
  
  .cke_editable span.c4com.citation-legend {
    margin: 0 28px;
  }
  
  /* dropdown sizes */
  .cke_panel_container span.c4com.claim {
    font-size: 35px;
  }
  
  