/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/css/index.css ***!
  \****************************************************************************/
body{
    background-color: #cccddd;
    margin: 0 auto;
    padding: 0;
    border: 0;
    /*overflow: hidden;*/
    width: 1080px;
    height: 1920px;
}

img{
    width: 100%;
    max-width: 100%;
}

:focus, :active, :hover {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    :focus, :active, :hover {
        background: transparent;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }
}

.qrcode{
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 100px;
    right: 100px;
    z-index: 9;
}

.index{
    position: relative;
    padding-top: 177.778%; /* 9:16 Aspect Ratio (divide 16 by 9 = 1.77778) */
}

#app{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #cccddd;
}

#main{
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #ffffff;
    overflow: hidden;
}

#house{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.show{
    opacity: 1 !important;
}

.hide{
    opacity: 0 !important;
}



#message-container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 550px;
    background-image: url(img/bulle-google.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 1s;
}


    #message-container .content{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 55px;
        padding: 15% 10% 0 30%;
        color: #fff;
    }


#video-container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}


#video-container.show{
    z-index: 999;
}

#video-container .screensaver, #video-container .technique{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#video-container .assistant{
    position: absolute;
    top: 46.7%;
    left: 50.15%;
    transform: translate(-50%, -50%);
}

#stores{
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: -40%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-image: url(img/stores.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: skewY(5deg);
    transition: top 3s, transform 3s;
}

#stores.on {
    transform: skewY(0deg);
    top: 0;
}

#lampe{
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-image: url(img/lampe.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 500ms;
}

#lampe.on {
    opacity: 1;
}

#lights{
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100vh;
    background-image: url(img/lights.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 500ms;
}

#lights.on {
    opacity: 1;
}

#clim{
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100vh;
    background-image: url(img/clim.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 3s;
}

#clim.on {
    opacity: 1;
}


#homecoach{
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100vh;
    background-image: url(img/homecoach.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 3s;
}

#homecoach.on {
    opacity: 1;
}


/* Remote */
#remote{
    position: absolute;
    top: 1150px;
    left: 100px;
    width: 292px;
    height: 600px;
    background-image: url(img/remote-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
}

    #remote #remote-alert{
        background-image: url(img/remote-alert.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #remote #remote-alert.show {
        z-index: 110;
    }

    #remote .remote-btns{
        position: relative;
        width: 100%;
        height: 100%;
    }

    #remote .remote-btns{
        position: relative;
        width: 100%;
        height: 100%;
    }

        #remote .remote-btns .remote-btn{
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            display: block;
            width: 100%;
            height: 45px;
            z-index: 100;
            left: 0;
            right: 0;
            cursor: pointer;
        }
            #remote .remote-btns .remote-btn.on{
                background-image: url(img/remote-on.png);
            }
            #remote .remote-btns .remote-btn.off{
                background-image: url(img/remote-off.png);
            }

        #remote .remote-btns .remote-btn-stores{
            top: 147px;
        }
        #remote .remote-btns .remote-btn-lampe{
            top: 238px;
        }
        #remote .remote-btns .remote-btn-lights{
            top: 291px;
        }
        #remote .remote-btns .remote-btn-clim{
            top: 382px;
        }


/* Switches */
#switch{
    position: absolute;
    top: 1200px;
    left: 45%;
    width: 50%;
    height: 600px;
    z-index: 99;
}

    #switch .switch-btns{
        position: relative;
        width: 100%;
        height: 100%;
    }

        #switch .switch-btns .switch-btn{
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            display: block;
            width: 250px;
            height: 250px;
            z-index: 100;
            top: 0;
            left: 0;
            right: 0;
            cursor: pointer;
        }

        #switch .switch-btns .switch-btn-stores{
            background-image: url(img/button-stores.png);
        }
        #switch .switch-btns .switch-btn-lampe{
            left: 300px;
            background-image: url(img/button-lampe.png);
        }


/* Btns */
.video-buttons{
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    text-align: center;
}


#btn-assistant{
    display: inline-block;
    width: 312px;
    height: 100px;
    background-image: url(img/button-assistant.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-right: 10px;
}


#btn-technique{
    display: inline-block;
    width: 232px;
    height: 100px;
    background-image: url(img/button-technique.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-left: 10px;
}

