
body{
	background-color: rgb(199, 206, 228);
    margin:auto;
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
}

a {
	text-decoration: none;
}

h1{
	font-family: 'euphorigenic', sans-serif;
	display: block;
	color: rgb(88, 79, 117);
	text-align: center;
	font-size: 60px;
	margin-top: -10px;
	margin-bottom: 0px;
}

h2{
	font-family: 'euphorigenic', sans-serif;
	display: block;
	color: rgb(88, 79, 117);
	text-align: center;
	font-size: 40px;
	margin-top: -4px;
	margin-bottom: 0px;
}

h3{
	font-family: 'euphorigenic', sans-serif;
	display: block;
	color: rgb(58, 47, 98);
	text-align: center;
	font-size: 80px;
	margin-bottom: 50px;
}

h4{
	width: 50%;
	min-width: 350px;
	font-family: 'euphorigenic', serif;
	color: rgb(0, 0, 0);
	text-align: center;
	margin-bottom: 50px;
	font-size: 25px;
}

.global{
	display: flex;
	flex-direction:row;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.inventaire{
	background-color: rgb(242, 244, 250);
    border: 2px solid rgb(230,230,230);
    padding:10px;
	margin: 5px;
    display: flex;
	flex-direction:column;
	align-items: center;
    justify-content: left;
	width:250px;
	height:350px;
}

.img_inventaire{
    border-radius: 20px;
    width: 250px;
    height: 250px;
}


.text_inventaire{
    width: 220px;
    height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'times', serif;
	color: rgb(0, 0, 0);
	text-align: center;
	font-size: 20px;
}

.legend{
	display: flex;
	flex-direction:column;
	width: 700px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.img_pres{
    width: 100%;
	margin-bottom: 20px;
}

p{
    width: 100%;
	font-family: 'times', serif;
	color: rgb(0, 0, 0);
	text-align: justify;
	font-size: 20px;
	margin-bottom: 10px;
}

#first::first-letter {
	font-family: 'euphorigenic', serif;
	font-size: 160%;
}

p::first-letter {
	margin-left: 30px;
}


.com {
	width: 90%;
	background-color: rgb(215, 220, 236);
	color: rgb(62, 62, 62);
	border: 5px solid rgb(228, 231, 242);
	padding: 15px;
	margin-top:40px;
	margin-bottom:40px;
}

.espace {
	margin-bottom:50px;
}

.style_bouton{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 40px;
	width: 150px;
	font-family: 'times';
	font-size: 20px;
	background-color: rgb(0, 0, 0);
	color: rgb(150, 150, 150);
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 5px;
	margin-bottom: 50px;
	margin-top: 20px
}

.page{
	font-family: 'futura', sans-serif;
	font-size: 15px;
	margin-top: 20px;
}

.footer {
	width: 100%;
	font-family: 'times', sans-serif;
	color: rgb(150, 150, 150);
	font-size: 15px;
	text-align: center;
	padding-bottom: 100px;
	padding-top: 20px;
}

@media screen and (max-width: 480px) {

	h1{
		width: 95%;
		line-height: 70px;
	}

	h2{
		width: 95%;
	}

	h3{
		line-height: 80px;
		width: 90%;
	}

	h4{	
		min-width: 90%;
		width:90%;
	}

	.inventaire{
		justify-content: center;
		width:90%;
	}

	.legend{
		width: 95%;
		padding-right: 4px;
	}

	p{
		width: 90%;
	}

	.com{
		width:80%;
	}

}