/*  
Theme Name: Mugs
Theme URI: 
Description: Mugs
Version: 1
Author: Thibaut De Saint Florent ( Agence Play : www.agenceplay.fr )
Author URI: www.agenceplay.fr

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - Footer
*/




/* /////////////////////////////////////////////////////////////////////
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

img {
    user-select: none;
}

body {
    /*background-color: #000;*/
    font-family: 'azarMehr';
    font-size: 14px;
    /*line-height: 20px;*/
    /*color: #fff;*/
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-rendering: optimizeLegibility;
    backface-visibility: hidden;
    background-attachment: fixed;


}

h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'azarMehr';

}




/*hr {*/
/*    border: 0;*/
/*    height: 3px;*/
/*    width: 25%;*/
/*    background-color: #555;*/
/*}*/

h1 {
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

h2 {
    font-size: 26px;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

/*.hidden {*/
/*    visibility: hidden;*/
/*    display: none;*/
/*}*/

#wrapper {
    width: 100%;
    overflow: hidden;
}

.absolute-Center {

    height: 200px;
    width: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#loading h1 {
    font-size: 120px;
}

#loading .sentence {
    margin-top: 60px;
}

#progress {
    width: 0;
}

.sentence {
    height: 100px;
    line-height: 100px;
}

.sentence span {
    margin: 0 10px;
}

.rotation180 {
    transform: rotate(180deg);
}

.sentence img:first-child {
    width: 50px;
}

.sentence img:last-child {
    width: 30px;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/


.carte {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;

}

.carte-container {

}

.carte .black-bg {
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.carte .white-bg {
    width: 80%;
    height: 80%;
    margin: auto;
    position: absolute;
    left: calc(50% - 40%);
    top: calc(50% - 40%);
    background-color: #f1f2f2;
    z-index: 5;


}

.carte .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.6;
    z-index: 3;
    padding: 20px;

}

.carte .arrow-left {
    position: absolute;
    left: 0;
    top: calc(50% - 40%);
    cursor: pointer;
    z-index: 4;
    width: 10%;
    height: 80%;


}

.arrow-left img {
    position: relative;
    top: calc(50% - 40px);
    left: 50%;
}

.carte .arrow-right {
    position: absolute;
    right: 0;
    top: calc(50% - 40%);
    cursor: pointer;
    z-index: 3;
    width: 10%;
    height: 80%;
}

.arrow-right img {
    position: relative;
    top: calc(50% - 40px);
    left: calc(50% - 41px);
}

.carte .picture {
    float: left;
    width: 50%;
    height: 100%;
}

.picture #slideshowMenu {
    width: 100%;
    height: 100%;
}

#slideshowMenu .caption {
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 50%;
    font-family: 'azarMehr';
    text-transform: uppercase;
}

.caption p {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 3px 10px;
    color: #000;
    width: auto;
    margin: auto;
    position: relative;
    left: -50%;
    text-align: center;
    vertical-align: middle;
    line-height: 13px;
}

.picture #slideshowMenu .slide-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;

}

.picture ul.rslides_tabs {
    position: absolute;
    bottom: 15px;
    z-index: 20;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.picture ul.rslides_tabs li {
    display: inline-block;
    margin: 2px;
    width: 10px;
    height: 10px;
}

.picture ul.rslides_tabs li a .puce {
    transition: opacity 0.5s;
    background-color: #000;
    color: #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 0.3;
}

.picture ul.rslides_tabs li a .puce:hover {

    opacity: 0.4;
}

.picture ul.rslides_tabs li.rslides_here a .puce {

    opacity: 0.5;

}

#listingContent {
    margin: auto;
    width: 90%;
    max-width: 400px;
    position: relative;
    height: 100%;
}


.carte .listing {
    float: left;
    width: 50%;
    height: 100%;
    color: #000;

    overflow: hidden;


}

.carte .listing .title h3 {
    text-transform: uppercase;
    margin-bottom: 7px;
    width: auto;
}

.listing .title {
    width: auto;
    margin: 0;
    margin-top: 80px;
    margin-bottom: 20px;
    border-bottom: 5px solid #86c37a;

}

.listing .list-item {
    height: calc(100% - 220px);
    overflow: hidden;
    position: relative;

}

.listing ul {
    height: auto;

}


.listing h5 {
    font-family: 'azarMehr';
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;


}

ul li p {
    line-height: 12px;
    margin-top: 4px;
    font-size: 12px;

}


.listing li {
    margin: 11px 0;
    width: 100%;
    position: relative;
    vertical-align: top;
    display: inline-block;
    line-height: 11px;
    height: auto;
}

ul li .blocLeft {
    width: 80%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    height: auto;
}


ul li .blocRight {
    vertical-align: top;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    font-weight: 700;
    font-family: 'azarMehr';
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
}


.listing .arrow-up {
    top: 120px;
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
    height: 100px;
    z-index: 10;
    cursor: pointer;

}

.listing .arrow-down {
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
    height: 100px;
    z-index: 11;
    cursor: pointer;
}


/*.fixed {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    z-index: 1;*/
/*}*/

.menu {
    mix-blend-mode: difference;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 40%;
    text-align: right;
    margin-right: 25px;
    opacity: 1;

}

