#banner
{
	max-width : 80%;
	display : block;
	margin : auto;
}

nav
{
	height  : 4vw !important;
	line-height : 4vw;
	width : 80% !important;
	margin : auto;
	flex-flow : row nowrap;
	font-size : 2vw;
}

nav > navimg > a
{
	text-decoration : none;
}

#icon
{
	display : none;
}

section
{
	flex-flow : row nowrap;
	font-size : 50%;
	max-width : 80%;
	margin : auto;
	background : rgb(69, 97, 124);
}

#navimg
{
	flex : 1 1 auto;
	text-align : center;
	max-width : 15%;
}

#navi
{
	display : block;
	color : ghostwhite;
	transition : all 0.3s ease-in-out
}

#navi:hover
{
	background-color : #2D89C6
}

#hlien
{
	text-decoration : none;
}

#sidebar, article, aside
{
	padding : 2.5vw;
}

#sidebar, aside
{
	min-width : 15%;
	max-width : 20%;
}

td
{
	width : 7%;
	vertical-align : middle !important;
	padding : 1% !important;
	font-size : 1vw;
}

footer
{
	width : 80%;
	margin : auto;
}

#email
{
	bottom : 0.3vw;
	left : 1.7%;
}

#mailicon
{
	width : 2.5vw;
}

#liste
	{
		flex-flow : row wrap !important;
	}

#billet
	{
		max-width : 30% !important;
		border-bottom : solid 0.5vw #1abc9c;
		margin-bottom : 2% !important;
		margin-top : 0px !important;
	}

#desc
	{
		font-size : 1vw !important;
	}
	
	fieldset
	{
			border : solid 2px rgb(69, 97, 124)!important;
	}
	
fieldset form input, form input, fieldset form textarea,form textarea, legend, label
	{
			font-size : 1.2vw !important;
			border : 0px !important;
	}
	
#soumettre, fieldset form #soumettre
	{
			font-size : 1,5vw !important;
			height : 2vw !important;
	}