.fullhtml-content, .fullhtml-content.over, .fullhtml-content.over:hover, .fullhtml-content:hover { z-index: 200; }
.fullhtml-content.under, .fullhtml-content.under:hover { z-index: 109; }

.main-sidebar.over:hover { z-index: 121; }
.row:hover { z-index: inherit !important; }

/* MAIN LOADER */
.main-loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100vh;
    z-index: 5000;
    background-color:#fff;
    display: block;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s linear;
    pointer-events: none;
}

.main-loader .sprite {
    background-size: 276px 166px;
}

.main-loader.hideIt {
    opacity: 0;
}

.main-loader .loader-referer {
    display: block; position: relative; background:red;
}

.loader-referer > div {
    position: absolute;
}

.loader-referer .circle-outter {
    width: 160px;
    height: 160px;
    left: calc((100% - 160px) /2);
    top: -80px;
    animation-name: rotate;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;

    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;

    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    z-index: 2;
}

.loader-referer .circle-inner {
    width: 91px;
    height: 99px;
    left: calc((100% - 91px) /2);
    top: -45px;
    background-position: -160px 0px;
    z-index: 1;
}

.loader-referer .flocons {
    display: block;
    position: absolute;
    width: 155px;
    left: calc((100% - 155px) /2);
    height:15px;
    top: 110px;
}

.loader-referer .flocons .flocon {
    position: absolute;
    background-position: -180px -120px;
    width: 15px;
    height: 15px;
    top: 0px;
    opacity: 0;
    animation-name: fall-down;
    -webkit-animation-name: fall-down;
    -moz-animation-name: fall-down;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;

    -webkit-transform: translateZ(0);

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}

.loader-referer .flocons .flocon:nth-child(1) {
    left: 0px;
}

.loader-referer .flocons .flocon:nth-child(2){
    left: 35px;
    animation-delay: 0.3s;
    -webkit-animation-delay: -0.3s;
    -moz-animation-delay: 0.3s;
    /*animation-duration: 1.2s;*/
}
.loader-referer .flocons .flocon:nth-child(3)
{
    left: 70px;
    animation-delay: 0.6s;
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: 0.6s;
    /*animation-duration: 0.8s;*/
}
.loader-referer .flocons .flocon:nth-child(4)
{
    left: 105px;
    animation-delay: 0.9s;
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: 0.9s;
    /*animation-duration: 1.5s;*/
}
.loader-referer .flocons .flocon:nth-child(5)
{
    left: 140px;
    animation-delay: 1.2s;
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: 1.2s;
    /*animation-duration: 0.9s;*/
}

body {
    overflow: hidden;
}
body.isloaded {
    overflow: auto;
}


@media screen and (max-width: 1024px) {
    .step, .step-water.nosvg svg.water-round {
        opacity: 1;
    }

    .loader-referer .flocons .flocon {
        display: none;
    }

    .loader-referer .flocons .flocon.show {
        display: block;
    }

    .bande-side.left {
        left: 0px;
        border-left: none;
        width: 40px;
    }

}



/* Loading Sprite */
@-webkit-keyframes fall-down {
    0% { opacity: 0; top:-40px; }
    20% { opacity: 1;  }
    100% { opacity: 0; top: 80px; }
}

@keyframes fall-down {
    0% { opacity: 0; top:-40px; }
    20% { opacity: 1;  }
    100% { opacity: 0; top: 80px; }
}

@-moz-keyframes fall-down {
    0% { opacity: 0; top:-40px; }
    20% { opacity: 1;  }
    100% { opacity: 0; top: 80px; }
}


/* debug */

body {
    font-size: 0;
    line-height: 0;
}

body > div {
    font-size: 12px;
    line-height: 1.4;
}

body > img {
    display: none;
}

#promotion-banner {
    display: none !important;
}

#rich-footer-wrapper {
    position: relative;
    z-index: 1200;
}

#rich-footer-wrapper .footer-logo {
    background-color: #fff;
}

.content-full-html-lacoste {
    position: relative;
    color: #797979;
    font-size: 13px;
    font-family: 'LacosteSansLight', Helvetica, Arial, sans-serif;
    text-transform: none;
}

.content-full-html-lacoste a,
.content-full-html-lacoste a:hover  {
    text-decoration: none;
}

/** HEADER */
.xmasHeader {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 60px 0;
    margin: 0 auto;
    z-index: 1;
}

