
body
{
	background-color: #eee ;
}

h1
{
	text-decoration: underline;
/* 	font-size: xx-large; */
}

h3
{
	text-decoration: underline;
/* 	font-size: x-large; */
}

header
{
	display: flex;
	flex-direction: row-reverse;
	margin-top: 2% ;
	margin-bottom: 6%;
}

header .imageHeader img
{
	width: 80% ;
	height: 100%;
}

header .titreHeader
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100% ;
}

.titreHeader h1
{
	font-size: 4em;
	color: green;
margin-left: 8%}

.element
{
	font-size: 2em ;
	margin-bottom: 3.5%;
}

.rayon
{
	font-size: 2em ;
}

footer
{
	position: absolute;
	bottom: 0px;
	width: 100% ;
	background-color: #999 ;
	color: green;
}

footer>p
{
	text-align: center;
	font-size: 1em;
}

@media (overflow-inline: scroll)
{
	footer
	{
		position: relative;
		bottom: 0px;
		width: 100% ;
		background-color: #999 ;
		color: green;
	}
}
