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

    body{
        overflow-x: hidden;
    }
    
        .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{
        height: 40px;
        border: 1.5px 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: center;   
        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% 0%;
        height: 50vh;
    }

    .projet{
        height: 50vh;
    }

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

    .projet1{
        height: 100vh;
    }

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

    .PROJETvid2{
        height: 50vh;
    }

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

    /* FOOTERMFOOTER FOOTER  */

    .banner{
        border:solid black 1.5px;
    }

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

}
/* fin mobile */