@charset "utf-8";



#menu {
	height: 20px;
	left:238px;
	width: 600px;

	position: absolute;
	top: 0;
	border:0;
	
	padding-top:30px;
	padding-bottom:30px;	

}

#menuMobile {
	display: none;

}



#menuContainer {
	height: 15px;
	left:0;
	width: 600px;

	position: relative;
	top: 0;
	border:0;
	

	justify-content: center;
}



.catMenu {
	height: 15px;
	width: auto;
	padding: 0;
	margin-left: 0;
	margin-right: 40px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 14px;
	color:#6f59a5;
	text-decoration: none;
}


.catMenu:hover {
	
	color: #f7a600;

  transition:
    color .2s;

		
}

.catMenuNone {
	height: 15px;
	width: auto;
	padding: 0;
	margin-left: 0;
	margin-right: 40px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 14px;
	color:#aaa;
	text-decoration: none;

}



#sousMenu {
	height: 10px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2f5156;
	
}

#sousMenuContainer {
	height: 15px;
	left:50%;
	width: 940px;
	margin-left:-470px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: 0;
	border:0;
	
	display: flex;
	justify-content: center;
}


.catSousMenu {
	height: 15px;
	width: auto;
	padding: 0;
	margin-left: 40px;
	margin-right: 40px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 14px;
	color:#2f5156;
	text-decoration: none;
	text-transform: uppercase;
}


.catSousMenu:hover {
	
	color: #f7a600;

  transition:
    color .2s;
	

		
}

.catSousMenuNone {
	height: 15px;
	width: auto;
	padding: 0;
	margin-left: 40px;
	margin-right: 40px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 14px;
	color: #CCC;
	text-decoration: none;
	text-transform: uppercase;
}



.iconRS {
	height: 28px;
	width: 28px;
	position: relative;
	float:right;
	border-width: 3px;
	border-style: solid;
	border-color: #6f59a5;
	border-radius: 30px;
	margin-left:10px;
	/*opacity:0.8;*/
}

.iconRS:hover {

	border-color:#f7a600;
	opacity:1;

  transition:
  /*opacity .2s,*/
    border-color .2s;
}

#RS {
	height: 30px;
	width: 960px;
	left:50%;
	margin-left:-480px;
	top:20px;
	position: absolute;

}