::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

img {
    vertical-align: middle;
	border:none;
	outline:0;
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

* { box-sizing: border-box; }

html, body {
	margin: 0;
    padding: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	/*font-family: 'Source Code Pro', monospace;*/
	-webkit-font-smoothing: antialiased; 
	background-color:#000;
	color:#333;
}

#background {
    position: absolute;
    top: 0;
    left: 0;
	padding-left: 16px;
    padding-top: 16px;
	z-index:3;
	border:0;
	border: none;
    text-decoration: none;
	outline : none;
}

a:hover, a:active, a:focus {
	border:0;
	border: none;
	text-decoration: none;
	outline : none;
}

.textCentral {
	font-size:46px;
	color:#fff;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
	outline : none;
	border:0;
	text-decoration: none;
}

.textCentral2 {
	font-size:32px;
	color:#fff;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
	outline : none;
	border:0;
	text-decoration: none;
}

#rsPict{
	bottom: 0;
    left: 0;
    position: fixed;
    width: 30px;
    height: 30px;
    margin: 20px;
	border:0;
	border: none;
    text-decoration: none;
	outline : none;
}

#mailPict{
	bottom: 0;
    left: 44px;
    position: fixed;
    width: 30px;
    height: 30px;
    margin: 20px;
	border:0;
	border: none;
    text-decoration: none;
	outline : none;
}

#btnMotion{
	
}

#btnPhoto{
	
}

#TextAdd1{
	position: fixed;
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
}

#TextAdd2{
	position: fixed;
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
}

#txt3D{
	opacity:0;
}

#txtVFX{
	opacity:0;
}

#txtNAT{
	opacity:0;
}

#txtSET{
	opacity:0;
}

#txtMD{
	
}

#txtPH{
	
}

#conteneurChoix {
	position: absolute;
}

#choixPhotoGauche {
	transition: clip-path .5s ;
	background-color: #000;
	width:100%;
	height: 100%;
	position: fixed;
	-webkit-clip-path: polygon(0 0, 75% 0, 25% 100%, 0 100%);
	clip-path: polygon(0 0, 75% 0, 25% 100%, 0 100%);
	margin: 0;
	padding: 0;
	z-index: 1;
}

#choixPhotoDroite {
	transition: clip-path .5s;
	background-color: #000;
	width:100%;
	height: 100%;
	position: fixed;
	-webkit-clip-path: polygon(75% 0,100% 0, 100% 100%, 25% 100%);
	clip-path: polygon(75% 0,100% 0, 100% 100%, 25% 100%);
	margin: 0;
	padding: 0;
	z-index: 2;
}

#choixPhotoGaucheBck{
	transition: opacity .5s;
	opacity: .7;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
}

#choixPhotoDroiteBck{
	transition: opacity .5s;
	opacity: .7;
	/*background-image: url(http://thinkadelik.com/photographie/images/large/DSCF6224.jpg); 
	background-size: cover;
	background-position: center;*/
	width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
}

#choixPhotoGaucheBck:hover {
	opacity: 1;
}

#choixPhotoDroiteBck:hover {
	opacity: 1;
}

#videoBck{
	position: absolute;
    top: 0;
    left: 0;
	bottom:0;
	right:0;
    width: 100%;
    height: 100%;
	object-fit: cover;
}

#barreSeparation{
	transition: clip-path .5s;
	width:100%;
	height: 100%;
	position: fixed;
	-webkit-clip-path: polygon(74.9% 0,75.1% 0, 25.1% 100%, 24.9% 100%);
	clip-path: polygon(74.9% 0,75.1% 0, 25.1% 100%, 24.9% 100%);
	background-color:#ffffff;
	z-index: 3;
	opacity:.3;
	
}

@media (min-aspect-ratio: 16/9) {
    #videoBck {
        /*height: 300%;
        /top: -100%;*/
    }
}

@media (max-aspect-ratio: 16/9) {
    #videoBck {
        /*width: 300%;
        left: -100%;*/
    }
}

@media (max-width: 767px) {
    #choixPhotoGaucheBck {
        /*background: url('../img/videoframe.jpg') center center / cover no-repeat;*/
    }

    #videoBck{
        /*display: none;*/
    }
}

.centeredLoader{
	position: absolute;
	top : 50%;        
	left : 50%;        
	margin-top : -100px; 
	margin-left : -100px; 
	display : block;
}



