@media(max-width: 900px) {
    /*mobile*/
    body{
        overflow-x: hidden;
    }
    
        .typo-grand{
            font-size: 40px;
        }

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

        /* ABOUT */

        main{
            margin: 0px;
            padding: 0px;
        }

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

        .home{
            margin-right: 0px;
            display: flex;
            justify-content: center;   
            vertical-align: middle;
        }
    
        .Abouttexte{
            padding-top: 65px;
            line-height: 32px;
            text-align: left;
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 20px;
        }

        .photomoi{
            height: 600px;
            object-fit: cover;
        }

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

    .titre{
       display: none;
    }

    .toptop{
        display: none;
    }

    .top{
     display: none;
    }

    .refresh{
        margin-left: 20px;
    }

    .home{
        margin-right: 0px;
    
    }

    /* fin menu haut */

    /* BANNER ET FOOTER  */
    .banner{
        border:solid black 1.5px;
    }

    .bannermove{
        font-size: 40px;
    }

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

    /* INDEXXXXXX */

    .video1{
        height: 700px;
        transform: rotate(50turn);  
      }

    .Portfoliotexte{
        line-height: 32px;
        text-align: left;
        width: auto;
        margin-left: 20px;
    }
}/* fin mobile */