.cv_partie {
	padding: 15px;
	}
	.cv_partie ul {
		padding-bottom: 5px;
		}

.cv_exp_pro_titre {
	display: flex; flex-direction: row; justify-content: space-between; 
	margin-top: 20px;
	}

.section-contact h2 {
	margin-bottom: 50px;
	text-align: center; color: #a5b4fc;	
	}
	
@media screen and (max-width: 800px) {
	.section-contact {
		padding: 50px 20px;
		}
}