.menu li {
    line-height: 25px;
    direction: ltr;
}

.menu span {
    font-size: 10px;
    vertical-align: middle;
    line-height: 12px;
    opacity: 0;
    color: #FFFFFF;
}

.menu .circle-o {

    line-height: 40px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*border: 1px solid #fff;*/
    background-color: #ffffff;
}

.menu .circle {
    background-color: #ffffff;
    line-height: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
}


.menu .logoFB {
    margin-top: 40px;
    opacity: 0.5;
    transition: opacity 0.5s;
}

.menu .logoFB:hover {
    cursor: pointer;
    opacity: 1;
}

.menu .logoFB a {
    color: #fff;
}

.menu .logoFB img {
    width: 13px;
    vertical-align: middle;
}


h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: lighter;
    margin-bottom: 10px;
}

#languages {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1000;
}

#languages #lang_sel a.lang_sel_sel {
    background-image: url('../../../img/pages/logo/nav-arrow-down.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#languages #lang_sel a {
    font-family: 'azarMehr';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.4em;
    background: none;
    border: none;
    color: #FFFFFF;
}

#languages a {
    text-decoration: none;
    font-family: 'azarMehr';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.4em;
    background: none;
    border: none;
    color: #FFFFFF;
}


#languages #lang_sel li {
    width: auto;
}

#languages #lang_sel a:hover {
    text-decoration: none !important;
}

#languages #lang_sel a.lang_sel_sel:hover {
    text-decoration: none !important;
}


#languages #lang_sel ul ul {
    border: none;
}


/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 1
//////////////////////////////////////////////////////////////////////*/
.section1, .section2, .section3, .section4, .section5, .section4, .section7, .section8, .section9, .section10 {

    /*overflow: hidden;*/
}


