.cat1 {
    background-color: #ff4500;
    color: white;
    cursor: pointer;
}

.cat2 {
    background-color: #FF642B;
    color: white;
    cursor: pointer;
}

.cat3 {
    background-color: #FF8355;
    color: white;
    cursor: pointer;
}

.cat4 {
    background-color: #FFA280;
    /* color: rgba(0, 0, 0, 0.5); */
    color: white;
    cursor: pointer;
}

.cat5 {
    background-color: #ffffff;
    color: #ff4500;
    cursor: pointer;
}

.cat6 {
    background-color: #000000;
    color: white;
    cursor: pointer;
}


.noms {
    font-family: Trade_Bold;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.vh-100 {
    height: 100vh;
}

.vw-100 {
    width: 100vw;
}

@media only screen and (min-width: 767px) {
    #vp-size {
        height: 100vh;
    }

    #vp-at-size {
        height: 100vh;
    }
}

@media only screen and (max-width: 766px) {
    #vp-size {
        height: 45vh;
    }

    #vp-at-size {
        height: 10vh;
    }
}