/*
Vous pouvez ajouter du CSS personnalisé ici.

Cliquez sur l’icône d’aide ci-dessus pour en savoir plus.
*/
 /* 
Generic Styling, for Desktops/Laptops 
*/
.messeSemaine table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
.messeSemaine tr:nth-of-type(odd) { 
  background-color: rgb(204, 255, 255); 
}

.messeSemaine th { 
  background-color: rgb(204, 204, 204);
  border: 1px solid #000;
	padding-right:3px;
	padding-left:3px;
	font-size:0.90rem;
	width:20%;
	
}

.messeSemaine td,.messeSemaine  th { 
  padding: 0px; 
  border: 1px solid #ccc; 
  text-align: center; 
}
/*.messeSemaine td {
	 white-space: nowrap;
}*/
.messeSemaine td[colspan="5"] {
    text-align: center;
} 
 /* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	
.messeSemaine table,.messeSemaine thead,.messeSemaine tbody,.messeSemaine th,.messeSemaine td,.messeSemaine tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	
.messeSemaine thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	
.messeSemaine tr { border: 1px solid #ccc; }
	
	
.messeSemaine td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 70%; 
	  text-align: left; 
	}
	
	
.messeSemaine td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 6px;
		width: 100%; 
		padding-right: 0px; 
		white-space: pre-wrap;
	}
	
.messeSemaine td:empty { 
		display: none;
	}
	
.messeSemaine tr td:first-child{
     padding-left: 5px;
  }
	/*
	Label the data
	
	td:nth-of-type(1):before { content: "NLC"; }
  */
	
.messeSemaine td:nth-of-type(1):before { content: ""; }
	
.messeSemaine td:nth-of-type(2):before { content: "Neauphle-Le-Château"; padding-left:10%;}
	
.messeSemaine td:nth-of-type(3):before { content: "Neauphle-Le-Vieux"; padding-left:10%; }	
  
.messeSemaine td:nth-of-type(4):before { content: "Pontchartrain"; padding-left:10%; }
	
.messeSemaine td:nth-of-type(5):before { content: "Hôpital"; padding-left:10%; }

}

.site-info {display: none; }

h2, .home.blog .entry-title {
    font-weight: 700;
}

p{
	margin-bottom:1em
}

ul{
	margin-bottom:1em;
	padding-left: 1em;
}