@font-face {
    font-family: "SugarStyleMillenial";
    src: url('../fonts/sugarstylemillenial.eot');
    src: url('../fonts/sugarstylemillenial.eot?') format('eot'), url('../fonts/sugarstylemillenial.woff') format('woff'), url('../fonts/sugarstylemillenial.svg#abcd') format('svg'), url('../fonts/sugarstylemillenial.ttf') format('truetype');
}

body {
    background: url('../img/new-website/landing-page/bg-matelas.jpg') repeat-y left top;
    background-size: 100% auto;
}

body .columns-container {
    background: transparent;
}

.landing-page section {
    font-family: "Raleway", sans-serif;
}

/* INTRO */

.landing-page section#intro .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    background: url('../img/new-website/landing-page/bg-intro.png') no-repeat center top;
    background-size: 100% auto;
    z-index: 0;
}

.landing-page section#intro .content {
    height: 100vh;
    min-height: 1000px;
}

.landing-page section#intro .content .container {
    height: 100%;
    position: relative;
}

.landing-page section#intro>.fp-tableCell {
    vertical-align: top;
    padding-top: 15%;
}

.landing-page section#intro .bg::after {
    content: "";
    position: absolute;
    bottom: -5%;
    left: 0;
    height: 10%;
    width: 100.05%;
    -moz-transform: rotate(-2.5deg);
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
    background: url('../img/new-website/landing-page/bg-matelas.jpg') repeat-y left top;
    background-size: 100% auto;
    -webkit-backface-visibility: hidden;
    z-index: 1;
}

.landing-page section#intro {
    position: relative;
}

.landing-page section#intro img.literie {
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    left: 50%;
    margin-top: 80px;
}

.landing-page section#intro .content {
    z-index: 2;
    position: relative;
    width: 100%;
    padding-top: 14vh;
}

.landing-page section#intro h1 {
    font-size: 3.750em;
    font-weight: bold;
    line-height: 1;
}

.landing-page section#intro .subtitle {
    font-size: 1.750em;
    display: block;
    margin-top: 40px;
    color: #fff;
    line-height: 1em;
}

.landing-page section#intro .price {
    display: inline-block;
    background-color: #000;
    font-size: 1.750em;
    padding: 21px 40px;
    color: #fff;
    margin-top: 40px;
    position: relative;
    height: 60px;
}

.landing-page section#intro .price:after,
.landing-page section#intro .price:before {
    content: '';
    position: absolute;
    top: 0;
}

.landing-page section#intro .price:after {
    left: 100%;
    border-top: 60px solid #000;
    border-right: 20px solid transparent;
}

.landing-page section#intro .price:before {
    right: 100%;
    border-bottom: 60px solid #000;
    border-left: 20px solid transparent;
}

.landing-page section#intro .price span {
    color: #d4ca4a;
}

.landing-page section#intro .coussin {
    position: absolute;
    bottom: 0;
    right: 0 !important;
    width: 260px;
    height: 480px;
}

/* SCHEMA */

.landing-page .container-section {
    position: relative;
}

.landing-page .coussin-2 {
    position: absolute;
    top: -300px;
    right: 0 !important;
    z-index: 2;
}

.landing-page .coussin-3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 192px;
    height: 383px;
}

.landing-page .coussin-4 {
    position: absolute;
    bottom: -110px;
    right: 0;
    z-index: 2;
    width: 202px;
    height: 321px;
}

.landing-page section#schema {
    position: relative;
}

.landing-page section#schema h2 {
    color: #333333;
    font-size: 2.500em;
    line-height: 1.2em;
}

.landing-page section#schema h2 span {
    display: block;
}

.landing-page section#schema img {
    margin: 100px auto 0 auto;
}

/* ZIP */

.landing-page section.zip-block {
    position: relative;
    margin: 150px 0;
    -webkit-transform: rotate(-2.5deg)translateX(-50%);
    -moz-transform: rotate(-2.5deg)translateX(-50%);
    transform: rotate(-2.5deg)translateX(-50%);
    width: 106%;
    left: 52%;
}

.landing-page section.zip-block .zip {
    background: url('../img/new-website/landing-page/bg-zip.png') repeat-x;
    background-size: contain;
    width: 100%;
    height: 25px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
}

.landing-page section.zip-block .zip img {
    width: 145px;
}

.landing-page section.zip-block .zip.top {
    top: 0;
    left: 0;
    justify-content: center;
}

.landing-page section.zip-block .zip.bottom {
    bottom: 0;
    left: 0;
    justify-content: end;
}

.landing-page section.zip-block .zip.bottom img {
    margin-right: 30%;
}

.landing-page section.zip-block .block-rotate {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

/* VIDEO */

.landing-page section#video .block-video {
    transform: rotate(2.5deg);
    -webkit-transform: rotate(2.5deg);
    -moz-transform: rotate(2.5deg);
    width: 100%;
    background: url('../img/new-website/landing-page/bg-video-1.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    cursor: pointer;
    margin-bottom: -6px;
}

.landing-page section#video .block-video .player {
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    cursor: pointer;
}

