/* modif pour les smartphones*/

@media screen and (max-width=800px){
    
    header{
        position:inherit;
        width: auto; 
        text-align: center;
    }

    header ul {
        display:block;
    }

    header li{
        text-align: center;
    }

    aside {
        position:absolute;
        width: auto;
        padding: 120px 12px 0 12px;
    }
    
    section{
        position:absolute;
        padding:120px 12px 120px 12px;
    }        
    
    footer{
        position: absolute;       
    }
}

