/*-------------------------------TOP--------------------------------*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
html{
    height: 100%;
}
body{
    background-image:linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.5)),
    url(http://carte.ens-umi-inscription.com/images/bg_ens.jpg);
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.bg_bg{
    /* background-image:linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.5)),
    url(http://carte.ens-umi-inscription.com/images/bg_ens.jpg); */
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    min-height: 100%;
}

 .sub-header{
    height: 13vh;
    width: 100%;
    text-align: center;
    color: #fff;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 200px;
}
nav img:hover{
    width: 200px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f99040;
    display:block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
nav .fa{
    display: none;
}



/*-------------------------------Main--------------------------------*/
/*------------------------ Contenu -------------------------------*/
.cta{
    display: block;
    width: 100%;
    text-align: center;
}
/*------ course -----*/
.course {
    width: 60%;
    margin: auto;
    padding-top: 60px;
}
.course-col{
    border-radius: 15px;
    height: 30vh;
    width: 100%;
    /* padding-left: 20px;
    padding-top: 10px; 
    opacity: 0.7;*/
    transition: 0.5s;
}
h2{
    color: #000000;
    margin-bottom: 10px;
}
.course-col:hover{
    box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.442);
    /* opacity: 0.8; */
}

/*-----------------------> Input search <-----------------------------*/

.row{
    height: 40px;
    position: relative;
}
form .row .input-group{
    height: 40px;
    margin: .5rem;
}
.row .input-group input{
    height: 92%;
}
form .row input{
    width: 82%;
    background-color: transparent;
    padding-left: 15px;
    border-radius: 0 5px 5px 0;
    border: 2px solid #626262;
    transition: all 0.3s ease;
    display: block;
    margin-left: 97px;
    margin-bottom: 10px;
}

form .row input::placeholder{
    color: #474849;
}
form .row input:hover::placeholder{
    color: #474849;
}
form .row i{
    position: absolute;
    width: 47px;
    height: 92%;
    color: #3c8dbc;
    border: 2px solid #626262;
    border-radius: 5px 0 0 5px;
    margin-left: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form .row .btn_search{
    background-color: #3c8dbc;
    width: 45%;
    height: 2.5rem;
    margin-top: 15px;
    border: none;
    border-radius: 5px 5px 5px 5px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #f2f2f2;
    cursor: pointer;
    box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.442);
    transition: .5s;
}
form .row .btn_search:hover{
    background-color: #0082cde8;
    color: #ffffff;
}

.table__body h1{
    color: #3c8dbc;
}

/*------Footer  ------ --*/
.footer{
    background-image: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.6)), url(http://carte.ens-umi-inscription.com/images/entete_final.png);
    background-position: bottom;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 3px 0;
    font-weight: 300;
    margin-top: auto;
}
.icons .fa{
    color: #f99040;
    margin: 0 13px;
    cursor: pointer;
    padding: 5px 0;
    font-size: 24px;
    opacity: 0.7;
}
.icons .fa:hover{
    opacity: 1;
}
.fa-copyright{
    color: #f99040;
}
/*----------------------->Etablissement<-----------------------------*/
.bottom {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.bottom .bottom_2 ul {
    display: flex;
    justify-content: center;
    width: 100%;
}
.bottom .bottom_2 .etab li {
    list-style: none;
    padding: 5px 0px;
}
.bottom .bottom_2 li {
    float: left;
    margin-right: 10px;
}
.bottom .bottom_2 .etab li a {
    text-indent: -9999px;
    /* opacity: 0.9; */
    display: block;
    height: 30px;
    background: url(http://carte.ens-umi-inscription.com/images/other_institution.png) no-repeat;
}
.bottom .bottom_2 .etab li a.umi_pr {
    width: 53px;
    background-position: -199px -60px;
}
.bottom .bottom_2 .etab li a.est_pr {
    width: 70px;
    background-position: 0px 4px;
}
.bottom .bottom_2 .etab li a.ensam_pr {
    width: 44px;
    background-position: -86px 0px;
}
.bottom .bottom_2 .etab li a.facl_pr {
    width: 50px;
    background-position: -142px 0px;
}
.bottom .bottom_2 .etab li a.facs_pr {
    width: 50px;
    background-position: -199px 3px;
}
.bottom .bottom_2 .etab li a.facd_pr {
    width: 57px;
    background-position: 2px -55px;
}
.bottom .bottom_2 .etab li a.face_pr {
    width: 55px;
    background-position: -75px -53px;
}
.bottom .bottom_2 .etab li a.facera_pr {
    width: 55px;
    background-position: -143px -54px;
}
.bottom .bottom_2 .etab li a:hover{
    /* opacity: 1; */
 }
 /* @media(max-width: 700px){
    .bottom_2 ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
      } 
 }
*/
/*----------------------->btn<-----------------------------*/
 .hero-btn{
    text-decoration: none;
    color: #000000;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 12px 34px;
    margin-left: 20px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #36aef4;
    background: #36aef4;
    transition: 1s;
}
.red-btn{
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
}
.red-btn:hover{
    color: #fff;
}


 /*****************************  table *******************************/
.table__body .Educ{
    background-color: #000;
}


 main.table {
    width: 85%;
    margin: auto;
    backdrop-filter: blur(7px);
    box-shadow: 0 .4rem .8rem #0005;
    border-radius: .8rem;

    overflow: hidden;
}

.table__header_educ {
    width: 95%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.295);
    padding: .8rem 1rem;
    border-radius: 2rem;

}



.table__header_educ .input-group-educ {
    width: 70%;
    height: 100%;
    background-color: #fff5;
    padding: .8rem .8rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: .2s;
}

.table__header_educ .input-group-educ:hover {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.659);
    box-shadow: 0 .1rem .4rem #0002;
}






