body {margin: 0; padding: 0; background-color: #fff; font-family: 'Source Sans Pro', sans-serif;}

a {text-decoration: none; color: #000}

.on {background: #EB6909}
.on a {font-weight: bold;}


.item-anim {display: flex ;margin-bottom: 1em; max-width: 1000px; margin: 4em auto 1em auto;}
.anim-ill {}
.anim-txt {padding-left: 1em;   position: relative;}
.anim-txt h2 {margin: 0}
.anim-txt h3 {margin: .5em 0; font-weight: normal}
.reserver {font-size: 1.25em; position: absolute; left: 40%; bottom: 20px;}
.reserver a {background: #540861; padding: .25em .5em; margin-top: .25em;
display: inline-block; color: #fff}
.reserver a:hover {background: #EB6909}

p.lieu {color: #EB6909; font-weight: bold; 
  text-transform: uppercase; font-size: 1.2em}

.pas-resultats {text-align: center; font-style: italic; font-size: 1.15em}


table {margin: 0 auto}
td {padding: .5em}
td a {padding: .5em; margin: .25em;}

.date {
	
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	vertical-align:middle;
}


.jours {
	
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
}

.tab_numero {

	font-size: 1.2em;
	color: #000000;
	font-weight: normal;
	/*border-style:solid; 
	border-width:2px; 
	border-color:#a91831;*/
	border-top:hidden;
}

.tab_cal {
	/*background:url(img/entete.jpg);
	background-repeat:no-repeat;
	background: #d2e387;*/
	/*border-style:solid; 
	border-width:2px; 
	border-color:#a91831;*/
	border-bottom:hidden;
}

.reserve {
	background-color:#ee901e;
	
	font-size: 12px;
	color:#FFFFFF;
}
span.reserve {padding: 5px;}

.descriptif {
	
	font-size: 12px;
	color: #000000;
	padding-left:10px;
}
p {margin: 0 0 5px 0; padding: 0;  font-size: 1em; font-weight: normal;}


@media (max-width: 767px) {
  .item-anim {flex-wrap: wrap;}
  .item-anim > div{width: 100%}
  .anim-ill img {margin: 0 0 0 1em}
}