@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&family=Nanum+Myeongjo&family=Playfair+Display&display=swap');


body {
	font-family: "Playfair Display", serif;
	background-color: #FCFBFA;
	color: #1A1717;
	height: 100vh;
}

/* Navigation */
.propos {
	font-size: 1.5em;
	text-decoration: none;
	color: #1A1717;
}

.nav-items li {
	list-style: none;
}

.rond {
	display: flex;
	align-items: center;
}

.nav-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.autour {
	max-width: 95%;
	margin: 0 auto;
	height: 5%;
}

/* Fin Navigation */

/*Index*/

.Phrase {
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prelude {
	height: 25%;
}

.intro {
	width: 100%;
}

.introFR {
	text-align: right;
	min-width: 150px;
	font-size: 2em;
	margin-top: -10%;
}

.bouton {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: bottom;
	margin-top:-19%;
}

.bouton a {
	font-size : 1.5em;
	color: #1A1717;
	text-decoration: none;
	border: solid 2px #1A1717;
	border-radius: 24px;
	padding: 7px 25px;
	float:right;
	margin-right: 10%;
	margin-bottom: 5%;
}

.bouton a:hover {
	background-color: rgba(0,0,0,0.1);
}

.bouton a:active {
	background-color: rgba(0,0,0,0.1);
	box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.25);
}

/*Index*/

