.creditFooter{
	display: none;
}

/*Ecran portable*/
@media all and (max-width:768px){
	.creditFooter{
		display: inline;
		background-color: #f8f9fa;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 30px;
	}

	.creditFooter p{
		margin: 0;
		font-size: 0.8em;
		text-align: center;
		color: #939695;
	}
}