#iframe_corps
{
	height: 100vh;
	width: 100%;
	border: none;
}

body
{
	overflow: hidden;
}

.infobulle
{
	display: none;
	flex-direction: column;
	position: absolute;
	padding: 15px;
	background-color: rgb(150, 230, 234);
	border-radius: 15px;
	max-width: 20vw;
	box-shadow: 1px 1px 2px rgb(150, 230, 234);
}

.txt_infobulle
{
	font-size: 21px;
}

.bloc_boutons
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
}

.bouton
{
	background-color: rgb(128, 222, 234);
	font-size: 18px;
	padding: 3px;
}

#fleche_infobulle
{
	position: absolute;
	display: none;
}