body {
    position: relative;
    height: 100vh;
    background: #ffcd12;
}


/*********************************/
/*            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 {
    position: fixed;
    z-index: 9999;
    top: 90px;
    left: 130px;
    height: 65px;
    width: 270px;
    background: #90e9de;
}

.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: 90%;
    width: 94%;
    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/decoRight.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: 100px;
    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: #90e9de;
}

.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;
        -moz-transition: width 0.5s 0.4s;
        -ms-transition: width 0.5s 0.4s;
        -o-transition: width 0.5s 0.4s;
}

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

.decoLeft {
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 0px;
    width: 1820px;
    height: 386px;
    background: url(../img/decoLeft.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: 100px;
    color: #fff;
    transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
}

.decoLeft a:hover {
    color: #90e9de;
}

.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: 690px;
    margin-left: -775px;
    margin-top: -345px;
}

#particle-slider div {
    display: none;
}

/* PARTICLES RESP */

.particleResp {
    display: none;
}


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

.homePresentation {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    height: 200px;
    width: 450px;
    margin-top: -100px;
    margin-left: -225px;
    /*background: blue;*/
}

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

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

/* Left */

.homeBLLeft {
    position: absolute;
    z-index: 100;
    top: 21%;
    left: 8%;
    width: 820px;
    height: 75px;
    /*background: lime;*/
    font-family: 'ost', sans-serif;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
}

.homeBLLeftFixe {
    position: absolute;
    top: 10px;
    left: 10px;
}

.homeBLLeftDeco p {
    position: absolute;
    top: 0px;
    left: 310px;
    height: 100%;
    width: auto;
    min-width: 50px;
    line-height: 80px;
    padding: 0px 10px;
    background: #90e9de;
}

.homeBLLeftAnim {
    margin-top: 10px;
}

#homeBLLeftAnim01 {
    z-index: 1;
    opacity: 1;
    animation: animBaseline01 9s infinite;
            -webkit-animation: animBaseline01 9s infinite;
            -moz-animation: animBaseline01 9s infinite;
            -ms-animation: animBaseline01 9s infinite;
            -o-animation: animBaseline01 9s infinite;
}

@keyframes animBaseline01 {
	30% 	{opacity: 1;}
    33% 	{opacity: 0;}
	95% 	{opacity: 0;}
    100% 	{opacity: 1;}
}

@-webkit-keyframes animBaseline01 {
	30% 	{opacity: 1;}
    33% 	{opacity: 0;}
	95% 	{opacity: 0;}
    100% 	{opacity: 1;}
}

@-moz-keyframes animBaseline01 {
	30% 	{opacity: 1;}
    33% 	{opacity: 0;}
	95% 	{opacity: 0;}
    100% 	{opacity: 1;}
}

@-ms-keyframes animBaseline01 {
	30% 	{opacity: 1;}
    33% 	{opacity: 0;}
	95% 	{opacity: 0;}
    100% 	{opacity: 1;}
}

@-o-keyframes animBaseline01 {
	30% 	{opacity: 1;}
    33% 	{opacity: 0;}
	95% 	{opacity: 0;}
    100% 	{opacity: 1;}
}

#homeBLLeftAnim02 {
    z-index: 2;
    opacity: 0;
    animation: animBaseline02 9s infinite;
            -webkit-animation: animBaseline02 9s infinite;
            -moz-animation: animBaseline02 9s infinite;
            -ms-animation: animBaseline02 9s infinite;
            -o-animation: animBaseline02 9s infinite;
}

@keyframes animBaseline02 {
	30% 	{opacity: 0;}
    33% 	{opacity: 1;}
	60% 	{opacity: 1;}
    66% 	{opacity: 0;}
}

@-webkit-keyframes animBaseline02 {
	30% 	{opacity: 0;}
    33% 	{opacity: 1;}
	60% 	{opacity: 1;}
    66% 	{opacity: 0;}
}

@-moz-keyframes animBaseline02 {
	30% 	{opacity: 0;}
    33% 	{opacity: 1;}
	60% 	{opacity: 1;}
    66% 	{opacity: 0;}
}

@-ms-keyframes animBaseline02 {
	30% 	{opacity: 0;}
    33% 	{opacity: 1;}
	60% 	{opacity: 1;}
    66% 	{opacity: 0;}
}

