 
@media (max-width: 928px) {
    body > header > i{
        display: block !important;
    }
    html{
        width: 100% !important;
        height: 100% !important;
        overflow: hidden;
        padding:0px !important;
        margin: 0px !important;
    }
    body{
        width: 100% !important;
        height: 100% !important;
        padding:0px !important;
        margin: 0px !important;
    }
    /**HEADER ALL PAGE **/
    header{
        width: 100%;
        position: fixed;
        top:0;
        left: 0;
        right:0;
        display: flex;
        z-index: 99999999999999999999;
        padding: 10px !important;
        justify-content: space-between;
        background-color: white;
    }
    header > i{
        margin-right: 20px;
        font-size: 2rem !important;
        cursor: pointer;
    }
    header >ul{
        width: 100%;
        display: flex;
        z-index:99999 !important;
        top:70px;
        left:0px;
        padding: 20px;
        flex-direction: column;
        position: absolute;
        align-content:start;
        justify-content: start;
        align-items: start;
        align-content: start;
        list-style: none;
        background-color: white;
        transform: translateY(-800px);
        transition: 0.5s;
        box-shadow:0px 15px 15px rgba(0, 0, 0,0.5);
    }
    header >ul > a{
        margin:20px 0px;
        font-size:1.5rem;
        width: 80%;
        padding:10px;
        margin-top: -10px;
    }
    header > ul > li{
        display: block;
        width: 95%;
    }
    header > ul > li > div{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items:center;
        align-content: center;
        justify-items: center;
    }
    header > ul li > div:hover >ul{
        display: flex;
    }
    header > ul li > div > ul{
        display:flex;
        width: 70%;
        justify-content: space-between;
        margin-top:20px;
        z-index:0;
        position:relative;
        padding: 10px;
        box-shadow: none !important;
    }
    header > ul li > div > ul::after{
        position: relative;
        top:0px;
        left: 0px;
        border-left: none;
        border-top: none;
        border-right: none;
        background-color: transparent;
    }
    /**BANNER**/
        /**BANIER DESIGNE**/
    .bannier{
        margin-top: 70px;
        position: relative;
        width: 100%;
        height: 100px !important;
    }
    .bannier .face{
        width: 100%;
        height: 30vh;
        display: flex;
    }
    .bannier .face div{
        width: 25% !important;
        height: 30vh;
        transition: 1s;
    }
    .bannier .face.face1 div{
        background: url(../image/images-343.jpeg);
        background-repeat: no-repeat;
        background-size: 400% 30vh;
        transform-origin: top;
    }
    .bannier.changes .face.face1 div{
        transform: rotateX(90deg) translateY(-50%);
    }
    
    .bannier .face.face2 div{
        background: url(../image/images-341.jpeg);
        background-repeat: no-repeat;
        background-size: 400% 30vh;
        transform-origin: bottom;
        transform: rotateX(90deg) translateY(50%);
    }

    .bannier.changes .face.face2 div{
        transform: rotateX(0deg) translateY(0%);
    }
    .bannier .face div:nth-child(1){
        background-position-x: 0;
        transition-delay: 0s;
    }
    
    .bannier .face div:nth-child(2){
        background-position-x: -128px;
        transition-delay: 0.2s;
    }
    .bannier .face div:nth-child(3){
        background-position-x: -256px;
        transition-delay: 0.4s;
    }
    .bannier .face div:nth-child(4){
        background-position-x: -384px;
        transition-delay: 0.6s;
    }


    .classeBannier{
        height: 30vh;
    }
    .classeBannier::after{
        height: 30vh;
    }
    .banner1,.banner2,.banner3,.banner4,.banner5{
        height: 30vh;
        display: none;
    }
    .text-box{
        top: 300px;
        display: none;
    }
    .text-box h1{
        margin-bottom: 20px;
        font-family: var(--roboto-Black);
    }
    .text-box p{
        font-size: 1px !important;
        line-height: 18px;
        margin-top: 40px;
    }

    .header-titre img{
        width: 60px;
        height:60px;
        display: none;
    }
    .box{
        height: 50vh;
        top: 150px;
        display: none;
    }
    .box .logoIsp img{
        width: 50px;
        height: 70px;
    }

    @keyframes ImageChangeLogo {
        0%{
            background-image: none;
        }
        100%{
            background-image: url(../icons/isp.png);
            background-repeat: no-repeat;
            background-size: 50px 70px;
        }
    }
    .box .titreInstitut h1{
        font-size: 2rem;
    }
    /**DEPARTEMENT**/
    .departements{
        padding:0 10px;
    }
    .departements > h2{
        margin-bottom: 20px;
        font-size: 1.6rem;
        text-align: center;
    }
    .swiper-container h1{
        font-size: 1.5rem;
    }
    .crecherEtudiantBlock{
        padding: 0 20px;
    }
    .crecherEtudiantBlock div{
        border: 1px solid black;
        border-radius: 50px;
        padding: 20px;
        display: flex;
        align-items: center;
        width: 100%;
    }
    /**EVENEMET ACCUEIL**/
    .evenementAvenir{
        display: flex;
        margin-bottom: 30px;
        padding-bottom: 50px;
        border-bottom:1px solid;
    }
    .evenementAvenir .imageEvenements{
        position: relative;
        width: 180px;
        height: 150px;
        border-radius: 10px;
        overflow: hidden;
    }
    div.evenement-block{
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    div.evenement-block div.ligne{
        height: auto;
        background: skyblue;
        padding: 3px;
        border-radius: 20px;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contenus-evenements{
        padding: 10px;
        width:60%;
        position: relative;
    }
    .contenus-evenements .voirePlusShare{
        position: absolute;
        left: -180px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    h1.actualisteHA2{
        margin-top: 30px;
        font-size: 1.5rem !important;
    }

    /** REBOURS*/
    .rebours-historique > div{
        display: flex;
        flex-direction:column-reverse;
        justify-content: center;
        align-items: center;
        align-content: center;
        border-right: none;
        border-width:10px !important;
        border-bottom: 4px solid;
        padding-bottom: 20px;
    }
    .rebours-historique > div:last-child{
        border-right:none;
        border-bottom: none;
    }
    /**FOOTER**/
    footer{
        width: 100% !important;
        background-color: rgba(9, 6, 28);
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
        color:var(--text-color);
    }
    footer > div.footer-informations{
        width: 100%;
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(25rem,1fr)); 
        grid-gap:0.5rem;
        padding:20px;
    }
    footer >ul.reseaux-sociaux li{
        width: 35px;
        height: 35px;
        background-color: yellow;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        border-radius: 50%;
        margin-left: 10px;
        margin-right: 10px;
    }
    footer > div.footer-informations{
        width: 100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
        align-content: center;
    }
    footer > div.footer-informations > div h2{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    footer > div.footer-informations > div{
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    footer > div.footer-informations > div > ul{
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    /**PROFIL USERS**/
    .bodyColors{
        background-color: #F4F4F4;
        width: 100%;
    }
    .profils-users{
        margin: 50px 0px;
        width: 100%;
        display:block;
        padding:1%;
    }
    .header_profils{
        width:98%;
        margin-right:0px;
        
    }
    .profilUsers{
        display: flex;
        flex-direction:column;
        width: 100%;
        margin-top:50px;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .header_profils > div ul{
        list-style: none;
        width: 100%;
        display: grid;
        grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) !important; 
        grid-gap:0.5rem;
        padding:1px;
        justify-content: space-between;
    }
    .header_profils > div ul li{
        background-color: skyblue;
        padding: 5px;
        border-radius: 2px;
        font-size: 1rem !important;
    }
    .body_profils{
        width: 98%;
    }
    .horaireCoursEtudiants > div >div.blocHoraire{
        width: 100%;
        overflow-x: scroll;
    }
    /**TUTORIEL**/
    .videotutoriels > div{
        width: 99%;
        height: 380px;
        box-shadow:0px 2px 5px rgb(0, 0, 0,0.5);
        border-radius: 8px;
        overflow: hidden;
    }
    .videotutoriels > div video{
        width: 100%;
        height:260px;
        background-color: #000;
    }
    .videotutoriels > div > div{
        width: 95%;
        padding: 10px;
    }
    .videotutoriels > div > div h2{
        font-size:1rem;
        width: 100%;
        border-bottom: 1px solid lightgray;
        padding-bottom:5px;
    }
    .videotutoriels > div > div div{
        width:100%   ;
        display: flex;
        flex-direction:row;
        justify-content: space-between;
        padding: 10px 5px;
    }
    .courEtudiants{
        display: block;
        width: 100%;
    }

    /**BLOCK EVENEMENT**/
    .affichage_evenement{
        display:block;
        width: 100%;
        padding: 0px 1%;
        margin-top: 80px;
    }
    .evenements_sous1{
        width: 99%;
    }
    .evenements_sous1 .blockLieuShare{
        display: block;
    }
    .evenements_sous1 .blockLieuShare > div ul{
        margin-top: 20px;
    }
    .blockdeCommantaires{
        width: 100%;
        padding: 10px;
        margin-top: 30px;
    }
    .blockListeCommentaire .ListeCommentaire{
        display: block;
        padding:10px;
    }
    .blockListeCommentaire .ListeCommentaire .commentaire_user img{
        width: 50px;
        height: 50px;
    }
    .blockListeCommentaire .ListeCommentaire .commentaire_user p{
        font-size: .8rem;
        font-weight: bold;
        display: flex;
        align-items: center;
    }
    
    .blockListeCommentaire .ListeCommentaire .commentaire_user p span{
        background-color: transparent;
        margin-left: 20px;
        font-size: .8rem;
        padding: 0px;
    }
    .blockListeCommentaire .ListeCommentaire .texteCommentaire > div{
        width: 20px;
        height: 50px;
        margin-left: 25px;
    }
    .blockListeCommentaire .ListeCommentaire .texteCommentaire p{
        width: 80%;
    }
    .blockListeCommentaire .ListeCommentaire hr{
        width: 60%;
    }
    .evenements_sous2{
        width: 99%;
        padding: 0px;
    }
    .evenements_sous2 .evenementAvenir{
        display: flex;
        width: 99% !important;
        margin-bottom: 30px;
    }
    .evenements_sous2 .evenementAvenir .imageEvenements{
        position: relative;
        width: 250px!important;
        height: 100px;
        border-radius: 10px;
        overflow: hidden;
    }
    .evenements_sous2 .contenus-evenements{
        padding:0px 10px;
        width: 300px;
    }
    .evenements_sous2 .voirePlusShare {
        align-items: center;
    }
    .evenements_sous2 .voirePlusShare > a{
        width: 50px !important;
        font-size: 1rem !important;
    }





    /****/
    /** A PROPOS***/
    .block-avant-propos{
        margin-top: 80px;
    }
    .historique-a-propos{
        font-size: 1.1rem;
        text-align: justify;
        padding: 20px;
        font-style: italic;
        padding-left: 20px;
        padding-right: 20px;
    }
    .block-avant-propos h1{
        display: flex;
        font-size: 1.4rem;
        font-family: var(--roboto-Black);
        margin-bottom: 50px;
    }
    /***PDF LISTE PROFFESUER**/
    .affichage_fichier_cors{
        margin-top: 70px;
    }
    .affichage_fichier_cors h1{
        font-size:1rem !important;
    }
    .affichage_fichier_cors > div span{
        color:white;
        font-size:2rem;
        position:absolute;
        top:10px;
        left:50px;
        cursor:pointer;
    }

    /*** PROGRAMME ****/
    html body main{
        width:100% !important;
    }
    .horaire-container{
        display: flex;
        flex-direction: row-reverse;
        padding: 0px;
    }
    .horaire-container > div{
        display: flex;
        flex-direction: row-reverse;
    }
    .separation-horaire{
        display: flex !important;
        width:100%;
        padding: 0px;
    }
    .listeSection{
        display: none;
        width: 100%;
    }
    .block1-horaire{
        position:fixed;
        width: 100%;
        height:100%;
        top:100px;
        right:0px;
        background-color: white;
        transform: translateY(-800px);
        transition: 0.5s;
        box-shadow:0px 15px 15px rgba(0, 0, 0,0.5);
    }
    .horaire-contenue{
        width:100%;
        padding: 10px;
        margin-top: 40px;
    }
    .horaire-contenue .allvid{
        width: 100% !important;
    }

    .content-modal{
        display: block;
        background-color: #F4F4F4;
        margin:0%;
        padding:0px 0px;
        width: 100%;
        height: 100%;
        margin-top:0px;
    }
    .content-modal > div{
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    .modalconnexion .content-modal{
        position: relative;
    }
    .modalconnexion .content-modal span{
        position: absolute;
        top:100px;
        right: 10px;
        font-size: 3rem;
    }
    .modalconnexion .content-modal > div form{
        width: 100%;
        height: 100%;
        justify-content:start;
        padding-top: 100px;
    }
    
    .modalconnexion .content-modal > div form h1{
        font-size:3rem;
    }
    .modalconnexion .content-modal > div form input,
    .modalconnexion .content-modal > div form button,
    .modalconnexion .content-modal > div form select{
        width: 80%;
        font-size:2rem;
        
    }
    .modalconnexion .content-modal > div form p,
    .modalconnexion .content-modal > div form p a{
        font-size: 1.5rem;
    }
    form#formulaire2{
        padding: 10%;
        height: 100%;
        overflow-y: scroll;
        padding-top: 120px;
    }
    .inputParBlock{
        display: block !important;
        width: 100% !important;
        margin: 0px !important;
        padding:0px !important;
    }
    form#formulaire2 .inputParBlock input{
        width: 85%;
        margin: 10px 20px !important;
    }
    .modalconnexion .content-modal > div form select{
        width: 90%;
        font-size:2rem;
        
    }

    /**FORMULAIRE INSCRIPTION***/
    .formulaire > div.blockFormulaire{
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding: 50px 20px;
        border-radius: 20px;
    }
    .formulaire > div.blockFormulaire form{
        position: relative;
    }
    .formulaire > div.blockFormulaire form span{
        position: absolute;
        top:-70px;
        right:20px;
    }
    .formulaire > div.blockFormulaire h1{
        margin-top:100px;
    }
    .formulaire > div.blockFormulaire input,
    .formulaire > div.blockFormulaire select{
        margin-top:5px;
        margin-bottom:0px;
        font-size: 1.5rem;
    }
    .formulaire > div.blockFormulaire input[type="submit"]{
        margin-bottom: 50px !important;
        margin-top:20px;
    }

    /** REBOURS*/
    .rebours-historique{
        display:grid;
        grid-template-columns:repeat(3,1fr); 
        grid-gap:0.5rem;
        padding-left:10px;
        padding-right: 10px;
        padding-bottom:50px;
        background-color: yellow;
        padding-top: 80px;
    }
    .rebours-historique > div{
        display: flex;
        flex-direction:column-reverse;
        justify-content: center;
        align-items: center;
        align-content: center;
        border-right:5px solid !important;
        border-bottom: none !important;
    }
    .rebours-historique > div:last-child{
        border-right:0px solid !important;
    }
    .rebours-historique > div h2{
        color: blue;
        font-size: 1rem;
    }
    .rebours-historique > div  span{
        font-size: 1.5rem;
    }

    /****ACTUALITE VUEW***/
    .image_videos{
        margin: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgb(0, 0, 0,.2);
        overflow: hidden;
        width:90%;
        height: auto;
    }


    #backGround{
        background-color: rgba(0, 0, 0, 0.585);
        width: 100%;
        height:400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content:center;
    }
    #backGround div{
        padding-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #backGround div h1{
        border-top:2px solid white;
        border-bottom:2px solid white;
        padding-top:20px;
        padding-bottom:20px;
        width: 70%;
        font-weight:bold;
        font-size:1.5rem;
        text-align: center;
    }
    #backGround div p{
        padding-top:20px;
        padding-bottom:20px;
        font-weight:bold;
        font-size:1rem;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .search-block{
        position: relative;
        display:flex;
        flex-direction:row;
        align-items: center;
        align-content: center;
        border-radius: 50px;
        width: 100%;
        background-color:transparent;
        border:5px solid white;
        padding: 5px;
    }
    .search-block input,
    .search-block input:focus{
        width:100%;
        height:50px;
        outline:none;
        color:white;
        margin-right:20px;
        box-shadow: 1px 1px 10px transparent;
        border:1px solid transparent;
        border-radius:0px;
        font-size:1.3rem;
        background-color: transparent;
    }
    .search-block input::placeholder{
        color:rgb(194, 186, 186)
    }
    .blockBibliotheque{
        padding:5px !important;
        width: 100%;
        padding: 0px !important;
    }
    .ouvrageIspLushi{
        margin:0px !important;
        padding:0px !important;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .headerDepartementBloc{
        margin-top:50px;
    }
    .headerDepartementBloc > div{
        padding: 10px !important;
    }
    .headerDepartementBloc > div h2{
        font-size: 1.5rem;
        text-align: center;
    }
    .blockBibliotheque{
        display:flex;
        flex-direction: column;
    }
    .ouvrageElinges {
        width: 97%;
        margin: 5px;
    }
    .listebibliothequeenligne ul a li{
        width: 94%;
    }
    .paginationsDivBlock{
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .historique-a-propos h1{
        font-size: 1rem;
        display: flex;
        flex-direction: column;
    }
    .affichageEtudiants{
        padding-top: 100px;
    }
    .affichageEtudiants form div{
        margin: 20px;
        width:80%;
    }
    .affichageEtudiants span{
        margin-top:50px ;
        margin-right:-30px;
    }
}