@charset "utf-8";



#menu {
	height: 25px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	position: absolute;
	bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2f5156;
	border-bottom-color: #2f5156;
	
	
}

#menu2 {
	height: 25px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	position: absolute;
	bottom: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2f5156;
	border-bottom-color: #2f5156;
	
	
}

#menuContainer {
	height: 15px;
	left:50%;
	width: 940px;
	margin-left:-470px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: 0px;
	border:0px;
	
	display: flex;
	justify-content: center;
}



.catMenu {
	height: 15px;
	width: auto;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 38px;
	line-height: 14px;
	color:#2f5156;
	text-decoration: none;
}


.catMenu:hover {
	
	color: #f7a600;

  transition:
    color .2s;

		
}

.catMenuNone {
	height: 25px;
	width: auto;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 38px;
	line-height: 14px;
	color: #CCC;
	text-decoration: none;

	


}


#sousMenu {
	height: 20px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2f5156;
	
}

#sousMenuContainer {
	height: 15px;
	left:50%;
	width: 940px;
	margin-left:-470px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: 0px;
	border:0px;
	
	display: flex;
	justify-content: center;
}


.catSousMenu {
	height: 15px;
	width: auto;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	line-height: 14px;
	color:#2f5156;
	text-decoration: none;
	text-transform: uppercase;
}


.catSousMenu:hover {
	
	color: #f7a600;

  transition:
    color .2s;
	

		
}

.catSousMenuNone {
	height: 15px;
	width: auto;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	line-height: 14px;
	color: #CCC;
	text-decoration: none;
	text-transform: uppercase;
}