*{
	font-family: 'Manrope', sans-serif;
}

h3 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 800;
	color : rgb(49, 43, 141, 1.0);
}

.rapports {
	text-align: center;
	justify-content: center;
	margin-bottom: 20%;
}

.rp_art {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 70px;
}

.rp_case {
	border-style: solid;
	border-color: rgb(49, 43, 141, 1.0);
	border-width: 1px;
	padding: 15px;
	text-align: left;
	margin: 15px;
}

.rp_case_title {
	text-transform: uppercase;
	font-size: 1.2em;
	color: rgb(49, 43, 141, 1.0);
}

.rp_author {
	font-size: 0.8em;
}

.rp_case:hover {
	background-color: rgb(49, 43, 141, 1.0);
}

.rp_case:hover .rp_case_title {
	color: white;
}

.rp_case:hover .rp_author {
	color: white;
}

@media screen and (max-width: 1024px) {
    h3 {
    	letter-spacing: .1rem;
    }

    .rp_art {
    	margin-left: 5%;
    	margin-right: 5%;
    }
}