@charset "utf-8";
/* CSS Document */

/****************************************
*
*	Table tarifs
*
*****************************************/
.horaires_table{
	margin: 0 0 1em 1em;
	font-size: 14px;
}
.horaires_table th{
	padding: 0 1em;
}
.horaires_table td, .horaires_table th{
	border-top: 1px dashed #2e87d1;
}

#logo_index{
	display: none;
}
#ban_titre{
	display: none;
}
#ban_pict::after{
	display: none;
}
#les_courses{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#circuit{
	float: right;
	max-width: 50%;
}