#hamb {
	z-index              : 2;
	display              : none;
	position             : absolute;
	background           : transparent;
	font-size            : 0;
	width                : 30px;
	height               : 25px;
	border-width         : 5px 0;
	border-color         : blue;
	border-style         : solid;
	margin               : 5px;
	padding              : 0;
}

ul.menu_2 {
	z-index : 1;
	list-style-type  : none;
	margin           : 0;
	padding          : 0;
	display          : flex;
	width            : 100%;
	flex-wrap        : wrap;
	font             : 1.0em "Trebuchet MS";
	background-color : #98bf21;
}

@media screen and (max-width: 414px) {
	#menu {
		position : fixed;
		top      : 0;
		width    : 100%;
	}
	#hamb {
	display        : block;
	}
	#hamb::after {
		width            : 30px;
		height           : 5px;
		background       : red;
		display          : block;
		content          : '';
	}
	ul.menu_2 {
		height           : 100vh;
		justify-content  : center;
		position         : absolute;
		left             : -100%;
	}
	[name="hautdepage"] {
		margin-top       : 35px;
		display          : block;
	}
	.open #hamb {
		border : none;
	}
	.open #hamb::before {
		width            : 30px;
		height           : 5px;
		background       : red;
		display          : block;
		content          : '';
		transform        : rotate(-45deg);
	}
	.open #hamb:after {
		transform        : rotate(45deg);
		position         : relative;
		top              : -5px;
	}
	.open ul.menu_2 {
		left             : 0;
	}
	.souhaits {
		font-size        : 3.1vw;
	}
}

@media screen and (min-width: 415px) and (max-width: 736px) {
	#menu {
		position         : fixed;
		top              : 0;
		width            : 100%;
	}
	#hamb {
		display          : block;
	}
	#hamb::after {
		width            : 30px;
		height           : 5px;
		background       : blue;
		display          : block;
		content          : '';
	}
	ul.menu_2 {
		height           : 100vh;
		justify-content  : center;
		position         : absolute;
		left             : -100%;
	}
	[name="hautdepage"] {
		margin-top       : 35px;
		display          : block;
	}
	.open #hamb {
		border           : none;
	}
	.open #hamb::before {
		width            : 30px;
		height           : 5px;
		background       : blue;
		display          : block;
		content          : '';
		transform        : rotate(-45deg);
	}
	.open #hamb:after {
		transform        : rotate(45deg);
		position         : relative;
		top              : -5px;
	}
	.open ul.menu_2 {
		left             : 0;
	}
	.souhaits {
		font-size        : 2.1vw;
	}
}

@media screen and (min-width: 737px) {
	#menu {
		position         : fixed;
		top              : 0;
	}
	[name="hautdepage"] {
		margin-top       : 170px;
		display          : block;
	}
	.souhaits {
		font-size        : 4vw;
	}
}

@media screen and (min-width: 800px) {
	[name="hautdepage"] {
		margin-top       : 170px;
	}
	.souhaits {
		font-size        : 1vw;
	}
}

@media screen and (min-width: 954px) {
	[name="hautdepage"] {
		margin-top       : 125px;
	}
	.souhaits {
		font-size        : 1vw;
	}
}

@media screen and (min-width: 1290px) {
	[name="hautdepage"] {
		margin-top       : 100px;
	}
	.souhaits {
		font-size        : 1vw;
	}
}

li.menu_2
{
	font                 : 1.0em "Trebuchet MS";
	border-left          : solid 1px yellow;
	border-bottom        : solid 1px yellow;
}

li.menu_2:last-child {
	border-right         : solid 1px yellow;
}

a.menu_2
{
	display              : block;
	width                : 150px;
	font-weight          : bold;
	color                : #FFFFFF;
	background-color     : #98bf21;
	text-align           : center;
	padding              : 4px;
	text-decoration      : none;
	text-transform       : uppercase;
	font                 : 1.0em "Trebuchet MS";
}

a.menu_2:hover,a.menu_2:active
{
	background-color     : #7A991A;
	font                 : 1.0em "Trebuchet MS";
}

li.bouton_gauche {
	padding              : 0 0.5em; 
	line-height          : 30px;
	float                : left;
	border-right         : 1px dashed black;
	font                 : 1.0em "Trebuchet MS";
}

li.bouton_droite {
	padding         : 0 0.5em              ;
	line-height     : 30px                 ;
	float           : right                ;
	border-left     : 1px dashed black     ;
	font            :  1.0em "Trebuchet MS";
}
table.men, tr.men, td.men {
	border          : 0px solid black      ;
	border-collapse : collapse             ;
	margin          : 0                    ;
}
tr.men, td.men {
	padding         : 0px                  ;
	text-align      : center               ;
}


