/******************************Custom css*****************************/
/**Header**/
#topwrap,#topwrap .zen-container,#logowrap,#logowrap .zen-container
{
	background: transparent !important;
}
.topheader
{
	margin: auto;
	max-width: 960px;
	background:url(../images/header-test.png) no-repeat top center / 100%;
	background-color: rgba(147,99,198,1.0);
}
/**stup logo**/
body #logowrap .zen-container
{
	padding: 20px !important;
}
#navwrap ul.nav
{
	font-size: 1.1em !important;
}
/**téléphone**/
div.phonenb
{
	float: right;
}
/**Pour enlever le blanc**/
#gradient, #footerwrap
{
	background-color: transparent !important;
}
/**Zen container**/
.zen-container
{
	padding-left:20px !important;
	padding-right:20px !important; 
}
/**couleur des titres**/
body h2 ,body h2 a, .componentheading, h3 span, .itemCommentsForm h3
{
	color:#582b63;
}
body h2 a:hover
{
	color: #9363c6;
}

/**Background**/
#fullwrap
{
	background: url(.../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
/**sidebar-1**/
.sidebar-1
{
   margin-left: 0% !important;	
}
/****************************Custom side-menu*************************/
#mainWrap .zen-container .sidemenu li
{
	border-bottom: none !important;
	padding: 4px 0 !important;
}
.sidemenu
{
	border: none !important;
	box-shadow: none !important;
	z-index: 10;
	width: 180px;
}
.sidemenu .nav .active
{
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #582b63, #7e3d8d) repeat scroll 0 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	left: -8px !important;
   width: 178px;
}
.sidemenu ul li a
{
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
   display: block;
   padding: 14px 12px;
   text-decoration: none;
   box-sizing: border-box;
   display: block;
   line-height: 1;
   list-style: outside none none;
   margin: 0;
   padding: 0;
   position: relative;
}
.sidemenu .nav
{
	padding: 0 !important;
}
/**Couleur police sidemenu**/
.sidemenu ul.nav > li.active > a
{
	color: white !important;
}
.sidemenu ul.nav > li > a
{
	color: #582b63 !important;
}
.sidemenu ul.nav > li > a:hover
{
	
}
.sidemenu ul li.active > a 
{
    border-bottom: 1px dashed #c386d0 !important;
    border-left: 1px dashed #c386d0 !important;
    border-top: 1px dashed #c386d0 !important;
    color: #ffffff;
    padding: 10px 6px 10px 16px !important;
    text-shadow: 0 1px 1px #2c1531 !important;
    margin-left: 4px;
}
.sidemenu .nav .active ::before
{
	 border-right: 1px dashed #c386d0;
    border-top: 1px dashed #c386d0;
    content: "";
    height: 24.527px;
    position: absolute;
    right: -9px;
    top: 5px;
    transform: rotate(45deg);
    width: 20.527px;
    z-index: 10;
}
.sidemenu .nav .active ::after 
{
    background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #582b63, #7e3d8d) repeat scroll 0 0;
    content: "";
    height: 31.5269px;
    position: absolute;
    right: -15px;
    top: 1.589px;
    transform: rotate(45deg);
    width: 30px;
}
.sidemenu ul li {
    display: block;
}
.sidemenu ul li a {
    box-sizing: border-box;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    position: relative;
}
/**element tarifs side**/
.sideprice
{
	border:none !important;
	box-shadow: none !important;
	padding: 0 !important;
}
.sideprice table td
{
	padding:3px;
}
.sideprice table .colA
{
	width: 50%;
	padding: 4px;
}
.sideprice table .colB
{
	width: 25%;
}
.sideprice table .colC
{
	width: 25%;
}
.sideprice table .pole
{
	background-color: white;
}
.sideprice table .second
{
	background-color: rgba(107, 52, 120, 0.27);
}
/**custom banner**/
#bannerwrap .zen-container
{
	padding: 2px !important;
}
/**Footer**/
#footerwrap .zen-container
{
	background-color: #2c3035;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background-image: -moz-linear-gradient(center top , #3b3d46, #2c3035);
}
#zen-copyright
{
	color: #fff;
}
/*****Custom map*******/
#maptexte
{
	float: left;
	width: 39%;
	margin-right: 2%;
}
#maptexte p
{
	padding: 10px;
}
#mapdiv
{
	width: 59%;
	margin-left: auto;
}
/***********************************custom K2*******************************/
/**Backtotop**/
div.itemBackToTop
{
	display: none;
}
/**setup image module k2 content**/
.moduleItemImage img
{
	float: left !important;
	margin: 2px 14px 2px 2px !important;
}
.moduleItemReadMore
{
	float: right;
}
/**Setup du blog des catégories K2 container**/
div.catItemImageBlock
{
	float: left;
}
.catItemReadMore
{
	float: right;
}
#k2Container .componentheading
{
	font-family: "Lobster 1.4";
}
/***Setup des elements***/
.itemImageBlock
{
	float: left;
}
/**fond element commentaire**/
.itemComments
{
	background: transparent !important;
	border: none !important;
}
/**Custom comments K2**/
div.itemCommentsForm form textarea.inputbox, div.itemCommentsForm form input.inputbox
{
	max-width: 350px !important;
	width: 100%;
}
#commentURL, .formUrl
{
	display: none !important;
}
div.itemCommentsForm form input#submitCommentButton
{
	background: #582b63 none repeat scroll 0 0;
	background-image: -moz-linear-gradient(center top , #3b3d46, #2c3035);
   border: 1px solid #ccc;
   display: block;
   font-size: 16px;
   margin: 16px 0 0;
   padding: 4px;
   color: #ccc;
}
/*****************************Custom bootstrap****************************************/
.modal
{
	z-index: 999 !important;
}