/*PAGE ACCUEIL*/
/*home*/

	h1{
	font-family: "Playflair Display";
	text-align: center;
	color: darkred;
	}

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

	.home h2 {
	font-family: "Fjalla One";
	font-variant: small-caps;
	font-size: large;
	color: black;
	text-align: center;
	}

	p {
	font-family: "Nanum Myeongjo";
	}

/*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/fond4.jpg") fixed;
	background-size: cover;
	}

	html{
  cursor: url("images/cursor.svg"), pointer;
	}
 /* fin page body et curseur*/

 /*txt*/
 .txt h2 {
  text-align: center;
  font-family: "Kayonest Free Trial";
  color: darkred;
  }

  p {
  text-align: center;
  font-family: "Fjalla One";
  }

  .well {
  background-color: beige;
  border-radius: 20px;
  }

 /*fin txt*/

 /*menu*/
 	.menu {
 	padding: 50px;
 	}

	.menu h2 {
	text-align: center;
	font-family: "Fjalla One";
	font-size: large;
	color: beige;
	}

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

	.thumbnail img:hover {
	transform: scale(1.1);
	}

	.thumbnail img {
	transition: transform 1.2s ease;
	}


	.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 bouton home*/
/*fin menu*/

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

/*langues*/
/*FIN PAGE ACCUEIL*/



/*PIED DE PAGE*/

	.piedpage p {
	font-family: "Fjalla One";
	color: darkred;
	}


	/*FIN PIED DE PAGE*/