.provisoire{
	position:absolute;
	top:20px;
	left:20px;
	font-size:20px;
	text-transform: uppercase;
}
.provisoire span{
	animation:clignotte ease-in 0.5s infinite alternate;
}

@keyframes clignotte{
	0%{
		opacity:0.3;
	}
	100%{
		opacity:1;
	}
}



body{
	background-color:#1ea0a3;
	background-image:url("../img/fond_header.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;

	
}


#main{
	height:100VH;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	align-content:space-between;
}
#entete{
	order:3;
}
#jeux{
	order:2;
}
#home #liens{
	order:1;
	
}




/****************
AIDE
*****************/

#aide .logos{
	text-align:right;
}

#aide img{
	height:35px;
	margin-right:10px;
}

.multicolonnes{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    	-moz-column-count: 1;
	column-count: 1;
	text-align:left !important;
}



/****************
HEADER
*****************/

#entete{
	background-color:rgba(255,255,255,0);
	color:white;
	padding:0px 30px 30px 50px;

}
h2.lead{
	font-size:25px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: "DIN Regular";
}


#entete h4{
	font-family: "EthernalBold";
	font-size:30px;
}

/****************
JEUX
*****************/

#jeux{
	padding:0px;	
}

.owl-stage-outer{
	padding:100px 90px !important;
}

.jeu{
	border-radius: 100%;
	position:relative;
	padding: 0px 20px 10px 20px;
	text-align: center;	
	width:450px;
	height:450px;
	box-shadow: rgba(0,0,0,0.1) -10px 0px 15px;
}

.jeu img{
	z-index: 2;
	position:relative;
	pointer-events:none;
	width:100%;
}

.jeu h5{
	text-transform:uppercase;
	color:#fff;
	font-family: "OldPress";
	font-size:40px;
	margin-top:10px;
	margin-bottom:10px;
}

.jeu p{
	color:#fff;
	font-family: "DIN Regular" !important;
	font-size:16px;
	padding: 0px 15px 10px 15px;
	line-height: 20px;

}

.jeu .bouton_jouer{
	display:block;
	border-radius: 100%;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:0px;
	z-index: 1;
	box-sizing: border-box;
	transition: all 0.3s;
}

.jeu .bouton_jouer:hover{
	box-shadow:0 1rem 3rem rgba(0,0,0,.175), inset 0px 0px 0px 10px white;
	transition: all 0.45s;
}
.owl-item{
	transition: transform 0.2s;
}
.owl-item:hover{
	z-index:10;
	transform:scale(1.2);
	transition: transform 0.3s;
}

/****************
RESPONSIVE
*****************/

/* Small devices (landscape phones, 576px and up)*/



@media (min-width: 576px) { 

	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	#aide{
		padding:50px;
	}
	#aide p, #aide li{
		font-size:16px;
		line-height:1.2em;
	}
	#aide h4{
		font-size: 44px;
		margin-bottom: 20px
	}
	#aide h6{
		font-size: 20px;
		margin-bottom:5px;
	}
	
	
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.jeu{
		padding: 0px 20px 10px 20px;
		width:350px;
		height:350px;
	}

	.owl-stage-outer{
		padding:50px 50px;
	}







}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	

}
