/*-------------------------------TOP--------------------------------*/

 .sub-header_emplois{
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    width: 100%;
    z-index: 2;
    text-align: center;
    padding: 3px 0;
    font-weight: 600;
    box-shadow: 0 .4rem .8rem rgba(0, 0, 0, 0.366);
    backdrop-filter: blur(7px);
}

/*---------------------------modules table affichage--------------------------------------*/
.bg_short{
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),
    url(http://carte.ens-umi-inscription.com/images/bg_ens.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 20px;
    height: 78vh;
 }

/*---------------------------Search table--------------------------------------*/
.cta_table_emp{
    padding-top: 8em;
}

/*---------- Messages -----------*/
.alert {
    position: absolute;
    top: .3rem;
    right: .3rem;
    line-height: 1.8;
    border-radius: 5px;
    cursor: hand;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    font-weight: 400;
  }
  
  .alertCheckbox {
    display: none;
  }
  
  :checked + .alert {
    display: none;
  }
  
  .alertText {
    display: table;
    margin: 0 auto;
    padding: .5rem;
    text-align: center;
    font-size: 16px;
  }
  
  .alertClose {
    float: right;
    padding-top: .2rem;
    padding-right: .2rem;
    font-size: 10px;
  }
  
  .clear {
    clear: both;
  }
  
  .info {
    background-color: #EEE;
    border: 1px solid #DDD;
    color: #999;
  }
  
  .success {
    background-color: #EFE;
    border: 1px solid #DED;
    color: #9A9;
  }
  
  .notice {
    background-color: #EFF;
    border: 1px solid #DEE;
    color: #9AA;
  }
  
  .warning {
    background-color: #FDF7DF;
    border: 1px solid #FEEC6F;
    color: #C9971C;
  }
  
  .error {
    background-color: #FEE;
    border: 1px solid #EDD;
    color: #A66;
  }