body, html {
	height:100%;
	margin:0;
	font-family: "Titillium Web";
}
.parent {	
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("Logo/roulekiki.jpg");
	position: relative;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;		
}
.child2 {
	position: absolute;
	width: 100%;
	bottom:0;
	left:0;
	z-index:1;
}
.texte {
    background-image: linear-gradient(to bottom, #1a4fb9 0%, #ff9d00 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	text-align: center;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 20%;
	left: 30%;
	transform: translate(-20%, -30%);
	font-size: 30px;
	z-index: 2;
	border-radius: 50%;
}
.contact{
	color:#1a4fb9;
	font-size:30px;
	padding:20px;
	text-align:center;
}
.contact a{
	text-decoration:none;	
}
.contact a:hover{
	color:rgba(26, 79, 185, 0.5);	
}
@media all and (max-width: 1024px) {
	.texte {
		width: 100px;
		height: 100px;
		top: 30%;
		left: 30%;
		transform: translate(-20%, -30%);
		font-size: 15px;
	}	
	.contact{
		color:#1a4fb9;
		font-size:13px;
		padding-top:20px;
		text-align:center;
	}
}