
#historique {
	position: relative;
	padding-top: 75px;
	padding-bottom: 50px;
	font-family: alpha_slab;
	color: white;
}

#historique .para {
    padding-top: 10px;
	padding-bottom: 10px;
}

#historique .title {
    margin-bottom: 35px;
    font-family: alpha_slab;
    font-size: 26px;
    color: white;
}

#historique .para p {
	font-family: arial;
	font-weight: 800;
}

@media (max-width: 767px) {
    #historique { padding-top: 30px; }
    
    #historique .title { font-size: 25px; }
}