@media screen and (max-width:1300px){
    /* only 1 card per column (homepage */
    .prescard {
        width: 90%;
    }

    /* reduce animation size */
    .lawcky {
        font-size: 5rem;
    }

    /* remove the Lawcky in the sidebar */
    .header-logo span {
        display: none;
        margin: 0;
    }

    /* center the image */
    .header-logo, .header-logo img {
        margin: 0; 
    }
    .header-logo a {
        margin: 10% 0 0;
        display: flex;
        justify-content: center;
    }

    @media screen and (max-width:1000px){

        /* burger settings */
        #pp, aside{
            display: none;
        }
        #burger {
            display: block;
        }
        #burger {
            display: block;
        }

        /* displays the sidebar & additionnal modification */
        .showSidebar {
            display: block;
            position: absolute;
            z-index: 1;
            overflow: scroll;
            width: 100%;
        }
        
        /* better display of options */
        .header {
            margin: 0;
        }

        /* home animation */
        .lawcky {
            margin: 5% 0 10%;
            text-align: center;
            width: 100%;
        }

        .lawcky {
            font-size: 3rem;
        }

        .online-tools {
            gap: 50% 5%;
        }

        .rescard {
            width: 50%;
            margin-bottom: 5%;
        }
    }
}


