/*INDISPENSABLES*/
/*home*/

	h1{
	font-family: "Kayonest Free Trial";
	text-align: center;
	color: beige;
	}

	#name h1 {
	font-family: "Kayonest Free Trial";
	color: darkred;
	text-align: center;
	}

/*fin home*/

/*animation*/
.home {
    text-align: center;
}

/* Animation */
.animated-title {
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);   

    }
}

/*fin animetion*/

/*page body et curseur*/
	body {
	background: url("images/fond2.jpg") fixed;
	background-size: cover;
	}

	html{
 	cursor: url("images/cursor.svg"), pointer;
	}
 
  	.well {
 	background-color: beige;
 	border-radius: 20px;
  	}

	.thumbnail {
	background-color: #d8d8ac;
	border: none;
	}

	.thumbnail:hover {
	background-color: #c7c798;
	border: none;
	}

	/*bouton home*/
	.accueil img {
	width: 100px;
	}

	.accueil {
	text-align: center;
	}

	.accueil img:hover {
	transform: scale(1.3);
	}

	.accueil img {
	transition: transform 1.5s ease;	
	}

/* fin page body et curseur*/

/*langues*/
	.span img {
	width: 200px;
	transition: transform 1.3s ease;	
	}
	.span img:hover{
	opacity: 60%;
	transform: scale(1.1);
	}

/*fin langues*/
/*FIN INDISPENSABLES*/

/*PAGE PARCOURS*/
/*textes*/

	.parcours h2 {
	text-align: center;
	font-family: "Fjalla One";
	color: darkred;
	}

	.parcours p {
	text-align: center;
  	font-family: "Nanum-Myeongjo";
	}

	.parcours h3 {
	text-align: center;
  	font-family: "Fjalla One";
  	font-size: large;
  	color: darkred;
	}

	.parcours img {
		width: 300px;
	}

/*fin textes*/


/*boutons*/
	.btn-default {
	background-color: beige; 
	font-family: "Nanum-Myeongjo";
	}

	.btn-default:hover {
	background-color: black;
	color: beige;
	font-family: "Nanum-Myeongjo";
	}

	#lebouton {
	text-align: center;
	}
/*fin bouton*/

	.row {
	padding: 10px;
	}

/*FIN PAGE PARCOURS*/

/*PIED DE PAGE*/

	.piedpage p {
	font-family: "Fjalla One";
	color: beige;
	}
/*FIN PIED DE PAGE*/