@-o-keyframes animBaseline02 {
	30% 	{opacity: 0;}
    33% 	{opacity: 1;}
	60% 	{opacity: 1;}
    66% 	{opacity: 0;}
}

#homeBLLeftAnim03 {
    z-index: 3;
    opacity: 0;
    animation: animBaseline03 9s infinite;
            -webkit-animation: animBaseline03 9s infinite;
            -moz-animation: animBaseline03 9s infinite;
            -ms-animation: animBaseline03 9s infinite;
            -o-animation: animBaseline03 9s infinite;
}

@keyframes animBaseline03 {
	60% 	{opacity: 0;}
    66% 	{opacity: 1;}
	95% 	{opacity: 1;}
    100% 	{opacity: 0;}
}

@-webkit-keyframes animBaseline03 {
	60% 	{opacity: 0;}
    66% 	{opacity: 1;}
	95% 	{opacity: 1;}
    100% 	{opacity: 0;}
}

@-moz-keyframes animBaseline03 {
	60% 	{opacity: 0;}
    66% 	{opacity: 1;}
	95% 	{opacity: 1;}
    100% 	{opacity: 0;}
}

@-ms-keyframes animBaseline03 {
	60% 	{opacity: 0;}
    66% 	{opacity: 1;}
	95% 	{opacity: 1;}
    100% 	{opacity: 0;}
}

@-o-keyframes animBaseline03 {
	60% 	{opacity: 0;}
    66% 	{opacity: 1;}
	95% 	{opacity: 1;}
    100% 	{opacity: 0;}
}

/* Right */

.homeBLRight {
    position: absolute;
    z-index: 100;
    bottom: 21%;
    right: 8%;
    width: 820px;
    height: 75px;
    /*background: lime;*/
    font-family: 'ost', sans-serif;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
}

.homeBLRightFixe {
    position: absolute;
    top: 10px;
    right: 10px;
}

.homeBLRightDeco p {
    position: absolute;
    top: 0px;
    right: 185px;
    height: 100%;
    width: auto;
    min-width: 50px;
    line-height: 80px;
    padding: 0px 10px;
    background: #e990e0;
}

.homeBLRightAnim {
    margin-top: 10px;
}

#homeBLRightAnim01 {
    z-index: 1;
    opacity: 1;
    animation: animBaselineR01 10s infinite;
            -webkit-animation: animBaselineR01 10s infinite;
            -moz-animation: animBaselineR01 10s infinite;
            -ms-animation: animBaselineR01 10s infinite;
            -o-animation: animBaselineR01 10s infinite;
}

@keyframes animBaselineR01 {
	45% 	{opacity: 1;}
    50% 	{opacity: 0;}
	95% 	{opacity: 0;}
    100% 	{opacity: 1;}
}

@-webkit-keyframes animBaselineR01 {
	45% 	{opacity: 1;}
    50% 	{opacity: 0;}
	95% 	{opacity: 0;}
    100% 	{opacity: 1;}
}

@-moz-keyframes animBaselineR01 {
	45% 	{opacity: 1;}
    50% 	{opacity: 0;}
	95% 	{opacity: 0;}
    100% 	{opacity: 1;}
}

@-ms-keyframes animBaselineR01 {
	45% 	{opacity: 1;}
    50% 	{opacity: 0;}
	95% 	{opacity: 0;}
    100% 	{opacity: 1;}
}

@-o-keyframes animBaselineR01 {
	45% 	{opacity: 1;}
    50% 	{opacity: 0;}
	95% 	{opacity: 0;}
    100% 	{opacity: 1;}
}

#homeBLRightAnim02 {
    z-index: 2;
    opacity: 0;
    animation: animBaselineR02 10s infinite;
            -webkit-animation: animBaselineR02 10s infinite;
            -moz-animation: animBaselineR02 10s infinite;
            -ms-animation: animBaselineR02 10s infinite;
            -o-animation: animBaselineR02 10s infinite;
}

@keyframes animBaselineR02 {
	45% 	{opacity: 0;}
    50% 	{opacity: 1;}
	95% 	{opacity: 1;}
    100% 	{opacity: 0;}
}

@-webkit-keyframes animBaselineR02 {
	45% 	{opacity: 0;}
    50% 	{opacity: 1;}
	95% 	{opacity: 1;}
    100% 	{opacity: 0;}
}