.xmasHeader-title {
    margin: 60px auto 16px;
    padding: 0 20px;
    font-size: 25px;
    line-height: 1.2;
    font-family: 'LacosteSansCondensedBold', Helvetica, Arial, sans-serif;
    color: #c8ad76;
    text-transform: uppercase;
}

.xmasHeader-title:after {
    content: '';
    display: block;
    margin: 12px auto 0;
    width: 70px;
    height: 1px;
    background: #c8ad76;
}

.xmasHeader-lead-p {
    margin: 16px auto;
    max-width: 620px;
    line-height: 1.7;
}


/** FILTER **/
.xmasFilter-container {
    position: relative;
    z-index: 10;
    min-height: 52px;
}

.xmasFilter {
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    min-height: 52px;
    box-sizing: border-box;
    background: #fff;
    z-index: 10000;
    font-size: 0;
}

.xmasFilter-label {
    display: none;
}

.xmasFilter-option {
    display: inline-block;
    padding: 17.5px 30px;
    font-size: 15px;
    color: #c8ad76;
    line-height: 1;
    font-family: 'LacosteSansCondensedBold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background: transparent;
    transition: background 0.3s ease-out, color 0.3s ease-out, padding 0s, margin 0s;
}

/** main Container **/
.xmasContainer {
    position: relative;
    background-repeat: repeat;
    overflow: hidden;
}


.xmasContainer:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}


.stars {
    position: fixed;
    left:50%;
    top: 50%;
    z-index: 0;
}

.stars:before {
    content: "";
    width: 1049px;
    height: 1049px;
    position: absolute;
    top: -525px;
    left: -400px;
    opacity: 1;
    -webkit-animation: rotate360 150s linear infinite;
            animation: rotate360 150s linear infinite;
}

.xmasContainer-inner {
    display: none;
    max-width: 920px;
    height: 2840px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


#kids {
    height: 1850px;
}

#kids:after {
    bottom: 350px;
}

/** Gift **/
.xmasGift {
    opacity: 0;
    position: absolute;
    display: inline-block;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

.xmasGift.show {
    opacity: 1;
}

.xmasGift a {
    display: block;
}

.xmasGift-text {
    text-align: center;
    text-transform: uppercase;
}

.xmasGift-title {
    opacity: 1;
    margin: 40px auto;
    width: 75%;
    font-size: 15px;
    color: #C8AD76;
    line-height: 1.5;
    font-family: 'LacosteSansCondensedBold', Helvetica, Arial, sans-serif;
    transition: opacity 0.3s linear;
}

.xmasGift-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    border: 0px solid #F0F0F0;
    background-color: transparent;
    transition: opacity 0.3s linear, border 0.3s ease-out, background 0.3s ease-out;
}

.xmasGift-overlay-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.xmasGift-overlay span {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    color: #C8AD76;
    line-height: 1.5;
    font-family: 'LacosteSansCondensedBold', Helvetica, Arial, sans-serif;
}
.xmasGift-overlay .title:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin: 16px auto;
    background: #C8AD76 none repeat scroll 0% 0%;
}

.xmasGift-overlay .link {
    text-decoration: underline;
}

.xmasGift-slider .xmasGift-img {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.xmasGift-slider .xmasGift-img-2,
.xmasGift-slider .xmasGift-img-3 {
    position: absolute;
    top: 0;
    left: 0;
}

.xmasGift-slider .xmasGift-img-1 {
    opacity: 1;
}

/** GWP-gift */
.gwp-gift {
    z-index: 1;
    opacity: 0;
    position: absolute;
    top: 505px;
    left: 52.2%;
    display: inline-block;
    border: 20px solid #F0F0F0;
    background-color: #fff;
    text-align: center;
    max-width: 280px;
    transition: opacity 0.3s linear  0.45s;
}

.gwp-gift h3 {
    margin: 40px 0 0;
    line-height: 1;
    font-family: 'LacosteSansCondensedBold', Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #292929;
}

.gwp-gift p {
    margin: 15px 40px 40px;
    font-size: 13px;
    color: #797979;
    line-height: 1.7;
}

.gwp-gift strong {
    display: block;
    text-transform: uppercase;
    color: #292929;
}

.gwp-gift.show {
    opacity: 1;
}

/** back to map **/
.backToMap-btn {
    opacity: 0;
    position: absolute;
    top: 974px;
    left: 0;
    width: 460px;
    height: 460px;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
    background-color: #fff;
    transition: opacity 0.3s linear  1s;
}

.backToMap-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 32% 45.9%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;

}



