body{
	font-weight: normal;
}

.entry-content {
  font-size: 1.2rem;
}
article {
  font-size: 1.2rem !important;
  line-height: 1.2 !important;
}

@media screen and (min-width: 800px) {
  
.home article {
width: 30%;
float: left;
margin-bottom:20px;
margin-right: 3%;
height: 400px;
overflow:hidden;
clear: none;
}
.post-pagination {
clear: both;
}
  
}

/*** vire le badge reCAPTCHA  qui apparait sur toutes les pages ***/
.grecaptcha-badge { visibility: hidden; }