*{margin:0px;padding:0px;}


@media only screen and (max-width: 3500px) and (min-width: 1600px)  {
	
.title_article{color:#333;text-decoration: underline;}
.lire_plus{background:#00c3ff;padding:2px 25px;border-radius:10px;color:#ffffff;text-decoration:none;}
.lire_plus:hover {background-color: blue;transition:1s;}

}

@media only screen and (max-width: 1599px) and (min-width: 1200px)  {
	
.title_article{color:#333;text-decoration: underline;}
.lire_plus{background:#00c3ff;padding:2px 25px;border-radius:10px;color:#ffffff;}
.lire_plus:hover {background-color: blue;transition:1s;}
	
}


@media only screen and (max-width: 1199px) and (min-width: 920px)  {
	
.title_article{color:#333;text-decoration: underline;}
.lire_plus{background:#00c3ff;padding:1px 25px;border-radius:10px;color:#ffffff;}
.lire_plus:hover {background-color: blue;transition:1s;}
	

	
	
}



@media only screen and (max-width: 919px) and (min-width: 768px)  {
	
.title_article{color:#333;text-decoration: underline;}
.lire_plus{background:#00c3ff;padding:1px 25px;border-radius:10px;color:#ffffff;}
.lire_plus:hover {background-color: blue;transition:1s;}
		

		
	
}


@media only screen and (max-width: 767px) and (min-width: 580px)  {

.title_article{color:#333;text-decoration: underline;}
.lire_plus{background:#00c3ff;padding:1px 25px;border-radius:10px;color:#ffffff;}
.lire_plus:hover {background-color: blue;transition:1s;}
	
}


@media only screen and (max-width: 579px) and (min-width: 420px)  {
	
.title_article{color:#333;text-decoration: underline;}
.lire_plus{background:#00c3ff;padding:1px 25px;border-radius:10px;color:#ffffff;}
.lire_plus:hover {background-color: blue;transition:1s;}
	
}




@media only screen and (max-width: 419px) and (min-width: 360px)  {
	
.title_article{color:#333;text-decoration: underline;}
.lire_plus{background:#00c3ff;padding:1px 25px;border-radius:10px;color:#ffffff;}
.lire_plus:hover {background-color: blue;transition:1s;}
	
}

@media only screen and (max-width: 359px){

.title_article{color:#333;text-decoration: underline;}
.lire_plus{background:#00c3ff;padding:1px 25px;border-radius:10px;color:#ffffff;}
.lire_plus:hover {background-color: blue;transition:1s;}

}




