.backToMap-btn.show {
    opacity: 1;
}

.backToMap-btn-video {
    position: absolute;
    width: 420px;
    height: 420px;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
    background-color: transparent;
}

.backToMap-btn-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    z-index: 20;
    transition: opacity 0.3s linear;
}

.backToMap-btn-overlay:hover {
    opacity: 1;
}

.backToMap-btn-overlay a {
    display: block;
    padding: 100px;
}

.backToMap-btn-overlay h3,
.backToMap-btn-overlay .link {
    text-transform: uppercase;
    color: #cab07d;
    font-family: 'LacosteSansCondensedBold', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.backToMap-btn-overlay h3 {
    margin: 14.5px 0 0;
}

.backToMap-btn-overlay h3:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    margin: 16px auto;
    background: #cbb280;
}

.backToMap-btn-overlay .link {
    text-decoration: underline;
}


/** footer **/
.xmasFooter {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 51.5%;
    right: 0;
    margin-bottom: 65px;
}

.xmasFooter-img {
    margin-left: 17.6%;
}

.xmasFooter-mention {
    margin-top: 60px;
    max-width: 440px;
    font-family: 'LacosteSansLightItalic';
    font-size: 11px;
    line-height: 1.7;
}

/** POSITION GIFTS **/

.gift-1 {
    top: 80px;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s linear 0s;
}

.gift-2{
    top: 153px;
    left:60.3%;
    z-index: 2;
    transition: opacity 0.3s linear 0.15s;
}

.gift-3{
    top: 638px;
    left: 9.2%;
    z-index: 3;
    transition: opacity 0.3s linear 0.3s;
}

.gift-4{
    top: 1004px;
    left: 57.3%;
    z-index: 7;
    transition: opacity 0.3s linear 1.15s;
}

.gift-5{
    top: 1394px;
    left: 38.6%;
    z-index: 6;
    transition: opacity 0.3s linear 1.3s;
}

.gift-6{
    top: 1715px;
    left: 6.5%;
    z-index: 5;
    transition: opacity 0.3s linear 1.45s;
}

.gift-7{
    top: 1848px;
    left: 50%;
    z-index: 8;
    transition: opacity 0.3s linear 2s;
}

.gift-8{
    top: 2160px;
    left: 30.4%;
    z-index: 7;
    transition: opacity 0.3s linear 2.15s;
}

img {
    max-width: 100%;
}


/** ANIMATION **/
@-webkit-keyframes rotate360 {
    0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
    100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes rotate360 {
    0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
    100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

@media only screen and (max-width: 1279px) {
    .stars:before {
        left: -525px;
    }
}

@media only screen and (min-width : 1025px) {

    .xmasGift:hover .xmasGift-overlay {
        opacity: 1;
        border-width: 20px;
        background-color: rgba(255, 255, 255, 0.95);
    }

    .xmasGift:hover .xmasGift-title {
        opacity: 0;
    }

}

@media only screen and (max-width : 1024px) {
    .stars {
        display: none;
    }

    .xmasGift, .gwp-gift, .backToMap-btn  {
        opacity: 1;
    }
}
@media only screen and (min-width: 769px) and (max-width : 1024px) {
    .xmasContainer-inner {
        height: 2940px;
    }

    .xmasFooter-img {
        margin-left: 25%;
        max-width: 70%;
    }
    .xmasFooter-mention {
        padding-right: 20px;
    }
    #kids {
        height: 1890px;
    }
}


@media only screen and (min-width: 768px) {
    .xmasFilter-option.active {
        position: relative;
    }
    .xmasFilter-option.active:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        left: 30px;
        right: 30px;
        height: 3px;
        background: #c8ad76;
    }

    .xmasFilter-option:hover {
        background: #c8ad76;
        color: #fff;
    }

    .xmasFilter-option.active:hover  {
        background: transparent;
        color: #c8ad76;
    }
}

