/*	SimpleGrid - a fork of CSSGrid by Crowd Favorite (https://github.com/crowdfavorite/css-grid)
 *	http://simplegrid.info
 *	by Conor Muirhead (http://conor.cc) of Early LLC (http://earlymade.com)
 *  License: http://creativecommons.org/licenses/MIT/	*/

/* Containers */
body { }

.grid { width: 100%; min-width: 480px; padding: 10px; }

#header { font-size: 14px !important; }
#header .grid { padding: 0px; }

#header-mask { display: none; }
#header-mobile-mask { display: block; }

#navigation {
	position: relative;
	top: -25px;
	left: 0;
}
	#navigation .nav > li > a {
		font-size: 16px;
	}
#navigation .subnav {
	left: 0;
}

#col_aside, #col_actus {
	float:none;
	width:100%
}

#rond { display: none; }
#editorial, #slider {
	position: relative;
	float: none;
	width: 100%;
}
#slider {
	margin-top: 20px;
}
.actu_detail .rdv {
	height: 1120px;
}