@-moz-keyframes animBaselineR02 {
	45% 	{opacity: 0;}
    50% 	{opacity: 1;}
	95% 	{opacity: 1;}
    100% 	{opacity: 0;}
}

@-ms-keyframes animBaselineR02 {
	45% 	{opacity: 0;}
    50% 	{opacity: 1;}
	95% 	{opacity: 1;}
    100% 	{opacity: 0;}
}

@-o-keyframes animBaselineR02 {
	45% 	{opacity: 0;}
    50% 	{opacity: 1;}
	95% 	{opacity: 1;}
    100% 	{opacity: 0;}
}


#prev01, #next02, #prev02, #next03, #prev03, #next04, #prev04, #next05, #prev05, #next06 {
    display: none;
}

#homeSlideTitle02, #homeSlideTitle03, #homeSlideTitle04, #homeSlideTitle05, #homeSlideTitle06, #decoMinTitle02 {
    display: none;
}


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

.decoTxt {
    font-family: 'duke', sans-serif;
    text-transform: uppercase;
    font-size: 80px;
    color: rgba(144, 233, 222, .25);
    position: absolute;
    top: 6%;
    left: 78%;
    height: 80px;
    width: 600px;
    margin-left: -300px;
}

.homeSlide {
    position: relative;
    z-index: 3;
    top: 20%;
    left: 10%;
    width: 1210px;
    height: 530px;
    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: 1210px;
    height: 530px;
    overflow: hidden;
}

.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: 40px;
    right: -303px;
    height: 149px;
    width: 606px;
}

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

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

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

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

.titleSep {
    position: absolute;
    top: 45px;
    left: 50%;
    width: 350px;
    height: 2px;
    margin-left: -175px;
    background: #fff;
}

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

.homeSlideComm {
    position: absolute;
    z-index: 100;
    top: 20%;
    left: 10%;
    margin-top: 425px;
    margin-left: -74px;
    width: 148px;
    height: 75px;
}


/* Slide Prev / Next */

.nextSlide {
    display: block;
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    height: 75px;
    width: 74px;
    cursor: pointer;
    background: url(../img/homeNext.jpg) no-repeat -74px 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: 75px;
    width: 74px;
    cursor: pointer;
    background: url(../img/homeNext.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: 75px;
    width: 74px;
    cursor: pointer;
    background: url(../img/homePrev.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: 75px;
    width: 74px;
    cursor: pointer;
    background: url(../img/homePrev.jpg) no-repeat -74px 0;
    transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
}



/*********************************/
/*             ANIM 01           */
/*********************************/

/* Anim DECO */

#homeDecoTxt01 {
    position: absolute;
    top: 6%;
    left: 58%;
    height: 80px;
    width: 500px;
    margin-left: -250px;
    /*background: yellow;*/
}

/* Position Anim Deco */

#cercleSmall0101 {
    position: absolute;
    z-index: 1;
    top: 30%;
    left: 5%;
    animation: animCercle04 8s infinite;
        -webkit-animation: animCercle04 8s infinite;
        -moz-animation: animCercle04 8s infinite;
        -ms-animation: animCercle04 8s infinite;
        -o-animation: animCercle04 8s infinite;
}

#cercleSmall0101Hover {
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 5%;
    background: #fff;
    border: 1px solid #fff;
    margin-top: -1px;
    margin-left: -1px;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    animation: animCercle04 8s infinite;
        -webkit-animation: animCercle04 8s infinite;
        -moz-animation: animCercle04 8s infinite;
        -ms-animation: animCercle04 8s infinite;
        -o-animation: animCercle04 8s infinite;
}

@keyframes animCercle04 {
	25% 	{top: 29.7%; left: 5.3%;}
    75% 	{top: 30.3%; left: 4.7%;}
	100% 	{top: 30%; left: 5%;}
}

@-webkit-keyframes animCercle04 {
	25% 	{top: 29.7%; left: 5.3%;}
    75% 	{top: 30.3%; left: 4.7%;}
	100% 	{top: 30%; left: 5%;}
}

@-moz-keyframes animCercle04 {
	25% 	{top: 29.7%; left: 5.3%;}
    75% 	{top: 30.3%; left: 4.7%;}
	100% 	{top: 30%; left: 5%;}
}