.landing-page section#video .block-video video {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    opacity: 0;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    z-index: 0;
    position: relative;
    max-height: 100vh;
    width: 100%;
}

/* VIDEO 2 */

.landing-page section#video-2 {
    margin: -20px 0;
}

.landing-page section#video-2 .block-video {
    transform: rotate(2.5deg);
    -webkit-transform: rotate(2.5deg);
    -moz-transform: rotate(2.5deg);
    width: 100%;
    background: url('../img/new-website/landing-page/bg-video-2.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    cursor: pointer;
    margin-top: -10px;
}

.landing-page section#video-2 .block-video .content {
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    cursor: pointer;
    width: 100%;
}

.landing-page section#video-2 .block-video video {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    opacity: 0;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    z-index: 0;
    position: relative;
    max-height: 100vh;
    width: 100%;
}

.landing-page section#video-2 .block-rotate .content {
    text-align: center;
}

.landing-page section#video-2 .block-rotate .content h6 {
    font-family: "SugarStyleMillenial";
    font-size: 8.125em;
    color: #fff;
    line-height: 1;
    text-shadow: #404040 1px 0 10px;
}

.landing-page section#video-2 .subtitle {
    color: #fff;
    font-size: 1.875em;
    margin: 60px 0;
    font-weight: 700;
    display: block;
    line-height: 1.4em;
}

.landing-page section#video-2 .subtitle span {
    display: block;
}

.landing-page section#video-2 .green-button {
    display: inline-block;
    background-color: #d4ca4a;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.landing-page section#video-2 .green-button .content-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-page section#video-2 .green-button .content-button svg {
    margin-right: 10px;
}

/* EXPERT */

.landing-page section#expert h3 {
    color: #333333;
    font-size: 2.500em;
    line-height: 1.2em;
}

.landing-page section#expert h3 span {
    display: block;
}

.landing-page section#expert .block-expert {
    margin: 80px 0 20px 0;
}

.landing-page section#expert .block-expert .bobochic,
.landing-page section#expert .block-expert .but {
    display: flex;
    align-items: stretch;
}

.landing-page section#expert .block-text {
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.landing-page section#expert .block-text hr {
    border: 2px solid #000;
    color: #000;
    width: 25px;
}

.landing-page section#expert .block-text p {
    text-align: center;
    line-height: 2em;
    padding: 0 30px;
}

.landing-page section#expert .block-arrow {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    flex: 0 0 52.6%;
}

.landing-page section#expert .block-arrow img {
    width: 100%;
    height: auto;
    display: block;
}

.landing-page section#expert .but .block-arrow:before,
.landing-page section#expert .but .block-arrow:after {
    content: '';
    position: absolute;
    right: 0;
    height: 50%;
    background-color: inherit;
    padding-right: 5.3%;
}

.landing-page section#expert .but .block-arrow:before {
    bottom: 50%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-transform: skewY(45deg);
    -ms-transform: skewY(45deg);
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
}

.landing-page section#expert .but .block-arrow:after {
    top: 50%;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -ms-transform: skewY(-45deg);
    -moz-transform: skewY(-45deg);
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
}

.landing-page section#expert .bobochic .block-arrow:before,
.landing-page section#expert .bobochic .block-arrow:after {
    content: '';
    position: absolute;
    left: 0;
    height: 50%;
    background-color: inherit;
    padding-left: 5.3%;
}

.landing-page section#expert .bobochic .block-arrow:after {
    top: 50%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: skewY(-140deg);
    -webkit-transform: skewY(-140deg);
    transform: skewY(-140deg);
}

.landing-page section#expert .bobochic .block-arrow:before {
    bottom: 50%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: skewY(140deg);
    -webkit-transform: skewY(140deg);
    transform: skewY(140deg);
}

/* REASSURANCE */

.landing-page section#reassurance h4 {
    color: #fff;
    font-size: 2.500em;
    line-height: 1.2em;
    margin: 110px 0 80px 0;
}

.landing-page section#reassurance h4 span {
    display: block;
}

.landing-page section#reassurance .block-rotate {
    background: url('../img/new-website/landing-page/bg-reassurance.jpg') repeat-x center center;
    background-size: cover;
}

.landing-page section#reassurance .block-rotate .container {
    transform: rotate(2.5deg);
    -webkit-transform: rotate(2.5deg);
    -moz-transform: rotate(2.5deg);
}

.landing-page section#reassurance .block-rotate .container .block-text {
    margin: 40px 0 120px 0;
}

.landing-page section#reassurance .block-rotate .container .block-text span {
    display: block;
    color: #fff;
}

.landing-page section#reassurance .block-rotate .container .block-text span.bold {
    font-size: 1.750em;
    margin-bottom: 15px;
    font-weight: bold;
}

.landing-page section#reassurance .block-rotate .container .block-text span:last-child {
    font-size: 1.125em;
    max-width: 90%;
    line-height: 1.5em;
    margin: auto;
    font-weight: 300;
}

/* MAGASIN BUT */

.landing-page section#magasin-but h5 {
    color: #333333;
    font-size: 2.500em;
    line-height: 1.2em;
    margin: 30px 0 80px 0;
}

