@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:'TTF';
	src:url('font/DancingScript-Regular.ttf');
}
@font-face{
	font-family:'TTF2';
	src:url('font/Baloo2-Medium.ttf');
}


body{
    margin: 0;
}

#jsp{
	margin-top:12px;
	margin-right: 20px;
	animation: appear 1s;
}

#jsp1{
	margin-top: 15px;
	margin-right: 10px;
	animation: appear1 2s;
}

.lien{
	font-family: TTF, Arial;
	color: white;
	text-decoration: none;
}

#titre{
	font-family: TTF, Arial;
	font-size: 30px;
	color: white;
}
#titre1{
	background-color: #333333;
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
}
#titre3{
	text-align: justify;
	margin-top: auto;
	margin-left: 10px;
    margin-right: auto;
    width: 500px;
	animation: slidefromup 1.5s;
}
#logo{
	margin-top:5px;
	margin-left: 20px;
	margin-right: 10px;
}

#titre2{
	position: absolute;
	z-index: 1;
}
@keyframes appear{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@keyframes appear1{
	0%{
		opacity: 0;
	}
	66%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes slidefromup{
	0%{
		transform: translateY(-200px);
	}
	100%{
		transform: translateY(0px)
	}
}

/*body2*/
#body2{
	margin-left: 200px;
	margin-right:200px;
	animation: taille 3.7s;
}

.block{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
    margin-top: 100px;
}

.text{
	font-family: TTF2, Arial;
	font-size: 40px;
	margin-top: 150px;
	text-align: center;
	margin-left: 100px;
    margin-right: auto;
    width: 500px;
}
.text1{
	font-family: TTF2, Arial;
	font-size: 40px;
	margin-top: 25%;
	text-align: center;
	margin-left: 100px;
    margin-right: auto;
    width: 500px;
}

.image{
	margin-left: auto;
    margin-right: auto;
}

#reveal{
	opacity: 0;
	transform: translateY(-30px);
}

.revealinvisible{
	opacity: 1;
	transform: translateY(0px);
}

#pages{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
    margin-top: 100px;

}

.font{
	font-family: TTF2;
}

#numero1{
	font-size: 20px;
	margin-top: 50px;
	text-align: left;
	margin-left: auto;
    margin-right: -35%;
	width: auto;
}
#numero2{
	font-size: 20px;
	margin-top: 50px;
	text-align: right;
	margin-left: auto;
    margin-right: auto;
}
#espace{
	width: 20%;
}
@keyframes taille{
    0%{
        transform: translateY(100%);
        opacity:0;
    }
	10%{
		transform: translateY(100%);
		opacity: 1;
	}
    100%{
        transform: translateY(0px);
        opacity:1;
    }
}

#copy{
	margin:0;
	height:30px;
	background-color: #333333;
	color: white;
	font-family: Arial;
}

#stop{
	margin-top:10px;
}