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

body{
    overflow-x: hidden;
}

#curseur{
    display: none;
}
        .typo-grand{
            font-size: 35px;
            line-height: 35px;
        }

        .typo-moyen{
            font-size: 22px;
        }
    
        .typo-petit{
            font-size: 9px;
        }

    header{
        display: flex;
        height: 45px;
        border: 0.7px 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;
    }
    
    .projetimage{
        height: 250px;
        padding: 0px;
}

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

    .bannermove{
        font-size: 35px;
    }

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

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

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

    .banner{
        border: solid black 0.7px;
    }

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