.section1 {
    height: 100vh;
    width: 100%;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.section1 .full-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.section1 .full-container .scene {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.section1 .full-container .scene .layer {
    width: 110%;
    height: 110vh;
    overflow: hidden;
}

.section1 .layer .far {

    background-image: url('../../../img/pages/logo/hero-bg.webp');
    background-size: cover;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.section1 .layer .medium {

    /*background-image: url('../../../img/pages/logo/home_bg_middle.png');*/
    background-size: cover;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}

.section1 .layer .close {

    /*background-image: url('../../../img/pages/logo/home_bg_light.png');*/
    background-size: cover;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}

.section1 .titleslide {
    position: absolute;
    z-index: 900;
}

.section1 .arrow {
    position: absolute;
    z-index: 106;
    bottom: 20px;
    left: 50%;
    cursor: pointer;
    opacity: 0;

    font-family: 'azarMehr';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.4em;

}

.section1 .arrow .align-middle {
    left: -50%;
    position: relative;
    text-align: center;
}

.section1 #scrollTitle {
    margin-bottom: 10px;
}

.titleslide {
    position: absolute;
    z-index: 10002;
    left: 50%;
    top: calc(50% - 150px);

}

.titleslide .title {
    width: fit-content;
    text-align: center;
    height: 84px;
}


.titleslide .titleunder {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: auto;
    margin-top: 10px;
    margin-right: 13px;
    opacity: 0;
}

.titleslide .titleunder img {
    width: 300px;
    height: auto;

}

.align-middle {
    position: relative;
    left: -50%;
}


.blackscreen {
    height: 100%;
    width: 100%;
    background-color: #1f2326;

    position: absolute;
    z-index: 40;
    opacity: 1;
}

.blackscreen2 {
    height: 100vh;
    width: 100%;
    background-color: #000;
    position: fixed;
    z-index: 10001;
    opacity: 1;
}

.blackscreen2 .loader {
    width: 100px;
    /* margin: auto; */
    left: 50%;
    bottom: calc(50% - 100px);
    position: absolute;
    text-align: center;
}

.blackscreen2 .circlesvg, .blackscreen2 .circlesvg-bg {
    position: absolute;
    left: -50%;
    opacity: 0;
}

.blackscreen2 .circlesvg-bg {
    opacity: 0.3;
}


.blackscreen2 #logoLoading {
    opacity: 0;
}


.section1 .list {
    position: absolute;
    z-index: 103;
    left: 50%;
    top: 60%;

}

.listWord {
    position: relative;
    left: -50%;
    text-align: center;
}

.listWord li {
    display: inline-block;

    margin: 0 15px;

}

.listWord .word {
    opacity: 0;
}

.point1 {
    position: absolute;
    left: 143px;
    top: 15px;
    opacity: 0;

}

.point2 {
    position: absolute;
    left: 153px;
    top: 0px;
    opacity: 0;
}


.containerText {
    position: absolute;
    z-index: 105;
    width: 100%;
    height: 100%;

}

.textIntro {
    text-align: center; /* centrage horizontal */
    height: 100%;
    line-height: 100vh;
    opacity: 0;
    transform: translateY(300px);
}

.textIntro span {
    color: #FFFFFF;
    transition: color 1s;
}

.textIntro span:nth-child(1) {
    transition-delay: 0.5s
}

.textIntro span:nth-child(2) {
    transition-delay: 1s
}

.textIntro span:nth-child(3) {
    transition-delay: 1.5s
}

.textIntro span:nth-child(4) {
    transition-delay: 2s
}

/*.textIntro.colored span:nth-child(1) {*/
/*    color: #cde4b0;*/
/*}*/

/*.textIntro.colored span:nth-child(2) {*/
/*    color: #ffe09c;*/
/*}*/

/*.textIntro.colored span:nth-child(3) {*/
/*    color: #6d969c;*/
/*}*/

/*.textIntro.colored span:nth-child(4) {*/
/*    color: #e98e7d;*/
/*}*/


.bloc {
    font-family: "azarMehr";
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    max-width: 700px;
    text-align: justify;
    margin: 0 50px;
    line-height: 55px;
    display: inline-block;
    vertical-align: middle;

    user-select: none;
    cursor: default;

}


/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 2
//////////////////////////////////////////////////////////////////////*/

.section2 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.panel {
    height: 100%;
    width: 100%;
    position: absolute;
}

.section2 section:nth-child(1) {
    height: 100vh;
    display: table;
    z-index: 5;
}

.section2 section:nth-child(2) {
    height: 100vh;
    display: table;
    z-index: 4;
}

.section2 section:nth-child(3) {
    height: 100vh;
    display: table;
    z-index: 3;
}

.section2 section h3 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

.section2 section p {
    text-align: center;
}

.section2 .titleObj span {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #656565;
}

.section2 .bottom-span {
    width: 100%;
    text-align: center;
    color: #848383;
    font-size: 20px;
    position: absolute;
    bottom: 20%;
}

.section2 .title-samples {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 0 !important;
    position: absolute;
    top: 18%;

}

.section2 section:nth-child(1), .section2 section:nth-child(3) {
    color: #313131;
}

.section2 section:nth-child(2) {
    color: #313131;
}

.inside {
    display: table-cell;
    vertical-align: middle;

}

.bg1 {
    background-color: #ffffff;
    z-index: -5;
    width: 101%;
    height: 100%;
    position: absolute;

}


.bg2 {

    background-color: #f4f6f8;
    z-index: -4;
    width: 101%;
    height: 100%;
    position: absolute;


    /*	background-image:  linear-gradient(-45deg, #ffe09c 0%, #ffe09c 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-135deg, #ffe09c 0%, #ffe09c 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      background-position:  top right, top right;
      background-size:  1rem 1rem, 1rem 1rem;
      background-repeat: repeat-y;*/

}

.bg3 {
    background-color: #ffffff;
    z-index: -3;
    width: 101%;
    height: 100%;
    position: absolute;

}


.title {
    color: black;
    display: table;
    margin: auto;
    width: 100%;
}

.title .titleObj {
    position: absolute;
    width: 100%;
    top: 25%;
}


.p {
    display: table;
    margin: auto;
    width: 100%;
}

.p .pObj {
    position: absolute;
    width: 100%;
}

.imgList {
    display: table;
    height: 500px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    font-size: 0;
}


.section2 section .imgList {
    display: table;
    height: 500px;
    margin: auto;
    padding: 150px 0 0 0;
}

@media (max-width: 1024px) {
    .section2 section .imgList {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .section2 .bottom-span {
        bottom: 10%;
        padding: 0 4rem;
        font-size: 16px;
    }

    .section2 .title-samples {
        /*top: 10%;*/
    }


    .imgList .obj {
        width: 38% !important;
    }

    .obj .objimg {
        width: 38% !important;
        max-width: 230px;
        height: auto;
        position: absolute;
    }
}

.imgList .obj {
    width: 25%;
    display: inline-block;

}

.obj .objimg {
    width: 25%;
    max-width: 230px;
    height: auto;
    position: absolute;
}

.obj .objimg img {
    width: 100%;

}


.trigger1 {
    position: absolute;
    bottom: 50%;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 3
//////////////////////////////////////////////////////////////////////*/

.textOverparallax {
    max-width: 450px;
    /*position: absolute;*/
}


.section3 {
    background-color: #000000;
    /*height: 100vh;*/
    width: 100%;
    position: relative;
    overflow: hidden;
}


.section3 .textOverparallax {
    z-index: 16;
    /*top: 10%;*/
    /*left: calc(50% - 280px);*/
    max-width: 100%;
}

.section3 .textOverparallax p, .section3 .textOverparallax h2 {

    text-align: center;

}


.parallax-window {
    background-size: cover;
    background-position: center center;
    width: 100%;
    /*height: 100vh;*/
}

.lampe {
    text-align: center;
    z-index: 20;
    position: absolute;
    bottom: 30%;
    left: calc(50% - 275px);
    left: calc(50% - 15%);
    width: 30%;
    min-width: 350px;

}

.lampe img {
    margin-top: -200px;
    width: 100%;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 4
//////////////////////////////////////////////////////////////////////*/

.section4 {
    height: 3860px;
    width: 100%;
    /*background-color: #194853;*/
    /*background-image: url('../../../img/pages/logo/logo-steps-bg.webp');*/
    background-repeat: repeat;
    background-position: top;
    position: relative;
    z-index: 600;
    overflow: hidden;
}

.section4-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 18rem;
    background-image: url('../../../img/pages/logo/logo-steps-bg.webp');
}

.section4 h1, .section4 h2 {
    color: black;
    margin: 10px 0;
}

.section4 .logo-steps-title {
    font-size: 40px;
    text-align: center;
}

.atable {
    width: 100%;
    height: 100%;
    /*background-image: url('../../../img/pages/logo/pattern-cacao.png');*/
    background-repeat: repeat-x;
    background-position: top;
    position: absolute;
    overflow: hidden;
}

.atable .title {

    margin-top: 60px;
    text-align: center;
    width: 250px;
}

svg#tracesvg {
    position: absolute;
    top: 350px;
    left: calc(50% - 623px);
    z-index: 610;
}

svg#tracesvgmobile {
    position: absolute;
    top: 350px;
    left: calc(50% - 140px);
    z-index: 610;
}

.selpoivre {
    position: absolute;
    right: 0;
    top: 400px;
}

.selpoivre img {
    height: 500px;
}

.basilic {
    position: absolute;
    top: 0;
    left: calc(50% - 400px);
    z-index: 616;
}

.huile {
    position: absolute;
    top: 160px;
    left: calc(50% - 500px);
    z-index: 616;
}

.huile img {
    width: 200px;
}

.menucarte {
    position: absolute;
    top: 40px;
    right: calc(50% - 545px);
    z-index: 615;
}


.plate1 {
    position: absolute;
    top: 300px;
    left: calc(50% - 534px);
    z-index: 620;
}


.salade {
    position: absolute;
    top: 440px;
    left: calc(50% + 12px);
}

.planchecharcuterie {
    position: absolute;
    top: 747px;
    left: calc(50% + 34px);
    z-index: 621;
}

.tomates-cerise {

    position: absolute;
    top: 791px;
    left: calc(50% - 700px);
    z-index: 621;
    transform: rotate(20deg);
}

.tomates-cerise img {
    width: 360px;
}

/* TRGGER */

.trigger-salades {
    position: absolute;
    top: 750px;
}

.surlepouce {

    position: absolute;
    top: 1055px;
    left: calc(50% - 355px);
}


.moutarde {
    position: absolute;
    top: 1796px;
    left: calc(50% - 449px);
    z-index: 622;
}

.moutarde img {
    width: 180px;
}


.burger {
    position: absolute;
    top: 1370px;
    left: calc(50% - 455px);
    z-index: 622;
}

.burger img {
    width: 90%;
}


.frittes {
    position: absolute;
    top: 1488px;
    left: calc(50% + 250px);
    z-index: 622;
}

.frittes img {
    width: 520px;
}


.nosplats {
    position: absolute;
    top: 1480px;
    left: calc(50% + 40px);
}

.soja {
    position: absolute;
    top: 2063px;
    left: calc(50% + 689px);
    z-index: 622;
}

.soja img {
    width: 200px;
}


.wasabi {
    position: absolute;
    top: 1820px;
    left: calc(50% + 600px);
    z-index: 622;
}

.wasabi img {
    width: 150px;
}

.sushis {
    position: absolute;
    top: 1850px;
    left: calc(50% + 90px);
    z-index: 622;
}


.enviedesushi {
    position: absolute;
    top: 2061px;
    left: calc(50% + 40px);
}

.morceaux-chocolat {
    position: absolute;
    top: 2714px;
    left: calc(50% + 360px);
    z-index: 625;
}

.oeuf {
    position: absolute;
    top: 2660px;
    left: calc(50% + 310px);
    z-index: 626;
    transform: rotate(-10deg);
}

.gourmandise-1 {
    position: absolute;
    top: 2157px;
    left: calc(50% - 565px);
    z-index: 625;
}

.gourmandise-2 {
    position: absolute;
    top: 2513px;
    left: calc(50% + -558px);
    z-index: 626;
}

.gourmandise-3 {
    position: absolute;
    top: 2306px;
    left: calc(50% + 40px);
    z-index: 627;
}


.nosgourmandises {
    position: absolute;
    top: 2590px;
    left: calc(50% - 73px);
}

.agrumes {
    position: absolute;
    top: 3170px;
    left: calc(50% - 805px);
    z-index: 628;
}


.cocktail {
    position: absolute;
    top: 2970px;
    left: calc(50% - 315px);
    z-index: 628;
}


.cocktails {
    position: absolute;
    top: 3114px;
    left: calc(50% - 477px);
}

.cuillere {
    position: absolute;
    top: 3803px;
    left: calc(50% - 592px);
    z-index: 629;
    transform: rotate(-17deg);
}

.muffin {
    position: absolute;
    top: 3539px;
    left: calc(50% - 560px);
    z-index: 629;
}

.mug-3 {
    position: absolute;
    top: 3300px;
    left: calc(50% - 60px);
    z-index: 630;
}

.teatime {
    position: absolute;
    top: 3552px;
    left: calc(50% - 134px);
}


/* MENU SECTION 6 */

.rollover {
    position: absolute;
    border-radius: 50%;
    /*background-color: rgba(0,255,0,0.5);*/

}

#decouvrir {
    opacity: 0;
}

