@media screen and (max-width: 900px) {

    body{
        font-size:13px;
        line-height:14.5px;
    }

    #menu-trigger{

        position:fixed;
        top:10px;
        right:10px;
        width: 17px;
        z-index: +15;
    
    }

    #photo{
        display:none;
    }

    #bonus{
        display:none;
    }

    .presentation{
        display:block;
    }

    .project{
        display:block;
    }

    .eng{
        margin-left:0;
    }

    .tech{
        margin-top:1px;
        margin-bottom:20px;
        font-size: 11px;
        line-height: 12.3px;
        margin-left: 0;
    }

    .puce{
        max-width: 9.5px;
    }
}