*{
    margin:0;
    padding:0;
}
.logo{
    width: 90px;
    height: 90px;
}
.bdd-page h3,
.bdd-page h2{
    font-weight: 400;
}
.list-group pre{
    border-radius: 0.5em;
}
.list-group .text-bg-custom{
    color:#fff;
    background-color: #569cd6;
}
[aria-expanded="false"] .coll-on {display:none;}
[aria-expanded="true"] .coll-off {display:none;}
.collapsed .coll-off {display:block;}
.collapsed .coll-on{display:none;}

/*
[aria-expanded="false"] .bi-lock-fill {
    color: #ef3406;
}*/
[aria-expanded="true"] .bi-toggle-on {
    color: #098f1d;
}
[aria-expanded="false"] .bi-toggle-off {
    color: #ef3406;
}
[aria-expanded="false"] .bi-eye {
    color: #098f1d;
}
[aria-expanded="true"] .bi-eye-slash {
    color: #ef3406;
}
.position_table a{
    color:#FF5500;
 }
.btn-danger.noir,
.btn-primary.noir{
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color:#000;
    border-color:#000;
}
.btn-primary.noir-h:hover{
    background-color:#000;
    border-color:#000;
}
.btn-primary.orange-a{
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color:#ef3d07;
    border-color:#ef3d07;
}
.btn-danger.orange:hover,
.btn-outline-dark.orange_link:hover,
.btn-primary.orange:hover{
    background-color:#ef3d07;
    border-color:#ef3d07;
}
.btn-outline-dark.orange_link:hover{
    color:#fff;
    font-weight: bold;
}
.btn-primary.orange_drop{
    background-color:#ef3d07;
    color:#fff;
    border:2px solid #ef3d07;
    font-weight:bold;
   
}
.btn-outline-dark.orange_link{
    color:#ef3d07;
    border:2px solid #ef3d07;
    font-weight:bold;
}
.dropdown-menu > li > a{
    color:#ef3d07;
    font-weight:bold;
}
.dropdown-menu > li > a:hover{
  color:#fff;
  background-color: #ef3d07;
}/*
.dropdown-item a{
    color:#4904B5;
    font-weight:bold;
}
.dropdown-item:hover {
  color:#fff;
  background-color:#4904B5;
}*/
.margin_titre_sql{
    margin:0 0 40px 0;
}

.margin_resultat_sql{
    margin:40px 0 0 0;
}
.position_table{
    position: sticky;
    top:30px;
}
.form-sql{
    margin-top:30px;
}
.CodeMirror {
 /*   border: 1px solid black;*/
    line-height: 1.3em;
    font-size:21px;
    /* Copied from Bootstrap's textarea */
    margin-bottom: 9px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;  
  }
.hljs-copy {
    float: right;
    cursor: pointer;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
  }
  .form-signin input[type="email"] {
    margin-bottom: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
    