#gjs {
    border: none;
  }
  
  .gjs-editor.gjs-one-bg.gjs-two-color {
  	margin-top: -40px;
  }
   
  /* C'est la couleur qui s'occupe du fond (background) */
  .gjs-one-bg {
  	/* changement couleur arrière plan de bleu à gris */
    background-color: #e7eaf3;
  }
   
  /* C'est la couleur des icônes */
  /* rgba(55, 125, 255, 0.1) */
  .gjs-two-color {
    color: white;
  }
   
  /* C'est la couleur des classes (le fond et le texte) */
  .gjs-three-bg {
    background-color: #1B6EBF;
    color: black;
  }
   
  /* c'est la couleur de sélection (lors d'un clic sur un des icônes par exemple) */
  .gjs-four-color,
  .gjs-four-color-h:hover {
    color: #43DD66;
  }

  .gjs-block-label {
      font-size: .75rem;
  }

  .gjs-cv-canvas {
  	  width: 100%; height: 100%;
  }
  
.gjs-toolbar {
	background-color: #007bff;
}

.gjs-tools .gjs-badge { /* for the label */
	background-color: #007bff;
}