.roundbtn {
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 1);
    height: 150px;
    width: 150px;
    transform-origin: 50% 50%;
    transform: scale(0);
    margin: calc(50% - 75px);
    text-align: center;
    line-height: 150px;
    vertical-align: middle;
    font-family: 'azarMehr';
    font-size: 14px;
    text-transform: uppercase;
}


.plate1 .rollover {
    top: 5px;
    left: 62px;
    width: 478px;
    height: 478px;
}

.planchecharcuterie .rollover {
    top: 34px;
    left: 19px;
    width: 470px;
    height: 470px;
}

.burger .rollover {
    top: 38px;
    left: 29px;
    width: 400px;
    height: 400px;
}

.sushis .rollover {
    top: 51px;
    left: 139px;
    width: 400px;
    height: 400px;
}

.gourmandise-1 .rollover {
    top: 7px;
    left: 28px;
    width: 300px;
    height: 300px;
}


.cocktail .rollover {
    top: 6px;
    left: 70px;
    width: 310px;
    height: 310px;
}

.mug-3 .rollover {
    top: 15px;
    left: 94px;
    width: 320px;
    height: 320px;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 5
//////////////////////////////////////////////////////////////////////*/

.section5 {
    /*height: 140vh;*/
    width: 100%;
    position: relative;


}

.section5 .calme {
    background-color: #6d969c;
    height: 25%;

}

.section5para {
    overflow: hidden;
}


.section5 .calme:after {
    content: '';
    background-color: transparent;
    background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" height="200px" viewBox="0 0 10.4 117" enable-background="new 0 0 10 117" xml:space="preserve"><polygon fill="%236d969c" points="0,0 0,112.3 5.2,117.5 10.5,112.3 10.5,0 "/></svg>') repeat-x;
    background-position: bottom;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 25%;
    z-index: 501;
    overflow: hidden;

    margin-top: -150px;
}


.parassol {
    position: absolute;

}

.parassol img {
    width: 350px;
    height: auto;
}

.verre {
    position: absolute;
    z-index: 510;
    top: calc(25% - 100px);
    left: calc(50% - 650px);


}

.verre img {
    width: 250px;
    height: auto;
}

.goutte {
    position: absolute;
    z-index: 120;


}

.goutte img {
    width: 30px;
    height: auto;
}


.parassol.ombre img {
    width: 410px;
    height: auto;
}

.parassol.rouge {
    z-index: 521;
    top: -15px;
    left: calc(50% - 660px);
}

.parassol.rouge.ombre {
    z-index: 520;
    top: 15px;
    left: calc(50% - 690px);

}

.parassol.vert {
    z-index: 526;
    top: -190px;
    right: calc(50% - 400px);

}

.parassol.vert.ombre {
    z-index: 525;
    top: -160px;
    right: calc(50% - 430px);

}

.parassol.creme {
    z-index: 524;
    top: 50px;
    right: calc(50% - 550px);

}

.parassol.creme.ombre {
    z-index: 523;
    top: 80px;
    right: calc(50% - 560px);

}

.calme .title {
    position: absolute;
    top: 10%;
    left: calc(50% - 325px);
    z-index: 502;
    max-width: 450px;


}

.calme .title h1 {
    color: #ffe09c;
    margin-bottom: 15px;
}

.section5 .section5para {
    height: 75%;
    width: 100%;

    /*background-image: linear-gradient(to bottom, #6d969c 0%, #194853 100%  );*/
}

.section5 .section5para .parallax-window {
    height: 100%;
    width: 100%;
}

.section5 .section5para .parallax-window img {

    min-width: calc(100% + 400px);
    min-height: 75vh;
    position: absolute;
    bottom: 0;

    /*background-image: linear-gradient(to bottom, #6d969c 0%, #194853 100%  );*/
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 6
//////////////////////////////////////////////////////////////////////*/

.section6 h2 {
    margin-bottom: 0;
}

/*.section4 {*/
/*    height: 100vh;*/
/*    width: 100%;*/
/*    background-color: #6d969c;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.section4 .textOverparallax {*/
/*    z-index: 16;*/
/*    top: 35%;*/
/*    left: 20%;*/
/*}*/


/*.section4 .parallax-window, .section4 .parallax-window2 {*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*    position: absolute;*/
/*    height: 100vh;*/
/*    width: 100%;*/
/*    top: 0;*/
/*}*/

/*.section4 .parallax-window {*/
/*    z-index: 2*/
/*}*/

/*.section4 .parallax-window2 {*/
/*    z-index: 1*/
/*}*/

/*.triggerSection4 {*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*}*/


/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 7
//////////////////////////////////////////////////////////////////////*/


.section7 {
    background-color: #fff;
    width: 100%;
    position: relative;
    color: #000;
}




.section7 .textOverparallax {
    z-index: 72;
    position: absolute;
    top: 43%;
    left: 20%;
    opacity: 1;


}


.section7 .textOverparallax p, .section7 .textOverparallax h1 {
    color: #000;
    text-align: left;

}

.section7 .parallax-window {

    background-position: middle right;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 8
//////////////////////////////////////////////////////////////////////*/

.section8 {
    /*height: 100vh;*/
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    /*background-image: url('./images/diapo.jpg');
    background-position: center;
    background-size: cover;*/

}



.slideshow {
    height: 100vh;
    width: 100%;


}

.rslides li {
    width: 100%;
    height: 100%;

}

.rslides_nav {
    position: absolute;
    bottom: 40px;
    z-index: 100;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    overflow: visible;
    transition: all 0.3s;
}

.rslides_nav:hover {
    opacity: 0.5;

}

a.rslides_nav.rslides1_nav.prev:hover {
    background-position: 40%;
}

a.rslides_nav.rslides1_nav.next:hover {
    background-position: 60%;
}

a.rslides_nav.rslides1_nav.next {

    right: calc(50% - 25%);
    background-image: url('../../../img/pages/logo/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;

}

a.rslides_nav.rslides1_nav.prev {
    left: calc(50% - 25%);
    background-image: url('../../../img/pages/logo/arrow-left.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 9
//////////////////////////////////////////////////////////////////////*/

.section9 {
    /*height: 200vh;*/
    width: 100%;
    /*background-color: #FFF;*/
    position: relative;
}

.section9 .title {
    margin-top: 2.5rem;
}


.equipe1 {
    position: absolute;
    right: calc(50% + 110px);
    top: 10vh;


}

.equipe1 img {
    height: 90vh;
}

.equipe2 {
    position: absolute;
    bottom: 10vh;
    left: calc(50% - 90px);
    z-index: 900;

}

.equipe2 img {
    height: 125vh;
}

.equipe3 {
    position: absolute;
    right: calc(50% + 110px);
    top: calc(100vh + 20px);


}

.equipe3 img {
    height: 70vh;
}

.section9 .paragraph {

    position: absolute;
    bottom: 145vh;
    left: calc(50% - 90px);
}

.paragraph h1 {
    color: #000;
}

.paragraph p {
    color: #000;
    width: 320px;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 10
//////////////////////////////////////////////////////////////////////*/

.section10 {
    height: 25vh;
    width: 100%;
    background-color: #ffda81;
    position: relative;

}

.section10:after {
    background-color: transparent;
    background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" height="200px" viewBox="0 0 10.4 117" enable-background="new 0 0 10 117" xml:space="preserve"><polygon fill="%23ffda81" points="0,0 0,112.3 5.2,117.5 10.5,112.3 10.5,0 "/></svg>') repeat-x;
    background-position: bottom;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 25vh;
    overflow: hidden;
    content: '';
    margin-top: -150px;
    z-index: 500;

}


.section10 .paragraph {

    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 250px);
    z-index: 501;
    text-shadow: #000 -100px 10px 20px;
}


.spot {
    position: absolute;
    bottom: calc(50% - 64px);
    left: calc(50% + 150px);
    z-index: 850;

}

.spot img {
    width: 200px;
}


/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 11
//////////////////////////////////////////////////////////////////////*/
.section11 {
    height: 75vh;
    width: 100%;
    position: relative;
    background-image: linear-gradient(to bottom, #ffda81 0%, #ffda81 40%, #e98e7d 100%);
    overflow: hidden;
}

.section11 .container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section11 .container .scene {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section11 .container .scene .layer {
    width: 110%;
    height: 110%;
    overflow: hidden;
}

.section11 .layer .far {
    background-image: url('../../../img/pages/logo/section11-3.jpg');
    background-size: cover;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}

.section11 .layer .medium {
    background-image: url('../../../img/pages/logo/section11-2.png');
    background-size: cover;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}

.section11 .layer .close {
    background-image: url('../../../img/pages/logo/section11-1.png');
    background-size: cover;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - SECTION 12
//////////////////////////////////////////////////////////////////////*/

.section12 {
    height: calc(100vh);
    width: 100%;
    position: relative;
    background-color: #aad4b3;
}

.slide-info {
    position: relative;
    overflow: hidden;
    height: 65vh;
    background-color: #e98e7d;
    background-image: url('../../../img/pages/logo/pattern-bg.png');

}

.info-container {
    position: absolute;
    top: 0;
    height: 65vh;
    left: 50%;
    display: table-row-group;
    vertical-align: middle;
    z-index: 3;
}

.info {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 65vh;
    left: -50%;
}


.info .logo {
    position: relative;
    left: -50%;
}

.info .logo .title img {
    width: 150px;
}

.info .logo .title {
    text-align: center;
}

.info .logo .titleunder {
    text-align: center;
}

.info .logo .titleunder img {
    width: 200px;
}

.info h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.horaires {


}

.horaires .title {

    width: 400px;
}

.info p {
    font-size: 20px;
    font-family: 'azarMehr';
}

.days {
    float: left;
    width: 60%;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-family: 'azarMehr';
}

.hours {
    float: right;
    width: 40%;
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    font-family: 'azarMehr';

}

.phone {
    text-align: center;
    margin: 20% 0;
}

.phone p {
    font-size: 22px;
    color: #fff;
}

.likeus {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-family: 'azarMehr';
}


.legume {
    position: absolute;
}

.legume1 {
    top: -100px;
    left: calc(50% + 550px);
}

.legume1 img {
    width: 220px;
}

.legume2 {
    top: -150px;
    right: calc(50% - 400px);
}

.legume2 img {
    width: 150px;
}

.legume3 {
    top: 500px;
    left: calc(50% + 650px);
}

.legume3 img {
    width: 240px;
}

.legume4 {
    top: 100px;
    left: calc(50% - 850px);
}

.legume4 img {
    width: 200px;
}

.legume5 {
    top: 700px;
    left: calc(50% - 50px);
}

.legume6 {
    top: -650px;
    left: calc(50% - 520px);
}

.legume7 {
    top: 0px;

    left: calc(50% + 320px);
}

.legume7 img {
    width: 150px;
}

.legume8 {
    top: 150px;
    left: calc(50% - 550px);
}

.legume8 img {
    width: 190px;
}


.map {
    height: 35vh;
    width: 100%;
    position: relative;

}

.infomap {
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 10%;

}

.infomap a {
    text-decoration: none;
    color: #fff;
}

.address {

    magin-top: 100px;
    width: 350px;
    height: auto;
    background-color: rgba(26, 75, 85, 0.8);
    padding: 10px;


}

/*////////////////////////////////////////////////////////////////////
//  03 - SECTION 13 
////////////////////////////////////////////////////////////////////*/

.section13 {
    background-color: #aad4b3;
    height: auto;

}

.section13 .container {

    font-family: 'azarMehr';
    margin: auto;
    padding: 40px 0px;
    max-width: 850px;
}

.section13 .container H4 {
    font-family: 'azarMehr';
    font-weight: normal;
    text-align: center;
}


.section13 .container .text_wrapp {
    width: 75%;
    display: inline-block;
    vertical-align: middle;

}

.section13 #subForm {

    font-size: 0px;
    margin: auto;
    width: 60%;
}

.section13 .container .text_wrapp #fieldEmail {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 300;
    width: 100%;
    position: relative;
    top: 4px;

}


.section13 .container .text_wrapp #fieldEmail::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}


.section13 .container .bnt_wrapp {

    width: 25%;
    display: inline-block;

}

.section13 .container .bnt_wrapp .btn {
    user-select: none;
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    min-width: 155px;
    padding: 14px 28px 13px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 3px solid #FFFFFF;
}

.section13 .container .bnt_wrapp .btn:hover {
    color: #333333;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.section13 input:focus {
    outline: 0;
}

.section13 .btn:focus {
    outline: 0;
}


#thankyou {
    display: block;
    margin: auto;
    padding: 20px;
    width: 340px;
    margin-top: 20px;
}


#madeby {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 10px;
}

#madeby a {
    text-decoration: none;
    color: #fff;
}

#madeby img {
    height: 40px;
    vertical-align: middle;
}


/*//////////////////////////////////////////////////////////////////// 
//  04 - Header
////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  07 - Menu
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

/*First Step */
.message-box {
    position: absolute;
    top: 304px;
    right: calc(50% - 560px);
}

.message-box-mobile {
    position: absolute;
    top: 430px;
    right: calc(53% + -159px);
    z-index: 9999;
}


.first-step-arrow {
    position: absolute;
    top: 245px;
    right: calc(50% - 175px);
}

.first-step-title {
    position: absolute;
    top: 249px;
    right: calc(50% - 40px);
    text-align: center;
}

/*Second Step */
.idea-lamp {
    position: absolute;
    right: calc(50% + 175px);
    top: 484px;
}

.second-step-arrow {
    position: absolute;
    top: 710px;
    right: calc(50% + 17px);
}

.second-step-title {
    position: absolute;
    top: 817px;
    right: calc(50% - 137px);
    text-align: center;
    transform: rotate(20deg);
}

.pencil-waste {
    position: absolute;
    right: calc(50% - 582px);
    top: 814px;
}

.exclam-mark {
    position: absolute;
    right: calc(50% - 129px);
    top: 1070px;
}

.sharpener {
    position: absolute;
    right: calc(50% - -200px);
    top: 1038px;
}

/*Third Step */
.third-step-title {
    position: absolute;
    top: 1371px;
    right: calc(50% - 134px);
    text-align: center;
    transform: rotate(-35deg);
}

.third-step-arrow {
    position: absolute;
    top: 1246px;
    right: calc(50% + -331px);
}

.fourth-step-arrow {
    position: absolute;
    top: 1906px;
    right: calc(50% + 126px);
}

.fifth-step-arrow {
    position: absolute;
    top: 2404px;
    right: calc(50% + 40px);
}

.fourth-step-title {
    position: absolute;
    top: 1933px;
    right: calc(50% - 56px);
    text-align: center;
    transform: rotate(-10deg);
}

.fifth-step-title {
    position: absolute;
    top: 2469px;
    right: calc(50% - -383px);
    text-align: center;
    transform: rotate(-10deg);
}

.sixth-step-title {
    position: absolute;
    top: 2939px;
    right: calc(50% - 32px);
    text-align: center;
    transform: rotate(-20deg);
}

.pencil {
    position: absolute;
    top: 1200px;
    right: calc(50% + -22px);
    z-index: 9999;
}

.sketch {
    position: absolute;
    top: 1311px;
    right: calc(50% + 432px);
    z-index: 9999;
}

.notebook {
    position: absolute;
    top: 1009px;
    right: 0;
    z-index: 9999;
}

.pen-tool {
    position: absolute;
    top: 1576px;
    right: calc(50% + 376px);
    z-index: 9999;
}

.color-picker {
    position: absolute;
    top: 1830px;
    right: calc(50% + -700px);
    z-index: 9999;
}

.set-3D {
    position: absolute;
    top: 1893px;
    right: calc(50% + 290px);
    z-index: 9999;
}

.set-gif {
    position: absolute;
    top: 2412px;
    right: calc(50% + -642px);
    z-index: 9999;
    width: 500px;
    height: 500px;
    background-color: #ffffff;
}

.set-gif video {
    object-fit: cover;
    border-radius: 100%;
}

.nav-up {
    top: -71px;
}

.set-flag {
    position: absolute;
    top: 2732px;
    right: calc(50% + 263px);
    z-index: 9999;
}

.aftereffect {
    position: absolute;
    top: 2750px;
    right: calc(50% + -731px);
    z-index: 9999;
}

.info-logomotion-video {
    background-color: #F4F6F8;
    position: absolute;
    top: 3311px;
    transform: translateX(50%);
    right: 50%;
    z-index: 9999;
    width: 55%;
    border-radius: 2rem;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.step-title {
    font-family: YekanBakh, serif;
}

.video-play-btn {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    width: 5rem;
    height: 5rem;
    color: #ffffff;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    opacity: 1;
    backdrop-filter: blur(12px);
    background: rgba(255, 195, 0, 0.85);
}

.video-play-btn:after {
    content: "";
    width: 5rem;
    height: 5rem;
    position: absolute;
    background-color: #ffc300;
    border-radius: 100%;
    z-index: -1;
}

.idea-lamp-mobile {
    position: absolute;
    width: 308px;
    right: calc(50% - 164px);
    top: 842px;
}

.notebook-mobile {
    position: absolute;
    left: 0;
    top: 1192px;
    z-index: 9999;
    width: 316px;
}

.set-logo-mobile {
    position: absolute;
    right: calc(50% - 91px);
    top: 1714px;
    z-index: 9999;
    width: 170px;
}

.tools-panel {
    position: absolute;
    right: calc(50% - 180px);
    top: 1965px;
    z-index: 9999;
    width: 50px;
}

.first-step-title-mobile {
    position: absolute;
    top: 312px;
    right: calc(50% + -90px);
    width: 11rem;
}

.second-step-title-mobile {
    position: absolute;
    transform: rotate(318deg);
    top: 741px;
    right: calc(50% + 35px);
    width: 5rem;
}

.third-step-title-mobile {
    position: absolute;
    transform: rotate(20deg);
    top: 1252px;
    width: 9rem;
    right: calc(50% + -160px);
}

.fourth-step-title-mobile {
    position: absolute;
    top: 1629px;
    right: calc(50% + -141px);
    width: 11rem;
}

.fifth-step-title-mobile {
    position: absolute;
    width: 11rem;
    top: 2072px;
    right: calc(50% + -92px);
}

.sixth-step-title-mobile {
    position: absolute;
    top: 2543px;
    right: calc(50% + -107px);
    width: 13rem;
}

.step-title-mobile {
    display: none;
}

#magazine_blogs,#send-num-banner  {
    background-color: #fff;
}

.order-request-banner > div > div {
    padding: 0;
}

.first-callto .utta-sections {
    padding: 0;
}

@media (max-width: 1024px) {

    .step-title-mobile {
        display: block;
    }

    .sharpener {
        width: 150px;
        position: absolute;
        right: calc(50% - 167px);
        top: 678px;
    }

    .pencil-waste {
        position: absolute;
        width: 10rem;
        right: calc(50% - -123px);
        top: 399px;
    }

    .pencil {
        position: absolute;
        right: calc(50% - 496px);
        top: 1046px;
        transform: rotate(11deg);
    }

    .sketch {
        width: 80px;
        position: absolute;
        right: calc(50% - 181px);
        top: 1422px;
        transform: rotate(11deg);
    }

    .set-gif {
        width: 300px;
        height: 300px;
        top: 2176px;
        right: calc(50% + -159px);
    }

    .info-logomotion-video {
        top: 2660px;
    }

    .first-step-arrow {
        width: 7rem;
        transform: rotate(45deg);
        top: 301px;
        right: calc(50% - 175px);
    }

    .second-step-arrow {
        width: 5rem;
        transform: rotate(238deg);
        top: 788px;
        right: calc(50% + 124px);
    }

    .third-step-arrow {
        width: 5rem;
        transform: scaleX(-1) rotate(36deg);
        top: 1188px;
        right: calc(50% + 3px);
    }

    .fourth-step-arrow {
        transform: rotate(297deg);
        width: 5rem;
        top: 1631px;
        right: calc(50% + 62px);
    }

    .fifth-step-arrow {
        display: none;
    }

    .section4 {
        height: 2760px
    }

    .step-title {
        display: none;
    }

    .section4-bg {
        bottom: 7rem;
    }

    .info-logomotion-video {
        width: 80%;
    }

    .section8 h3 {
        font-size: 1rem;
    }

    #slider_text {
        min-height: auto !important;
        padding-top: 19rem;
        padding-bottom: 5rem
    }
}




