#UE{
	background-image: url("../img/ACCUEIL/EUROPE.jpg");
}

#USA{
	background-image: url("../img/ACCUEIL/ARIZONA.jpg");
}

.blocAccueil{
	position: absolute;
	width: 100%;
	height: 100%;
}

.blocSite{	
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.blocTexteAccueil{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0,-50%);
	text-align: center;
}

.blocTexteAccueil p{
	line-height: 1rem;
	margin-bottom: 30px;
}

.btDiscover_contener span{
	
	background-color: rgba(255,255,255,0.5);	
	padding: 10px 30px;
}

#UE .btDiscover_contener span{
	color: #1c334a;	
}

#USA .btDiscover_contener span{
	color: #3f1f34;	
}

.blocTexteAccueil a:-webkit-any-link{
	text-decoration: none;	
}


@media screen and (orientation: portrait) {
	
	.blocAccueil{
		top: 77px;
		height: calc(100% - 77px);	
	}
	
	.blocSite{
		width: 100%;
		height: 50%;	
	}



}


@media screen and (orientation: portrait) and (min-width: 760px){
	
	
	.blocTexteAccueil h2{
		font-size: 1.5em;
    	line-height: 1;
	}

	.blocTexteAccueil p{
		line-height: 1.2em;
		text-align: center;
	}


}


/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------LANDSCAPE--------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (orientation: landscape) {

	
	.blocAccueil{
		top: 77px;
		height: calc(100% - 77px);	
	}
	
	.blocSite{
		float: left;
		width: 50%;
		height: 100%;	
	}

	.blocTexteAccueil p{
		line-height: 1.2em;
		text-align: center;
	}
	

}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------IPAD--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/


@media screen and (orientation: landscape) and (min-width: 1020px){
	
	

	
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------Desk--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (orientation: landscape) and (min-width: 1900px){	
	

	.blocTexteAccueil h2{
		font-size: 3em;
    	line-height: 1;
	}

	.blocTexteAccueil p{
		font-size: 2rem;
		line-height: 1.2em;
		text-align: center;
		margin-bottom: 70px;
	}

	.btDiscover_contener span{
		padding: 20px 80px;
    	font-size: 1.5em;
	}
	
}