.landing-page section#magasin-but h5 span {
    display: block;
}

/* RESPONSIVE */

@media screen and (min-width: 1024px) {
    .landing-page section#intro .price.last {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1025px) {
    .landing-page section#expert .block-text p {
        padding: 0 10px;
        line-height: 1.8em;
    }

    .landing-page section#schema {
        z-index: 3;
    }

    .landing-page .coussin,
    .landing-page .coussin-2,
    .landing-page .coussin-3,
    .landing-page .coussin-4 {
        max-width: 15% !important;
        height: auto !important;
    }

    .landing-page section#intro .content {
        min-height: auto;
    }
}

@media screen and (max-width: 769px) {
    .landing-page section#intro .bg {
        height: 70vh;
    }

    .landing-page section#expert .block-text img {
        max-width: 30%;
    }

    .landing-page section#expert .block-text p {
        font-size: 0.9em;
    }

    .landing-page section#expert .but .block-text img {
        max-width: 10%;
    }

    .landing-page section#expert .block-text hr {
        margin: 15px auto;
    }

    .landing-page section.zip-block {
        margin: 100px 0;
    }

    .landing-page section#video-2 .block-rotate .content {
        padding: 20vh 0;
    }

    .landing-page section#video-2 .block-rotate .content h6 {
        font-size: 6em;
    }

    .landing-page section#video-2 .subtitle {
        font-size: 1.375em;
    }

    .landing-page section#video-2 .green-button {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 577px) {
    .landing-page section#intro .content {
        padding-top: 6em;
    }

    .landing-page section#intro h1 {
        font-size: 2.25em;
        line-height: 1.2em;
    }

    .landing-page section#intro .subtitle {
        line-height: 1.2em;
    }

    .landing-page section#intro .bg {
        background-size: auto 100%;
        min-height: 90vh;
    }

    .landing-page section#intro img.literie {
        max-width: 90%;
        margin-top: 30px;
    }

    .landing-page section#intro svg {
        transform: scale(0.7);
    }

    .landing-page section#schema h2 {
        font-size: 1.9em;
    }

    .landing-page section#schema img {
        margin: 40px auto 0 auto;
    }

    .landing-page section.zip-block .zip {
        height: 15px;
    }

    .landing-page section.zip-block .zip img {
        width: 75px;
    }

    .landing-page section.zip-block {
        margin: 40px 0;
    }

    .landing-page section#expert h3 {
        font-size: 2em;
        margin-top: 30px;
    }

    .landing-page section#expert .block-expert {
        max-width: 90%;
        margin: 60px auto 20px auto;
    }

    .landing-page section#expert .block-arrow::after,
    .landing-page section#expert .block-arrow::before {
        display: none;
    }

    .landing-page section#expert .block-expert .bobochic,
    .landing-page section#expert .block-expert .but {
        flex-direction: column;
    }

    .landing-page section#expert .block-text {
        padding: 15px;
    }

    .landing-page section#expert .but .block-text {
        margin-bottom: 20px;
    }

    .landing-page section#reassurance img {
        max-width: 40%;
    }

    .landing-page section#reassurance h4 {
        font-size: 2em;
        margin: 90px 10px 50px 10px;
    }

    .landing-page section#reassurance .block-rotate .container .block-text {
        margin: 40px 0 40px 0;
    }

    .landing-page section#reassurance {
        width: 114%;
        left: 50%;
    }

    .landing-page section#reassurance .block-rotate .container {
        max-width: 80%;
    }

    .landing-page section#magasin-but h5 {
        font-size: 2em;
        margin: 30px 0 50px 0;
    }

    .landing-page section#video-2 .block-rotate .content h6 {
        font-size: 4em;
        line-height: 0.8;
        margin-bottom: 30px;
    }

    .landing-page section#video-2 .subtitle {
        font-size: 1.3em;
        margin: 60px 50px;
    }

    .container {
        max-width: 90%;
        margin: auto;
    }

    .landing-page section#intro .content {
        height: 680px;
    }

    .landing-page section#intro .price {
        margin-top: 30px;
    }

    .landing-page section#video-2 .green-button {
        padding: 0 10px 0 0px;
        font-size: 1em;
    }

    .landing-page section#video-2 .green-button .content-button svg {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
    }

    .landing-page .coussin,
    .landing-page .coussin-2,
    .landing-page .coussin-3,
    .landing-page .coussin-4 {
        display: none;
    }

    .landing-page section#video .block-video .player {
        height: 80px;
    }

    .landing-page section#video-2 .subtitle {
        display: none;
    }

    .landing-page section#intro .price {
        padding: 21px 20px;
    }
}

.landing-page .coussin,
.landing-page .coussin-4 {
    -webkit-animation: vibrate-1 3s linear infinite both;
    animation: vibrate-1 3s linear infinite both;
}

.landing-page .coussin-3 {
    -webkit-animation: vibrate-1 3s linear infinite both;
    animation: vibrate-1 3s linear infinite both;
    animation-delay: 1.3s;
}

@-webkit-keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}