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

/****************************************
*
*	Table des horaires
*
*****************************************/
#table_horaire, #table_contact{
	font-size: 1.1em;
	border-collapse: collapse;
}
#table_horaire td, #table_horaire th
{
	vertical-align: text-top;
	padding: 1em 1em 1em 0;
	border-bottom: 1px dashed #2e87d1;
}
#table_horaire th{
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.2em;
}
#table_contact td, #table_contact th
{
	vertical-align: middle;
	padding: 10px 20px;
	border-bottom: 1px dashed #2e87d1;
}
#table_contact th{
	font-family: 'icones';
	font-size: 3em;
	color: #2e87d1;
}
#table_horaire tr:last-child td,
#table_horaire tr:last-child th,
#table_contact tr:last-child td,
#table_contact tr:last-child th
{
	border-bottom: none;
}

/****************************************
*
*	Ordre des blocs
*
*****************************************/
#bloc_l1c1	{order: 1}
#bloc_l1c2	{order: 2}

#bloc_l2c1	{order: 2}
#bloc_l2c2	{order: 1}

#bloc_l3c1	{order: 1}
#bloc_l3c2	{order: 2}

#bloc_l4c1	{order: 2}
#bloc_l4c2	{order: 1}

#bloc_l5c1	{order: 1}
#bloc_l5c2	{order: 2}

#bloc_l6c1	{order: 2}
#bloc_l6c2	{order: 1}

#bloc_l7c1	{order: 1}
#bloc_l7c2	{order: 2}

#bloc_l8c1	{order: 2}
#bloc_l8c2	{order: 1}

#bloc_l9c1	{order: 1}
#bloc_l9c2	{order: 2}


/****************************************
*
*	Versions smartphones
*
*****************************************/
@media screen and (max-width: 768px){
	#bloc_l2c1	{order: 1}
	#bloc_l2c2	{order: 2}
	#bloc_l4c1	{order: 1}
	#bloc_l4c2	{order: 2}
	#bloc_l6c1	{order: 1}
	#bloc_l6c2	{order: 2}
	#bloc_l8c1	{order: 1}
	#bloc_l8c2	{order: 2}
}