html,body{
    width: 100%;
    height: 100%;
    background: #000;
    margin: 0;
    padding: 0;
}

body {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ModuleClearChannel {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 320px;
    position: relative;
    margin: 0;
    max-height: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('./bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ModuleClearChannel div{
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 30;
    top: 0;
    left: 0;
}

.overlay img {
    padding: 0;
    width: 100%;
    height: auto;
    /* position: absolute; */
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hidden {
    opacity: 0;
}

.js-banner{
    opacity: 0;
}

.montre {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 5%;
    left: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 5;
}  

.heures,
.minutes,
.secondes {
    -webkit-transform-origin: center center !important;
    -moz-transform-origin: center center !important;
    -ms-transform-origin: center center !important;
    transform-origin: center center !important;
    position: absolute;
}
.title{
    position: absolute;
    top: 4%;
    width: 100%;
    text-align: center;
    font-family: 'OMEGA CT GOLD';
    letter-spacing: 4px;
    color: #c61230;
}
.title p {
    display: inline-block;
}
.title-text{
    text-transform: uppercase;
    font-size: calc(2.5vw);
}
#logo .logo-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.logo-img.pc {
	display:block;
}

.logo-img.sp {
	display:none;
}


#logo {
    display: block;
    text-align: center;
    position: absolute;
}

#logo .logo-txt {
    position: absolute;
    bottom: 30px;
    left: 200%;
	transform: translateX(-50%);
}
.day {
    position: absolute;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    top: 9.1%;
    z-index: 1;
}
.watch {
    position: relative;
    z-index: 3;
}


@media (orientation: landscape) {
    .overlay {
        width: 100%;
        height: 100%;
    }
    #watch{
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform-origin: 0 0;
        width: calc((100vw + 70vh)/6);
        height: auto;
    }
    #logo {
        width: 30%;
        top: 0px;
        right: 200px;
        height: 100%;
    }
    #logo img {
        width: 50%;
    }
    #watch_box {
        top: 0;
        left: 0;
        width: 70%;
        height: 100%;
    }
}

@media (orientation: portrait) {
    #watch_box {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #watch{
        position: absolute;
        top: 44.5%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform-origin: 0 0;
        width: calc((100vw + 70vh)/3.15);
        height: auto;
    }
	.overlay {
		height:100%;
	}
    #logo {
        /* display: none; */
        width: 100%;
        right: 0;
        bottom: 4px;
        height: 17%;
    }
    #logo .logo-img {
        width: 75%;
        top: 28%;
    }
    #footer {
        opacity: 0;
    }
    .title-text {
        font-size: calc(4.7vw);
    }
    .title {
        top: 4%;
    }
	.logo-img.pc {
		display:none;
	}

	.logo-img.sp {
		display:block;
	}
	#logo .logo-txt {
        bottom: 10px;
	}
}
@media all and (max-width: 320px) {
    .title{
        letter-spacing: 4px;
    }
    #watch{
        top: 45%;
        left: 50%;
        width: 307px;
        height: auto;
        transform-origin: 0 0;
        transform: scale(0.6) translate(-50%, -50%);
        -webkit-transform: scale(0.6) translate(-50%, -50%);
        -moz-transform: scale(0.6) translate(-50%, -50%);
        -ms-transform: scale(0.6) translate(-50%, -50%);
    }
    .title-text {
        font-size: 16px;
    }
	.logo-img.pc {
		display:none;
	}

	.logo-img.sp {
		display:block;
	}
	#logo .logo-txt {
    bottom: 10px;
	}
}