.table__header {
    width: 95%;
    margin: 10px auto;
    background-color: rgba(255, 255, 255, 0.295);
    padding: .8rem 1rem;
    border-radius: 2rem;

    display: flex;
    justify-content: center;
    align-items: center;
}



.table__header .input-group {
    width: 70%;
    height: 100%;
    background-color: #fff5;
    padding: .8rem .8rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: .2s;
}

.table__header .input-group:hover {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.659);
    box-shadow: 0 .1rem .4rem #0002;
}
.table__header h3 {
    color: rgba(255, 255, 255, 0.658);;
    transition: .5s;
}
.table__header h3:hover {
    color: rgb(255, 255, 255);
    cursor: context-menu;
}

.table__header .input-group img {
    width: 1.2rem;
    height: 1.2rem;
}

.table__header .input-group input {
    width: 100%;
    padding: 0 .5rem 0 .3rem;
    background-color: transparent;
    border: none;
    outline: none;
}

/*--------------------------- info Etude  --------------------------------------*/

.emploi_cta{
    display: block;
    width: 72%;
    margin: 10px auto;
    text-align: center;
}
/*------ course -----*/
.emploi_cta_course{
    width: 100%;
}
.emploi_cta_course-col{
    background: #c0c0c0;
    border-radius: 15px;
    height: 6vh;
    width: 100%;
    /* opacity: 0.7; */
    transition: 0.5s;
}
.emploi_cta_course-col:hover{
    background: #242424b5;
    box-shadow: 0 .4rem .8rem #0005;
    
}
.emploi_cta_course-col h2{
    text-align: center;
    padding: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #242424b5;
}
.emploi_cta_course-col h2:hover{
    color: #fff;
}


/*---------------------------Export table--------------------------------------*/
.export__file {
    position: relative;
}

.export__file .export__file-btn {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;

    background: #fff6 url(http://carte.ens-umi-inscription.com/images/export.png) center / 80% no-repeat;
    border-radius: 50%;
    transition: .2s ease-in-out;
}

.export__file .export__file-btn:hover { 
    background-color: #fff;
    transform: scale(1.15);
    cursor: pointer;
}

.export__file input {
    display: none;
}

.export__file .export__file-options {
    position: absolute;
    right: 0;
    
    width: 12rem;
    border-radius: .5rem;
    overflow: hidden;
    text-align: center;

    /* opacity: 0; */
    transform: scale(.8);
    transform-origin: top right;
    
    box-shadow: 0 .2rem .5rem #0004;
    
    transition: .2s;
}

.export__file input:checked + .export__file-options {
    /* opacity: 1; */
    transform: scale(1);
    z-index: 100;
}

.export__file .export__file-options label{
    display: block;
    width: 100%;
    padding: .6rem 0;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-around;
    align-items: center;

    transition: .2s ease-in-out;
}

.export__file .export__file-options label:first-of-type{
    padding: 1rem 0;
    background-color: #86e49d !important;
}

.export__file .export__file-options label:hover{
    transform: scale(1.05);
    background-color: #fff;
    cursor: pointer;
}

.export__file .export__file-options img{
    width: 2rem;
    height: auto;
}


/*---------------------------Contenu table--------------------------------------*/
.table__body{
    /* margin: auto; */
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    /* margin-bottom: 2rem; */
}
.table__body table{
    background-color: #fff;
    opacity: 1;
    width: 85rem;
    
    padding: .2rem 2rem;
    /* margin-top: 1.2rem; */
    box-shadow: 0 2rem 3rem rgba(132, 139, 200, 0.18);
    border-radius: 2rem;
    transition: all 0.3s ease;
}

.table__body table:hover{
    box-shadow: none;
}
table thead th{
    border-top: 2px solid #a3bdcc;
    border-bottom: 2px solid #a3bdcc;;
    height: 2.5rem;
}

/* Color Texte tableau*/
.notes_table{
    display: block;
}
table tbody tr{
    height: 2.5rem;
    border-bottom: 1px solid rgba(132, 139, 200, 0.18);
    color: #2a2a2a;
    text-align: center;
    cursor: text;
}
table tbody tr:hover{
    background-color: rgba(132, 139, 200, 0.18);
}

