@charset "utf-8";


.titre {color:#9d2922;font-family:"Lobster Two",cursive;font-size: 2.5em;;font-weight: bold;font-style: italic;
}
.stitre {font-size: 1.3em;font-weight: bold;
}
.petit{font-size: 0.9em; color:#4a4a4a;
}



body {
  font-family:"Crete Round",serif;font-size: 1.3em;color: #000000;background-color: #fffafa;
  line-height: 1.25;
}

table {
	/* border: 0 0 1px 0 solid #ccc;*/
	border-collapse: collapse;
	font-size: 1em;
	margin: 0;
	padding: 0;
	width: 95%;
	table-layout: fixed;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

table caption {

}

table tr {
  
  border-bottom: 1px solid #ccc;
  padding: .35em;
}

table th,
table td {
  padding: .125em;  vertical-align: text-bottom;
  
}

table th {
  font-size: 1.2em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;margin-right: auto; margin-left: auto;
  }

  table caption {
 
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
   border-bottom: 1px solid #ccc; 
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
   
    display: block;
    font-size: 1.3em;
    text-align: right;  vertical-align: text-bottom;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
