@media screen and (max-width: 485px){

  .nomenu2{
    font-size: 1.1em;
    text-align: right;
  }
}
@media screen and (max-width: 397px){

  .nomenu2{
    font-size: 0.75em;
    text-align: right;
  }
}

/*
.mesicones{
  display: none;
}
.nomenu{
    font-size: 18pt;
    
  }
@media all and (max-device-width: 932px){

  .nomenu{
    font-size: 16pt;
    text-align: right;
  }
}
@media all and (max-device-width: 804px){

  .nomenu{
    font-size: 14pt;
    text-align: right;
  }
}
@media all and (max-device-width: 717px){

  .nomenu{
    font-size: 12pt;
    text-align: right;
  }
}

@media all and (max-device-width: 632px){

  .nomenu{
    font-size: 10pt;
    text-align: right;
  }
}

@media all and (max-device-width: 555px){

  .nomenu{
    font-size: 8pt;
    text-align: right;
  }
}

@media all and (max-device-width: 489px){

   .nomenu{
    display: none;
    font-size: 0pt;
    text-align: right;
  }
  .mesicones{
    display:inline-block;

  }
  .mesicones .texticon{
    font-size: 8.5pt;
  }
}

@media all and (max-device-width: 419px){

    .nomenu{
      display: none;
      font-size: 0pt;
      text-align: right;
    }
    .mesicones{
      display:inline-block;
    }
    .mesicones .texticon{
      font-size: 7pt;
    }

  .oui{
    border-bottom: 1pt solid #088A29 ;
    color: #088A29;
    padding: 0.4em; 
    font-family: monospace;
    font-weight: bold;
  }
  .non:hover{
    transition: color 0.4s linear;
    transition: border-bottom 0.4s linear;
    border-bottom: 1pt solid #088A29 ;
    color: #088A29;
      padding: 0.4em;
      font-family: monospace;
  }

  .non{
    color: black;
     padding: 0.4em;
     font-family: monospace;
  }

}

@media all and (max-device-width: 369px){

    .nomenu{
      display: none;
      font-size: 0pt;
      text-align: right;
    }
    .mesicones{
      display:inline-block;
    }
    .mesicones .texticon{
      font-size: 5pt;
    }

  .oui{
    border-bottom: 1pt solid #088A29 ;
    color: #088A29;
    padding: 0.4em; 
    font-family: monospace;
    font-weight: bold;
  }
  .non:hover{
    transition: color 0.4s linear;
    transition: border-bottom 0.4s linear;
    border-bottom: 1pt solid #088A29 ;
    color: #088A29;
      padding: 0.4em;
      font-family: monospace;
  }

  .non{
    color: black;
     padding: 0.4em;
     font-family: monospace;
  }

}


@media all and (max-device-width: 317px){

  .nomenu{
    display: none;
    font-size: 0pt;
    text-align: right;
  }
  .mesicones{
    display:inline-block;
  }
  .mesicones .texticon{
    display: none;
    font-size: 5pt;
  }

.oui{
  border-bottom: 1pt solid #088A29 ;
  color: #088A29;
  padding: 0.4em; 
  font-family: monospace;
  font-weight: bold;
}
.non:hover{
  transition: color 0.4s linear;
  transition: border-bottom 0.4s linear;
  border-bottom: 1pt solid #088A29 ;
  color: #088A29;
    padding: 0.4em;
    font-family: monospace;
}

.non{
  color: black;
   padding: 0.4em;
   font-family: monospace;
}


}
*/
/****************INSCRIPTION********************/
#carduser  img{
  height: 36pt;
  width: 36pt;
  margin-bottom: 5pt;
  border: 2pt double white;
  box-shadow: 1pt 1pt 1pt 1pt ;
}
    .login_btn {
      width: 100%;
      border: 2px solid #088A29 !important;
      color: #848484 !important;
      font-size: 100%;
      background: transparent;
    }
    .login_btn:focus {
      box-shadow: none !important;
      outline: 0px !important;
    }
    .login_container {
      padding: 0 2rem;
    }
    .input-group-text {
      background: #088A29 !important;
      color: white !important;
      border: 0 !important;
      border-radius: 0.25rem 0 0 0.25rem !important;
    }
    .input_user,
    .input_pass:focus {
      box-shadow: none !important;
      outline: 0px !important;
    }
    .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
      background-color: #088A29 !important;
    }
/****************************************************************************/


/**********************************************************************/

