@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN_Alternate_Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


#CountDown_BLANCPAIN{
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: rgb(0,0,0);

}


#ratioPaysage{
	display:none;
}

#ratioPortraitMobile{
	display:none;
}

#ratioPortraitIpad{
	display:none;
}

#contenerRequin{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#requin{
	position: absolute;
	top:0;
}

#gradient{
	position: absolute;
	width: 100%;
	height:100%;
	bottom: 0px;
	left:0px;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);

}

#logoBOC{
	display: none;
}

#banContener{
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: opacity 3s;
}

.banON{
	opacity:1!important;
}

#titreCountDown{
	font-family: 'DIN';
	letter-spacing: 1px;
	color: white;
	width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#endCountDown{
	display: none;
	font-family: 'DIN';
	text-align: center;
	color:white;
	font-size:12px;
}

#blocCountDown{
	position:relative;
	width: 80%;
	margin-left: 10%;
}

.blocDigit{
	width: 23%;
	display:inline-block;
}

.digit{
	font-family: 'DIN';
	font-size: 30px;
	width: 100%;
	text-align: center;
	color:white;
}

.label{
	font-family: 'DIN';
	width: 100%;
	text-align: center;
	color:white;
}


#bloc_montre_ontime{
	margin-top: 40px;
	position:relative;
	width: 100%;
}

#montre_ontime{
	position: relative;
}

#RTW{
	position: absolute;
	top:0;
	left:0;
	height: 100%;
}

#aiguilles{
	position: absolute;
	top:0;
	left:0;
	height: 100%;
}

#logoBP{
	text-align: center;	
	width: 50%;
	margin-top: 40px;
	margin-left: 25%;
}

#timekeeper{
	margin-top: 40px;
	letter-spacing: 0.5px;
    font-size: 10px;
	color:white;
	text-align: center;
	width: 100%;
}






@media only screen and (orientation: portrait) {
	.ratio{
		width: 100%;
		height: auto;
	}

	#ratioPortraitMobile{
		display:block;
	}

	#requin{
		width: 220%;
		top:50%;
		left: 50%;
		transform:translate(-50%,-50%);
	}

	#banContener{
		position: absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	}

	#montre_ontime{
		position: relative;
		width: 50%;
		margin-left: 25%
	}

	#montre_ontime canvas,img{
		width: 100%;
		height: auto;
	}

}

@media only screen and (orientation: portrait) and (min-width: 700px){
	#ratioPortraitMobile{
		display:none;
	}

	#ratioPortraitIpad{
		display:block;
	}

	#requin{
		width: 190%;
	}

	#titreCountDown{
		font-size: 35px;
	}

	#endCountDown{	
		font-size:16px;
	}

	.digit{
		font-size: 50px;
	}

	#bloc_montre_ontime{
		margin-top: 65px;
	}

	#montre_ontime {		
		width: 40%;
		margin-left: 30%;
	}

	#logoBP{
		margin-top: 60px;
		width: 40%;
		margin-left: 30%;
	}

	#timekeeper{
		margin-top: 40px;
		font-size: 18px;
	}
}

@media only screen and (orientation: landscape) {
	.ratio{
		width: 100%;
		height: auto;
	}

	#ratioPaysage{
		display:block;
	}

	#requin{
		height: 130%;
		left: 0;	
		top:50%;		
		transform:translate(-10%,-50%);	
	}

	#gradient{
		display:none;
	}

	#logoBOC{
		display: block;
		position: absolute;
		width: 70px;
		height: auto;
		left:20px;
		bottom: 20px;
	}

	#banContener{
		position: absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
	}

	#blocCountDown{
		width: 40%;
    	margin-left: 30%;
	}

	#titreCountDown{
		margin-top: 6%;
		font-size: 35px;
	}

	.digit {
		font-size: 70px;
		line-height: 70px;
	}

	#logoBP {
		width: 16%;
		margin-top: 3%;
    	margin-left: 42%;
	}

	#timekeeper{
		margin-top: 2%;
	}

	#sautDeLigne{
		display: none;
	}

	#bloc_montre_ontime{
		position: absolute;
		margin-top: 0px;
		top: 0%;
		right: 1%;
		width: auto;
		height: 100%;
	}

	#montre_ontime {
		margin-top: 8%;	
		height: 90%;
	}

	#montre_ontime canvas,img{
		width: auto;
		height: 100%;
	}

}

@media only screen and (orientation: landscape) and (min-width: 1600px){

	#logoBOC{
		
		width: 100px;		
		left:40px;
		bottom: 40px;
	}

	#titreCountDown{		
		font-size: 70px;
	}

	#endCountDown{	
		font-size:20px;
	}

	.digit {
    	font-size: 120px;
    	line-height: 120px;
    }

    .label{
    	font-size: 20px;
    	line-height: 20px;
    }

    #bloc_montre_ontime {
    	right: 6%;
    }

    #logoBP {
    	margin-top: 4%;
    	width: 12%;
    	margin-left: 44%;
    }

    #timekeeper {
    	margin-top: 1.5%;
    	font-size: 15px;
    }

}


@media only screen and (orientation: landscape) and (min-width: 2200px){
	#logoBOC{
		
		width: 120px;		
		left:70px;
		bottom: 60px;
	}

	#titreCountDown{		
		font-size: 100px;
	}

	.digit {
    	font-size: 170px;
    	line-height: 170px;
    }

    .label{
    	font-size: 30px;
    	line-height: 30px;
    }

    #bloc_montre_ontime {
    	right: 6%;
    }

    #logoBP {
    	margin-top: 4%;
    	width: 12%;
    	margin-left: 44%;
    }

    #timekeeper {
    	margin-top: 1.5%;
    	font-size: 15px;
    }

}