/* CORPS */

section {
	text-align: justify;
	margin-top: 60px;
	margin-bottom: 20px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section a {
	color: #29438A;
    /*text-decoration: none;*/
}

aside {
	width: 30%;
	height: 100%;
    background-color: #706b64;
    box-shadow: -7px 7px 7px gray;
    padding: 10px;
	margin-bottom: 30px;
    color: white;
    font-size: 0.95em;
}

article {
	width: 65%;
	padding: 10px;
	margin-bottom: 30px;
	word-wrap: break-word;
}

.article_hidden {
	display: none;
}

article p {
    font-size: 0.95em;
}