/*******************************
* spip: qq styles specifiques   *
********************************/

.centered {
	text-align:center;
	margin-bottom:1rem;
}

p+ul.spip {
	margin-top:-1.5rem;
}

p.licence {
	font-size:0.7rem;
	opacity:0.3;
	margin:1rem 0;
}

.gallery .image img {
	height:auto;
}

@media screen and (max-width: 980px) {

	ul.spip {
		text-align:left;
	}

}

@media screen and (max-width: 736px) {

	.banner .content .spip_logo {
		max-width:100%;
		height:auto;
	}

	span.divider {
		font-size:.5rem;
		opacity:0.25;
		line-height:1rem;
		position:relative;
		top:-.2rem;
	}
}