@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;
        }

    header{
            height: 40px;
            border: 1.5px solid black;
            width: 100%;
            padding: 0px;
        }

    .refresh{
        margin-left: 20px;
    }


    .top{
        display: none;
    }

    .titre{
        display: none;
    }

    .toptop{
        display: none;
    }

    main{
        grid-template-columns: 1fr 1fr;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* .projet{
        border: 1px solid red;
        } */

    .projetimage{
        height: 200px;
        padding: 0px;
}

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


    .banner{
        border:solid black 1.5px;
    }

    .bannermove{
        font-size: 40px;
    }

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

    .bottom{
        bottom: 0;
    }
    
    footer{
        bottom: 20px;
        left: 20px;
        column-gap: 22px;
    }

    .lien{
        font-size: 22px;
        padding-right: 15px;
    }
    
    .mailinsta{
        outline: 1.5px solid black;
        display: flex;
        height: 50px;
        width: 100%;
        padding-top: 10px;
        padding-left: 20px;
        margin-bottom: 120px;
    }

    .banner{
        border: solid black 1.5px;
    }


}/* fin mobile */