/* Import de la police */
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap'); 

body{text-align: center;}

/* Style du pied de page */
footer{
	text-align: center;
	font-family: 'Caveat';
	display: inline-block;
	font-size: 200%;}


/*Classe pour la gestion des 3 images d'intro*/
.img_intro{
	max-width : 94%; /* plus pratique de gérer les dimensions en pourcentage, permet d'adapter aux différents écrans (responsive) */
}	

.col{;
	width: 30%;
	/*height: 5000px;*/
	display: inline-block;
	margin: 1%;
	/*margin: 46px;*/}

.case{;
	width: 100%;
	display: inline-block;
	margin-bottom: 5%;}

.case img{
	width: 100%;
	height: 100%;	
}
.img_fin img{
	width: 20%;
margin-bottom: 1%;
display: inline-block;}


/* Mieux vaut supprimer ou mettre en commentaires tout ce qui ne sert pas*/
/*
	h1{font-size: 150px;
	font-family: 'Caveat', cursive;}

	h2{font-size: 100px;
	font-family: 'Caveat', cursive;}

	#bd{;
		width:100% ;
		height:10000px ;
		display: inline-block;
		text-align: center;
	}

	.spectre{background-color: green;
		width: 94%;
		height: 250px;
		display: inline-block;
		margin: 15px;}

	#intro{
		width: 30%;
		height: 40px;
		display: inline-block;
		margin: 15%;}

	#intro img{
		width: 100%;
		height: 100%;}
*/