@media screen and (max-width: 500px),
    screen and (max-device-width: 500px) {
        

    /*********************************/
    /*            SCROLL             */
    /*********************************/

    .trigger {
        display: none!important;
    }

    .triggerB {
        display: none!important;
    }

    
    #trigger0, #trigger1, #trigger2 {
        display: none!important;
    }
    


    /*********************************/
    /*          Home ANCHOR          */
    /*********************************/

    .homeAnchor {
        display: none;
    }
        

    /*********************************/
    /*           STRUCTURE           */
    /*********************************/

    .structure {
        position: relative;
        z-index: 1;
        top: 5%;
        left: 3%;
        height: 92%;
        width: 95%;
        background: #fff;
        overflow: hidden;
    }

    .bloc {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .decoRight {
        position: absolute;
        z-index: 5;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 386px;
        background: url(../img/decoRightResp.png) no-repeat bottom right;
    }

    .decoRight a {
        display: block;
        position: absolute;
        z-index: 100;
        bottom: 5px;
        right: 20px;
        font-family: 'mission', Arial, sans-serif;
        font-size: 45px;
        color: #000000;
        transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
    }
        
    .decoRight a:hover {
        color: #fffa78;
        transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
    }

    .decoLink::before {
        display: none;
    }

    .decoLink:hover::before {
        display: none;
    }

    .decoLeft {
        position: absolute;
        z-index: 5;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 386px;
        background: url(../img/decoLeftResp.png) no-repeat bottom left;
    }
        
    .decoLeft a {
        display: block;
        position: absolute;
        z-index: 100;
        bottom: 5px;
        left: 50px;
        font-family: 'mission', Arial, sans-serif;
        font-size: 50px;
        color: #000000;
        transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
    }
        
    .decoLeft a:hover {
        color: #fffa78;
        transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
    }

    .decoTop {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 1820px;
        height: 143px;
    }


    /*********************************/
    /*           Home BLOC           */
    /*********************************/

    #bloc01 {
        background: url('http://www.littleyellowbeetle.com/simg/homeBGTxt_jp.jpg') no-repeat center center;
        background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
    }

    #bloc02 {
        display: none;
    }

    #bloc03 {
        display: none;
    }
        
    #section1, #section2 {
        display: none;
    }


    /*********************************/
    /*           PARTICLES           */
    /*********************************/

    #particle-slider {
        display: none;
    }

    #particle-slider div {
        display: none;
    }

    /* PARTICLES RESP */

    .particleResp {
        display: block;
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        width: 250px;
        height: 42px;
        margin-left: -125px;
        margin-top: -22px;
        /*background: red;*/
    }
        
    .particleResp img {
        width: 100%;
        height: 100%;
    }
    
        
}
