/*!****************************************************************************!*\
  !*** 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% 15% 0 30%;
        color: #fff;
        text-align: right;
    }


#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%);
}

#thermostat{
    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/thermostat.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 500ms;
}

#thermostat.on, .thermostat.on {
    opacity: 1 !important;
}


#radiateur{
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-image: url(img/radiateur.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 1s;
}

#radiateur.on, .radiateur.on {
    opacity: 1 !important;
}


#tuyau{
    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/tuyau.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 1s;
}

#tuyau.on, .tuyau.on {
    opacity: 1 !important;
}

#cumulus{
    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/cumulus.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition-property: opacity;
    transition-duration: 500ms;
}

#cumulus.on, .cumulus.on {
    opacity: 1 !important;
}

/* Remote */
#remote{
    position: absolute;
    top: 1150px;
    left: 100px;
    width: 292px;
    height: 600px;
}

    #remote #remote-thermostat-temperature, #remote #remote-radiateur-temperature{
        background-image: url(img/mobile19.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 > div.degres18 {
        background-image: url(img/mobile18.png) !important;
    }
    #remote > div.degres19 {
        background-image: url(img/mobile19.png) !important;
    }
    #remote > div.degres20 {
        background-image: url(img/mobile20.png) !important;
    }
    #remote > div.degres21 {
        background-image: url(img/mobile21.png) !important;
    }


        #remote > div.on {
            z-index: 110 !important;
        }


        #remote .actions {
            display: block;
            width: 100%;
            height: 100%;
        }

            #remote .actions > div {
                display: block;
                width: 100%;
                cursor: pointer;
            }

            #remote .actions .plus {
                height: 50%;
            }
            #remote .actions .minus {
                height: 30%;
            }
            #remote .actions .return {
                height: 20%;
            }



        #remote .remote-btns{
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 99;
            background-image: url(img/remote-bg.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

        #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-cumulus{
            top: 147px;
        }
        #remote .remote-btns .remote-btn-radiateur{
            background-image: none !important;
            top: 238px;
        }
        #remote .remote-btns .remote-btn-thermostat{
            background-image: none !important;
            top: 291px;
        }


/* Products */
#products{
    position: absolute;
    top: 1200px;
    left: 45%;
    width: 500px;
    height: 600px;
    z-index: 99;
}

    #products .product-container{
        position: relative;
        width: 100%;
        height: 100%;
    }

        #products .product-container .product{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
        }

            #products .product-container .product .product-desc{
                text-align: right;
                font-family: Arial, Helvetica, sans-serif;
                color: #666666;
                font-size: 16px;
                padding: 0 100px 0 0;
            }


            #products .product-container .product .product-img{
                position: relative;
                background-repeat: no-repeat;
                background-size: cover;
                display: block;
                width: 500px;
                height: 500px;
                z-index: 100;
            }

            #products .product-container .product.radiateur .product-img{
                background-image: url(img/product-radiateur.png);
            }

            #products .product-container .product.cumulus .product-img{
                background-image: url(img/product-cumulus.png);
            }

            #products .product-container .product.thermostat .product-img.degres18 {
                background-image: url(img/18.png) !important;
            }
            #products .product-container .product.thermostat .product-img.degres19 {
                background-image: url(img/19.png) !important;
            }
            #products .product-container .product.thermostat .product-img.degres20 {
                background-image: url(img/20.png) !important;
            }
            #products .product-container .product.thermostat .product-img.degres21 {
                background-image: url(img/21.png) !important;
            }

                #products .product-container .product.thermostat .product-img .actions {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                #products .product-container .product.thermostat .product-img .actions > div {
                    display: block;
                    width: 100%;
                    height: 50%;
                }

/* 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;
}

