

#generateur-click {
	position: absolute;top: 4.46%;left: 4.46%;
	width:90.8%;height:90.8%;
	/* font-family: parisine-plus-std-gris, sans-serif; */
	font-family: 'Parisine-Regular';
	font-weight: 400;
	font-style: normal;
	font-size: 40px;

	
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}
#generateur-click a {
	text-decoration: none ;
	transition:  all 0.2s ease-in;
	-moz-transition:  all 0.2s ease-in;
	-webkit-transition:  all 0.2s ease-in;
}
#generateur-click a:link, #generateur-click a:visited { color:#ff2693; }
#generateur-click a:hover, #generateur-click a:active { color: #000; }


#generateur-contenu {
	/*position*/
	font-family: 'Ethos-Regular';
}

#generateur-conteneur {
	position: relative;
	margin:  0 auto;
	width: 600px;height: 600px;
	border: solid 0px tomato;
	background-image: url(poesie-aleatoire-fond-2.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}


#generateur-poeme {
	position: relative;
	width: 100%;
	
	text-align: center;
	display: none;
}

#generateur-vers {
	position: relative;
	width: 85%;
	margin: 0 auto;
	font-family: 'Parisine-Regular';
	/* font-family: parisplus-std, sans-serif; */
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 16px;
	line-height: 1.8em;
}
#generateur-auteur {
	position: relative;
	margin-top: 30px;
	font-family: 'Parisine-Bold';
	/* font-family: parisplus-std, sans-serif; */
	font-weight: 700;
	font-style: normal;
	color: #ff2693;
	font-size: 13px;
}

#poesie-conteneur {
	position: relative;
	/*top: 0;left: 0;*/
	margin:  0 auto;
	width: 600px;height: 600px;
	margin-bottom: 100px;
	border: solid 0px tomato;
}

#poem-save-share {
	position: relative;
	top: -50px;
	width: 600px;margin:  0 auto;
	display: none;
}

#poem-save-share div {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	/*margin-left: 30px;*/
	padding: 10px 15px;
	border-radius : 10px;
	border: solid 2px #E6DDEE;
	font-family: 'Parisine-Bold';
	text-align: left;
	text-transform: uppercase;
	font-size: 16px;
	color: #ff2693;
	transition: all 0.2S ease-in;
	cursor: pointer;
	
}
#poem-save-share div:hover {
	border: solid 2px #6a4a9d;
	color: #6a4a9d;

}


#poeme-choisi {
	position: relative;
	display: none;
	top: 700px;left: 0;
	width: 600px;height: 600px;
	border: solid 3px lightgrey;
}