@-ms-keyframes animCercle04{
	25% 	{top: 29.7%; left: 5.3%;}
    75% 	{top: 30.3%; left: 4.7%;}
	100% 	{top: 30%; left: 5%;}
}

@-o-keyframes animCercle04 {
	25% 	{top: 29.7%; left: 5.3%;}
    75% 	{top: 30.3%; left: 4.7%;}
	100% 	{top: 30%; left: 5%;}
}

#squareMedium0101 {
    position: absolute;
    top: 32%;
    left: 6%;
    transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
}

#squareMedium0102 {
    position: absolute;
    top: 32%;
    left: 8%;
    transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
}

#squareSmall0101 {
    position: absolute;
    top: 58%;
    left: 3%;
    transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
}

#squareSmall0102 {
    position: absolute;
    top: 56%;
    left: 3%;
    transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
}

#cercleSmall0102 {
    position: absolute;
    z-index: 1;
    top: 62%;
    left: 7%;
    animation: animCercle03 8s infinite;
        -webkit-animation: animCercle03 8s infinite;
        -moz-animation: animCercle03 8s infinite;
        -ms-animation: animCercle03 8s infinite;
        -o-animation: animCercle03 8s infinite;
}

@keyframes animCercle03 {
	25% 	{top: 62.3%; left: 6.7%;}
    75% 	{top: 61.7%; left: 7.3%;}
	100% 	{top: 62%; left: 7%;}
}

@-webkit-keyframes animCercle03 {
	25% 	{top: 62.3%; left: 6.7%;}
    75% 	{top: 61.7%; left: 7.3%;}
	100% 	{top: 62%; left: 7%;}
}

@-moz-keyframes animCercle03 {
	25% 	{top: 62.3%; left: 6.7%;}
    75% 	{top: 61.7%; left: 7.3%;}
	100% 	{top: 62%; left: 7%;}
}

@-ms-keyframes animCercle03 {
	25% 	{top: 62.3%; left: 6.7%;}
    75% 	{top: 61.7%; left: 7.3%;}
	100% 	{top: 62%; left: 7%;}
}

@-o-keyframes animCercle03 {
	25% 	{top: 62.3%; left: 6.7%;}
    75% 	{top: 61.7%; left: 7.3%;}
	100% 	{top: 62%; left: 7%;}
}

#cercleSmall0102Hover {
    position: absolute;
    z-index: 2;
    top: 62%;
    left: 7%;
    background: #fff;
    border: 1px solid #fff;
    margin-top: -1px;
    margin-left: -1px;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    animation: animCercle03 8s infinite;
        -webkit-animation: animCercle03 8s infinite;
        -moz-animation: animCercle03 8s infinite;
        -ms-animation: animCercle03 8s infinite;
        -o-animation: animCercle03 8s infinite;
}

#squareBig0101 {
    position: absolute;
    top: 78%;
    left: 14%;
    transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
}

#squareBig0102 {
    position: absolute;
    top: 76%;
    left: 17%;
    transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
}

#cercleBig0101Hover {
    position: absolute;
    z-index: 2;
    top: 95%;
    left: 1%;
    background: #fff;
    border: 1px solid #fff;
    margin-top: -1px;
    margin-left: -1px;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    animation: animCercle05 8s infinite;
        -webkit-animation: animCercle05 8s infinite;
        -moz-animation: animCercle05 8s infinite;
        -ms-animation: animCercle05 8s infinite;
        -o-animation: animCercle05 8s infinite;
}

@keyframes animCercle05 {
	25% 	{top: 94.7%; left: 1.3%;}
    75% 	{top: 95.3%; left: 0.7%;}
	100% 	{top: 95%; left: 1%;}
}

@-webkit-keyframes animCercle05 {
	25% 	{top: 94.7%; left: 1.3%;}
    75% 	{top: 95.3%; left: 0.7%;}
	100% 	{top: 95%; left: 1%;}
}

@-moz-keyframes animCercle05 {
	25% 	{top: 94.7%; left: 1.3%;}
    75% 	{top: 95.3%; left: 0.7%;}
	100% 	{top: 95%; left: 1%;}
}

@-ms-keyframes animCercle05 {
	25% 	{top: 94.7%; left: 1.3%;}
    75% 	{top: 95.3%; left: 0.7%;}
	100% 	{top: 95%; left: 1%;}
}

