/*
.categorie_menu h3{
	width: 100%;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	font-size: 20px;
color: #5a5c5b;
cursor: pointer;
}*/


.categorie_menu{
	width: 100%;
	height: auto;
	margin: 0px 0px 12px 0px;
	float: left;
	background-color:#fff;
	border: 1px solid #dfdfdf;
}


.categorie_menu> h3{
line-height: 30px;
font-size: 13px;
font-weight: bold!important;
color: #f02e2e;
float: left;
cursor: pointer;
display: block;
width: 100%;
border-top: 1px dotted #ddd;
 border-bottom: 1px dotted #ddd; 
padding: 10px;
margin-bottom: 0px;

	background-color: #f9f9f9;
	font-weight: normal;
	text-transform: uppercase;
}
.categorie_menu> h3:first-of-type{
border-top: none;
}
.categorie_menu> h3:hover,.categorie_menu h3.active{
	color: #5a5c5b; 
}
.categorie_menu> h3 span{
width: 30px;
height: 30px;
border-radius: 50%;
background-size: 100% 100%!important;
margin: 0px 10px 0px 10px;
float: left;
}


/*********************************/
.categorie_menu> h3.menu_MEDICAL span{
background: transparent url(../../img/icons/011.png)no-repeat 50% 50%;
}
.categorie_menu> h3.menu_KINESITHERAPIE span{
background: transparent url(../../img/icons/022.png)no-repeat 50% 50%;
}
.categorie_menu> h3.menu_ESTHETIQUE span{
background: transparent url(../../img/icons/033.png)no-repeat 50% 50%;
}
.categorie_menu> h3.menu_DENTAIRE span{
background: transparent url(../../img/icons/044.png)no-repeat 50% 50%;
}

.categorie_menu> h3.menu_MEDICAL{
color: #46CF63;
}
.categorie_menu> h3.menu_KINESITHERAPIE{
color: #59D9EF;
}
.categorie_menu> h3.menu_ESTHETIQUE{
color: #E79FDE;
}
.categorie_menu> h3.menu_DENTAIRE{
color: #467EB2;
}
/*****************************/


.categorie_menu> div{
width: 100%;
height: auto;
float: left;
padding: 10px 44px 35px 40px;
/* margin-bottom: 14px; */
/*display: none;*/
background-color: #f3f3f3;
}


.categorie_menu> div p{
	font-size: 15px;
	color: #515151;
}
.categorie_menu> div img{
	width: auto;
	height: auto;
}

.categorie_menu> div .niv1{
	font-size: 19px;
	/* font-weight: bold; */
	margin: 10px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}
.categorie_menu> div .niv1:before{
	content: " \25b6";
	font-size: 12px;
}
.categorie_menu> div .niv1 a{
	color: #424141;
	font-size: 12px;
	margin-bottom: 3px;
	display: inline-block;
	/* float: left; */
}

.categorie_menu> div .niv2{
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 20px;
	display: block;
}
.categorie_menu> div .niv2 a{
	color: #666;

}
.categorie_menu> div .niv2 a:hover{
	 -webkit-transform: translateX(20px);
}



.categorie_menu h3 + div{
	display: none;
}


.menu_MEDICAL + div span.niv1:before{
	color: #46CF63;
}

.menu_KINESITHERAPIE + div span.niv1:before{
	color: #59D9EF;
}
.menu_ESTHETIQUE + div span.niv1:before{
	color: #E79FDE;
}
.menu_DENTAIRE + div span.niv1:before{
	color: #467EB2;
}

.categorie_menu div.active{

}

.categorie_menu> .niv1 .niv2:first-child{
	margin-top: 8px;
}

.detail_servicee {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.8);
padding: 8% 25%;
z-index: 2;
}



/*.menu_MEDICAL + div{
	background: url(../../img/medical.jpg)no-repeat right top;
}
.menu_KINESITHERAPIE + div{
	background: url(../../img/menu_KINESITHERAPIEsitherapie.jpg)no-repeat right top;
}
.menu_ESTHETIQUE + div{
	background: url(../../img/menu_ESTHETIQUEtique.jpg)no-repeat right top;
}
.menu_DENTAIRE + div{
	background: url(../../img/menu_DENTAIREaire.jpg)no-repeat right top;
}*/

/*
.categorie_menu div{
	-webkit-column-count:2;
	-webkit-column-gap:20px;
}*/