/* Necati : Ajouter !important aux valeurs de styles, sinon elles ne seront pas prise en compte */

#gjs {
    border: none !important;
  }
  
  /* Espacement bouton */
  .gjs-pn-btn {
    box-sizing: border-box;
    min-height: 30px;
    min-width: 30px;
    line-height: 21px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 20px;
    margin-right: 15px;
    border-radius: 2px;
    padding: 4px;
    position: relative;
    cursor:pointer
  }
   
  /* C'est la couleur qui s'occupe du fond (background) */
  /* Necati : #FFFCFF pour le fond */
  .gjs-one-bg {
    background-color: #FFFCFF !important;
  }
   
  /* C'est la couleur des icônes */
  .gjs-two-color {
    color: #16161A !important;
  }
   
  /* C'est la couleur des classes (le fond et le texte) */
  .gjs-three-bg {
    background-color: #BCC5C8 !important;
    color: black !important;
  }
   
  /* c'est la couleur de sélection (lors d'un clic sur un des icônes par exemple) */
  /* Necati : Orange pour les sélections et hover */
  /* font-weight: 600 !important; semi bold
	color: #FF5233 !important; */
  .gjs-four-color,
  .gjs-four-color-h:hover {
    color: #FF5233 !important;
    font-weight: 500 !important;
  }
  
   /* Fond des zones de saisie (ex Padding Margin ) : fond bleu fonce #1D2F6F; */
  .gjs-sm-field input, .gjs-clm-select input, .gjs-clm-field input, .gjs-sm-field select, .gjs-clm-select select, .gjs-clm-field select {
    background-color: #4f61a1;
    color: white;
    border: none;
    width: 100%;
  }
  
   /* Zone de saisie par exemple background URL : -> noir ou gris foncé  */
  .gjs-sm-property .gjs-sm-btn {
    background-color: rgba(33, 33, 33, .2);
    border-radius: 2px;
    box-shadow: 1px 1px 0 rgba(5, 5, 5, .2), 1px 1px 0 rgba(43, 43, 43, .2) inset;
    padding: 5px;
    position: relative;
    text-align: center;
    height: auto;
    width: 100%;
    cursor: pointer;
    color: black; /* custom */
    box-sizing: border-box;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .2);
    border: none;
    opacity: .85;
    filter:alpha(opacity=85)
  }
  
  .CodeMirror {
  border-radius: 3px;
  height: 450px;
  font-family: sans-serif, monospace;
  letter-spacing: 0.3px;
  font-size: 12px; }
  
.gjs-import-label,
.gjs-export-label {
  margin-bottom: 10px;
  font-size: 13px; }
  
html{
	font-size: 18px!important;
}
  