@-o-keyframes animCercle05 {
	25% 	{top: 94.7%; left: 1.3%;}
    75% 	{top: 95.3%; left: 0.7%;}
	100% 	{top: 95%; left: 1%;}
}


#cercleBig0101 {
    position: absolute;
    top: 95%;
    left: 1%;
    animation: animCercle05 8s infinite;
        -webkit-animation: animCercle05 8s infinite;
        -moz-animation: animCercle05 8s infinite;
        -ms-animation: animCercle05 8s infinite;
        -o-animation: animCercle05 8s infinite;
}

#lineSmall0101 {
    position: absolute;
    top: 14%;
    left: 2%;
}

#lineSmall0102 {
    position: absolute;
    top: 16%;
    left: 2.5%;
}

#lineSmall0103 {
    position: absolute;
    top: 18%;
    left: 1.5%;
}

#cercleMedium0101Hover {
    position: absolute;
    z-index: 2;
    top: 21%;
    right: 10%;
    background: #fff;
    border: 1px solid #fff;
    margin-top: -1px;
    margin-left: -1px;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
	animation: animCercle01 8s infinite;
        -webkit-animation: animCercle01 8s infinite;
        -moz-animation: animCercle01 8s infinite;
        -ms-animation: animCercle01 8s infinite;
        -o-animation: animCercle01 8s infinite;
}

#cercleMedium0101 {
    position: absolute;
    z-index: 1;
    top: 21%;
    right: 10%;
    animation: animCercle01 8s infinite;
        -webkit-animation: animCercle01 8s infinite;
        -moz-animation: animCercle01 8s infinite;
        -ms-animation: animCercle01 8s infinite;
        -o-animation: animCercle01 8s infinite;
}

@keyframes animCercle01 {
	25% 	{top: 21.3%; right: 10.3%;}
    75% 	{top: 20.7%; right: 9.7%;}
	100% 	{top: 21%; right: 10%;}
}

@-webkit-keyframes animCercle01 {
	25% 	{top: 21.3%; right: 10.3%;}
    75% 	{top: 20.7%; right: 9.7%;}
	100% 	{top: 21%; right: 10%;}
}

@-moz-keyframes animCercle01 {
	25% 	{top: 21.3%; right: 10.3%;}
    75% 	{top: 20.7%; right: 9.7%;}
	100% 	{top: 21%; right: 10%;}
}

@-ms-keyframes animCercle01 {
    0%	 	{top: 21%; right: 16%;}
	25% 	{top: 21.3%; right: 16.3%;}
    75% 	{top: 20.7%; right: 15.7%;}
	100% 	{top: 21%; right: 16%;}
}

@-o-keyframes animCercle01 {
	25% 	{top: 21.3%; right: 10.3%;}
    75% 	{top: 20.7%; right: 9.7%;}
	100% 	{top: 21%; right: 10%;}
}

#cercleSmall0103Hover {
    position: absolute;
    z-index: 2;
    top: 14%;
    right: 5%;
    background: #fff;
    border: 1px solid #fff;
    margin-top: -1px;
    margin-right: -1px;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
	animation: animCercle02 8s infinite;
        -webkit-animation: animCercle02 8s infinite;
        -moz-animation: animCercle02 8s infinite;
        -ms-animation: animCercle02 8s infinite;
        -o-animation: animCercle02 8s infinite;
}

#cercleSmall0103 {
    position: absolute;
    z-index: 1;
    top: 14%;
    right: 5%;
	animation: animCercle02 8s infinite;
        -webkit-animation: animCercle02 8s infinite;
        -moz-animation: animCercle02 8s infinite;
        -ms-animation: animCercle02 8s infinite;
        -o-animation: animCercle02 8s infinite;
}

@keyframes animCercle02 {
	25% 	{top: 13.7%; right: 4.7%;}
    75% 	{top: 14.3%; right: 5.3%;}
	100% 	{top: 14%; right: 5%;}
}

@-webkit-keyframes animCercle02 {
	25% 	{top: 13.7%; right: 4.7%;}
    75% 	{top: 14.3%; right: 5.3%;}
	100% 	{top: 14%; right: 5%;}
}

@-moz-keyframes animCercle02 {
	25% 	{top: 13.7%; right: 4.7%;}
    75% 	{top: 14.3%; right: 5.3%;}
	100% 	{top: 14%; right: 5%;}
}

