body{
	margin:20px;
	padding:0;
	background: #000000;
}

#title-project{
	color:white;
	text-align:center;	
}

#current{
	border-bottom:4px solid #fff;
}

.container{
	max-width:450px;
	margin:auto;
	border: #fff solid 3px;
	background:#fff;	
}

.main-img img,
.imgs img {
	width:100%;
}


.imgs{
	display:grid;
	background:#fff;
	grid-template-columns:repeat(4, 1fr);
	grid-gap:5px;
}

/* Fade dans l'animation */
@keyframes fadeIn{
	to{
		opacity:1;
	}
}

.fade-in{
	opacity:0;
	animation: fadeIn 0.5s ease-in 1 forwards;
}

.links{
	text-decoration: none;
	color:white;
}

.caracters{ color:white; }

#footer-infos{ text-align: center; }


	
	