.etablissement{
  padding: 4pt;
  width: 100%;
  margin-bottom: 6pt;
  background-color:#CEE3F6;
  color:black;
  border:2pt groove black;
}
.etablissement:hover{
  padding: 4pt;
  margin-bottom: 6pt;
  background-color:#CEE3F7;
  color:black;
  border:3pt double black;
  transition: border 0.4s linear;
  transform: scale(0.98, 1.1);
}

.departement:hover{
  border:2px double #2E64FE;
  background-color:#E0F2F7;
  color:black;
  transition: border 0.4s linear;
  transform: scale(0.98, 1.1);
}
.departement{
   padding: 4pt;
  width: 100%;
  margin-bottom: 6pt;
  border:1px solid #2E64FE;
  color:black;
  background-color:#E0F2F7;
}


.classe:hover{
  border:2px double #CEE3F6;
  background: #CEE3F6;
  transition: border 0.4s linear;
  transform: scale(1, 0.97);
}
.classe{
  border:1px solid #CEE3F6;
  font-family: monospace;
  font-weight: bold;
  font-size: 1em;
}

/*********************** style image accueil *******************/

h4{
    color:#fff;
}
svg {
    display: block;
    font: 7.5em 'Roboto';
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100pt;
    margin: 0 auto;
}

.web-coder-skull {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.web-coder-skull:nth-child(6){
    stroke: #088A29;
  animation-delay: -1;
}

.web-coder-skull:nth-child(2){ 
  stroke: black;
  animation-delay: -2s;
}

.web-coder-skull:nth-child(3){
  stroke: black;
  animation-delay: -3s;
}

.web-coder-skull:nth-child(4){
  stroke: black;
  animation-delay: -4s;
}

.web-coder-skull:nth-child(5){
  stroke: black;
  animation-delay: -5s;
}
.web-coder-skull:nth-child(6){#
  stroke: black;
  animation-delay: -6s;
}
.web-coder-skull:nth-child(7){
  stroke: transparent;
  animation-delay: -7s;
}
.web-coder-skull:nth-child(1){ 
stroke: black;
animation-delay: -1s;
}

@keyframes stroke-offset{
  100% {stroke-dashoffset: -35%;}
}

/*************************************** Matricule réinscrit*********************************************/

.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}
/*********************** Recherche liste etudiants**************************************/

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

/****************************************** Formulaire Inscription ***************************************************************/







/*************************************************** Tableau scrollable ********************************************************/



 





/********************************************************************************************************************************/
.scroll_text{
  height:150px;
  overflow:auto;
  padding:0px 15px;
}
.scroll_text::-webkit-scrollbar {  
    width: 8px;  
}  
.scroll_text::-webkit-scrollbar-track {  
    background-color: #E7E7E7
}  
.scroll_text::-webkit-scrollbar-thumb {  
   background-color: rgba(223, 86, 86, 0.69);
border: 1px solid rgba(92, 92, 92, 0.5);
border-radius: 10px;
}  
.scroll_text::-webkit-scrollbar-thumb:hover {  
    background-color: #000;  
  
} 

/********************************************** Payement.php ******************************************************************/

.payement_card {
      height: 250px;
      width: 350px;
      margin-top: auto;
      margin-bottom: auto;
      background-color: rgba(0,0,0,0.5);
      border: 2px double #98CCDE;
      color:#E3F1F8;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 10px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 5px;

    }
    .payement_btn {
      width: 100%;
      border: 2px solid #088A29 !important;
      color: white !important;
      font-size: 100%;
      background: transparent;
    }

    /************************************************* Barre recherche étudiant *****************************************************/

    #circle {
    position: relative;
    text-align: center;
  width: 36px;
    height: 36px;  
}

.loader {
    width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 6px solid #162534;
  border-top: 6px solid #09f;
  border-radius: 50%;
  animation: rotate 5s linear infinite;
}

@keyframes rotate {
100% {transform: rotate(360deg);}
} 

/*************************************************** Pour gestion des comptes ********************************************************/

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}
/********************************************* IMPRESSION ******************************************************************************/

.sousinformation{
    font-family: monospace;
    font-weight: bold;
    font-size: 15pt;
}

/******************************************** CARTETUDIANT *******************************************************************************/
.infocarte{
  font-family: monospace;
    font-weight: bold;
    font-size: 24pt;
    line-height:1;
}
.sousinfocarte{
    font-size: 24pt;
    line-height:1;

}
.cartetu{
    font-size: 26pt;
    line-height:1;

}
.niveau{
    font-weight: bold;
    font-size: 18pt;
    color : blue;
}
.niveau1{
    font-weight: bold;
    font-size: 15pt;
    line-height:1;

}


.matritri{
  font-family: monospace;
    font-weight: bold;
    font-size: 22pt;
}