:root {
    --appli-color:#5897a7;
    --appli-color-dark:#4f8593;
    --appli-color-darker:#2d4a52;
    --appli-forecolor:floralwhite;
}

.dragzone{
    flex-direction: column;
    overflow-x: auto;
    margin:.25rem !important;
    display: flex;
}
.dragzone-lr{
    min-width: 15% !important;
}
@media (min-width: 576px) {
    .dragzone-lr{
        min-height: 250px !important;
    }
}
.dragzone-bottom{
    min-width: 15% !important;
    min-height: 50px !important;
    justify-content: center;
}
/*GRILLE*/


.input-w input[type=number],.input-w  input[type=text]{
    background-color: floralwhite;
}
.input-w{
    margin: .5rem;
    align-items: center;
}
.input-w label, .input-w input, .input-w select {
    float: none; /* if you had floats before? otherwise inline-block will behave differently */
    display: inline-block;
    vertical-align: middle;    
}

.tableGrille{
    margin-right: 1px;
    margin-bottom: 1px;
}
.tableGrille tbody{
    width: 100%;
        /*border-collapse: collapse;
    */
}
.headersGrille{
    font-weight: bold;
}
.tableGrille>tbody>tr>td:first-child{
    padding-right:5px;

}
.tableGrille>tbody>tr>td:not(:first-child){
    width:40px;
    height:40px;
    min-width:20px;
    min-height:20px;
    border: 1px solid #00000082;/*floralwhite;*/
    border-radius: 2px;
    color:floralwhite;
}
.tableGrille.preview>thead{
    height:25px;
}
.tableGrille.preview>tbody>tr>td:not(:first-child){
    width:25px;
    height:25px;
}
.tableGrille>tbody>tr>td.selected{
    background-color:#0066869e;/*#004cff;*/
}
.tableGrille>tbody>tr>td.grise>input{
    color: transparent!important;
}

#divGrille.darkmode>.tableGrille>tbody>tr>td.grise{
    background-color:#fffaf0ab;
}
.tableGrille>tbody>tr>td.grise{
    background-color:#02020285 ;
}
#divGrille.darkmode>.tableGrille>tbody>tr>td:not(:first-child){
    border: 1px solid #fffaf08f;
    color:#00000082;
}
.inpoutGrille{
    width:100%;
    height:100%;
    background-color: transparent;
    text-align: center;
    border: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    /*font-family: "Bodoni MT", "Bodoni 72", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;*/
    font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
}
.xx-large{
    font-size:xx-large;
}
.xx-small{
    font-size:xx-small;
}
#divGrille.darkmode>.tableGrille>tbody>tr>td>input{
    color:floralwhite;
}
.ul_themes{
    /* list-style-type: circle; */
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    /* margin-left:20px; */
}
.ul_themes>li{
    margin-right:.5rem;
    margin-bottom: 1px !important;
    
}
.small-button{
    /* color:red; */
    font-size: small;
    line-height: 0.9;
    padding: 0 .25rem !important;
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}
/* .ul_themes> */
/*DEF*/

.mc_definitions{
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
}
.mc_definitions>li{
    padding: 0px 0px 0px 10px;
    list-style-position:outside;
    margin-left:20px;
    margin-bottom: 1px !important;
    /* display:grid; */
}
.mc_definitions>li>input{
    margin-left: 1px;
    width:75em;
}

.table_definitions>tbody>tr>td>input.definition{
    width:432px;
    
}
.table_definitions>tbody>tr>td>input.definition.active{
    border:3px solid var(--appli-color-dark);
    border-radius : 3px;
}
.table_definitions>tbody>tr>th{
    width:30px;
}

.button_def{
    background-repeat:no-repeat;
    background-size: contain;
    width:22px;
    height:22px;
    padding:0;
}
.button_def.selected{
    border: 3px solid var(--appli-color);
}
.button_def_edit{
    background-image: url("../icones/edit.png");
    margin-right: 2px;
}
.button_def_edit_replace{
    background-image: url("../icones/edit_replace.png");
}
.button_def_erase{
    background-image: url("../icones/erase.png");
}

.button_shuffle{
    background-image: url("../icones/shuffle.png");
    width:30px;
    height:23px;
    background-repeat:no-repeat;
    background-size: contain;
}

/*SOLUTION*/
/*DEF*/
.mc_solution{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.mc_solution>li{
    padding: 0px 1px 0px 5px;
}
ol,ul{
    margin: 0;
    list-style-position: inside;
    padding: 0;
}

/*DEFS*/
label.hoverzoom:hover,
label.hoverzoom.active{
    /* transform: scale3d(1.06, 1.06, 1);
    font-size:large; */
    border-color: var(--bs-card-bg);
    background-color: #0066869e;
    /* margin: 0px 5px !important; */
    cursor: pointer;
}

/*RECHERCHE*/
.ssDivRecherche{
    min-height:10%;
    height:33%;
    max-height:33%;
}
/* .motDeListeRecherche{
    font-weight:normal;
} */
.motDeListeRecherche:hover{
    font-weight:bold;
    /* background-color:#054559d1; */
}

/*ANIMATIONS*/
.image-clignote  {
    animation-duration: .8s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    transition: none;
 }
 @keyframes clignoter {
   0%   { opacity:1; }
   40%   {opacity:0; }
   100% { opacity:1; }
 }

/*DETAILS*/
/* details{
    background-color: rgba(255, 228, 196, 0.36);
    width: fit-content;
} */
details summary { /* Firefox */
    /* list-style-type: none; */
    cursor: pointer;
    width: fit-content;
    /* font-weight: bold; */
 } 
details summary::-webkit-details-marker { /* Chrome */
    display: none;
    cursor: pointer;
    width: fit-content;
    /* font-weight: bold; */
 } 
details summary::marker { 
    display: none; 
}
.selectMenu::before {
    display: none;
  }
.selectMenu-modal{
    border-color: gray;
    border-radius: 6px;
}
/*COMMANDES */
.table-kbd{
    border-collapse: collapse;
    font-size: small;
}
.table-kbd>tbody{
    border-collapse: collapse;
}
.table-kbd>tbody>tr>td{
    padding-left: 10px;
    padding-right: 10px;
    border:1px solid gray;
}
.table-kbd>tbody>tr>td:last-child{
    text-align: center;
}
kbd{
    border:1px solid gray;
    background-color: floralwhite;
    color:black;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.table-kbd.darkmode>tbody>tr>td{
    border-color: #fffaf08f;
}

/*Matrice*/
.divMatrice{
    /*font-family: "Helvetica Neue", "Arial",  sans-serif;*/
    font-family: "Consolas","monaco","monospace"; 
    line-height: 10px;
    font-size: small;
    padding: 0.25em;
}
.ligneMatrice{
    display: block;
    height:11px;
}

/* DIVER */
.progressBarChar{
    color: gray;
    letter-spacing: -3px;
    font-size: x-small;
    margin-left:0.25rem;
    margin-right:0.25rem;
}