@-ms-keyframes animCercle02 {
	25% 	{top: 13.7%; right: 4.7%;}
    75% 	{top: 14.3%; right: 5.3%;}
	100% 	{top: 14%; right: 5%;}
}

@-o-keyframes animCercle02 {
	25% 	{top: 13.7%; right: 4.7%;}
    75% 	{top: 14.3%; right: 5.3%;}
	100% 	{top: 14%; right: 5%;}
}

#squareMedium0103 {
    position: absolute;
    top: 52%;
    right: 5%;
    transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
}

#squareMedium0104 {
    position: absolute;
    top: 52%;
    right: 3%;
    transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
}

#lineSmall0104 {
    position: absolute;
    top: 50%;
    right: 18%;
}

#lineSmall0105 {
    position: absolute;
    top: 52%;
    right: 18.5%;
}

#lineSmall0106 {
    position: absolute;
    top: 54%;
    right: 17.5%;
}


/*********************************/
/*             ANIM 02           */
/*********************************/

/* Anim DECO */

#homeDecoTxt02 {
    opacity: 0;

}

#homeDecoTxt03 {
    opacity: 0;
}

#homeDecoTxt04 {
    opacity: 0;
    
}

#homeDecoTxt05 {
    opacity: 0;
}

#homeDecoTxt06 {
    opacity: 0;
}

/* Position Anim Deco */

#cercleBig0201 {
    position: absolute;
    top: 24%;
    left: 2%;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
}

#cercleBig0202 {
    position: absolute;
    top: 26%;
    left: 4%;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
}

#cercleSmall0201Hover {
    position: absolute;
    z-index: 2;
    top: 46%;
    left: 6%;
    background: #fff;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    animation: animCercleB01 8s infinite;
        -webkit-animation: animCercleB01 8s infinite;
        -moz-animation: animCercleB01 8s infinite;
        -ms-animation: animCercleB01 8s infinite;
        -o-animation: animCercleB01 8s infinite;
}

@keyframes animCercleB01 {
	25% 	{top: 45.7%; left: 6.3%;}
    75% 	{top: 46.3%; left: 5.7%;}
	100% 	{top: 46%; left: 6%;}
}

@-webkit-keyframes animCercleB01 {
	25% 	{top: 45.7%; left: 6.3%;}
    75% 	{top: 46.3%; left: 5.7%;}
	100% 	{top: 46%; left: 6%;}
}

@-moz-keyframes animCercleB01 {
	25% 	{top: 45.7%; left: 6.3%;}
    75% 	{top: 46.3%; left: 5.7%;}
	100% 	{top: 46%; left: 6%;}
}

@-ms-keyframes animCercleB01 {
	25% 	{top: 45.7%; left: 6.3%;}
    75% 	{top: 46.3%; left: 5.7%;}
	100% 	{top: 46%; left: 6%;}
}

@-o-keyframes animCercleB01 {
	25% 	{top: 45.7%; left: 6.3%;}
    75% 	{top: 46.3%; left: 5.7%;}
	100% 	{top: 46%; left: 6%;}
}

#cercleSmall0201 {
    position: absolute;
    z-index: 1;
    top: 46%;
    left: 6%;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    animation: animCercleB01 8s infinite;
        -webkit-animation: animCercleB01 8s infinite;
        -moz-animation: animCercleB01 8s infinite;
        -ms-animation: animCercleB01 8s infinite;
        -o-animation: animCercleB01 8s infinite;
}

#squareSmall0201Hover {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 3%;
    border: 1px solid #fffa78;
    background: #fff;
    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);
}

#squareSmall0201 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 3%;
    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);
}

#squareBig0201Hover {
    position: absolute;
    z-index: 2;
    top: 88%;
    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: 88.3%; left: 3.7%;}
    75% 	{top: 87.7%; left: 4.3%;}
	100% 	{top: 88%; left: 4%;}
}

@-webkit-keyframes animCercleB02 {
	25% 	{top: 88.3%; left: 3.7%;}
    75% 	{top: 87.7%; left: 4.3%;}
	100% 	{top: 88%; left: 4%;}
}

@-moz-keyframes animCercleB02 {
	25% 	{top: 88.3%; left: 3.7%;}
    75% 	{top: 87.7%; left: 4.3%;}
	100% 	{top: 88%; left: 4%;}
}

