@keyframes presentationH1
{
	0%{opacity:0;transform:translateY(-100px);}
	100%{opacity:1;transform:translateY(0px);}
}
@keyframes presentationH2
{
	/*
	0%{opacity:0;filter:blur(10px);}
	10%{opacity:1;filter:blur(10px);}
	100%{opacity:1;filter:blur(0px);}
	*/
	0%{opacity:0;}
	100%{opacity:1;}
}

#presentation_circumtv>.centre>h2
{
	color:white;
	font-size:32px;
	font-weight:normal;
	opacity:0;
	animation:presentationH2 1s 1.3s forwards;
}
#presentation_circumtv>.centre>h1
{
	color:white;
	font-size:48px;
	opacity:0;
	animation:presentationH1 1s 0.3s forwards;
	
	font-size:0px;
	width:256px;
	height:256px;
	background:url(../gestion/images/logo-512.png) no-repeat center center;
	background-size:contain;
	margin:auto;
}
#presentation_circumtv:before{content:"";height:100%;width:0px;}
#presentation_circumtv:before,
#presentation_circumtv>.centre
{
	display:inline-block;
	vertical-align:middle;
}
#presentation_circumtv>.centre>.liens>a.playstore
{
	background-image:url(https://play.google.com/intl/en_us/badges/images/generic/fr_badge_web_generic.png);
	width:240px;
	height:93px;
}
#presentation_circumtv>.centre>.liens>a.applestore
{
	background-image:url(../images/apple.svg);
	width:205px;
	height:61px;
	cursor:default;
}
#presentation_circumtv>.centre>.liens>a
{
	display:inline-block;
	margin:3px;
	cursor:pointer;
	outline:none;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	max-height:100px;
	vertical-align:middle;
}
@keyframes presentationLiens
{
	to{opacity:1;margin-top:0px;}
}
#presentation_circumtv>.centre>.liens
{
	opacity:0;
	margin-top:-100px;
	animation:presentationLiens 0.5s 2.3s forwards;
}
#presentation_circumtv>.centre
{
	max-width:100%;
	box-sizing:border-box;
	padding:0px 15px;
	text-align:center;
	margin-top:-50px;
}
#presentation_circumtv {
	text-align:center;
	font-size:0px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background: url(../images/presentation.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    left: 0px;
    right: 0px;
}
@media (max-width:420px),(max-height:420px)
{
	/* #presentation_circumtv *{animation-duration:0s!important;} */
	#presentation_circumtv{background:#131313;overflow:auto;}
	#presentation_circumtv>.centre>h2{font-size:18px;}
}