/* Style global section actualité */
.section-articles {
	
}

.articles-titre {
	display: block;
	text-align: center;
	font-size: 20px;
}

.articles-titre_mobile {
	display: none;
}

.articles-titre_2 {
	display: block;
	text-align: center;
	font-size: 2em;
}

.spaced-line2-articles {
    margin-bottom: 5px;
}

.spaced-line3-articles {
    margin-bottom: 0.5px;
}






/* Responsive design */
@media (max-width: 768px) {

.articles-titre {
	display: none;
	text-align: center;
	font-size: 20px;
}

.articles-titre_mobile {
	display: block;
	text-align: center;
	font-size: 15px;
}

.articles-titre_2 {
	display: none;
	text-align: center;
	font-size: 2em;
}