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

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

    .trigger {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: 1px;
        /*background: lime;*/
        /*display: none;*/
    }

    .triggerB {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
        height: 1px;
        /*background: lime;*/
        /*display: none;*/
    }

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



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

    .homeAnchor {
        display: none;
    }

    .homeAnchor p {
        position: absolute;
        top: 50%;
        left: 20px;
        width: auto;
        line-height: 50px;
        margin-top: -25px;
        font-family: 'bebas', Arial, sans-serif;
        font-size: 50px;
        color: #fff;
    }

    #homeAnchor02, #homeAnchor03 {
        display: none;
        /*margin-top: 50px;*/
    }

    /*********************************/
    /*           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/decoRight1400.png) no-repeat bottom right;
    }

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

    .decoLink::before {
        content: attr(data-letters);
        position: absolute;
        z-index: 2;
        overflow: hidden;
        color: #fffa78;
        white-space: nowrap;
        width: 0%;
        transition: width 0.5s 0.4s;
           -webkit-transition: width 0.5s 0.4s;
    }

    .decoLink:hover::before {
        width: 100%;
    }

    .decoLeft {
        position: absolute;
        z-index: 5;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 386px;
        background: url(../img/decoLeft1400.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: 70px;
        color: #fff;
        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 {
        background: url(../img/homeBG02.png) no-repeat center center;
        background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
    }

    #bloc03 {
        background: #fff;
    }


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

    #particle-slider {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        width: 1550px;
        height: 450px;
        margin-left: -775px;
        margin-top: -225px;
    }

    #particle-slider div {
        display: none;
    }

    /* PARTICLES RESP */

    .particleResp {
        display: none;
    }
        
    .particleResp img {
        display: none;
    }
        


    /*********************************/
    /*            BLOC 02            */
    /*********************************/

    .homePresentation {
        position: absolute;
        z-index: 100;
        top: 50%;
        left: 50%;
        height: 160px;
        width: 300px;
        margin-top: -80px;
        margin-left: -150px;
        /*background: blue;*/
    }

    .homePresentation h1 {
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'nexa', arial, sans-serif;
        font-size: 17px;
        color:  #000;
        font-weight: 900;
    }

    .homePresentation p {
        position: absolute;
        top: 30px;
        left: 0;
        font-family: 'nexa', arial, sans-serif;
        font-size: 14px;
        color:  #b8b8b8;
        font-weight: 100;
        text-align: left;
    }

    /* Left */

    .homeBLLeft {
        display: none;
    }

    /* Right */

    .homeBLRight {
        display: none;
    }



    /*********************************/
    /*             BLOC 03           */
    /*********************************/

    .decoTxt {
        font-family: 'duke', sans-serif;
        text-transform: uppercase;
        font-size: 50px;
        color: rgba(144, 233, 222, .25);
        position: absolute;
        top: 5%;
        left: 98%;
        height: 80px;
        width: 500px;
        margin-left: -250px;
        /*background: red;*/
    }
        
    #homeDecoTxt01 {
        position: absolute;
        top: 5%;
        left: 58%;
        height: 80px;
        width: 500px;
        margin-left: -250px;
        /*background: yellow;*/
    }

    .homeSlide {
        position: relative;
        z-index: 3;
        top: 20%;
        left: 10%;
        width: 780px;
        height: 342px;
        border: 3px solid #f0f1f1;
        box-shadow: 0px 2px 3px 0px #cccccc;
            -webkit-box-shadow: 0px 2px 3px 0px #cccccc;
            -moz-box-shadow: 0px 2px 3px 0px #cccccc;
            -ms-box-shadow: 0px 2px 3px 0px #cccccc;
            -o-box-shadow: 0px 2px 3px 0px #cccccc;
    }

    .homeSlideMin {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 780px;
        height: 342px;
        overflow: hidden;
    }
        
    .homeSlideMin img {
        width: 780px;
        height: 342px;
    }

    .homeSlideOverlay {
        display: none;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #90e9de;
    }

    .homeSlideOverlayB {
        display: none;
        position: absolute;
        z-index: 9;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e990e0;
    }

    #homeSlideMin01 {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

    #homeSlideMin02 {
        position: absolute;
        z-index: 1;
        top: -100%;
        left: 0;
    }

    #homeSlideMin03 {
        position: absolute;
        z-index: 1;
        top: -100%;
        left: 0;
    }

    #homeSlideMin04 {
        position: absolute;
        z-index: 1;
        top: -100%;
        left: 0;
    }

    #homeSlideMin05 {
        position: absolute;
        z-index: 1;
        top: -100%;
        left: 0;
    }

    #homeSlideMin06 {
        position: absolute;
        z-index: 1;
        top: -100%;
        left: 0;
    }

    .homeSlideTitle {
        position: absolute;
        z-index: 100;
        top: 30px;
        right: -100px;
        height: 149px;
        width: 300px;
    }

    .decoMinTitle {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 300px;
    }

    #decoMinTitle02 {
        margin-right: -50px;
    }

    .blocMinTitle {
        position: absolute;
        z-index: 2;
        top: 10px;
        left: 50%;
        height: 90px;
        width: 250px;
        margin-left: -125px;
        /*background: yellow;*/
    }

    .blocMinTitle h2 {
        position: absolute;
        top: 3px;
        left: 50%;
        width: 300px;
        height: 50%;
        margin-left: -150px;
        font-family: 'nexa', Arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-weight: 100;
    }

    .titleSep {
        position: absolute;
        top: 28px;
        left: 50%;
        width: 200px;
        height: 1px;
        margin-left: -100px;
        background: #fff;
    }

    .subTitle {
        position: absolute;
        top: 34px;
        left: 50%;
        width: 250px;
        height: auto;
        margin-left: -125px;
        font-family: 'nexa', Arial, sans-serif;
        text-transform: lowercase;
        color: #fff;
        text-align: center;
        font-size: 15px;
    }

    .homeSlideComm {
        position: absolute;
        z-index: 100;
        top: 20%;
        left: 10%;
        margin-top: 275px;
        margin-left: -37px;
        width: 74px;
        height: 38px;
    }


    /* Slide Prev / Next */

    .nextSlide {
        display: block;
        position: absolute;
        z-index: 200;
        top: 0;
        right: 0;
        height: 38px;
        width: 37px;
        cursor: pointer;
        background: url(../img/homeNextResp.jpg) no-repeat -37px 0;
        transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
    }

    .nextSlide:hover {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 38px;
        width: 37px;
        cursor: pointer;
        background: url(../img/homeNextResp.jpg) no-repeat 0px 0;
        transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
    }

    .prevSlide {
        display: block;
        position: absolute;
        z-index: 200;
        top: 0;
        left: 0;
        height: 38px;
        width: 37px;
        cursor: pointer;
        background: url(../img/homePrevResp.jpg) no-repeat 0px 0;
        transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
    }

    .prevSlide:hover {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 38px;
        width: 37px;
        cursor: pointer;
        background: url(../img/homePrevResp.jpg) no-repeat -37px 0;
        transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
    }
        

    #squareBig0201Hover {
        position: absolute;
        z-index: 2;
        top: 78%;
        left: 4%;
        background: #fff;
        transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
        animation: animCercleB02 8s infinite;
            -webkit-animation: animCercleB02 8s infinite;
            -moz-animation: animCercleB02 8s infinite;
            -ms-animation: animCercleB02 8s infinite;
            -o-animation: animCercleB02 8s infinite;
    }

    @keyframes animCercleB02 {
        25% 	{top: 78.3%; left: 3.7%;}
        75% 	{top: 77.7%; left: 4.3%;}
        100% 	{top: 78%; left: 4%;}
    }

    @-webkit-keyframes animCercleB02 {
        25% 	{top: 78.3%; left: 3.7%;}
        75% 	{top: 77.7%; left: 4.3%;}
        100% 	{top: 78%; left: 4%;}
    }

    @-moz-keyframes animCercleB02 {
        25% 	{top: 78.3%; left: 3.7%;}
        75% 	{top: 77.7%; left: 4.3%;}
        100% 	{top: 78%; left: 4%;}
    }

    @-ms-keyframes animCercleB02 {
        25% 	{top: 78.3%; left: 3.7%;}
        75% 	{top: 77.7%; left: 4.3%;}
        100% 	{top: 78%; left: 4%;}
    }

    @-o-keyframes animCercleB02 {
        25% 	{top: 78.3%; left: 3.7%;}
        75% 	{top: 77.7%; left: 4.3%;}
        100% 	{top: 78%; left: 4%;}
    }

    #squareBig0201 {
        position: absolute;
        z-index: 1;
        top: 78%;
        left: 4%;
        margin-top: 1px;
        margin-left: 1px;
        transform: rotate(45deg) scale(0);
            -webkit-transform: rotate(45deg) scale(0);
            -moz-transform: rotate(45deg) scale(0);
            -ms-transform: rotate(45deg) scale(0);
            -o-transform: rotate(45deg) scale(0);
        animation: animCercleB02 8s infinite;
            -webkit-animation: animCercleB02 8s infinite;
            -moz-animation: animCercleB02 8s infinite;
            -ms-animation: animCercleB02 8s infinite;
            -o-animation: animCercleB02 8s infinite;
    }


        
}
