/* Driss +*/
@font-face {
	font-family: "prison_break";
	src: url('../fonts/prison_break.ttf');
}


.ds_row,
.ds_col{margin-right: 0px; margin-left: 0px; padding:0px;}



#divTitre{background:#f8f9fa; 
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#divTitre button{
    margin:0px 10px;
}



#maNavBar{
    width: 100%;
    display: flex;
    justify-content: flex-end; 
}

Body{
    background: linear-gradient(0.35turn, #fbf8f8, #f7f3df);
    height :100%;
}




#divBody{
    margin: 20px auto;

}

#divBody input[type="radio"] {border-radius: 0px;}
#divBody .btn-group{margin:5px 0px;}


.ds_prof{
    color : red;
}

#modeProf{
    width: fit-content;
}
.ds_codeProf{
    width:100px !important;
}

/* analyserTexte.html  ------------------------------------------------------------------------------------------------------ */

#optionTransformationText label{
margin-right: 2px;
}

#zoneButton_AnalyseOriginalText button{
    font-size :medium;
}

.alphabet,
.occurence,
.alphabetCesar{
    height: 30px;
    font-weight: 700;
    text-align: center;
}
.alphabet{
    border: 1px solid #013522;
    background: #2c8c99;
    color: #FFFFFF;
}
.occurence{height: 30px;
    border: 0px solid #000;
    background: #2c8c9942;
    color: #000;
}

.alphabetCesar{
    border: 0px solid #951188;
    background: #582c9952;
    color: #FFFFFF;
}

#divBody textarea#textareaTextToAnalyse{
    min-height: 200px;
    border: 1px solid #ffb931;
}

#divBody textarea#textareaTextCleaned{
    min-height: 200px;
    border: 1px solid #06cf0a;
    
}

#divBody textarea#alphabetDeCryptage{
    min-height: 80px;
    border: 1px solid #06cf0a;
    resize: none;
}

/* chiffreDeVigenere.html  ------------------------------------------------------------------------------------------------------ */



#textareaAlphabet_cv{
    min-height: 70px;
    border: 1px solid #ffb931;
}

.titreColonnes{
    text-align: center;
    border: 0px solid #ccc2a4;
}

.vertical-text {
    transform: rotate(270deg);
    margin-top: 250px;
    padding: 0px;
    white-space: nowrap;
    width: 30px;
    }

.teteLigne{
    vertical-align : middle;
    text-align:center;
    margin: 0px;
    padding: 0px;
    width:30px;
    border: 0px solid #ccc2a4;
}

.ds_table th,
.ds_table td{
    text-align: center;;
}

.ds_alphabet_h{
    border: 1px solid #ccc2a4;
    cursor: pointer;
}


.cadreOverlay {
    position: fixed;
    pointer-events: none;
    left: -100px;
    top: 50%;
    /*mix-blend-mode: difference; */
    background-color: #484848;
    color:#FFFFFF;
    font-size: x-large;
    z-index: 10000;
    border: 2px solid #ccc2a4;
    max-height: 120px;
    height: fit-content;
    max-width: 400px;
    width: fit-content;
    overflow-wrap: anywhere;
    overflow-y: auto;
    transition: all 100ms ease-out;
    display:none;
    padding: 5px;
  }


  #ds_btnCrypterParVigenere,
  #ds_btnDecrypterParVigenere{
    width: -webkit-fill-available;
  }
  label[for="ds_btnCrypterParVigenere"] span,
  label[for="ds_btnDecrypterParVigenere"] span{
    min-width: 80px;
    text-align: center;
    font-size: medium;
  }



  /* decouperTexte.html  ------------------------------------------------------------------------------------------------------ */



  #textareaTextToCut{
    min-height: 200px;
    border: 1px solid #ffb931;
  }

  #textareaTextExtrait{
    min-height: 100px;
    border: 1px solid #589d08;
  }

 
  #inputNbreChar,
  #inputStartNbre,
  #inputPeriode{
    width: 40px;
    flex-grow: unset;
    font-size: medium;
    font-weight: 700;
    background-color: #f4433638;
    text-align: center;
    border:1px solid #FF0000;
    padding: 0px;
  }

  #spanFromChar,
  #spanChar{
    padding-left: 5px;
    padding-right: 5px;
  }

  

  /* chiffreDeCesar.html  ------------------------------------------------------------------------------------------------------ */

  #textareaAlphabet_cc{
    min-height: 70px;
    border: 1px solid #ffb931;
  }

  #textareaTextToTransform_cc{
    min-height: 200px;
    border: 1px solid #ffb931;
  }

  .ds_alphabet_vide{
    border: 1px solid #ccc2a4;
    background: aliceblue;
}

.ds_table{
  background: none;
  width:100%;
  border-collapse: separate;
}

.ds_btnInTable{
  padding: 2px;
  width:0px;
  background: aliceblue;
}

.cellulesTableCesar{
  border: 1px solid #ccc2a4;
  cursor: pointer;
  background: aliceblue;
  
}

.teteColonnesTableCesar{
  text-align: center;
  padding-left: 0px !important;
  padding-right: 0px!important;
  min-width: 20px;
  height: 40px;
  background: #a7e8e8a3;
  color:red;
  }

  /* creerEtUtiliserTableVigenere.html  ------------------------------------------------------------------------------------------------------ */
  
  #textareaAlphabetCryptParVigenere,
  #textareaAlphabetDecryptParVigenere{
    min-height: 70px;
    border: 1px solid #ffb931;
    resize:none;
  }
  #textareaTextToCryptParVigenere,
  #textareaTextToDecryptParVigenere{
    min-height: 250px;
    border: 1px solid #ffb931;
    margin-bottom: 2px;
  }


  /* chiffrerTexteParVigenere.html  et dechiffrerTexteParVigenere.html ------------------------------------------------------------------------------------------------- */
  
  #resultat_DG,
  #resultat_DD{
    min-height: 250px;
    border: 1px solid #ffb931;
    margin-bottom: 2px;
  }



  /* dechiffrerTexteParCesar.html  ------------------------------------------------------------------------------------------------------ */

 
  #textareaAlphabetTransformerParCesar{
    min-height: 70px;
    border: 1px solid #ffb931;
  }

  .TextToTransformByCesar{
    min-height: 100px;
    border: 1px solid #ffb931;
  }



  /* Dialog : CleanOptions  ------------------------------------------------------------------------------------------------------ */
  #cleanOptions{
    padding: 5px auto;
  }



  /* index.html  ------------------------------------------------------------------------------------------------------ */

  #title{
    background: aliceblue;
  }

  #paragText{
    font-size: x-large;
    text-align:justify;
  }