@-ms-keyframes animCercleB02 {
	25% 	{top: 88.3%; left: 3.7%;}
    75% 	{top: 87.7%; left: 4.3%;}
	100% 	{top: 88%; left: 4%;}
}

@-o-keyframes animCercleB02 {
	25% 	{top: 88.3%; left: 3.7%;}
    75% 	{top: 87.7%; left: 4.3%;}
	100% 	{top: 88%; left: 4%;}
}

#squareBig0201 {
    position: absolute;
    z-index: 1;
    top: 88%;
    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;
}

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

@keyframes animCercleB03 {
	25% 	{top: 88.3%; left: 2.3%;}
    75% 	{top: 87.7%; left: 1.7%;}
	100% 	{top: 88%; left: 2%;}
}

@-webkit-keyframes animCercleB03 {
	25% 	{top: 88.3%; left: 2.3%;}
    75% 	{top: 87.7%; left: 1.7%;}
	100% 	{top: 88%; left: 2%;}
}

@-moz-keyframes animCercleB03 {
	25% 	{top: 88.3%; left: 2.3%;}
    75% 	{top: 87.7%; left: 1.7%;}
	100% 	{top: 88%; left: 2%;}
}

@-ms-keyframes animCercleB03 {
	25% 	{top: 88.3%; left: 2.3%;}
    75% 	{top: 87.7%; left: 1.7%;}
	100% 	{top: 88%; left: 2%;}
}

@-o-keyframes animCercleB03 {
	25% 	{top: 88.3%; left: 2.3%;}
    75% 	{top: 87.7%; left: 1.7%;}
	100% 	{top: 88%; left: 2%;}
}

#cercleSmall0202 {
    position: absolute;
    z-index: 1;
    top: 88%;
    left: 2%;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    animation: animCercleB03 8s infinite;
        -webkit-animation: animCercleB03 8s infinite;
        -moz-animation: animCercleB03 8s infinite;
        -ms-animation: animCercleB03 8s infinite;
        -o-animation: animCercleB03 8s infinite;
}


 /* Right 02 */

#cercleBig0205 {
    position: absolute;
    top: 20.5%;
    right: 15.8%;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
}

#cercleBig0206 {
    position: absolute;
    top: 18%;
    right: 13%;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
}

#lineSmall0204 {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 3.5%;
    margin-top: 50px;
}

#lineSmall0205 {
    opacity: 0;
    position: absolute;
    top: 52%;
    right: 2.5%;
    margin-top: -50px;
}

#lineSmall0206 {
    opacity: 0;
    position: absolute;
    top: 53%;
    right: 4.5%;
    margin-top: -50px;
}

#cercleBig0203 {
    position: absolute;
    top: 52%;
    right: 11%;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
}

#cercleBig0204 {
    position: absolute;
    top: 50%;
    right: 13%;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
}

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

@keyframes animCercleB04 {
	25% 	{top: 8.3%; left: 16.3%;}
    75% 	{top: 7.7%; left: 15.7%;}
	100% 	{top: 8%; left: 16%;}
}

@-webkit-keyframes animCercleB04 {
	25% 	{top: 8.3%; left: 16.3%;}
    75% 	{top: 7.7%; left: 15.7%;}
	100% 	{top: 8%; left: 16%;}
}

@-moz-keyframes animCercleB04 {
	25% 	{top: 8.3%; left: 16.3%;}
    75% 	{top: 7.7%; left: 15.7%;}
	100% 	{top: 8%; left: 16%;}
}

@-ms-keyframes animCercleB04 {
	25% 	{top: 8.3%; left: 16.3%;}
    75% 	{top: 7.7%; left: 15.7%;}
	100% 	{top: 8%; left: 16%;}
}

@-o-keyframes animCercleB04 {
	25% 	{top: 8.3%; left: 16.3%;}
    75% 	{top: 7.7%; left: 15.7%;}
	100% 	{top: 8%; left: 16%;}
}

#cercleBig0207 {
    position: absolute;
    top: 8%;
    left: 16%;
    transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    animation: animCercleB04 8s infinite;
        -webkit-animation: animCercleB04 8s infinite;
        -moz-animation: animCercleB04 8s infinite;
        -ms-animation: animCercleB04 8s infinite;
        -o-animation: animCercleB04 8s infinite;
}


