body{
	background-color:#140907;
}

a{
	color:white;
}

.container{
	position:relative;
}

.ratioBox{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
}


.row {
	margin-top:3vh;
	margin-bottom:3vh;
}

.center-block-v2{
	width:300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#fb-like-box-container{
	margin-bottom:15px !important;
}

.white-bg{
	background-color:#ffffff !important;
}

#playerBlock img{
	width:100%;
	display:none;
}

/* Large desktop */
@media (min-width: 1024px) { 
	.container:before{
		padding-bottom: 69.5%; 	/* ratio 1024/798 */
	}
	.container {
		background:transparent url(../images/fond-ordi.jpg) center no-repeat ;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (max-width: 1024px) {
	.container:before{
		padding-top: 77.9%; 	/* ratio 1024/798 */
	}
	.container {
		background:url(../images/fond-ipad-hor.jpg) no-repeat;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 798px) { 
	.container:before{
		padding-top: 140%; 	/* ratio 798/1024 */
	}
	.container {
		background:transparent url(../images/fond-ipad-vert.jpg) no-repeat ;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
}
 
/* Landscape phones and down */
@media (max-width: 640px) {
	.container:before{
		padding-top: 186.5%; 	/* ratio 640/1136 */
	}
	
	.container {
		background:transparent url(../images/fond-iphone-vert.jpg) no-repeat ;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
}

