@media(max-width: 900px) {
    /*mobile*/

    body{
        overflow-x: hidden!important;
    }
    
        .typo-grand{
            font-size: 40px;
            line-height: 35px;
        }

        .typo-moyen{
            font-size: 22px;
        }
    
        .typo-petit{
            font-size: 9px;
        }
        
        .typo-vingt{
            padding-top: 20px;
        }

           /* MENU */
    .toptop{
        display: none;
    }

    .top{
      display: none;
    }
    .titre{
     display: none;
    }

    header{
        display: flex;
        height: 45px;
        border: 0.7px solid black;
        width: 100%;
        padding: 0px;
    }

    .lien{
        font-size: 22px;
        padding-right: 15px;
    }

    .image:hover{
        outline: solid 1.5px blue;
    }

        .home{
            margin-right: 0px;
            display: flex;
            justify-content: space-between;   
            vertical-align: middle;
        }

    .bottom{
        bottom: 0;
    }

    .refresh{
        margin-left: 15px;
    }

        /* MENU FIN */

        /* PROJET PROJET PROJET !!!!!! */

        main{
            padding-left: 0px;
            padding-right: 0px;
        }

        .Portfoliotexte{
            margin-left: 20px;
            margin-top: 10px;
            margin-bottom: 50px;
            left: 20px;
            line-height: 20px;
            grid-template-columns: auto;
        }

    .carrousel{
        display: grid;
        grid-template-columns: 50% 50%;
        height: 50vh;
    }

    .projetTrop{
        display: none;
    }

    .projet{
        height: 50vh;
    }

    .projetimage{
        height: 50vh;
        padding: 0px;
    }

    .projet1{
        height: 100%;
    }

    .projettexte{
        display: flex;
        gap: 20px;
        line-height: 9px;
    }

    .PROJETvid2{
        height: 50vh;
    }

    .infoprojet{
        top: 20px;
        bottom: 20px;
        left: 20px;
        column-gap: 22px;
    }

    /* FOOTERMFOOTER FOOTER  */

    .banner{
        border:solid black 0.7px;
    }

    .bannermove{
        font-size: 40px;
    }
    
      footer{
        bottom: 45px!important;
        left: 20px;
        column-gap: 22px;
    }
    .mailinsta{
        outline: 0.7px solid black;
        display: flex;
        height: 50px;
        width: 100%;
        padding-top: 10px;
        padding-left: 20px;
        margin-bottom: 120px;
    }


.prochain {
    height: 60px;
    right: 15px;
    bottom: 30px;
}

.prochain .fleche img {
    width: 50px;

}


    .degradefin{
         margin-top: -100px;
            width: 100%;
            height: 100px;    }
}

    #curseur{
        display: none;
    }
/* fin mobile */