table tbody tr:last-child td{
    border: none;
}





/*
.table__body::-webkit-scrollbar{
    width: 0.3rem;
    height: 0.5rem;
}

.table__body::-webkit-scrollbar-thumb{
    border-radius: .5rem;
    background-color: #0004;
    visibility: hidden;
}

.table__body:hover::-webkit-scrollbar-thumb{ 
    visibility: visible;
}*/



.status {
    padding: .4rem;
    border-radius: 2rem;
    text-align: center;
}

.status.delivered {
    background-color: #86e49d;
    color: #006b21;
}

.status.cancelled {
    background-color: #d893a3;
    color: #7e0017;
}

.status.pending {
    background-color: #ebc474;
}

.status.shipped {
    background-color: #3c8dbc;
}



/* select option */

.annes{
    height: 16rem;
}

/* selecte */
.course-col select {

    /* styling */
    background-color: transparent;
    height: 100%;
    width: 84%;
    padding-left: 15px;
    border-radius: 0 5px 5px 0;
    border: 2px solid #626262;
    font-size: 16px;
    transition: all 0.3s ease;
    display: block;
    margin-top: 7.5rem;
    margin-left: 97px;
  
    /* reset */
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  
  /* arrows */
  
  select.classic {
    background-image:
      linear-gradient(45deg, transparent 50%, blue 50%),
      linear-gradient(135deg, blue 50%, transparent 50%),
      linear-gradient(to right, skyblue, skyblue);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      2.5em 2.5em;
    background-repeat: no-repeat;
  }
  
  select.classic:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      linear-gradient(to right, gray, gray);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
  }
  
  select.round {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      radial-gradient(#ddd 70%, transparent 72%);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - .5em) .5em;
    background-size:
      5px 5px,
      5px 5px,
      1.5em 1.5em;
    background-repeat: no-repeat;
  }
  
  select.round:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      radial-gradient(gray 70%, transparent 72%);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - .5em) .5em;
    background-size:
      5px 5px,
      5px 5px,
      1.5em 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
  }
  
  select.minimal {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  }
  
  select.minimal:focus {
    background-image:
      linear-gradient(45deg, green 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, green 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
  }
  
  
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }

/*---------------------------Boostrap--------------------------------------------*/

@media(max-width: 700px){
    body{
        margin: 0;
        padding: 0;
    }
    .cte{
        height: 100vh;
        position: absolute;
    }
    nav{
        width: 100%;
    }
    nav img{
        margin-top: 1rem;
        width: 200px;
    }
    nav .fa-bars{
        position: relative;
        right: 2rem;
        color: #fff;
    }
    nav .fa-times{
        color: #000;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: fixed;
        display: block;
        background: #fff;
        /* opacity: .9; */
        backdrop-filter: blur(7px);
        box-shadow: 0 .4rem .8rem rgba(0, 0, 0, 0.366);
        width: 200px;
        top: 0;
        right: -25rem;
        z-index: 205;
        text-align: left;
        font-weight: 500;
        transition: 1s;
    }
    .nav-links ul li a{
        color: #000;
    }
    nav .fa{
        display: block;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    nav .fa:hover{
        color:#f99040 ;
    }
    .nav-links ul{
        padding: 30px;
    }
    .course{
        width: 78%;
        text-align: center;
    }
    .course-col{
        width: 100%;
    }
    .input-group{
        margin-left: 0;
    }
    form .row .input-group{
        width: 80%;
    }
    form .row input::placeholder{
        font-size: .7rem;
        font-weight: 700;
    }
    form .row input {
        margin-left: 49px;
    }

    form .row .btn_search{
        margin-left: 0;
        width: 100%;
    }
    form .row i{
        margin-left: 0;
    }
    .course-col select {
        margin-left: 3.1rem;
        font-size: .9rem;
        font-weight: 700;
    }
    .row .btn_valid input{
        width: 25rem;
        text-align: center;
    }

    .table__body table{
        width: 100%;
        margin: 0;
        font-size: 9px;
    }

    .home_tables{
        margin-top: -150px;
    }
    .emploi_cta_course-col{
        height: auto;
    }
    .emploi_cta_course-col h2 {
        text-align: center;
        padding: 8px;
        font-size: 11px;
        font-weight: 700;
        color: #242424b5;
    }
    .table__header{
        padding: 0;
    }
    .table__header .input-group{
        width: 100%;
    }
    .table__header .input-group h5{
        font-size: 11px;
    }
    .hero-btn{
        text-decoration: none;
        color: #000000;
        border: 1px solid #fff;
        border-radius: 10px;
        padding: 5px 8px;
        /* margin-left: 20px; */
        font-size: 10px;
        background: transparent;
        position: relative;
        cursor: pointer;
    }
    .table__header .input-group select{
        font-size: 10px;
    }
    .table__header .input-group h5{
        font-size: 10px;
    }
}