/* Eolia-grey.css for FAQ Module */
.applemenu {
  margin-left: 8%;
  padding: 0;
  width: 64%; /*width of menu*/
  margin-bottom: 50px;
}

@media (max-width: 767px){
	.applemenu {
		margin-bottom: 50px;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}
}

.applemenu .faq_heading {
	background: linear-gradient(to right,#2B2929,rgb(207, 203, 203));
	font: bold 14px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative;
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	margin: 10px 0px 1px 0px;
}

.applemenu .faq_question {
	/*background: #C9C5C5 no-repeat center left;*/
	border-bottom: 1px solid #E5322C;
	font: bold 13px museo_sans500;
	display: block;
	position: relative;
	width: auto;
	padding: 17px 0 12px 8px;
	text-decoration: none;
	/*border-radius: 5px 5px;*/
	color:#282529;
	margin-bottom: 3px;
	cursor: pointer;
	text-transform: uppercase;
}

.applemenu .faq_question:visited, .applemenu .faq_question:active{
background: #black;
}

/*.applemenu div.selected, .applemenu .faq_question:hover {
	background-color: #6E706F;
	font-weight: bold;
	font-size: 13px;
	color: white;
	border-radius: 5px 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.44);
}*/

.applemenu .faq_answer { /*DIV that contains each sub menu*/
	/*padding: 5px;
	height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"
	background-color: #f0f8ff;
	box-shadow: 0px 0px 10px black;
	margin: -5px 5px 0px 5px;*/
	color: #000;
    margin: -5px 5px 0;
    padding: 5px;
}

.faqsubmenu {
	display:none;
	background: rgba(201, 197, 197, 0.97);
	padding: 20px;
	width: 500px;
	position: absolute;
}

.faqsubmenu a {
	color: white;
}

.faqsubmenu a:hover {
	text-decoration:none;
	color: #C7FAB7;
}

.titre1 {
	font-weight: bold;
	padding: 5px;
}
	
ul.faqsubmenu { list-style-type:none; }

ul.faqsubmenu  li { padding-bottom: 5px; }

.titre1:hover .faqsubmenu { 
	display: block;
}