/* #########################################################
* FOOTER
* ########################################################## */
footer {
	background-color: #111;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	padding: 50px 1% 30px;
	margin-top: 80px;
}

footer nav {
	margin: 5px auto;
}

footer nav a {
	text-decoration: underline;
	margin: 0 5px;
}

footer nav a:hover {
	text-decoration: none;
}

footer .copyrights {
	margin-bottom: 1em;
}

footer .photographes {
	max-width: 1000px;
	margin: 30px auto 10px;
	padding: 5px;
	font-size: 10px;
	color: #CCC;
}

footer .photographes p:not(:last-child) {
	margin-bottom: 1em;
}


@media screen and (max-width:600px) {
	footer {
		padding: 30px 20px;
		font-size: 14px;
	}

	footer .photographes {
		font-size: 9px;
		line-height: 1.2em;
	}
}

@media screen and (max-width:365px) {
	footer {
		padding-bottom: 30px;
	}

	footer .photographes {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}