/*Strophe 1*/
.Strophe1 {
	background-image: url("https://www.dropbox.com/s/ko705z8ecfe5rjt/FleurUne.svg?raw=1");
	background-repeat: no-repeat;
	width: auto;
	background-position: bottom left;
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.KOR {
	font-family: "Nanum Myeongjo", serif;
	font-size: 1em;
	line-height: 3em;
}

.FRA {
	font-size: 1em;
	line-height: 3em;
	margin-top: -65px;
}

/*Desaligne texte*/
.poemefra {
	text-align:right;
	margin-top: -42px;
	min-width: 450px;
}

.poemecor {
	text-align: left;
}
/*Desaligne texte*/

/*Fleche suivant et retour*/
.icon {
	float: right;
	height: 10%;
	position: bottom;
}

.icon img {
	padding: 7px 20px;
	margin-top: 40%;
}
/* Fin flèche suivant et retour */

/*Fin Strophe 1*/

/*Strophe 2*/
.Strophe2 {

	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page2 {
	background-image: url("https://www.dropbox.com/s/7wn7e9o4d5of2f2/FleurDeux.svg?raw=1");
	background-repeat: no-repeat;
	width: auto;
	background-position: bottom;
	background-size: contain;
	height: 100%;

}

/*Fin Strophe 2*/

/*Strophe 3*/
.poemeFR {
	min-width: 1000px;
	text-align: right;
}

.KR {
	font-family: "Nanum Brush Script", cursive;
	font-size: 3em;
	margin-bottom: 2%;
}


.FR {
	font-size: 2em;
}

.boutonDroite {
	display: flex;
	align-items: center;
	min-width: 45%;
	justify-content: flex-end;
}

.fleurtrois {
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Fin strophe 3*/

/*Auteur*/
.titrageauteur {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.titrage {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.titreKR {
	margin-right: 20%;
	font-family: "Nanum Brush Script", cursive;
	font-size: 3em;
}

.titreFR {
	font-size:2em;
}

.auteur {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5%;
}

.texteauteur {
	max-width: 25%;
	margin-left: 10%;
	line-height: 1.5em;
}

.boutonauteur a {
	font-size : 24px;
	color: #1A1717;
	text-decoration: none;
	border: solid 2px #1A1717;
	border-radius: 24px;
	padding: 7px 25px;
	margin-right: 10%;
	margin-bottom: 10%;
}

.boutonauteur a:hover {
	background-color: rgba(0,0,0,0.1);
}

.boutonauteur a:active {
	background-color: rgba(0,0,0,0.1);
	box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.25);
}

.boutonauteur {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10%;
}

/*Fin Auteur */

/*Oeuvre*/
.boutonoeuvre a {
	font-size : 24px;
	color: #1A1717;
	text-decoration: none;
	border: solid 2px #1A1717;
	border-radius: 24px;
	padding: 7px 25px;
	margin-right: 10%;
	margin-bottom: 10%;
}

.boutonoeuvre a:hover {
	background-color: rgba(0,0,0,0.1);
}

.boutonoeuvre a:active {
	background-color: rgba(0,0,0,0.1);
	box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.25);
}

.boutonoeuvre {
	display: flex;
	height: 10%;
	margin-top: 10%;
	justify-content: center;
	align-items: center;
}

/*Fin oeuvre*/

/* menu html*/

.croix {
	float: right;
}

.menuElements {
	height: 100%;
	font-size: 1.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.menuElements a {
	text-decoration: none;
	color: #1A1717;
}

/* fin menu html */




/*-----------------------------------*/





/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	/*pas de menu rond*/
	.rond {
		display: none;
	}
	/*Index*/
	.propos {
		font-size: 1em;
	}
	.bouton a {
		font-size: 1em;
		border: solid 1px #1A1717;
		padding: 7px 20px;
	}

	.bouton a:hover {
	background-color: rgba(0,0,0,0.1);
}

.bouton a:active {
	background-color: rgba(0,0,0,0.1);
	box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.25);
}
	.bouton img {
		max-width: 30%;
	}
	.Phrase {
		height: 90%;
	}
	/*Fin Index*/
	.icon img {
	padding: 2px 20px;
	margin-top: -10%;
}
	/*Strophe 3*/
	.imageYDJ {
		display: none;
	}

	.fleurtrois {
		background-image: url(https://www.dropbox.com/s/l7qmc5w6otlptic/fleurtrois.svg?raw=1);
		background-repeat: no-repeat;
		position: bottom left;
	}

	.boutonDroite {
		width: 90%;
		margin: auto;
	}

	.KR {
		font-size: 2.5em;
		text-align: center;
	}
	.FR {
		font-size: 1em;
		text-align: center;
		max-width: 500px;
	}
	.poeme {
		max-width: 500px;
	}
	/*Fin Strophe3*/

	/*Auteur */
	.auteur img {
		width: 70%;
	}

	.auteur {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 5%;
}

	.texteauteur {
	max-width: 60%;
	line-height: 1.5em;
	font-size: 1em;
	margin-right: 0%;
}

.boutonauteur a {
	font-size : 1em;
	border: solid 1px #1A1717;
	padding: 7px 20px;
}

.boutonauteur a:hover {
	background-color: rgba(0,0,0,0.1);
}

.boutonauteur a:active {
	background-color: rgba(0,0,0,0.1);
	box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.25);
}

	/*Fin auteur*/
		/*Oeuvre*/
.boutonoeuvre a {
	font-size: 1em;
	border: solid 1px #1A1717;
	padding: 7px 20px;
}

.boutonoeuvre a:hover {
	background-color: rgba(0,0,0,0.1);
}

.boutonoeuvre a:active {
	background-color: rgba(0,0,0,0.1);
	box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.25);
}

.titreKR {
	margin-right: 10%;
	font-family: "Nanum Brush Script", cursive;
	font-size: 2em;
}

.titreFR {
	font-size:1.5em;
}

	/*Oeuvre*/
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
	/*pas de menu rond*/
	.rond {
		display: none;
	}
	/*Index*/
	.propos {
		font-size: 1em;
	}
	.bouton a {
		font-size: 1em;
	}
	.bouton img {
		max-width: 20%;
	}
	.Phrase {
		height: 85%;
	}
	/*Fin Index*/
		/*Strophe 3*/
	.imageYDJ {
		display: none;
	}

	.Phrase {
		background-image: url(Images/fleurtrois.svg);
		background-repeat: no-repeat;
		position: bottom left;
	}

	.boutonDroite {
		width: 90%;
		margin: auto;
	}

	.KR {
		font-size: 2.5em;
		text-align: center;
	}
	.FR {
		font-size: 1em;
		text-align: center;
		max-width: 500px;
	}
	.poeme {
		max-width: 500px;
	}
	/*Fin Strophe3*/

	/*Auteur */
	.auteur img {
		width: 70%;
	}

	.auteur {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 5%;
}

	.texteauteur {
	max-width: 60%;
	line-height: 1.5em;
	font-size: 1em;
}

.boutonauteur a {
	font-size : 1em;
	border: solid 1px #1A1717;
	padding: 7px 20px;
}

	/*Fin auteur*/

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	/*pas de burger menu*/
	.menuIcon {
		display: none;
	}
	/*Arrow left and right */
	.icon {
		margin-top: -10%;
	}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
}














