/*************************************************** Tableau scrollable ********************************************************/

#sailorTableArea{
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
}
#sailorTable{
    white-space: normal;
}
 tbody {
    display:block;
    height:650px;
    overflow:auto;
}
#sailorTable, thead, tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

/**********************************************************************/

.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;
}
    
    /********************************* recherche  *********************************/

#numetudiant{
    text-align: center;
    width: 95%;
    transition: width 0.4s linear;
    height: 27pt;
    background-color:#E0F2F7 ;
    border-radius: 30px;
    padding: 5pt;
    }


     #numetudiant:hover{
    width: 100%;
    background-color: #CEE3F6;
    transition: background-color 0.4s linear;
    transition: width 0.4s linear;
    }

    #numetudiant:focus{
    width: 100%;
    background-color: #CEE3F6;
    transition: background-color 0.4s linear;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }

    .search_icon{
    height: 2em;
    width: 2em;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    }
/**************************************************************/

    
    .img_ustm{
  height: 36pt;
  width: 36pt;
  margin-bottom: 5pt;
  border: 2pt double white;
  box-shadow: 1pt 1pt 1pt 1pt ;
}
    /****************************************************************/
 @media all and (min-device-width: 800px){

   .nomenu{
      font-size: 16pt;
      text-align: right;
    }
  .mesicones{
      display:none;
    }
}

    /*****************************************************************/
       @media all and (max-device-width: 480px){
  

   .nomenu{
      display: none;
      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;
  }

}

/************************** 800px **************************************/
@media all and (min-device-width: 480px) and (max-device-width: 800px){


   .nomenu{
      display: none;
      text-align: right;
    }
    .mesicones{
      display:inline-block;
    }
    .mesicones .texticon{
      font-size: 12pt;
    }

  .oui{
    border-bottom: 2pt 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: 2pt solid #088A29 ;
    color: #088A29;
      padding: 0.4em;
      font-family: monospace;
  }

  .non{
    color: black;
     padding: 0.4em;
     font-family: monospace;
  }

}
/************************************* Validation sécrétaire********************************************/

.selecradio{
  border: 1pt groove black;
  background: white;
}

/**********************************************************************************************************/

/*********************************************************************/
.textfooter{
    font-size: 0.8em;
    text-align: center;
  }
@media screen and (max-width: 470px){

  .textfooter{
    font-size: 0.7em;
    text-align: center;
  }
}
@media screen and (max-width: 397px){

  .textfooter{
    font-size: 0.6em;
    text-align: center;
  }
}
/**************************************************************************/
.textheader{
    font-size: 1.3em;
    text-align: right;
    font-family: monospace;
    font-weight: bold;
  }
@media screen and (max-width: 470px){

  .textheader{
    font-size: 1.1em;
    text-align: right;
    font-family: monospace;
    font-weight: bold;
  }
}
@media screen and (max-width: 397px){

  .textheader{
    font-size: 0.75em;
    text-align: right;
    font-family: monospace;
    font-weight: bold;
  }
}

/***************************************************************************/

/*MENUS*/

.menu{
    border-radius: 25px;
    background-color:#E0F2F7;
}

.oui{
  border-bottom: 0.3em solid #088A29 ;
  color: black;
  padding: 0.4em; 
  margin:0.1%; 
  font-family: monospace;
  font-weight: bold;
}
.non:hover{
  border-bottom: 0.3em solid #2EFE2E ;
  transition: border-bottom 0.4s linear;
  color: black;
    padding: 0.4em;
    margin:0%;
    font-family: monospace;
}

.non{
  color: black;
   padding: 0.4em;
   margin:0.1%;
   font-family: monospace;
}

.nomenu2{
    font-size: 1.3em;
    
  }