#intro p {
	font-weight: 300;
	font-size: 0.85em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

@media (min-width: 62em){
	#intro p {
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
}

#documents {
	padding: 3em 0;
	background: url('../images/club/documents.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}

#documents .contenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#documents a {
	flex-basis: 30%;
}



/* PAGE ASSOCIATIONS */

#associations {
	margin-bottom: 3em;
}

#associations .contenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

@media (min-width: 62em){
	#associations .contenu {
		width: 80%;
		margin: 0 auto;
	}
}

@media (min-width: 75em){
	#associations .contenu {
		width: 67%;
		margin: 0 auto;
	}
}

#associations a {
	flex-basis: 48%;
	margin-bottom: 1em;
	border: 3px solid #6ccc48;
	border-radius: 4px;
}

@media (min-width: 48em){
	#associations a {
		flex-basis: 32%;
	}
}