#page {
	background: black;
}
#global {
	position: absolute; 
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 6em;
}
body {
	background-color: black;
}
video {
    width: 0%;
    height: auto;
    max-height: 0%;
}
a:link,a:visited,a:active {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: none;
    color: white;
}
.chargement {
	font: bold 2em Arial;
	color : white;
}
.button {
	background: rgb(170,212,255);
	background: -moz-linear-gradient(45deg, rgba(170,212,255,1) 0%, rgba(170,212,255,1) 50%, rgba(253,137,215,1) 51%, rgba(255,124,216,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(170,212,255,1)), color-stop(50%,rgba(170,212,255,1)), color-stop(51%,rgba(253,137,215,1)), color-stop(100%,rgba(255,124,216,1)));
	background: -webkit-linear-gradient(45deg, rgba(170,212,255,1) 0%,rgba(170,212,255,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%);
	background: -o-linear-gradient(45deg, rgba(170,212,255,1) 0%,rgba(170,212,255,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(170,212,255,1) 0%,rgba(170,212,255,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%);
	background: linear-gradient(45deg, rgba(170,212,255,1) 0%,rgba(170,212,255,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad4ff', endColorstr='#ff7cd8',GradientType=1 );border: 1px;
    color: white;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font:bold 2em Arial;
    border-radius: 0.5em;
    cursor: pointer;
}
.button:hover {
	background: rgb(255,124,216);
	background: -moz-linear-gradient(45deg, rgba(255,124,216,1) 0%, rgba(253,137,215,1) 49%, rgba(170,212,255,1) 50%, rgba(170,212,255,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,124,216,1)), color-stop(49%,rgba(253,137,215,1)), color-stop(50%,rgba(170,212,255,1)), color-stop(100%,rgba(170,212,255,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,124,216,1) 0%,rgba(253,137,215,1) 49%,rgba(170,212,255,1) 50%,rgba(170,212,255,1) 100%);
	background: -o-linear-gradient(45deg, rgba(255,124,216,1) 0%,rgba(253,137,215,1) 49%,rgba(170,212,255,1) 50%,rgba(170,212,255,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,124,216,1) 0%,rgba(253,137,215,1) 49%,rgba(170,212,255,1) 50%,rgba(170,212,255,1) 100%);
	background: linear-gradient(45deg, rgba(255,124,216,1) 0%,rgba(253,137,215,1) 49%,rgba(170,212,255,1) 50%,rgba(170,212,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7cd8', endColorstr='#aad4ff',GradientType=1 );
	color: black;
}
.buttonFlip {
	background: rgb(255,124,216);
	background: -moz-linear-gradient(45deg, rgba(255,124,216,1) 0%, rgba(253,137,215,1) 49%, rgba(170,212,255,1) 50%, rgba(170,212,255,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,124,216,1)), color-stop(49%,rgba(253,137,215,1)), color-stop(50%,rgba(170,212,255,1)), color-stop(100%,rgba(170,212,255,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,124,216,1) 0%,rgba(253,137,215,1) 49%,rgba(170,212,255,1) 50%,rgba(170,212,255,1) 100%);
	background: -o-linear-gradient(45deg, rgba(255,124,216,1) 0%,rgba(253,137,215,1) 49%,rgba(170,212,255,1) 50%,rgba(170,212,255,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,124,216,1) 0%,rgba(253,137,215,1) 49%,rgba(170,212,255,1) 50%,rgba(170,212,255,1) 100%);
	background: linear-gradient(45deg, rgba(255,124,216,1) 0%,rgba(253,137,215,1) 49%,rgba(170,212,255,1) 50%,rgba(170,212,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7cd8', endColorstr='#aad4ff',GradientType=1 );
	color: black;    
    padding: 0.8em 1.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font:bold 1.5em Arial;
    border-radius: 0.5em;
    cursor: pointer;
}
.buttonFlip:hover {
	background: rgb(170,212,255);
	background: -moz-linear-gradient(45deg, rgba(170,212,255,1) 0%, rgba(170,212,255,1) 50%, rgba(253,137,215,1) 51%, rgba(255,124,216,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(170,212,255,1)), color-stop(50%,rgba(170,212,255,1)), color-stop(51%,rgba(253,137,215,1)), color-stop(100%,rgba(255,124,216,1)));
	background: -webkit-linear-gradient(45deg, rgba(170,212,255,1) 0%,rgba(170,212,255,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%);
	background: -o-linear-gradient(45deg, rgba(170,212,255,1) 0%,rgba(170,212,255,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(170,212,255,1) 0%,rgba(170,212,255,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%);
	background: linear-gradient(45deg, rgba(170,212,255,1) 0%,rgba(170,212,255,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad4ff', endColorstr='#ff7cd8',GradientType=1 );border: 1px;
    color: white;	
}
.buttonFlip:hover a {
	color: white;
}