@media only screen and (min-width: 740px) and (max-width: 919px) {
    .xmasContainer-inner {
        height: 2620px;
    }

    .gift-1 {
        top: 102px;
        left: 5.2%;
        max-width: 335px;
    }

    .gift-2 {
        top: 122px;
        left: 57.8%;
        max-width: 234px;
    }

    .gift-3 {
        top: 572px;
        left: 11.7%;
        max-width: 232px;
    }

    .gift-4 {
        top: 828px;
        left: 54.6%;
        max-width: 282px;
    }

    .gift-5 {
        top: 1220px;
        left: 42.2%;
        max-width: 238px;
    }

    .gift-6 {
        top: 1478px;
        left: 11.7%;
        max-width: 292px;
    }

    .gift-7 {
        top: 1640px;
        left: 54.6%;
        max-width: 310px;
    }

    .gift-8 {
        top: 1872px;
        left: 31.8%;
        max-width: 280px;
    }

    .backToMap-btn {
        top: 872px;
        left: 5.2%;
        width: 335px;
        height: 335px;
    }

    .gwp-gift {
        top: 440px;
        left: 52.6%;
        max-width: 252px;
    }

    .gwp-gift h3 {
        margin-top: 20px;
    }

    .gwp-gift p {
        margin: 15px 20px 40px;
    }

    .backToMap-btn-video {
        display: none;
    }

    .backToMap-btn {
        overflow: hidden;
    }
    .backToMap-btn-overlay {
        opacity: 0!important;
    }


    .xmasFooter {
        left: 62.5%;
        margin-right: 20px;
    }

    .xmasFooter-img {
        margin-left: 0;
        max-width: 258px;
    }

    #kids {
        height: 1650px;
    }

    #kids:after {
        bottom: 250px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 736px) {
    .backToMap-btn {
        height: auto;
    }

    .backToMap-btn {
        overflow: hidden;
    }
    .backToMap-btn-overlay {
        opacity: 0!important;
    }

    .backToMap-btn-video {
        display: none;
    }

    .xmasHeader {
        z-index: 11;
        padding: 0;
    }

    .xmasHeader-title {
        margin: 60px auto 30px;
    }

    .xmasHeader-title:after {
        margin: 30px auto;
    }
    .xmasHeader-lead-p {
        display: none;
    }

    .xmasFilter {
        border: 0 none;
    }

    .xmasFilter-label {
        position: relative;
        display: block;
        height: 52px;
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
        color: #292929;
        font-family: 'LacosteSansCondensedBold';
        border: 0 none;
        border-top: 1px solid #F0F0F0;
        border-bottom: 1px solid #F0F0F0;
        background: #fff;
        z-index: 1;
        transition: all 0.3s ease-out;
    }

    .xmasFilter-label:after {
        content: '';
        margin-left: 10px;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-left: 1px solid #333333;
        border-bottom: 1px solid #333333;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .xmasFilter-options-list {
        position: absolute;
        width: 100%;
        top: -1000%;
        padding: 20px 0;
        border: 1px solid #F0F0F0;
        pointer-events: none;
        background: #fff;
        transition: all 0.3s ease-out;
    }

    .xmasFilter.open .xmasFilter-label {
        background: #f6f6f6;
    }

    .xmasFilter.open .xmasFilter-options-list {
        top: 100%;
        opacity: 1;
        pointer-events: auto;
    }

    .xmasFilter-option {
        display: block;
        color: #292929;
        text-align: left;
        padding: 20px 0px;
        margin: 0 20px;
        border-bottom: 1px solid #F0F0F0;
        transition: all 0s 0.3s;
    }
    .xmasFilter-option.active {
        padding: 20px;
        margin: 0px;
        background: #f6f6f6;
    }

    .xmasFilter-option:last-child {
        border: none;
    }

    .xmasContainer:before {
        display: none;
    }

    .xmasContainer-inner {
        height: auto;
        margin: 30px 20px;
    }

    .xmasGift,
    .gwp-gift,
    .backToMap-btn {
        max-width: 100%;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }

    .xmasGift-title {
        margin: 20px;
    }

    .xmasGift-title br {
        display: none;
    }

    .xmasContainer-half-column {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }

    .xmasContainer-half-column.left {
        padding-right: 10px;
    }
    .xmasContainer-half-column.right {
        padding-left: 10px;
    }

    .xmasContainer-full-column {
        width: 100%;
    }

    .gwp-gift {
        border-width: 10px;
    }

    .gwp-gift h3 {
        margin-top: 20px;
    }

    .gwp-gift p {
        margin: 5px 20px 20px;
    }

    .xmasFooter {
        position: static;
        max-width: 440px;
        margin: 20px auto 60px;
        padding: 0 20px;
    }

    .xmasFooter-img {
        padding: 0 20px;
        margin: 0;
    }

    #kids {
        height: auto;
    }

}
